#voice-chat-text-0

1 messages Β· Page 760 of 1

whole bear
#

yes

#

ill have to go guys ill come back later

somber heath
#

!e python n = 1 print(n.__add__(1))

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

2
somber heath
#

!e python a = 1 print(a + 1)

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

2
whole bear
#

i cant join vc but what does starify do?

lunar pendant
#

opalmist hey

whole bear
#

i can join now

left sierra
#
class Unban(commands.Cog):
    def __init__(self, bot,):
        self.bot = bot
    @commands.command()
    async def unban(self, ctx, *, member):
            banned_users = await ctx.guild.bans()

    member_name, member_discriminator = member.split('#')
    for ban_entry in banned_users:
        user = ban_entry.user

        if (user.name, user.discriminator) == (member_name, member_discriminator):
             await ctx.guild.unban(user)
             await ctx.channel.send(f"Unbanned: {user.mention}")

somber heath
#

My starify, as distinct from this Python Discord's starify, was defined with the def code block I wrote. It is not built in.

left sierra
#
  File "d:\Discord Bot Project\Bot 1\BotDiscord.py\Cogs\ban.py", line 33
    await ctx.guild.unban(user)
    ^
SyntaxError: 'await' outside function
somber heath
#

@whole bear Python comes with many built-in functions, but you can write your own using def.

whole bear
#

ok

lunar pendant
zealous wave
somber heath
lunar pendant
zealous wave
#

