#voice-chat-text-0
1 messages · Page 867 of 1
lol
get this man a nobel prize
fr
are there regulars here?
let's hear a joke
like active people that are here everyday
fortnite
You may not use this command on users other than yourself.
ate some sushi
nice sushi is nice
e
i like the rice ones without fish
yep I live in nyc so the sushi is fresh
I don't understand something in Python
why do you call that sushi then 
nice usa is a cool country
because i got it from the sushi place
lol
probably seaweed lol
rice and avocado
In for loop patterns, the iterations and the changing of variables, how do I know what pattern for example program X output? Like, It's hard to follow each step and iterations. Does anyone has solutions or ideas to help me?
Well sushi is the rice not the fish right?
usa is cool but Dubai is cooler
the only way to find out what something outputs is to read the code
i like canada alot
*without running it, at least
yea Canada is something I like to make jokes about
So I have to follow each single iteration?
that would help
noooooooo
canadia is nice
12 words, 2 kanji and 15 sentences found. See the full details ...
except hockey
God dammit it can take years for me lol
it's ok lol
hockey bad
:O
if you can recognize the pattern you can skip some iterations
im not american
I like steak better than sushi tho
I will ask for more suggestions or advises of other people :>
Thank you! Good day or night
Sushi -> 寿司 in Japanese
I thought you were saying 'fork'
Japan is nice especially the country side
those local fishing towns are amazing
is anyone from sweden here?
In chinese 寿 means "life"
司 means division, or "stuff"
gurkan sounds like a punjabi name
does it though 😂
it does a lot of punjabi names begin with GUR
Also 酸し, 酸 means "sour"
i know a lot of GUR's lol
lol
where are you guys from
🦅

