#voice-chat-text-0
1 messages · Page 632 of 1
https://discord.com/guidelines point 16
or (iii) use data mining, robots, spiders, or similar data gathering and extraction tools on the Service.
You may not use self-bots or user-bots to access Discord.
I don't see how him automating button clicks breaks the ToS
“Robots”, I suppose as well
the bit in the ToS is explicitly referring to data gathering
the bit in the community guidelines is referring to self-bots. I've only ever heard the term self-bot used in relation to things that user a user's token
It’s referring to data gathering tools — like robots
Scott wasn't collecting any data
If you have concerns or questions regarding moderation, feel free to contact us using ModMail
I'm not going to discuss individual cases in public
This is per point three of our moderation policy: https://pythondiscord.com/pages/code-of-conduct/policies/#moderation-policy
We're a large, friendly community focused around the Python programming language. Our community is open to those who wish to learn the language, as well as those looking to help others.
This is my first remix, hope you like it!
Follow me on Soundcloud:
https://soundcloud.com/tony-ciccione-25970034
#tiktok #electroswing #charlieputh #bettyboop
New Electro Swing Remix :) This time is "I Wanna Be Like You" from The Jungle Book released in 1967. Since many of you asked for it...here we go!
Oobee doo :) 🎵
Davide
▶ SUBSCRIBE: if you like what you see, subscribe! → http://bit.ly/subDaveWave
▶ FOLLOW ME ON SPOTIFY: htt...
x = (x-p)
y = (y-p)
w = (w-p)
h = (w-p)
x = -1
x = 0
public class Camera2D
{
// The transformation matrix of the camera
private Matrix _transformationMatrix = Matrix.Identity;
// The inverse of the transformation matrix
private Matrix _inverseMatrix = Matrix.Identity;
// The xy-coordinate top-left position of the camera
private Vector2 _position = Vector2.Zero;
// The rotation of the camera along the Z axis
private float _rotation = 0;
// The x and y zoom level of the camera
private Vector2 _zoom = Vector2.One;
// The xy-coordinate origin point of the camera
private Vector2 _origin = Vector2.Zero;
// Has the position, angle, origin, or zoom of the camera changed
private bool _hasChanged;
// The Viewport reference for the camera
public Viewport Viewport;
/// <summary>
/// Creates a new 2D camera instance
/// </summary>
/// <param name="viewPort">The Viewport reference for the camera</param>
public Camera2D(Viewport viewPort)
{
Viewport = viewPort;
}
/// <summary>
/// Creates a new 2D camera instance
/// </summary>
/// <param name="width">The width of the viewport</param>
/// <param name="height">The height of the viewport</param>
public Camera2D(int width, int height)
{
Viewport = new Viewport();
Viewport.Width = width;
Viewport.Height = height;
}
}
perspective or orthographic
Hey
Dude, that's offensive against chickens.
Loss of smell/taste?
Literal opposite side of the world 😄
But the accent is similar...
cardio variable value 0 active 0 6378 1 28643 alco 0 33080 1 1941 cholesterol 0 29330 1 5691 gluc 0 30894 1 4127 overweight 0 15915 1 19106 smoke 0 31781 1 3240 1 active 0 7361 1 27618 alco 0 33156 1 1823 cholesterol 0 23055 1 11924 gluc 0 28585 1 6394 overweight 0 10539 1 24440 smoke 0 32050 1 2929
Hey guys, I cant convert this pandas series to a dataframe
We sent all our miscreants to Australia 😄
can u help me
Sen verran paljon on pyydetty rallienglanti pätkää, ettei sitä voinut enää vastustaa. Satoja pätkiä tuli kaivettua läpi, että löytyi jotain harvinaisempaa kun noissa omissa haastattelu pätkissä oli jo aika monia näistä klassikoista. Toivottavasti diggaatte!!!
4:01
@jit(nopython=True)
def draw_orbit(orbit):
for i in range(200):
orbit.gravity()
x = int(orbit.coords[0][0] / pow(10, 4)) + width // 2
y = int(orbit.coords[0][1] / pow(10, 4)) + height // 2
try:
if not orbit.out_of_bounds(x, y):
if i % 5 == 0:
co = 55 + i // 5
draw_circle(win, x, y, 2, (co, co, co))
else:
break
except:
pass
def function_a():
_list = []
for i in range(10):
_list.append(i)
return _list```
```python
def function_b():
for i in range(10):
yield i
a = function_a()
b = []
for each in function_b():
b.append(each)
#thus
a == b```
typeid()
from flask import Flask
app = Flask(name)
@app.route('/')
def hello_world():
return 'Hello, World!'
so i copied paste this code
named it Flask_Blog
i wanna access the ip which is hosted this code
i can't access
localhost:8080
Six lines of Python is all it takes to write your first machine learning program! In this episode, we'll briefly introduce what machine learning is and why it's important. Then, we'll follow a recipe for supervised learning (a technique to create a classifier from examples) an...
[series].to_frame()
0 cardio variable value 0 active 0 6378 1 28643 alco 0 33080 1 1941 cholesterol 0 29330 1 5691 gluc 0 30894 1 4127 overweight 0 15915 1 19106 smoke 0 31781 1 3240 1 active 0 7361 1 27618 alco 0 33156 1 1823 cholesterol 0 23055 1 11924 gluc 0 28585 1 6394 overweight 0 10539 1 24440 smoke 0 32050 1 2929
concubine
if you guys wanna learn something cool
SUBSCRIBE: https://bit.ly/2Jg9jc1
Do you get it? Because there's a real good chance this will be the only joke you'll hear today about congestive heart failure. My mom thought it was kinda funny, yours probably won't.
Become a Patron (if you're wacky):
https://www.patreon.com...
no u
y-konkka
konkka
thanks for not helping
No, I've had this before
restarting makes no difference
wtfffffffff
discord is buggy as hell
they introduced this bug around 2 months ago
it says rtc connecting
then no route
I can't hear anyone
@subtle orchid If you need help, either ask in a help channel or speak up more in voice. I'm not always paying attention to what's going on in here.
code/help is full
maybe Discord just hates you?
I can connect to any channel except general
I've had this on many devices
and I know many others who have had it too
it's a Discord bug
strange
very
macro moving channels will make no difference
it's not the number of people that is the issue
idk at least i'm helping
fair enough
@subtle orchid Maybe try an absolute path?
The ./env folder you're trying to access might be in a different relative path to the one you're running python from or...something. 🤷♂️
Does it exist, or...?
neuk je moeder
no u
kom neuken
nee viezerik
sure, buddy
tire me out big boy
have a stroopwafel
o u
noice
ja
you want
sum stroopwafel?
I WANT SUM S>TROOPWAFEL
This interface frustrates me, sometimes.
One of our awesome fans, Chris NG made this incredible video, and door chime, that plays our 8 Bit Universe cover of Africa, by Toto! Check it out!
Feel free to support this guy right here! https://www.kickstarter.com/projects/35318172/chopstick-door-chimes
8 Bit version of Af...
The sounds in this video are actual sounds from the Jeep. Everyone began rehearsing their parts 2 weeks before we shot the video. It took us 7 hours of filming to get a solid take. Enjoy!
© 2009 Julian Smith Productions
Be sure to download the mastered ringtone for FREE!
htt...
Challenge accepted! Please, SUBSCRIBE to collaborate even more with new videos!
Just worked hard on this song. I composed each coil channel listening to the studio and Live at Rock Montreal, 1981 version. Mercury meets tesla, mustache power?
For those who did not understand...
it's better than the floppotron IMHO
yes i think so too
I AM NORMEL
GAYT CHESs
Join the challenge or watch the game here.
ewwww
@stark otter https://www.youtube.com/watch?v=2e5tAlelJXc
rekt
pickle
gg big boy
if you wanna play after supper @gentle flint i'll be online
hhhhh
k sure
we're cool not straight
sure is 🙂
hahahah
IM StrAIghT
yesssss
i'm doing c#
SO IM NORMAL
yup
i'm a potato
r u gurl or boi?
we should join Somalia pirates
yeh
playing lonely-akon in background
nope
@somber heath i hate people not programmers but people
i don't support physical exercise
maybe, ty
i'll look into it, ty @primal snow
@primal snow but if he have hypoglycemia he should have alredy started insulin therapy?
try to drink glucose that should level it without adding to diabetes
@primal snow but if he have hypoglycemia he should have alredy started insulin therapy?
@alpine urchin idk about that actually
cuz if you have hypoglycemia you should get insulin therapy otherwise you should be really sick
pass
class MyClass:
def i_am_method(self):
pass```
@daring ether
Thank you @somber heath !
Synsepalum dulcificum is a plant known for its berry that, when eaten, causes sour foods (such as lemons and limes) subsequently consumed to taste sweet.
@hushed elm me but i'm so fucking bad
stream the match here so we can see
Can u hear me?
no @delicate thunder
Join the challenge or watch the game here.
fine ı am gonna write ok?
cool
how can ı learn chess
ı mean professıonal
i love rick and morty
ı can play of course
but not professıonal
ı love r&m too hahah
oh ı see
thx
hahahahah
Join the challenge or watch the game here.
@unreal oar have you ever gone on a solo trip?
00:19
XD
which country?
srry i missed
XD
dude come to my country and you will never feel like this ever
and you can come here
no problem
i'm playing cat and mouse with this king bro
fr
@hushed elm 5+3 after ur done killing that guy
ok
queen owns one-third of the land but we occupy that land and not pay any tax
Join the challenge or watch the game here.
!tempmute 719177266424446998 5d joinspamming
:incoming_envelope: :ok_hand: applied mute to @red pelican until 2020-09-19 18:58 (4 days and 23 hours).
@hushed elm gg
XD
@gentle flint wanna play blitz chess 5 minutes?
sure
Join the challenge or watch the game here.
why did he left
someone pissed him
Join the challenge or watch the game here.
hahahahah
preserved for posterity
@hushed elm https://lichess.org/N309WV6r
Join the challenge or watch the game here.
@hushed elm goes full tryhard
Please don't go there....
Getting a stomachache thinking of the potential bickering about that
what the fuck
oh no no no
?
i'm big python boy
losers buys everyone pizza
@hushed elm i'm big c# boy
@primal snow sure next time i play and lose i'll send it from italy to your country
hurr durr don't play if you gonna lose hurr durr
@hushed elm i play to see my mistakes
@primal snow sure next time i play and lose i'll send it from italy to your country
@alpine urchin i would actually love that XD
i'll play if people still want to
gg
XD
@hushed elm kinda racist
place your bets here
- loser have to tell his most embarrassing secret ever
https://lichess.org/OqZS3XdNdUcm
@hushed elm
@whole bear i don't wanna die young
XD
so sad i cri a bit @alpine urchin
macro's horse:
y u bully mi
top lol
@hushed elm i love how you still sounding racist
maybe it's just his soul
i'm BlAcK
not again
Hi people
what up
hi guy
how are u
@hushed elm next thing you're gonna say is asking are you black?
I 'll be arround see u
@hushed elm MAN U RE PERFECT HAHAHAHA
oh no it's a trap
@hushed elm back again with his racist thing
@hushed elm you did checkmate in discord
yes i did ty @alpine urchin
no about the racist thing
@alpine urchin cya
see ya
see ya
i need help with installing a programm
!resources @odd jackal We actually have a bunch of resources on our website.
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
basically i have to know python to install it
mind if i send the github link and yall tell me how long it will take me to do it
ive heard its easy
please dont judge tho
how to convert world coordinates to pixel coordinates?
some buddhist monks teach this in some far away mountains
lol
@hushed elm
yeah?
hello lol
heya
:}
hey
hello
place your bets here
- loser have to tell his most embarrassing secret ever
@hushed elm
for those who . missed it
oh no
hey
how do you make numpy create random 10 number but can not repeat the number it self again until it end
anyone ınterest in cyber stuffs?
is there any method taht numpy contains
i mean does numpy can do it by itself or do i have to code it to do it
gg @gentle flint
y u bully mi
not sure
@gentle flint
we need your secret
@hushed elm i like women
same
@primal snow it's my ssh private key
i like african women
XD
cool
well, it's in the middle of my pc
i will have it
pretty dark
amazigh women
lol
pretty deep too
deep inside his heart
def main(request = None, identifier = 0, column = ""):
sql_create_students_table = """CREATE TABLE IF NOT EXISTS students (
id integer PRIMARY KEY,
name text NOT NULL,
GPA integer NOT NULL,
major text NOT NULL
);"""
# create a database connection*
conn = create_connection(database_file)
# create tables
if conn is not None:
create_table(conn, sql_create_students_table)
else:
print("Error! cannot create the database connection.")
def select_student_by_ID(user, request):
try:
c = conn.cursor()
query = ("SELECT * FROM students WHERE id=",user)
print(query)
c.execute(query)
info = ""
print(c.fetchall())
return info
except Exception as e:
print(e)
and saved it in his tarse
?
anyone wanna play another game?
i do
oh no
oh no
x = 0
def func1():
global x
x = 1
def func2():
print(x)
func1()
func2()
play it fast so that he get confused
so no one have answer to my question
(this is literally the vocabulary of this voice chat)
Join the challenge or watch the game here.
(this is literally the vocabulary of this voice chat)
@gentle flint oh no
so no one have answer to my question
@fossil pebble you might have to ask other text chat channels
import random
import time
while True:
print(random.choice(["oh no", "y u bully mi", "mmmmm", "who is black"]))
time.sleep(1)
is there any method taht numpy contains
i mean does numpy can do it by itself or do i have to code it to do it
@fossil pebble you might have to ask other text chat channels
@wind cobalt yeah might be
def create_connection(db_file):
try:
conn = sqlite3.connect(db_file)
return conn
except Error as e:
print(e)
return conn
HAHAHAHAHA
def select_student_by_ID(user, request):
try:
c = conn.cursor()
query = ("SELECT * FROM students WHERE id=",user)
print(query)
c.execute(query)
info = ""
print(c.fetchall())
return info
except Exception as e:
print(e)
@fossil pebble try #python-discussion
gg @whole bear
c = conn.cursor()
def funcs():
c.fetchall()
if __name__ == "__main__":
no u
oh no
https://stackoverflow.com/questions/419163/what-does-if-name-main-do
@gentle flint what is it in short
@dire folio now i can not hear anythink
lemon be like spank spank spank
everybody gangsta 'til a server member says "HARDER DADDY!"
@gentle flint interesting development
no u
afk
ain't we all @delicate thunder
hahahaha
whom should i communicate this to in order to receive such treatment?
@wind cobalt r u gurl?
cuz i've got some spanks stored in a bag somewhere around here
people can change
@gentle flint if you say so, it's truehahaha
literally
lol
@wind cobalt ı thınk sandwıch dont belıeve u bro
to sandweach, his own
but it col-lex a toll from me
i got nothing after that
lol
I had a good time. Thx. bye guys.
<@&267629731250176001> @hollow pendant playing really loud music in voice chat and scaring people
@hollow pendant earraping in vc
No no, that's the right thing to do
If it's something that needs immediate action, absolutely ping up
so is modmail for long-term?
esss quuuuu ellll
sequel
maybe I should call it squirrel
maybe the issue is with the cursor
oh no
y u bully mi
discord
lool
https://www.reddit.com/r/discordapp/comments/8hkkfr/no_route_for_voice_channel_but_only_one_channel/
1 vote and 3 comments so far on Reddit
this is my issue
de hel van waalenburg
dungeness
you absolute wanker
Received Pronunciation (RP) is the accent traditionally regarded as the standard for British English. For over a century there has been argument over such issues as the definition of RP, whether it is geographically neutral, how many speakers there are, whether sub-varieties e...
Labial consonants are consonants in which one or both lips are the active articulator. The two common labial articulations are bilabials, articulated using both lips, and labiodentals, articulated with the lower lip against the upper teeth, both of which are present in English...
In phonetics, a bilabial consonant is a labial consonant articulated with both lips.
@trail flax
hi
hi
nope
hello
who is he
@tulip seal this is her say hi
margaret thatcher says hi
o ok