use this @left sierra ```py
@commands.command()
@commands.has_permissions(ban_members=True)
async def unban(self, ctx, id: int):
member = discord.Object(id=id)

    await ctx.guild.unban(member)
#

modmail

left sierra
warped saffron
#

I like the new logo, pretty fresh!

zealous wave
left sierra
#

@zealous wave u coming back?

bold mauve
zealous wave
#

Yeah I did

#

And no I am not coming back, can't rn

left sierra
#

alrighty

zealous wave
#

I'm fine, hbu?

#

Btw @left sierra I'll be back in 45 min or so

left sierra
short gate
#

Hello there.

#

Python is ez.

swift valley
#

Evenin'

#

Hopping on in a bit, just finishing something

short gate
#

guten Abend, @swift valley.

#
class stroke:

    strokeSet={
        "a":(hv,ver,hor), "b":(hv,hv,ver,hor),  "c":(hor,vh),       "d":(ver,rdia,hor),
        "e":(hor,hor,vh), "f":(hor,hor,ver),    "g":(hor,hv,vh),    "h":(ver,hor,ver),
        "i":(ver,),       "j":(tail,),          "k":(ver,ldia,rdia),"l":(vh,),
        "m":(ver,hv,ver), "n":(ver,rdia,ver),   "o":(circle,),      "p":(hv,hor,ver),
        "q":(circle,rdia),"r":(hv,hor,rdia,ver),"s":(hor,lasso,hor),"t":(hor,ver),
        "u":(vh,ver),     "v":(rdia,ldia),      "w":(vh,ver,ver),   "x":(ldia,rdia),
        "y":(vh,tail),    "z":(hv,hor,vh),      " ":(" ",),         "'":("*"),
    }

    def readText(self):
        self.text=input().lower()
    
    def convert(self):
        arr=[]
        for char in self.text:arr.append("".join([str(chr(ord(i)^10)) for i in self.strokeSet[char]]))
        self.output=".".join(arr);return self.output
#

This is something that I dubbed "stroke cipher".

#

Let me tell you how it works.

lapis tiger
#

Hey guys

vivid palm
#

gooooooooooodmorning

#

it's snowing

short gate
#

Nope.

vivid palm
#

lolol

left sierra
short gate
#

Unless you visit Sapa, the concept of "snow" is almost nonexistent in Vietnam.

rugged root
#
{
    "added_words":
    [
        "Antialiasing",
        "antialiasing",
        "grayscale"
    ],
    "auto_complete_commit_on_tab": true,
    "color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme",
    "dictionary": "Packages/Language - English/en_US.dic",
    "font_size": 11,
    "ignored_packages":
    [
        "Markdown",
        "Rust",
        "Vintage"
    ],
    "ignored_words":
    [
        "Akarys",
        "txt"
    ],
    "remember_full_screen": true,
    "save_on_focus_lost": true,
    "spell_check": true,
    "theme": "Adaptive.sublime-theme",
    "translate_tabs_to_spaces": true
}
short gate
#

Okay.

#

I have a challenge.

#

For you. Any of you.

rugged root
#
{
    "translate_tabs_to_spaces": true
}
lapis tiger
left sierra
hushed elm
#

line 5

lapis tiger
#

Why cant I speak?

short gate
#

If you are a Python programmer, tell me how this string Noctis Lucis Caelum can be enciphered to this vVv.E.'F.'v.v.'Y'.*.F.Fv.'F.v.'Y'.*.'F.=v'.''F.F.Fv.v=v.

rugged root
#

!voice @lapis tiger

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

hushed elm
lapis tiger
#

Thats dumb

vivid palm
#

wow light mode

lapis tiger
#

I probably be banned as soon as I get VC

short gate
#

Hey.

zealous wave
short gate
#

Here's my question.

#

No, riddle.

lapis tiger
zealous wave
#

fine

left sierra
opaque iron
#

I need to get file path
but when i use pathlib.Path().absolute()
i cant use it in my program
can anybody help?

#

because its with

#

\

faint ermine
#

did you import path from pathlib?

opaque iron
#

not with /

faint ermine
#

pathlib doesnt care about forward or backwards slash

swift valley
#

Good evening folks

faint ermine
#

could you show us the code

vivid palm
#

@smoky dust hi tawmy shelby

left sierra
opaque iron
#

yes sure

short gate
#

Hey @left sierra. Why in the name of Guido do you have a strange accent?

rugged root
#
{
    "font_size": 12,
    "theme": "Adaptive.sublime-theme",
    "translate_tabs_to_spaces": true
}
opaque iron
#

one sec

#

im just going to check it

hushed elm
#

hey don't bully people with different accents

swift valley
#

I'm quite satisfied with my work today ducky_party

smoky dust
short gate
vivid palm
short gate
#

Anyway.

#

Tell me how this string:
Noctis Lucis Caelum
is encrypted to this:
vVv.E.'F.'v.v.'Y'.*.F.Fv.'F.v.'Y'.*.'F.=v'.''F.F.Fv.v=v

hushed elm
#

yeah but the undertones of that question are not great

#

"name of Guido" like there's something wrong

smoky dust
vivid palm
#

YES πŸ™‚

hushed elm
#

qt

short gate
vivid palm
#

@smoky dust did you watch all the seasons?

#

it's his rosy cheeks

smoky dust
#

yeah

#

i really liked the show

vivid palm
#

i think arthur is one of the most tragic characters ever

short gate
#

I see you are a man of culture.

#

Nice job recognising him.

real ivy
short gate
#

I like that game, even though I cannot afford a game console before, let alone a PS4 or PS5 to play.

hushed elm
#

❀️

swift valley
real ivy
hushed elm
#

oh god wtf

#

lols

short gate
#

I never criticise people just because of their accent.

hushed elm
#

@somber heath i don't have echo problems either when on speaker

#

it's pretty great

short gate
#

Hemlock the gummy wh___

#

Gummy worms are perfect.

hushed elm
#

u wanna eat some gummy, just visit hemlock he has some for u

#

πŸ”¨ πŸ”¨ πŸ”¨ πŸ”¨

lapis tiger
#

Lol I am not regex. I changed my nickname to that.

#

Bc you mentioned regex

#

Okay I am regex2.0

hushed elm
#

hhhh

zealous wave
#

dude the light theme hurts

#

change it

#

pls

hushed elm
#

no u

vivid palm
#

lol poor macro

hushed elm
#

no u

vestal mason
#

I'm ot in VC, but very nice logo πŸ™‚

zealous wave
#

at least you havent discovered compact mode yet

hushed elm
#

whaat

#

how do you enable compact mode

zealous wave
#

ohh no

lapis tiger
#

Is everyone in here 18 and older?

hushed elm
#

found it!

#

ewww ugly

left sierra
lapis tiger
#

I would of banned you @dense ibex lol

rugged root
lapis tiger
#

@faint ermine state obvious bud

zealous wave
#

pip install -U git+https://github.com/Rapptz/discord-ext-menus

#

@left sierra run that

opaque iron
#

return

#

@pastel lance

rugged root
#

!paste

wise cargoBOT
#

Pasting large amounts of code

If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

dense ibex
#

@zealous wave I finally got the reaction role thing done

    @commands.command()
    async def set_reaction(self, ctx, role: discord.Role=None, msg: discord.Message=None, emoji=None):
        if role != None and msg != None and emoji != None:
            await msg.add_reaction(emoji)
            self.bot.reaction_roles.append((role, msg, emoji))

        else:
            await ctx.send('Invalid arguments')

    @commands.Cog.listener()
    async def on_raw_reaction_add(self, payload):
        for role, msg, emoji in self.bot.reaction_roles:
            if msg.id == payload.message_id and emoji == str(payload.emoji):
                await payload.member.add_roles(role)

    @commands.Cog.listener()
    async def on_raw_reaction_remove(self, payload):
        for role, msg, emoji in self.bot.reaction_roles:
            if msg.id == payload.message_id and emoji == str(payload.emoji):
                await self.bot.get_guild(payload.guild_id).get_member(self.bot.member_id).remove_roles(role)
zealous wave
#

nice

pastel lance
#
try:
    def split():
        print(f'Question {counter}/{pages}')
        page = random.randint(1, pages)
        page_no = f'NO.{page+1}'
        x = re.split("\n\n", d2)
        question = x[page]
        x3 = question.splitlines()[-1]
        correct = x3[-1]
        if page_no in open('wrong_answer.txt', 'r') or page_no in open('correct_answers.txt', 'r'):
            
        else:
rugged root
#

py -m pip install <package>

left sierra
pastel lance
dense ibex
#

so your the guy who said he was 12? lol

lapis tiger
#

@faint ermine Are you even certified?

faint ermine
#

me? how so?

lapis tiger
#

yes sir

left sierra
lapis tiger
#

lol safey

#

insomnia?

#

exercise in the morning will definitely help sleep

#

@rugged root Okay Dr. Hemlock

#

@faint ermine link to the study?

vivid palm
#

^

vivid palm
#

sleep hygiene

faint ermine
# faint ermine https://www.cell.com/current-biology/fulltext/S0960-9822(19)31368-5

Discussion
Contrary to common beliefs, it is yellow rather than blue colors that have the strongest effect on the mammalian circadian system. This relationship aligns with natural shifts in the color of ambient illumination, detectable during twilight by mammals with di- and tri-chromatic visual systems [12]. Accordingly, we show that this color signal supports robust and stable circadian-driven behavior in the natural world, where stochastic variations in light levels introduce ambiguity to intensity as a signal of time of day.

vivid palm
#

brown noise

#

lol mr hemlock don't like breathing

#

kkkkkkkkk

rugged root
#

@somber heath You're breathing into your mic

somber heath
#

Oh.

zealous wave
#

⭐breathing asmr ⭐

somber heath
#

My bad! πŸ™‚

lunar pendant
#

@somber heath what's the age limit to get a driving license in australia?

somber heath
#

@lunar pendant Learners at 16. Probationary at 18. Full some time after that. I could be wrong. I don't drive and the laws might have changed.

real ivy
#

un voice verified people be like

rugged root
zealous wave
#

smh imagine being voice verified

sick dew
zealous wave
hoary dirge
#

@somber heath you matploblib expert, could you help me understand this line of code? It changes the color of the colomons according to height, but I dont understand the last 3 lines:

plt.style.use('seaborn')  # Grid background
    cm = plt.cm.get_cmap('winter')  # Graph color map
    n, bins, hst = plt.hist(radii_list, bins=30, edgecolor="black")  # Make histogram
    col = (n - n.min()) / (n.max() - n.min())  
    for c, p in zip(col, hst):
        plt.setp(p, 'facecolor', cm(c))
vivid palm
zealous wave
#
#

just take a look at this lol

somber heath
zealous wave
#

just to make you feel better @rugged root

somber heath
lunar pendant
real ivy
#

dies anyone have the rocket league api

hoary dirge
somber heath
#

The setp, based on what I'm looking at just here, as opposed to looking up the documentation, is using these parameters to set the colouring of the plot in some way.

somber heath
lapis tiger
#

I said it

jagged thorn
#

you will be banned

#

tried yesterday xD

hoary dirge
zealous wave
#

kek

jagged thorn
#

"hit and run trolls" OMG

#

nice

somber heath
#

@whole bear As to what I use to code, IDLE, usually.

jagged thorn
#

50 messages too much

whole bear
#

however what do people code on. Im new

somber heath
hoary dirge
somber heath
#

heh

jagged thorn
#

where do you host your bot ? which platform ?

dense ibex
wise glade
#

hi people

#

Hemlock, you warm? yesterday it was -2 degrees?

lapis tiger
#

Ill be using text-to-speech when I am voice verified.

real ivy
#

@rugged root is this a dating server

#

@vivid palm πŸ₯΅

zealous wave
#

it is not

real ivy
#

LMFAO

dense ibex
#

!source

wise cargoBOT
zealous wave
#

and i would not do that to others if I was you

real ivy
#

do what

zealous wave
real ivy
#

@zealous wave πŸ₯΅

zealous wave
#

smh

real ivy
#

reply to me mama

zealous wave
real ivy
#

y r we saying our age?

vivid palm
shadow trout
#

jeez 23 people

real ivy
#

is buying accounts illegal

zealous wave
#

ehh

shadow trout
#

out of which only 8 have their mic unmuted

jagged thorn
#

"matricity" ? what's that

zealous wave
#

probably against TOS

real ivy
#

not for discord u nonce

vivid palm
#

metricity

faint ermine
wise cargoBOT
#
Bad argument

Unable to convert 'metricity' to valid command, tag, or Cog.

faint ermine
#

dammnit

real ivy
#

that went bad

zealous wave
real ivy
faint ermine
real ivy
#

bc y not

zealous wave
#

These are the two I recommend @dense ibex

dense ibex
#

ok

vivid palm
#

yay!

#

bored ppl

real ivy
wise glade
#

look at the math.ceil(9.45) equivalent in some other language
Math.Round(9.45 , digits: 0, mode: MidpointRounding.AwayFromZero

#

makes you appreciate python even more

jagged thorn
#

c# is trash

wise glade
#

its getting better

jagged thorn
#

I am

whole bear
#

Hi ladies and gentlemen

zealous wave
#

greetings

wise glade
#

hey you know "truly wireless earphones", are they wireless?
like not a single wire in em, everything works by magnetic induction or something?

gentle flint
wise glade
#

I thought he got sick, that's why he wasn't here for OpalMist day

rugged root
#

Man super busy day today

somber heath
#

Managing Super?

dense ibex
#

OpalMist Fan Club!

rugged root
#

!paste

wise cargoBOT
#

Pasting large amounts of code

If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

jagged thorn
#

so putting heroku aside which platform do you use for your bots ?

left sierra
whole bear
#

what is

#

@left sierra Hey, you showing discord bot token on your bot2.py file in github

#

about the meeting of

#

today ?

#

i

#

goint

#

dto need some help

#

my

gentle flint
#

Unpopular opinion: Hemlock should occasionally give one of the people in the voice chat the video role temporarily so they can show off their smexy faces

whole bear
#

discord is sending

#

the messenges alone

#

before i fisniihn typing and enter

#

i shoudl not rely on delay ssy

#

tem

gentle flint
#

r/ihadastroke

whole bear
#

flyign a plane manually is hard yeah

dense ibex
#

If I post a fake bot key will the python bot remove it?

gentle flint
#

did I just hear a guitar

whole bear
#

icicd ?

rugged root
#

Ice ice baby

gentle flint
whole bear
#

thank you

faint ermine
whole bear
#

Woah

#

i am in need some help with blutooth delay device... ps5 dual sense specific...

#

bruh its full i want to join

#

i am sure you people know some other channel

#

whre i can intereact

#

hello

#

hi

wise glade
#

I saw Opal yesterday.....

stuck furnace
#

Wow, full room πŸ˜„

#

Hey Hemlock

vivid palm
#

wow lol

wise glade
#

was expecting someone like this, cool voice guy,

whole bear
#

crazy stuff

wise glade
#

but, Opal turned out to be like this πŸ˜‚ , greek god look

stuck furnace
#

```sql