@molten pewter
I think I have a fever now.. but no thermometer
oof
cool name for coke
One often hilarious side effect of globalization is that product names and commercial Slogans do not always translate well into other languages and cultures. The problem is frequently compounded by the translator's ignorance of idioms or regional usages that a native speaker would understand and/or avoid. The result is a slogan that insults, off...
Sorry if you just heard anything, I slammed my knee into a door
@zealous wave what a welcome
I join and you instantly vanish
seem to remember you complaining about that a few days ago
nice joke
Mmk
that was not a girl @dense ibex
napalm?
pfizer
@vivid palm hey how about that
you play rp on gta @dense ibex
@vivid palm can't you open up the tiles thing by just clicking on the voice chat
I love it 
not on ipad
that's boring
wack
any of you guys watching the nba finals
15mb lmaoo
eating poop huh
i am new in this server
Glad to have you
thanks
can you tell me what can we learn on this server
lol
Anything you want, really. If you're just getting started with Python, we have a whole bunch of resources on our site
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
yeah 😄
Mina Soda. So refreshing!
😳
kay-sah-dee-yah
quesdella
Progressive inflammatory neuropathy is a disease that was identified in a report, released on January 31, 2008, by the Centers for Disease Control and Prevention. The first known outbreak of this neuropathy occurred in southeastern Minnesota in the United States. The disease was reported among pig slaughterhouse workers who appeared at various c...
Sounds like some kind of startup. Airpig. Like a food delivery company that uses drones.
"When pigs fly!"
Can games detect that you are getting the game client window handle?
Wouldn't put it past them.
So reading about ReScript again, and I forgot about this bit
let message = {
let part1 = "hello"
let part2 = "world"
part1 ++ " " ++ part2
}
// `part1` and `part2` not accessible here!
Turns into this after it's converted to JS
var message = "hello world";
https://www.youtube.com/watch?v=Ut2vrhQZhI0 Man couldn't get any quesodellas😂
Go behind the scenes with Super Bowl Champion and NFL running back Marshawn Lynch. Hear from 60 MINUTES SPORTS correspondent Jon Wertheim and producer Nathalie Sommer on the rare interview they conducted with one of the most elusive athletes in sports. Their full segment premieres in a new edition of 60 MINUTES SPORTS on Tuesday, June 7th at 9PM...
just burnt lol
fruit has a crazy amount of sugar
bone density too
Going on a delivery run, I'll hop on in the car most likely
😄
yes
.wa short convert 1.9 meters to feet and inches
6 feet, 2.8 inches
that guy is huge
Eddie Hall
.wa convert 1.88 meters to feet and inches
6 feet, 2 inches
thanks
juiced out the wazoo
why not both
lmao
F
Hello
what's that in freedom units
Congratulations XD
like 140?
.wa short convert 64 kilograms to pounds
about 141 pounds
u!
I'm 98kg 6'1
you were suprisingly accurate
!u
You are not allowed to use that command here. Please use the #bot-commands channel instead.
bmi is a scam
k
Is it true you're supposed to take in the same amount of grams of protien as your body weight daily? Im skinny af want to get some muscle
protein isn't everything tbh
depends on how much you weigh
what's that in normal units
Hell yeah, thank you brother
no problem.
yep
nice
missing the Badness 10000
o rly
I heard eliminate as lemonade
that's v cool
that's not cool
so you're taking it as tuition credit instead of pay?
v nice. I'd take that
rmbr me when you're rich and famous
LOL
minecraft
I ❤️ minecraft
they're weebs
https://meolsei.s-ul.eu/NRnfnw40 I have come due to the word "meow" being present in the message above
and now I will leave again
4 hours 41 minites for Python refresher
Wah!
I'm getting there! simple stuff but I'm still learning a lot for python specific stuff
I got my chirashi yum yum
.topic
Suggest more topics here!
mars
that's not in the world
Israel
2 very interesting answers lol. why
always wanted to see the great wall of china too
gestures wildly at the world
also i like space
would you have joined Jeff Bezos, if you had the opportunity
Is that my only option? Or do I have a choice of other space travel?
@gentle flint you don't do regression tests?
you get one of those accessibility cranes to put you into the car
wait, wdym "harder to track", what are you tracking
what I'm testing
so I don't have duplicate tests
tests need to actually make sense
SELECT TOP @MaxResults AttendanceLog.LogTime AS 'Log Time', AttendanceLog.StudentID AS 'Student ID', Students.LastName AS 'Last Name', Students.FirstName AS 'First Name', AttendanceLog.ScanLocation AS 'Scan Location', AttendanceLog.ScanType AS 'Scan Type Int', (SELECT ELT(ScanType + 1, 'Sign In', 'Sign Out', 'Excused Absence') FROM AttendanceLog) FROM AttendanceLog, Students WHERE AttendanceLog.StudentID = Students.StudentID ORDER BY LogTime DESC
SELECT TOP @MaxResults
AttendanceLog.LogTime AS 'Log Time',
AttendanceLog.StudentID AS 'Student ID',
Students.LastName AS 'Last Name',
Students.FirstName AS 'First Name',
AttendanceLog.ScanLocation AS 'Scan Location',
AttendanceLog.ScanType AS 'Scan Type Int',
CASE
WHEN ScanType = 0 THEN "Sign In"
WHEN ScanType = 1 THEN "Sign Out"
WHEN ScanType = 2 THEN "Excused Absence"
ELSE "Unknown"
END
FROM AttendanceLog, Students
WHERE AttendanceLog.StudentID = Students.StudentID
ORDER BY LogTime DESC
Would CASE work?
One line version:
SELECT TOP @MaxResults AttendanceLog.LogTime AS 'Log Time', AttendanceLog.StudentID AS 'Student ID', Students.LastName AS 'Last Name', Students.FirstName AS 'First Name', AttendanceLog.ScanLocation AS 'Scan Location', AttendanceLog.ScanType AS 'Scan Type Int', CASE WHEN ScanType = 0 THEN "Sign In" WHEN ScanType = 1 THEN "Sign Out" WHEN ScanType = 2 THEN "Excused Absence" ELSE "Unknown" END FROM AttendanceLog, Students WHERE AttendanceLog.StudentID = Students.StudentID ORDER BY LogTime DESC
I love these database commands, just leave Capslock on - what a disgusting language.
SELECT TOP @MaxResults AttendanceLog.LogTime AS 'Log Time', AttendanceLog.StudentID AS 'Student ID', Students.LastName AS 'Last Name', Students.FirstName AS 'First Name', AttendanceLog.ScanLocation AS 'Scan Location', AttendanceLog.ScanType AS 'Scan Type Int', CASE WHEN ScanType = 0 THEN "Sign In" WHEN Quantity = 1 THEN "Sign Out" WHEN Quantity = 2 THEN "Excused Absence" ELSE "Unknown" END FROM AttendanceLog, Students WHERE AttendanceLog.StudentID = Students.StudentID ORDER BY LogTime DESC
someone mentioned they used 4chan
this drama here: https://github.com/tenacityteam/tenacity/issues/99
it is?
and it will cause their family to get harrassed
lol idk😂
im feeling loopy bc of my vaccine shot
which one did you get?
pfizer
same as me. made me super tired, slept through a full day
no; that they were making bad life choices for themselves
love it
does it even exist?
I googled oreilly textbook
ah
A community of over 30,000 software developers who really understand what’s got you feeling like a coding genius or like you’re surrounded by idiots (ok, maybe both)
anyone wanna play chess
lichess?
you can't prove a negative
(at least most of the time)
sorry, just playing one game
for software developers
How to murder a billionaire : 101
can't work when you're deathly ill? shame @vivid palm
!report verbose god why
aka, "fuck around and find out"
i've just been using rust on intellij should i be using clion
vs code + rust-analyzer
To be more specific, if you are talking about disproving the existence of something - the opposite side can disregard the evidence as not sufficient and can go on shifting the goal post.
you can of course disprove things that are by definition inconsistent
js bad
just pain in my arm for a few hours, then sniffles
sniffles lmao
😂
from the vaccine?
yeah
yeah
probably
mRNA
is no one getting vaccinated over there
figured out why my finding the min wasn't working
gave it an initial value of 0, and they're unsigned ints
no negatives
so the min would always be 0
signed means it has a sign bit, which means it could be positive or negative
just spam lolo
lmfao is he?
YES
I thought this man took my advice and just started rambling lol
no
heyy
XDDDDD
LMAO
using namespace std, this, there, here, over
test
uh
BOLD
I'm YOU DADDY!
gets banned 3 mins later
wait
how did you know my account was new?
better discord?
oh
well mark as read
or click the cross
trumpa
ima dip yall have fun
Hope ur code works or whatever
byeee
SAY BYE!
Owosso
*acting like I understand what ur saying
sounds not cool
joins on deafen
as if there is a point of being here
Hey
there we go
Hi
hey
hey
wanna stop using the gifs
lmao
...
cap
they found someone else
thats why they dipped
yes
huh
i can give 100 in gamble bot currency
cmon
im good thanks
yes you where!
yes you where!
ayo
yo
hey
XD
!voiceverify
!voiceverify
oh
is it not in #voice-verification ?
over 3 days ago
i only reach 1 thing
aaaaaaaaaaa
hows that funny
nah
then u say theres 1
then eh
nah
3 days
yh
what
i cba
LMAO
cant be arsed
whys ur mouse so clickkdffy
yes
ayo
kona is my friend
mhm
ye she stuck currently tho
damn
u be making moves tho
bbygirl?
bbyboy
xdDDDDDDDDDDDDDD
thats a flex FR
lil trent
haha
bobert
jaahaa
bobet
hhaa
bobetster
papa
is he in a microwave?
microwave man
whats the timer on for jesus i want this to end
hehe
im getting tired lol
microwave head giving me a headache
LKMAO
XDDDDDDDD
hahaahaa
69*
Damn
preorder that baby
HHAA
@whole bear @magic aspen where u from
narnia
^^
damn thats crazy
@velvet jay ive been dying coding a discord bot
tidy it up
oops
huh
same
ye but i have no experience in coding so im having fun
oh god
clap clap
cmon heres the code + the bot
okie
ok cya
just join n leave
innit
what the bot became a nuke bot?
welp
why tho
im trying to do a music part
u have a question or smth
is it working?
my bot already plays music
get owned
😎
send code
can u send me the code lmao
ez
help the poor kid
@whole bear basically u need to use the FFmpeg API
example from my bot
vc.play(FFmpegPCMAudio(f"files/audio/{ctx.guild.id}{command}.mp3"))
yet
look at my actual profile
brrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
microwave poggers
can this kid stop cooking his microwave meal omg
STOP TALKING OUT LOUD
@ornate quiver shush please
buzzzzzzzzzzzzzzzzzzzzz
HAHAHAHAHAHAHAHAHAHAHAHAHA
aaaaaaaaaaaaaaa
I wanna scream into the microwave then shut it
BRRRRRRRRRRRRRRRR
then put it on full heat
couple hundred years old?
BANG ON!
LOWER
nah
hahah
im joking...
cartoon network
HAHAHA
i wish i could talk
lmao just to talk
I HAVE TO WAIT 3 DAYS
we have to be in for 3 days
GET SOME INTHECLUTCH ENT MERCH HERE : https://teespring.com/stores/clutchsquad
ORIGINAL VIDEO: https://www.youtube.com/watch?v=lG3PRGSE1Dw&t=210s
THANKS AGAIN FOR WATCHING OUR VIDEO! MAKE SURE YOU SUBSCRIBE TO THE SQUAD.
ALSO SUBSCRIBE TO DUB'S AND ROSS VLOG CHANNELS
MAKE SURE YOU JOIN OUR PATREON TO GAIN EARLY ACCESS TO ALL OUR VIDEOS, EXCL...
ok...
LMAO
because the pokemon universe is ashes imagination LMAO
LMAO
bfg?
the long number is the number of errors i have in my code
ok so anyone want to do something amazong
bzzzzzzzzzzzzzzzzzzz
anyone know alot about python?
when you try to call on discord through the samsung fridge
I WANT ONE OF THEM
can you code something on the fridge
yes
yeah. continues
@ornate quiver rn
init
hi
bbbbbbbbbrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
br intensify
omg
ye it does
whats actually wrong with ur mic
this
@magic aspen Hey I found you on youtube!! https://youtu.be/f0TrMH9s-VE
In this tutorial, we will learn about Python Classes & Objects in great detail!
I've been promising this for a while now, but we're finally diving into Object-Oriented Programming!
In Python, almost everything is an object! (including lists, strings, integers, dictionaries and etc.)
With classes can create new kinds of objects and define their o...
let me make an object 2 secs
TODAY WE ARE CODING A PYTHOT
thats my new name
huh
omg
sadge
dont swear
ye
the biggest mistake in life is life itself
europe gang
im muting the microwave sorry
aight im going cause it 4:44am
well
ye 444
447
ye now it 447
717
bye
bruh
U put it in a high intrest bank
then take stuff out every year
thats fucked
you need compensation if they react like that
yeah as long as ur comfortable there
oh shit its 5am
just leaves a note saying fuck you
save it for later 😄
ANYONE KNOWS JAVA ?
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!voice
need to explain man
source = requests.get(f'{url}').json()
im getting a data with this
however isn't it json file
I mean my source
is it json rn?
source will be changed everytime then I need 😄
whenever I see a while(true) loop
reminds me of some horrible experiences in the past 😨
but for a fun simple learning project, it's fine 🙂
just got em?
nice
can you check if python is working in your system ?
so what is the issue happening ?
install pygame with this
pip install pygame
run this command in your cmd
in your command prompt
not in there
thats not a command prompt
you are using an python idle ...an interpreter
22
so what the previous guy was saying you is that you dont have python path set
do you know how to use python with a script file or an editor
you have been using a python interpretor
to run the code
isnt this IDLE ?
do you get the irony ?
nope thats a terminal or cmd prompt
no you dont need to
just set the path to your environment variable
this
how to set python path - A simple and easy to learn tutorial on various python topics such as loops, strings, lists, dictionary, tuples, date, time, files, functions, modules, methods and exceptions.
follow the steps in the above link
make sure to paste the path correctly ...the directory where you installed python
calm down 🙂
there's more crazy coming for you, as you learn more
save it for that 🥲
I am done Good Luck !
youre trying to practice or your just wanting to practice on making games?
use visual studio code, forget idle
@karmic atlas are you in vc
yeah I see :) that
!tools
The Tools page on our website contains a couple of the most popular tools for programming in Python.
let's move with Cpython
remember to blink
!fstrings
Creating a Python string with your variables using the + operator can be difficult to write and read. F-strings (format-strings) make it easy to insert values into a string. If you put an f in front of the first quote, you can then put Python expressions between curly braces in the string.
>>> snake = "pythons"
>>> number = 21
>>> f"There are {number * 2} {snake} on the plane."
"There are 42 pythons on the plane."
Note that even when you include an expression that isn't a string, like number * 2, Python will convert it to a string for you.
Would have expected to see you in a Perl server then
@rugged root
The_Text = Spin_Back(random.choice(Options))
Have a good one
hello
wait i cant find my mic
ok its here
its all dusty and stuff
was cleaning my table today
need help?
works fine for me
as Hemlock said
obviously, for backwards test part, your conditional logic itself is incorrect
but no errors after fixing random.choice()
I'll see you guys later 👋
gonna grab some dinner for now 🙂
bye!
try following pep8 guidline and make the variables lower case
use start = time.perf_counter(); while time.perf_counter()-start < 20:
show code?
put it in a while loop
while Ture:
True*
oh sorry
put start
before while True:
line 20
add time.perf_counter() - timer
=20
import random
import time
from time import *
def Spin_Back(x):
return x[::-1]
def Spin_Front(y):
return y[::1]
timer = time.perf_counter()
while True:
Options = ['Rearrange and Type', 'Subscribe to MrBeast', 'I love using Discord', 'Give me the Money', 'Shoutout to People for halp', 'I love my Parents xddd', 'North Korea is amazing ngl', 'Roblox is shit lol']
bruh = random.choice(Options)
The_Text = Spin_Back(bruh)
The_Text2 = Spin_Front(bruh)
print (The_Text)
The_Write = input('Write this Backwards!')
current_time = time.perf_counter()
while current_time - timer >= 20:
print ('You failed to Complete this in Time')
break
if The_Write == The_Text2:
print ('Correct!')
@whole bear
Hey @rugged root