global emotes r like free xd
♞
♞
⚰️
⚰️
maybe not now i think i joined them like more thn 6 months r so









is the other guy addy is here to ask doubts ?
@gentle flint
rej should be 2 and
rej sounds drunk lol
maybe he is
i am not
putin ?
put in putin
putty
nah it is ssh client
for networking
lul wats ur field
rej secret agent
reveal ur identity
addition
lol
dying in vc is last thing i want
looks like we attracted ppl hi ali hasnain
Can i get some help?
ya sure
So today i started with flask and i copied pasted the flask hello world introductory code i cannot find ip of my file
ip?
there is a code for that
if message.content.startswith('>_'):
try:
args1 = message.content.split()[1]
except:
await message.channel.send(embed=arg_missing_message)
return
query = ""
for word in message.content.split():
query += word + " "
query = query.replace('>_', '')
print("query = " + query)
await message.channel.send(embed=(discord.Embed(title=title, description=str(execute_query(query)))))
ip address
from flask import Flask
app = Flask(name)
@app.route("/")
@app.route("/home")
def home():
return "<h2>Home Page</h2>!"
@app.route("/about")
def about():
return "<h2>About Page</h2>!"
if name == "main":
app.run(debug=True)
can u explain ?? wat ip address
this is the best server ever we got fucking 1 2 3 4
2 left
we didnt watch ur tutorial 
sadly
fuck
lol
def execute_query(query):
if conn is not None:
output = ""
c = conn.cursor()
print(query)
c.execute(query)
info = c.fetchall()
conn.commit()
for value in info:
output += str(value) + " "
return output
return "err"
2 is now margaret thatcher
@gentle flint yeah that is me
i did knew rej was margaret thatcher face revealed
hahaha now sadly i can't cuz i have to sleep to go to school yeah i know i still go to school that's kinda fucked up
he is hosting a code like hello world for example with an ip address
can u explain us wat kind of tutorial r u watching
r u trying to create a backend database for a live server
i dont get it
obey margaret thatcher
everyone bow
he clearly says he is beginning i think this is his first tutorial
read book :3
r wiki
no i Margaret am a great teacher
yes bow before allmighty margaret
its me great teacher
hlo
sorry what
what can u say ghost do like voice call
boooooooooooooo#
it's a sample of what i created and what i work on is it safe?
stay away from flask as a new person
@jit(nopython=True)
def draw_orbit(orbit: np.array, globes: np.array):
for i in range(2000):
for globe in globes:
a = globe
b = orbit[0]
ba = a - b
r = math.sqrt(pow(ba[0], 2) + pow(ba[1], 2))
c = earthm * G / pow(r, 2)
dot = ba[0]
det = -ba[1]
angle = math.atan2(det, dot)
sin = math.sin(angle)
cos = math.cos(angle)
orbit[2][0] = c * cos
orbit[2][1] = - c * sin
orbit[1][0] += orbit[2][0]
orbit[1][1] += orbit[2][1]
orbit[0][0] += orbit[1][0]
orbit[0][1] += orbit[1][1]
x = int(orbit[0][0] / pow(10, 4)) + width // 2
y = int(orbit[0][1] / pow(10, 4)) + height // 2
if x > 5000 or x < -5000 or y > 5000 or x < -5000:
print("Outside")
i = 20000
break
for i in globes:
a = i
b = orbit[0]
ba = a - b
r = math.sqrt(pow(ba[0], 2) + pow(ba[1], 2))
if r < 600000:
break
yield x, y
tht guy scared me
:[
who
medium lvl
you lost me
web scrapping can make u end in jail
thr have been laws passed facebook
filed law suit
on a person
ya depends on where u live
if it violates the terms of service to scrape a website, then it is illegal, for that specific website
it might sound stupid did he learn tupile ?
development is best way to learn
ya u can make discord bot with python, js
better not to do than regret
USA politcs...boring
DO IT
https://mitxela.com/other/brainfuck
https://github.com/mitxela/bf-tic-tac-toe/blob/master/tictactoe.bf
any real life projects to make my programming skills better like basic one which don't require frameworks?............btw goodbye see u later guys
!projects
Kindling Projects
The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.
view this excellent code
r we like attracting ppl
rej who still hasn't reached the bottom
Margaret thatcher is star of the show
is it cheating to use pyautogui?
aaa i became the mighty champion
Just. No.
just no :0
Signin' off, hanging out with wife now
I should get back to work key so see ya margaret thatcher sonic the hedge hog ?? xd
😶
😮
🙃
@copper stream have you met me Margaret thatcher
)
nice to meet you too
(
:)
(:)
:]
([{:}])
:]
'hello'*4
:}
B)
_ _
| |__ (_)
| '_ \| |
| | | | |
|_| |_|_|
:o
__ __ _
| \/ | __ _ _ __ __ _ __ _ _ __ ___| |_
| |\/| |/ _` | '__/ _` |/ _` | '__/ _ \ __|
| | | | (_| | | | (_| | (_| | | | __/ |_
|_| |_|\__,_|_| \__, |\__,_|_| \___|\__|
|___/
_ _ _ _
| |_| |__ __ _| |_ ___| |__ ___ _ __
| __| '_ \ / _` | __/ __| '_ \ / _ \ '__|
| |_| | | | (_| | || (__| | | | __/ |
\__|_| |_|\__,_|\__\___|_| |_|\___|_|
\:)
:o
*this*
hello
how do you do that?
figlet
____ ____ _
/ ___| _ _ _ __ ___ _ __/ ___| ___ _ __ (_) ___
\___ \| | | | '_ \ / _ \ '__\___ \ / _ \| '_ \| |/ __|
___) | |_| | |_) | __/ | ___) | (_) | | | | | (__
|____/ \__,_| .__/ \___|_| |____/ \___/|_| |_|_|\___|
|_|
____ _ _ _
/ ___| __ _ _ __ __| |_ _(_) ___| |__
\___ \ / _` | '_ \ / _` \ \ /\ / / |/ __| '_ \
___) | (_| | | | | (_| |\ V V /| | (__| | | |
|____/ \__,_|_| |_|\__,_| \_/\_/ |_|\___|_| |_|
____ _ _
/ ___| _ __ __ _| |_ ___| |__ ___ _ __
\___ \| '_ \ / _` | __/ __| '_ \ / _ \ '__|
___) | | | | (_| | || (__| | | | __/ |
|____/|_| |_|\__,_|\__\___|_| |_|\___|_|
____ _
/ ___|| |_ _ ___ _____ _ __
\___ \| __| | | \ \/ / _ \ '_ \
___) | |_| |_| |> < __/ | | |
|____/ \__|\__,_/_/\_\___|_| |_|
_ _ _
/ \ __| | __| |_ _
/ _ \ / _` |/ _` | | | |
/ ___ \ (_| | (_| | |_| |
/_/ \_\__,_|\__,_|\__, |
|___/
_ _ __ __
| | |\ \ / /
_ | | | \ \ /\ / /
| |_| | |__\ V V /
\___/|_____\_/\_/
______ _______ __ _____ _____ _
| ____|_ _\ \ / / / ____|_ _| |
| |__ | | \ V / | | __ | | | |
| __| | | > < | | |_ | | | | |
| | _| |_ / . \ | |__| |_| |_| |____
|_| |_____/_/ \_\ \_____|_____|______|
____ _ _
| _ \ _ _| |_| |__ ___ _ __
| |_) | | | | __| '_ \ / _ \| '_ \
| __/| |_| | |_| | | | (_) | | | |
|_| \__, |\__|_| |_|\___/|_| |_|
|___/
Okay let's stop with the spam
Aye
sorry for the trouble
@gentle flint
night
beethoven is fire
.----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------.
| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |
| | _____ | || | ____ | || | _____ | || | ____ ____ | || | ____ | || | ____ | || | _______ | || | _________ | |
| | |_ | | || | .' . | || | |_ _| | || ||_ \ / _|| || | .' . | || | .' . | || | |_ __ \ | || | |_ ___ | | | | | | | | || | / .--. \ | || | | | | || | | \/ | | || | / .--. \ | || | / .--. \ | || | | |__) | | || | | |_ \_| | | | | | | _ | || | | | | | | || | | | _ | || | | |\ /| | | || | | | | | | || | | | | | | || | | __ / | || | | _| _ | | | | _| |__/ | | || | \ --' / | || | | |__/ | | || | | |/| | | || | \ --' / | || | \ --' / | || | | | \ _ | || | | |/ | | |
| | || | || | .____.' | || | |________| | || ||_____||_____|| || | ..' | || | `..' | || | || || | || | |_| | |
| | | || | | || | | || | | || | | || | | || | | || | | |
| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
'----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------'
why people showing figlet generated text in here? smthg special?
In 2012, a secretive group calling itself 3301 began recruiting for “highly intelligent individuals” online. Candidates had to prove their skills in codebreaking, cryptography and computer programming by solving a complex puzzle dubbed Cicada. It required knowledge of steganog...
@somber heath
I'll check it out later maybe.
hi
https://www.youtube.com/watch?v=RatbYqc0-jE&ab_channel=GreatBigStory
@heavy nacelle Lemmino one is better
Gr00t, shut your face
huge bananas for huge dragons?
it's like a dragon's weener
not dragon-sized
#australiathings
kangaroos in backyard,? damn
<@&267629731250176001> @wild sphinx is using racial slurrs and is being inappropriate in general voice chat
this is the latest image i've generated
John Moschitta is the fast talking guy most people don't know the name of. This FedEx commercial is what made him famous.
This is one of the many good ads to come from Sedelmaier, who also produced the Where's the Beef ads.
Andy Serkis' new Brexit parody is precious... …
READ MORE : http://www.euronews.com/2018/12/10/andy-serkis-reprises-gollum-character-to-mock-may-s-brexit-plan
What are the top stories today? Click to watch: https://www.youtube.com/playlist?list=PLSyY1udCyYqBeDOz400FlseNGNqReK...
wtffff
De Mediawet 2008 is een Nederlandse wet die in 2008 is vastgesteld en (op enkele artikelen na) op 1 januari 2009 in werking is getreden. De wet regelt de toelating tot het omroepbestel en stelt eisen aan de publieke omroepen onder andere om te zorgen voor mediapluriformiteit.
@hushed elm I gtg
but I'll probably be back later
<@&267629731250176001> yikes
!ban 630853205290647593 such spam is not appropiate
:incoming_envelope: :ok_hand: applied ban to @limber heart permanently.
- sad trombone noises *
!e
print(help(print))
You are not allowed to use that command here. Please use the #bot-commands channel instead.
Ehh
do you know hindi @crystal walrus , your voice seems familiar
Is python case sensitive?
yes
News article: http://silicon-news.com/news/2012/06/17/linus-torvalds-nvidia-fuck-you/
Linus Torvalds reveals his true feelings for Nvidia.
AMD won't be the cheaper alternative then
🍞
🥪
@fathom compass hi
@crystal walrus hey
Is it better now?
is too much?
Should i make it bigger
I mean
You have the same problem with the phone on the bottom right
okay
@fathom compass https://www.digitalocean.com/pricing/
if you have a user myuser
you can do myuser.roles
you can use .name
noice
for role in message.author.roles:
print(role)
for role in message.author.roles:
print(role)
else:
pass
brooooo
for item in container:
if search_something(item):
# Found it!
process(item)
break
else:
# Didn't find anything..
not_found_in_container()
ridiculous
def total_pizza_cost(): return sum(next({'s':5,'m':7,'l':10}[x[0]] for x in (lambda p:iter(lambda:input(p+' '),...))(f'Pizza {_+1} size? (s/m/l)') if x and x[0] in 'sml') for _ in range(next(int(x) for x in (lambda p:iter(lambda:input(p+' '),...))('# of pizzas?') if x.isdigit())))
A Python one-liner that asks you how many pizzas you'd like to order, what size they'd be and prints out the total cost.
def total_pizza_cost(): return sum(next({'s':5,'m':7,'l':10}[x[0]] for x in (lambda p:iter(lambda:input(p+' '),...))(f'Pizza {_+1} size? (s/m/l)') if x and x[0] in 'sml') for _ in range(next(int(x) for x in (lambda p:iter(lambda:input(p+' '),...))('# of pizzas?') if x.isdigit())))
Can we not yell out like that, and avoid using the word retard(-ed)
ok
guilds = client.guilds
print(guilds)
guilds = await client.fetch_guilds(limit=150).flatten()
Slecht; het is te koud in Finland.
verspringen = to jump wrong
vérspringen = to jump far
but people often leave off the accent
verlakte campus
2020 that's what's gone wrong
@wind cobalt no idea what that is
ty
verstehen?
verstaan
Kucing
@somber heath https://www.youtube.com/watch?v=wfmedg6woKE
We went to the 2014 Sepak Takraw Prince Cup to film some more awesome takraw last week, check it out! This is a highlights video from the 3rd day of competition, with matches from all three of the sepak takraw divisions - Open men's team event, Under 21's mens regu event, and ...
It would be very helpful
Its basically a program that makes Reddit videos
But I don’t know anything ab programming
The Video Generator Client and Server Program will be able to run on Linux.
You are not running Linux.
Ok
huuuh
I'm listening to you like it is a radio 😆
like a podcast
have you guys heard about dopamine fasting?
yes i did
tty
oooh
I remember myself spending 2 hours on finding out how to get back to tty7 from tty3
it didn't work
that's odd
next up:
how to exit vim
@gentle flint you dont
u're stuck there forever
and the void calls you
power button
vim is ethereal
my internet is eth0real
linux user problems
does anyone use arch BTW??
is it because of arch ?
I do
@sterile pagoda here
Yea @gentle flint
cool name
@fair pulsar hello ma'am, I'm having some issues using beautiful soup. Can you help out. 🙏🏿
black hands 😄
Yea, everything black. 😁
that is racist
hahaha
Was just kidding.
bruh macbook
oh ok
omg white apple laptop ?
Nah, hp.
omg
Saving for a MacBook next year, waiting for the 14".
oh at least youre not a soydev
that's what she said
👀
A father
A webscraper
Yea
, am gonna hack the whole world
N*SA
i'm sneaky
Normally, when a request is successful. It's supposed to output response [200] . Mine is response [502]
N*A