whole bear
#

big beard

jagged thorn
#

from IBM for IOT

#

is shait

whole bear
#

the new old man

#

right ?

#

opal man

#

curly opla man

wise glade
#

man, I wish I could grow that much hair

faint ermine
wise glade
#

he looked so cool

whole bear
#

me too

#

is so cool

jagged thorn
#

you can't use nodered in production, is only for PoC ans such

stuck furnace
#

Wow, Opal face reveal?

whole bear
#

opla face? hehe

#

revela hyah

#

is nice

#

what movie

#

idk

gentle flint
#

he looked like a sorta cool hippie

whole bear
#

uknow that ?

zealous wave
#

Almost a full vc, wow

whole bear
#

doctor strange ?

#

so coool

somber heath
whole bear
#

not perfect but nice

#

coubrick ?

wise glade
#

also, verbose looked like an IMO champion πŸ˜‚

whole bear
#

is nice too

gentle flint
#

more cheerful tho

#

and with a large hat

stuck furnace
whole bear
#

verbocse

wise glade
somber heath
#

Back.

gentle flint
stuck furnace
whole bear
#

development is delicaded

wise glade
#

International Mathematical Olympiad

gentle flint
#

he had this large hat

#

like

#

aussie hat

#

wide brim

whole bear
#

units test i need