@rugged root https://www.youtube.com/watch?v=s_CrPZKU0rs
This is my first pygame demo, written in Python 3.8.10.
Truth be told, it is not as impressive as others' demos, but it is likely that it will make you interested.
If you have any questions - please let me know.
As promised, here is the link to my demo:
https://github.com/KatsumiKougen/pygame-demo
NOTE: Make sure you have Python 3.8+ and pygame...


show error
remove line 3
does it work now?
okay but like is your project complete
or do you need help?
not complete?
show error
can you like you do this in while True loop: like print(timer-current_time)
at the last
we can move to #code-help-voice-text
Fixed price. Price fixing. Why people hate English.
Not the only reason
Okay. That and Boris.
i am also going bye
Is anyone into web scraping?
I feel your pain, my phones from 2013 and it dies randomly and the charging is always jacked up. Your phones a newer one?
What's your question about it? Typically it's better to ask your question rather than asking if anyone knows about it
ohhh yeah i think its time to lay that one to rest
There is this page which im trying to scrape but the inspect element is different from the page source: https://quantisnow.com/feed
oh its crap lol
I'm trying to scrape the trending tab
@whole bear
yes
Yes Mr. Hemlock?
Why did you link me that exactly?
I'm just saying it's strange to me that sending me that was one of the first things you do in the 12 minutes of being in the server
!ban 857596896749813780 It appears you are only here to troll, goodbye
:incoming_envelope: :ok_hand: applied ban to @autumn mica permanently.
Why is page source and inspect element code differently? and I'm trying to use selenium to load the dynamic website and it doesn't work either
I've tried it with phantomJS, requests html, chromedriver and geckodriver
none of them worked
Oh, I'cant render it?
It's like a news wbeiste
websie*
website*
I foud some XHR requests
found*
every second this is requesting
jake
alec
Oh, okay I get it
but but but the jvm
im doing java rn 😏
Maven, as a name, makes me think of a purple-haired goth girl.
Same
Probably because Raven.
True
Just sounds suitably edgy
Yah.
Alberts also the prince of tobacco
https://en.wikipedia.org/wiki/Prince_Albert_(tobacco)
nitro flex
lol

I've looked into the website a bit and they provide a webhook and send new news automatically
fuck lol