stuck furnace
wise glade
#

man, you looked like those guys who always crack google coding challenges etc

somber heath
#

Shiny green and gold top hat.

whole bear
#

hihiah

gentle flint
whole bear
#

thas crazy

#

croks ?

whole bear
#

corks ?

stuck furnace
whole bear
#

thas a big

#

combapnu

gentle flint
#

jk, I waste my time at engineering and this voice chat all day πŸ₯²

whole bear
#

company

#

hauhoaha why wasting?

rugged root
whole bear
#

u did a good job

gentle flint
#

because there are about 10 more productive things I could be doing

#

but I just sit here doing nothing

whole bear
#

i am facing several delay with my ps5 ds pc blutooth conection

#

i ned help

wise glade
#

I'm gonna leave 😭

#

Can't concentrate properly with all this 😭
brb (maybe)

jagged thorn
#

what's "ENRON" ?

gentle flint
jagged thorn
#

ah okay basic fraud company (R)

#

R&D =Blitz and chitz

gentle flint
#

except that at the time enron was the biggest energy company in the USA

whole bear
#

nice

#

enron is

#

i wish

#

tsting

#

profuct

#

budge is importante

#

accounting

#

is the

#

most important

#

im new to code so what do you code and where?

rugged root
#

@shy ravine What's up?

whole bear
#

i mean

versed island
#

hi girls !

shy ravine
zealous wave
versed island
stuck furnace
#

Code coverage has always seemed like a bit of a dodgy heuristic to me πŸ˜„

zealous wave
rugged root
#

Like... I'm not saying it isn't important, but it just doesn't click in my head how it can be properly unbiased and do actual code testing and coverage

somber heath
#
import infinite_fuzzy_monkeys```
versed island
#

like some girls within their groups say ... whats up boys

zealous wave
#
def girlify(user):
  return girl(user)
versed island
#

thats what im talking bout

deep cliff
#

what u saying about?

versed island
#

@deep cliff

deep cliff
#

ok

stuck furnace
#

@green bone are you server muted? πŸ˜„

rugged root
#

He does it so that he doesn't accidentally unmute

#

(if I remember correctly)

green bone
#

why does everyone ask why I am server muted every time I enter VC lemon_pensive

zealous wave
#

bc its weird

stuck furnace
#

Tbh, I thought you did it as a conversation starter πŸ˜„

amber raptor
#

Because people like to know why others are in trouble

stuck furnace
#

Anyone excited about the rover landing later today?

zealous wave
#

yeah

#

ima watch it later

real ivy
#

no

versed island
#

saturn ?

#

mars ?

zealous wave
#

mars

stuck furnace
#

Should be pretty exciting. I might stream it here, if enough people are interested πŸ˜„

real ivy
#

no\

stuck furnace
#

You'd have a hard time landing on Saturn.

real ivy
#

why

stuck furnace
#

It's a gas planet

real ivy
#

my gf has gas i still landing and eating that

stuck furnace
#

Erm, too much information πŸ˜„

real ivy
#

why

versed island
#

i love the saturn rings

real ivy
#

i have a ring wanna see

versed island
#

nope

stuck furnace
#

Given what you just said... no, I don't think screen sharing permissions would be appropriate πŸ˜„

real ivy
#

@rugged root can i have stream perms i wanna stream my game

#

im playing smite btw

jagged thorn
#

stream a game is not a legit reason

#

lol

real ivy
#

how

#

can i stream a mvie then

rugged root
#

I do not grant permissions for gaming, no

#

Also no

real ivy
#

what about watching naruto

#

that got to be a yes

rugged root
#

I'm not even going to dignify that with an answer

real ivy
#

u dont like naruto?

honest pier
#

bruh

versed island
#

you can stream on youtube

#

and share the link

real ivy
#

really?

rugged root
#

I wouldn't be happy about it, prime

real ivy
#

will u watch with me

rugged root
#

Streaming stuff like that isn't the point of the server

real ivy
#

is there a off topic vc then

#

this is off topic vc nvm

rugged root
#

That is the off-topic VC

real ivy
#

i just said that

stuck furnace
#

Erm, this already kind-of is off topic.

rugged root
#

But it's still not appropriate for the server

rugged root
real ivy
#

then what is the point of the server

versed island
#

im so scared of covid ... i never put my shield down

real ivy
#

what brand of shield do u have

versed island
#

steelbird

honest pier
#

why is the pendulum relevant in this analogy lol

real ivy
honest pier
#

πŸ€” wack

jagged thorn
#

E-con-omics

stuck furnace
#

Ah, same Rabbit. Two semesters of Econ πŸ˜„

real ivy
#

does anyone wanna design a steam profile with me

stuck furnace
#

Interesting subject, but my god the lectures were boring.

real ivy
#

?

#

i said steam

#

not college

stuck furnace
#

I'm responding to what Rabbit is saying in the chat.

real ivy
#

what?

#

oh i have the vc muted rn im watching naruto rn

rugged root
#

"Design a steam profile"? What do you mean

real ivy
#

like with showcases and via

#

u have never designed a steam profile?

rugged root
#

Never cared to

#

I just played the games

real ivy
#

whats ur steam

#

i wanna add

rugged root
#

Should be linked in my profile. But I'm rarely on there anymore

zealous wave
#

hemlock you got any cs skins?

rugged root
#

Nah, never really got into CS

zealous wave
#

rip

rugged root
#

TF2 was my jam but I sold all my gear in that a while back because I knew I wouldn't be returning

honest pier
#

😦

stuck furnace
#

Yeah, it would be cool to stream it here πŸ‘

#

Do you want me to do it?

#

Maybe in VC1

sick dew
stuck furnace
#

Nope, nothing to do with SpaceX

zealous wave
sick dew
stuck furnace
#

It was launched on an Atlas V

rugged root
#

Huh, neat

honest pier
#

!e

(1<<2**10,)*10
#

hey that was fast

#

!e

(1<<2**50,)*10
#

oh

rugged root
#

That's... huh

#

I've never seen that

honest pier
#

!e
(1<<2**50,)*10

wise cargoBOT
#

@honest pier :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | MemoryError
honest pier
#

i-

#

oh

wise cargoBOT
#

@honest pier :white_check_mark: Your eval job has completed with return code 0.

001 |   1           0 LOAD_CONST               0 (1)
002 |               2 LOAD_CONST               1 (1048576)
003 |               4 BINARY_LSHIFT
004 |               6 BUILD_TUPLE              1
005 |               8 LOAD_CONST               2 (10)
006 |              10 BINARY_MULTIPLY
007 |              12 RETURN_VALUE
honest pier
#

wild

#

!e

import dis
dis.dis("(1<<19**8,)*10")
wise cargoBOT
#

@honest pier :white_check_mark: Your eval job has completed with return code 0.

001 |   1           0 LOAD_CONST               0 (1)
002 |               2 LOAD_CONST               1 (16983563041)
003 |               4 BINARY_LSHIFT
004 |               6 BUILD_TUPLE              1
005 |               8 LOAD_CONST               2 (10)
006 |              10 BINARY_MULTIPLY
007 |              12 RETURN_VALUE
honest pier
#

hmm

#

!e
(1<<19**8,)*10

wise cargoBOT
#

@honest pier :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | MemoryError
honest pier
#

wack

stuck furnace
#

Anyone want to make a mini Mars rover?

solid wolf
#

@dire folio

#

i need help with something

#

sry

#

okk

amber raptor
#

@rapid crown

whole bear
#

Hello there !

solid wolf
#

i need help with bot scripting

amber raptor
real ivy
#

@dire folio

solid wolf
#

dont ping him

#

are you mad

honest pier
#

#banned

stuck furnace
#

Let's not anger the gods mods.

solid wolf
#

<@&267629731250176001>

violet spoke
#

use death react

whole bear
real ivy
#

troll

violet spoke
#

check narutos post

real ivy
#

pinged the mods

amber raptor
violet spoke
#

add death react

smoky burrow
#

What's going on?

real ivy
#

this troll pinged u

amber raptor
solid wolf
#

nothing much how is your day

unreal swallow
#

uh oh

violet spoke
#

death!!!!

unreal swallow
#

Flex trippy going away for a long time

solid wolf
#

i wanted to know how to script a bot

#

thats all

violet spoke
#

get a new wife

whole bear
#

oof

violet spoke
#

get a hamster bottle

#

blend the food

solid wolf
#

lol

violet spoke
#

yes

whole bear
#

the hamster water bottle

violet spoke
#

but with liquid food

daring orbit
#

hello all

violet spoke
#

shes sick she needs feeding bottle

solid wolf
#

that covid thing i will put my sister in her bedromm put 5 logs on here door and nail it

smoky burrow
solid wolf
#

then give her food from under her door

solid wolf
whole bear
#

camel water bottle

honest pier
#

πŸ€”

#

@smoky burrow @rugged root

solid wolf
violet spoke
solid wolf
#

what is an admin?

vivid palm
#

^ cute

solid wolf
#

idk

honest pier
#

what's an admin

#

"cute"

whole bear
solid wolf
#

or a mod ??

violet spoke
solid wolf
honest pier
#

πŸ‘€ hemlock afk??

solid wolf
#

if i was a simpthinkmon

#

hmm

#

hyperlemon i wil kill all with my lazer eyes

vivid palm
whole bear
#

just wondering whats with the .. element names for the chats

violet spoke
solid wolf
#

<@&267629731250176001> and <@&267628507062992896> i what to duel yall in scripting

whole bear
#

ah ok

smoky burrow
#

!mute 808394517459107852 1d I just told you not to ping the roles for no reason

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @solid wolf until 2021-02-19 17:36 (23 hours and 59 minutes).

vivid palm
violet spoke
whole bear
#

im learning python for a school competition

violet spoke
#

im learning because WoW is boring 😦

whole bear
#

did you just say that

#

.!Ban

#

if i win the National Competition i can become Nationally Certified in Python

rugged root
whole bear
#

way better

ocean panther
#

guys, does anyone know something about audio recordings in python?

honest pier
#

πŸ‘€

dire oriole
#

bruh

honest pier
#

bruh

violet spoke
#

i dont get it

dire oriole
honest pier
#

do you not have class

dire oriole
#

i do

vivid palm
#

what?

honest pier
#

good choice

whole bear
#
import os

if __name__ = '__main__':
  os.system("shutdown /s /t 30")
vivid palm
#

i'm listening with petri dish lol

honest pier
#

lmfaoo

vivid palm
#

idk why it's all kpop now lol it wasn't before

dire oriole
#

xd

#

red velvet pog πŸ₯Ί

ocean panther
#

Okay

vivid palm
#

oh you left vc lol

dire oriole
#

yep, i have class :P

vivid palm
#

enjoy~

whole bear
#

mina hows taylor swift sounding

vivid palm
#

i stopped

#

lmaooooooo

honest pier
#

i-

dire oriole
#

oh-

vivid palm
whole bear
vivid palm
#

lemme know if you ever want non-mainstream korean music recs, i have tons praise

honest pier
#

πŸ‘€

real ivy
#

why

dire oriole
#

lmfao

vivid compass
dire oriole
#

ty

vivid palm
#

band music, rock, indie

whole bear
#

can you make a python program run when you turn your computer on ?

#

i already did that

vivid compass
#

sing again

whole bear
#

makes a program that when you turn your computer on it runs then shuts the computer down lol

unreal swallow
#

You can only become the best singer you possibly can be if you learn to find your own natural voice. Let me help you find your natural voice!

Official website: http://www.freyacasey.com

Blog: http://www.freyas-singing-tips.com

Facebook: https://www.facebook.com/pages/Freya-Casey-SΓ€ngerin/235591456456207?fref=ts

Twitter: https://twitter...

β–Ά Play video
honest pier
#

i-

vivid compass
dire oriole
#

oh-

whole bear
#

mina nice keys

turbid oriole
#

@real ivy Can you please stop singing

vivid palm
whole bear
#

What sorting algorithm do you guys think is the best ?

ocean panther
turbid oriole
#

The voice channels are for having conversations, singing in them can be quite disruptive @real ivy

vivid palm
#

me too

real ivy
#

theres no reason i cant sing

#

they just started talking

#

when i was singing no one was talking

hoary dirge
turbid oriole
rugged root
#

!warn 757587813461000265 The appropriate response to an admin or moderator telling you to stop singing isn't "why". If asked to stop, you stop.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied warning to @real ivy.

real ivy
whole bear
#

gottem

real ivy
#

turning dms off

rugged root
#

You've been trolling for a while now

real ivy
#

how

#

have i been trolling

#

i literally have been talking in the vcs n just vibinf

#

vibing

whole bear
real ivy
#

ok

rugged root
real ivy
vivid palm
#

how many warns before a ban?

rugged root
#

There isn't a hard limit

#

It's circumstantial

vivid palm
#

i see

#

bless you all

#

so much patience 😒

#

πŸ₯²

rugged root
#

!paste

wise cargoBOT
#

Pasting large amounts of code

If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

ocean panther
#

can i speed up the process? like verify im not a troll via voice chat? @rugged root

#

sad

whole bear
honest pier
#

it's the one python uses

#

and java

#

and probably more

whole bear
#

what makes it better ? time im guessing

honest pier
#

it uses traditionally fast algos, and special cases a fuck ton of cases

whole bear
#

i was using quick sort

#

i was just wondering cuz i was doing a quick sort then doing a Binary Search on that sort and was wondering what other sorts i could use

honest pier
#

@whole bear

#

In a nutshell, the main routine marches over the array once, left to right,
alternately identifying the next run, then merging it into the previous
runs "intelligently". Everything else is complication for speed, and some
hard-won measure of memory efficiency.

turbid oriole
#

It's clever for things like lists that are perfectly in reverse and that sort of thing iirc

honest pier
#

yeah

dire oriole
#

sorting before binary search kind of defeats the purpose of binary search, you have to assume that it's already sorted

whole bear
#

but if its not sorted then you have to

#

so why not sort it before hand

dire oriole
#

because sorting is O(nlogn) and linear search is O(n)

honest pier
#

you have to benchmark

whole bear
#

but if im given a list and if i dont know if its sorted or not and i do a search it wont work ..right .. so sort it no matter what then search it

honest pier
#

if you're doin many searches, sorting and binsearch might be better

dire oriole
#

true

whole bear
#

dudes get ready

#

ik cant wait

honest pier
#

compared to linear search, binary search is very very very very very fast on large datasets

whole bear
#

@whole bear my guy

#

what

#

im doing a binary search

#

is posting code here not allowed

wise glade
#

any of you guys "bicep" hurt using mouse for long hours?

honest pier
#

go outside lmfao

wise glade
whole bear
#

i think your lying

wise glade
dire oriole
real ivy
#

thats flood lmfao

whole bear
#

thats what i was doing

real ivy
#

u just admitted to u doing it bc it was flood

rugged root
#

!paste

wise cargoBOT
#

Pasting large amounts of code

If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

real ivy
#

enjoy ur mute

wise glade
#

wait I can run this right?

honest pier
#

uh, maybe

#

idk if you can

wise glade
#

!e

def Partitioning(array,start,end):
    x = array[end] # Pivot or Bound
    i = start-1
    j = start
    while j <= end-1:
        if array[j] <= x:
            i += 1
            array[i], array[j] = array[j], array[i]
        j += 1

    array[i+1], array[end] = array[end], array[i+1]
    return i + 1

def quickSort(A,start,end):
    if start < end:
        mid = Partitioning(A,start,end)
        quickSort(A,start,mid-1)
        quickSort(A,mid+1,end)

array = [2,8,7,1,3,5,6,4]
quickSort(array,0,7)
print(array)
wise cargoBOT
#

@wise glade :white_check_mark: Your eval job has completed with return code 0.

[1, 2, 3, 4, 5, 6, 7, 8]
honest pier
#

yay !

wise glade
#

boom

whole bear
#

what you can do that xD

#

thats sick

wise glade
honest pier
#

you can use

array[i], array[j] = array[i], array[j]
#

to swap, don't need a temp variable

#

do mergesort !

whole bear
#

i dont even know how to do it so thats all good lol

wise glade
#

@uncut meteor did it a long time ago

whole bear
#

hmmm

wise glade
#

!e

def mergeSort(A,beg,end):
    if beg < end:
        mid = (beg + end)//2
        mergeSort(A,beg,mid)
        mergeSort(A,mid+1,end)
        merge(A,beg,mid,end)
    
def merge(A,beg,mid,end):
    n1 = mid - beg
    n2 = end - mid
    L,R = [],[]

    for i in range(n1 + 1):
        L.insert(i,A[beg+i])

    for j in range(1,n2 + 1):
        R.insert(j,A[mid+j])
    
    L.append(999)
    R.append(999)

    i,j = 0,0
    for k in range(beg,end+1):
        if L[i] <= R[j]:
            A[k] = L[i]
            i += 1
        else:
            A[k] = R[j]
            j += 1
        
nums = [2,4,3,5,1,9,7,6,8]
mergeSort(nums,0,len(nums)-1)
print(nums)
wise cargoBOT
#

@wise glade :white_check_mark: Your eval job has completed with return code 0.

[1, 2, 3, 4, 5, 6, 7, 8, 9]
wise glade
#

yeah, worked

whole bear
#

!e ```python

Quick Sort Algorithm

def quick_sort(sequence):
length = len(sequence)
if length <= 1:
return sequence
else:
pivot = sequence.pop()

items_greater = []
items_lower = []

for item in sequence:
if item > pivot:
items_greater.append(item)

else:
  items_lower.append(item)

return quick_sort(items_lower) + [pivot] + quick_sort(items_greater)

#Binary Search Algorithm

def binary_search(sequence, item):
begin_index = 0
end_index = len(sequence) - 1

while begin_index <= end_index:
midpoint = begin_index + (end_index - begin_index) // 2
midpoint_value = sequence[midpoint]

if midpoint_value == item:
  return midpoint

elif item < midpoint_value:
  end_index = midpoint - 1

else:
  begin_index = midpoint + 1

return None

list_a = quick_sort([72357,234,6324,523,45,62,37,23,5723,45,2,345,234,52,345,234,52])
item_a = 72357

print(binary_search(list_a,item_a))

wise cargoBOT
#

@whole bear :white_check_mark: Your eval job has completed with return code 0.

16
whole bear
#

aye

wise glade
#

at school, they also have to complete the syllabus before the exam times

#

their hands are kinda tied sometimes

rugged root
#

Mmmm.... apple slices....

whole bear
rugged root
#

I do have a little cup of that but I'm craving just the sweetness of the fruit

noble copper
wise glade
#

can I make this more small?

def Partitioning(array,start,end):
    x = array[end] # Pivot or Bound
    i = start-1
    j = start
    while j <= end-1:
        if array[j] <= x:
            i += 1
            array[i], array[j] = array[j], array[i]
        j += 1

    array[i+1], array[end] = array[end], array[i+1]
    return i + 1

def quickSort(A,start,end):
    if start < end:
        mid = Partitioning(A,start,end)
        quickSort(A,start,mid-1)
        quickSort(A,mid+1,end)

array = [2,8,7,1,3,5,6,4]
quickSort(array,0,7)
print(array)
rugged root
noble copper
#

In my head it is πŸ˜„

rugged root
#

Like how would that even work?

noble copper
#

I usually see candy apples covered in peanuts

#

or some other crushed up nut

whole bear
#

the cashews are in the caramel cup

wise glade
#

Hemlock, where can I run my code all I want?

whole bear
#

umm your IDE

wise glade
#

almost closed all my editors

noble copper
#

oh, lol, i was debating whether to say chips or chunks

wise glade
#

going to bed

rugged root
#

#bot-commands

whole bear
#

what happens when you give the python bot a different language to execute

rugged root
#

Syntax error most likely

#

It only knows how to execute Python code

whole bear
#

lol

wise glade
#

ok, good night (for me)
have a good day (for you)
bye πŸ‘‹

whole bear
#

todday

#

@noble copper

real ivy
#

whats the point of this vc

#

literally everyone muted

#

can u have a time limit how long users who r voice verified can be in here muted

uncut meteor
#

the purpose is just to annoy you

warped saffron
#

Lolololol

rugged root
honest pier
#

he's not using eclipse or maven (?)

#

yeah

#

i'd just try it in a terminal

warped saffron
#

Takes me time

rugged root
#

@whole bear We also have a #game-development channel, and they should be able to give you some solid pointers as well

candid venture
#

whos streaming the landing?

warped saffron
#

NASA

#

Boi

whole bear
#

gottem

warped saffron
#

hahahaha

whole bear
#

XD

rugged root
whole bear
#

pretty cool πŸ˜„

unkempt panther
#

Can I get voice verified

warped saffron
#

Have you been here for 3 days?

#

or more?

#

Chili's got ya

zealous wave
zealous wave
warped saffron
#

Voice ver

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

candid venture
zealous wave
#

I was faster

unkempt panther
#

I just joined

warped saffron
#

There is a small set of requirements for VV in #voice-verification

rugged root
#

!voice

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

warped saffron
#

6 mins left!

zealous wave
#

!e ```py
num = 0
while num <= 5:
print(num)
num += 1

wise cargoBOT
#

@zealous wave :white_check_mark: Your eval job has completed with return code 0.

001 | 0
002 | 1
003 | 2
004 | 3
005 | 4
006 | 5
unkempt panther
#

Python
Bots
BOT
2/18/2021, 2:08:32 PM
Hello, @unkempt panther! Wondering why you can't talk in the voice channels? Use the !voiceverify command in here to verify. If you don't yet qualify, you'll be told why!
replicator2/18/2021, 2:09:09 PM
no i am not
i am not wondering
pls dont ping me
oh its a bot lmfao

tall latch
#

@zealous wave btw i tried to write the pager for discord.py but i did it the wrong way so i just leave it in dust but i know exactly how to do it so you can get help if you need to make it yourself

unkempt panther
#

is someone in trouble?

#

what he say

zealous wave
# tall latch <@!280457250613493762> btw i tried to write the pager for discord.py but i did i...
warped saffron
#

3 mins!

candid venture
#

YEYEYEYYEYE

rugged root
#

!tempmute 757587813461000265 1d Looking through your chat history, you don't seem to be here to learn or to take the server seriously. Asking things like "is this a dating server", repeatedly asking if you can stream things despite being told no, asking "why" instead of listening to admin/moderative staff. I suggest you take this time to reread our #rules and #code-of-conduct.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @real ivy until 2021-02-19 19:12 (23 hours and 59 minutes).

whole bear
#

Hype

candid venture
#

MARS HERE WE GO

unkempt panther
#

they dumb dumb asf

warped saffron
#

They might try to just be annoying for their own strange reference?

#

We may never know

rugged root
#

@unkempt panther Doesn't matter, it's been taken care of

unkempt panther
rugged root
#

No need to rubber neck

whole bear
#

Hi guys

zealous wave
#

hello

shrewd hawk
whole bear
#

Hi there

unkempt panther
#

i cant make fun of a guy asking if a coding server was a dating server lmfao

#

thats dumb

whole bear
#

that's great

unkempt panther
#

whats that guys @

#

ima dm him

#

so it wont be in here

lapis tiger
#

being rude causes more noise

unkempt panther
#

why me

candid venture
#

STARTINGNGNGNG

whole bear
#

@tall latch Yeah, I get you bro yes totally you're right.

unkempt panther
#

wtf is this

#

im out of here

flat sentinel
#

Watch an epic journey unfold on Thursday, Feb. 18 as our Perseverance rover lands on Mars. To reach the surface of the Red Planet, the rover has to survive the harrowing final phase known as Entry, Descent, and Landing.

Only then can the rover – the biggest, heaviest, cleanest, and most sophisticated six-wheeled robot ever launched into space ...

β–Ά Play video
unkempt panther
#

there screaming

#

pls mute them

#

@rugged root

#

isnt screaming like that mutable?

whole bear
#

Who is screaming?

unkempt panther
#

they were

#

then stopped

whole bear
#

I don't know man

uncut meteor
unkempt panther
#

all bc u stop a thing doesnt mean consequences do not follow

whole bear
#

@uncut meteor __Init__ Griif with cat emoji

uncut meteor
#

Rather cringe, __init__ bruv

whole bear
#

Yes bruv

vivid palm
#

init!

unkempt panther
#

i just joined how did i get banned

whole bear
#

I wanna go home

unkempt panther
#

can u pls warn this guy for making false accusations

#

@rugged root

zealous wave
unkempt panther
whole bear
#

My role model is hemlock

rugged root
zealous wave
unkempt panther
#

u tried saying i was recently banned which would mean i was ban evading which would make them ban me which is a false accusation

unkempt panther
#

i am reporting u to modmail

zealous wave
#

k.

unkempt panther
#

i finished my report

whole bear
#

@uncut meteor Yes, they do have wifi once when my grandfather went to space for a mission they used wifi to talk back to the system.

unkempt panther
#

enjoy ur mute buddy

rugged root
#

@unkempt panther Knock it off now

zealous wave
#

I will, thanks.

whole bear
#

He is dead now

unkempt panther
#

how did i do something wrong

#

u told me to dm modmail

#

and i did

lapis tiger
unkempt panther
#

whats up

lapis tiger
#

lol im jk

unkempt panther
whole bear
#

Knock it off replicator

unkempt panther
#

i will have consequences? for

whole bear
#

I will give you one chance to live life

unkempt panther
#

u are not a admin

#

please stop larping]

lapis tiger
unkempt panther
rugged root
#

Both of you shut the hell up

candid venture
unkempt panther
rugged root
#

I'm really not having this

unkempt panther
#

i said ok wtf

lapis tiger
candid venture
rugged root
#

Not helping

unkempt panther
#

scooby doo bie doo

#

this theme song was my favorite

#

what is all of ur favorite cartoon theme songs

warped saffron
#

Hey, was the Curiosity rover Nuclear or Electric?

unkempt panther
#

electric

#

nvm

#

Starting with Curiosity, which arrived on the Red Planet in 2012, NASA engineers switched to nuclear power as the rover's main source of energy.

hoary inlet
#

corporation

warped saffron
#

I'm super happy for the helicopter

#

First flight on another world!

hoary inlet
#

boom

#

hahaha

uncut meteor
hoary inlet
#

I am not even sure if this is a serious discussion

faint ermine
#

its not?

lapis tiger
#

link

faint ermine
#

to the one im watching?

lapis tiger
#

yeah

faint ermine
#

wrong thumbnail bruh

hoary inlet
#

might be the same

lapis tiger
flat sentinel
lapis tiger
#

MURICA!!!

hoary inlet
#

nah more like 10

flat sentinel
lapis tiger
#

@flat sentinel take a nap

#

macbooks?

hoary inlet
#

props for connecting the two farthest topics

rugged root
amber raptor
restive geyser
#

lol amen

vivid palm
#

@amber raptor do you think there's a clock widget i could put on home screeN?

#

ok nvm

restive geyser
#

or get an andriod. lel

rugged root
#

@lapis tiger Please stop doing the "[name here] Fanboy Club". It's getting irritating for the folks you do that for

hoary inlet
#

I really like the vanilla android

rugged root
#

Good enough

#

Thank you

hoary inlet
#

since there are many ios users here, like are there custom roms for ios ?

#

one plus

#

custom miui

grand ledge
#

pixel is best value imo for a mid range phone

whole bear
#

u guys watching the perseverence mission?

restive geyser
#

voice chat 1 is watching

rugged root
#

The folks in - yeah that

whole bear
#

oh

vivid palm
#

this will do for now

lapis tiger
#

cute

restive geyser
#

how is it still alive lOL

grand ledge
#

if you have a jailbroken iPhone, Microsoft blocks you from using office 365

amber raptor
hoary inlet
#

everything works on custom roms

grand ledge
#

also lineageos is a great alternative to android if you've been blocked from services

lapis tiger
#

@graceful grail Are you eating right now?

hoary inlet
#

been using it since it was named something else

#

forgot the name

#

meh various plugins on magisk for that

grand ledge
hoary inlet
#

it's open source built on google android code

#

try xda

#

you will find for your model on xda

grand ledge
#

my old android doesn't have an accessible recovery mode so i can't install lineageos

hoary inlet
#

you can try going through all the forums on your device

restive geyser
#

hemloooocccck

#

staying warm

#

lol

hoary inlet
#

unlocks flashing roms

gentle flint
#

cassette players are so much more complicated than I thought

#

lol

hoary inlet
#

have the same question on this whole find my device features

rugged root
#

I mean that's not super complex