#voice-chat-text-1
1 messages ยท Page 89 of 1
I haven't written any python code for a month now ๐
!e ```py
from ctypes import py_object
import atexit, builtins
def init_missing_hook(dct, func):
ob_base_p = py_object.from_address(id(dct) + 8)
class missing_hook(dict):
slots = ()
def missing(self, key, ob_base_p=ob_base_p, builtins=builtins):
try:
ob_base_p.value = builtins.dict
return (builtins.dict | self)[key]
except KeyError:
return func(self, key)
finally:
ob_base_p.value = class
ob_base_p.value = missing_hook
@atexit.register
def unhook():
ob_base_p.value = dict
return unhook
shamelessly grabbed from https://ao.gl/how-to-convert-numeric-words-into-numbers-using-python/
def parse_int(dct, textnum, numwords={}):
if not numwords:
units = [
"zero", "one", "two", "three", "four", "five", "six", "seven", "eight",
"nine", "ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen",
"sixteen", "seventeen", "eighteen", "nineteen",
]
tens = ["", "", "twenty", "thirty", "forty", "fifty", "sixty", "seventy", "eighty", "ninety"]
scales = ["hundred", "thousand", "million", "billion", "trillion"]
numwords["and"] = (1, 0)
for idx, word in enumerate(units): numwords[word] = (1, idx)
for idx, word in enumerate(tens): numwords[word] = (1, idx * 10)
for idx, word in enumerate(scales): numwords[word] = (10 ** (idx * 3 or 2), 0)
current = result = 0
for word in textnum.replace("_"," ").split():
if word not in numwords:
raise NameError(f"name {textnum!r} is not defined") from None
scale, increment = numwords[word]
current = current * scale + increment
if scale > 100:
result += current
current = 0
return result + current
unhook = init_missing_hook(globals(), parse_int)
print(one_hundred_and_three_thousand_and_five_hundred_and_forty_two)
@shrewd star :white_check_mark: Your eval job has completed with return code 0.
103542
s o sad
copy and paste my text code
weren't you sleeping? ๐
ok
!e
!eval [code]
Can also use: e
*Run Python code and get the results.
This command supports multiple lines of code, including code wrapped inside a formatted code
block. Code can be re-evaluated by editing the original message within 10 seconds and
clicking the reaction that subsequently appears.
We've done our best to make this sandboxed, but do let us know if you manage to find an
issue with it!*
okay, thanks.
try and keep it minimum with eval in these channels
you have #bot-commands for going crazy
!e
I can't speak though in the VC yet, cuz i just joined yesterday.
yeah, i read that.
but it's gonna take some time.
wtf is this
ok, gotta go work stuff
see u guys later
!e @pastel nimbus ```py
#snekbox-hack
input=lambda p="":print((f:=import('random').randint(2,69)))or str(f)
#c-hack
int=type("statement",(int,),dict(getattr=lambda s,o:globals().update({o:type("Int",(globals()['builtins'].int,),dict(named_as=lambda self, name:setattr(self,"name",name)or self))(0).named_as(o)})or s,call=lambda s,*a:type("",(),{'enter':lambda s:a,'exit':lambda s,*b:True})()))()
cout=type('.',(),{'repr':lambda s:"\n","lshift":lambda s,o:print(o,end='')or s,'lt':print})()
cin=type('..',(),{'rshift':lambda s,o:globals().update({o.name:o.class(input()).named_as(o.name)})})()
***
#include:<iostreams>
int.n.m
cout << "Gimme number "
cin >> n
cout << "gimme another number "
cin >> m
cout << "Your numbers are " << n << " and " < m
cout << "The average is " < (n + m) / 2
@shrewd star :white_check_mark: Your eval job has completed with return code 0.
001 | Gimme number 9
002 | gimme another number 40
003 | Your numbers are 9 and 40
004 | The average is 24.5
!e ```py
import("ctypes").py_object.from_address(id(globals())+8).value=type("dict",(dict,),{"missing":lambda _,key:key})
builtins.print (Hello, World, end='!')
@shrewd star :x: Your eval job has completed with return code 139 (SIGSEGV).
Hello World!
please
!e ```py
import('ctypes').py_object.from_address(id(...)+8).value = type("Ellipsis",(),{'repr':lambda s:print("Hello World!")or import('_sitebuiltins').Quitter(*'ab')(139)})
str([...])
@shrewd star :x: Your eval job has completed with return code 139 (SIGSEGV).
Hello World!
lol
!e ```import('ctypes').py_object.from_address(id(...)+8).value = type("Ellipsis",(),{'repr':lambda s:print("This somehow works like wtf")or import('_sitebuiltins').Quitter(*'ab')(139)})
str([...])```
@ancient whale :x: Your eval job has completed with return code 139 (SIGSEGV).
This somehow works like wtf
!e ```py
globals().update({chr(this):(lambda that:type("",(),{'repr':lambda s:print (end=chr(that))or""})())(this)for this in range(1,127)})
str([H,e,l,l,o,globals()[' '],W,o,r,l,d,globals()['!']])
@shrewd star :white_check_mark: Your eval job has completed with return code 0.
Hello World!
!e ```py
a: 54
b: 45
c: 21
d: 99
globals().update(annotations)
print(a,b,c,d) # fuck the equals sign lol
@shrewd star :white_check_mark: Your eval job has completed with return code 0.
54 45 21 99
yeah i need my 50 messages
!e ```py
def self_reference(self):
def wrapper(*a,**k):
if'self'in globals():
rollback=globals()['self']
globals()['self']=self
v = self(*a,**k)
if'self'in globals()and'rollback'in locals():globals()['self']=locals()['rollback']
return v
return wrapper
@self_reference
def fibonacci(a,b):
print (a)
return self(b,a+b)
fibonacci(1,1)
@shrewd star :x: Your eval job has completed with return code 1.
001 | 1
002 | 1
003 | 2
004 | 3
005 | 5
006 | 8
007 | 13
008 | 21
009 | 34
010 | 55
011 | 89
... (truncated - too many lines)
Full output: too long to upload
aaah thank you ๐
yes
!e ```py
globals: builtins.globals() = globals()['annotations']
g1obals: ("Hello","World!") = globals['globals']['builtins'].print
globals['globals']'g1obals'
@shrewd star :white_check_mark: Your eval job has completed with return code 0.
Hello World!
hello
night night
goodnigjht
spooky
im not clicking it hhahhahah but odd i figured u would have to download it to mess with your pc
?
whats the point of this video?
but how come the music change
broke lua's discord haha
!e @ancient whale ```py
exec('exec("\x10time\tsleep\n\x10random\trandint\n\nn\x06196\n\x12\x0615\n\x05\x06119\n\x11\x060.02\n\n\x02\x06[]\n\n\rTrue:\x0f\x04\x06[]\x03if not \x0c>\x13i[1]):\x0f\x00\x00\x04\x0bi)\x0f\x02\x06\x04\x0f\x0fif\x13\x02) < \x12:\n\x01\rnot all([(abs(\x08 - i[0]) > 1) for i in \x02]):\x0f\x01\x02\x0b[\x08, \x0e, 1])\x0f\x00n\x06n + \x14\x0e[::-1])\x07\x06list(' ' * \x05)\x03s[i[0] - 1]\x06i[1][\x0c- 1]\x0fs\x06''.join(s)\x0fpr\x14'\\n' + s, end='')\n\x03\x0c+= 1\x07leep(\x11)".replace('\x14', 'int(\x00x13', ' len(\x00x12', 'max_\x02\x00x11', 'delay\x00x10', 'from \x00x0f', '\n\x00\x00x0e', 'str(n)\x00r', 'while \x00x0c', 'i[2] \x00x0b', '.append(\x00t', ' import \x00x08', 'new_width\x00x07', '\n\x00\x00\x00\x00\x00\n\x00s\x00x06', ' = \x00x05', 'screen_width\x00x04', 'existing_\x02\x00x03', '\n\x00for i in \x02:\n\x00\x00\x00x02', 'streams\x00x01', '\x00\x00new_width = randint(1, screen_width)\n\x00\x00\x00x00', ' '))'.replace('\x00', "').replace('\"))
@shrewd star :x: Your eval job timed out or ran out of memory.
001 |
002 | 1
003 | 9 8
004 | 1 6 8
005 | 7 6 7
006 | 4 1 7
007 | 3 5 3 5
008 | 6 2 7 9
009 | 5 8 4 1
... (truncated - too long, too many lines)
Full output: too long to upload
!e ```py
class W:
@property
def o(self): exec("print('uwu')")
class O:
w = W()
o = O()
o.w.o
@shrewd star :white_check_mark: Your eval job has completed with return code 0.
uwu
!e ```py
def Switch():
"""Generates switch-case-otherwise suite
:return: switch, case, otherwise"""
class Case:
"""Generation for case object which powers all three methods"""
def init(self):self.value,self.state=None,-1
def getitem(self, item):
try:1/0
except Exception as :annotations=.traceback.tb_frame.f_back.f_globals.get('annotations',{})
if self.state<0:
if'switch'not in annotations:raise SyntaxError("Cannot find matching switch")
else:self.value=annotations['switch']
elif self.state>=0:
if'switch'in annotations and locals()['annotations']['switch']!=self.value:self.value=annotations['switch'];self.state=0
if self.value==item:self.state=1
else:return lambda*_,**__:None
return lambda f,*args,**kwargs:f(*args,**kwargs)
case=Case()
def switch(v):case.value,case.state=v,0
def otherwise(f,*args,**kwargs):
if not case.state:value=f(*args,**kwargs)
elif case.state<0:raise SyntaxError("Cannot find matching switch.")
else:value=None
case.state=-1;return value
return switch,case,otherwise
#---
switch, case, otherwise = Switch()
switch: 420
@case[69]
def do():
raise ValueError(69)
@case[420]
def do(s="Hey, this works!"):
print(s)
@otherwise
def do(): raise ValueError
@shrewd star :white_check_mark: Your eval job has completed with return code 0.
Hey, this works!
!e ```py
def weight(n):
return abs(float(ord(n[0]).add(ord(n[1]))))
assert weight('your mom') > weight('a truck full of big macs')
assert "That was a pretty epic burn"
assert "P" != "NP" # proof is left as an excercise for the reader
assert "False"
@shrewd star :warning: Your eval job has completed with return code 0.
[No output]
!e ```py
(lambda , , , ____, , , ______, ________:getattr(import(True.class.name[] + [].class.name[]),().class.eq.class.name[:] +().iter().class.name[:][:__])(, (lambda _, __, : (, __, ))(lambda , __, :bytes([ % __]) + (, __, ___ // __) if ___ else(lambda: ).code.co_lnotab, << ___,((( << ) + ) << (( << ) - )) + ((((( << )- ) << ) + ) << (( << ) + ( << ))) + ((( <<) - ) << ((((( << ) + )) << ) + ( << ))) + (((<< ) + ) << (( << ) + )) + ((( << ) - ) <<(( << ))) + ((( << ) - ) << (((( << ) + _) <<) - )) - ( << (((( << __) - ) << __) + )) + (<< ((((( << ) + )) << ))) - (((((( << ) + )) << __) +) << (((( << ) + ) << ))) + ((( << ) - ) <<((((( << ) + )) << ))) + ((( << ) + ) << (( <<))) + ( << _____) + ( << ___))))(*(lambda _, __, ___: (, __, ___))((lambda , , :[([(lambda: ).code.co_nlocals])] +(, __, ___[(lambda _: _).code.co_nlocals:]) if ___ else []),lambda _: _.code.co_argcount,(lambda _: _,lambda _, __: _,lambda _, __, ___: _,lambda _, __, ___, ____: _,lambda _, __, ___, ____, _____: _,lambda _, __, ___, ____, _____, ______: _,lambda _, __, ___, ____, _____, ______, _______: _,lambda _, __, ___, ____, _____, ______, _______, ________: _)))
@shrewd star :white_check_mark: Your eval job has completed with return code 0.
Hello world!
import fuckit
def test_import():
fuckit('fuckit')
assert True # This works, don't worry
def test_chaining():
fuckit(fuckit('fuckit'))
assert 'false' # Good thing this isn't PHP
def test_context_manager():
with fuckit:
pass
assert 'P' != 'NP' # proof is left as an excercise for the reader
def test_decorator():
@fuckit
def weight(x):
return abs(float(ord(x[0])))
assert weight('your mom') > weight('a truck full of McDoubles')
assert 'that was a pretty sick burn'
!e
import string
print(string.ascii)
@misty sinew :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 2, in <module>
003 | AttributeError: module 'string' has no attribute 'ascii'
!e
print(string.ascii)
@misty sinew :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | NameError: name 'string' is not defined
@misty sinew :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 3, in <module>
003 | AttributeError: module 'string' has no attribute 'ascii'
@misty sinew :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | NameError: name 'string' is not defined
@misty sinew :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | ModuleNotFoundError: No module named 'ascii'
help me pls
My long code might be hard
Want me to paste it?
fine
Whatโs this code for py? <p style="text-align:left;">Left</p>
<p style="text-align:center;">Center</p>
<p style="text-align:right;">Right</p>
<p><a style="text-decoration:none;" href="//www.html.am">Link with no underline...</a></p>
<p style="text-decoration:underline;">Normal text with underline</p>
<p style="text-decoration:line-through;">Text with a line through the middle</p>
<p style="text-decoration:overline;">Text with an overline</p>
<p style="text-decoration:blink;">Blinking text (doesn't work on all browsers)</p>
<p style="text-indent:18px;width:200px;">The first line of this paragraph is indented by 18 pixels. Each subsequent line is not indented.</p>
<p style="text-indent:2.8em;width:200px;">The first line of this paragraph is indented by 2.8 em. An em defines the proportion of the letter width and height with respect to the point size of the current font.</p>
<p style="text-indent:35%;width:200px;">The first line of this paragraph is indented by 35% (i.e. 35% of the containing block - not this paragraph).</p>
<p style="text-indent:-8px;width:200px;">The first line of this paragraph is indented by a negative amount (-8 pixels). </p>
<p style="font-size:18px;color:orange;text-shadow:1px 1px 1px #666;">Drop shadow 1</p>
<p style="font-size:18px;color:orange;text-shadow:1px 1px 1px #000;">Drop shadow 2</p>
<p style="font-size:18px;text-shadow:4px 4px 4px #666;">Drop shadow 3</p>
<p style="font-size:18px;color:orange;text-shadow:4px 4px 8px #666;">Drop shadow 4</p>
<p style="font-size:18px;color:#fff;text-shadow:1px 1px 8px #000;">Drop shadow 5</p>
<p style="text-transform:capitalize;">capitalized text (also known as title case)</p>
<p style="text-transform:uppercase;">uppercase text</p>
<p style="text-transform:lowercase;">TALK QUIETLY</p>
yes
thats not py
yea
that is html
I wonโt say it again
</>
php*
!e
from string import ascii
print(ascii)
!e
print(string)
!e
!e
import ascii
print(ascii.charlist())
!e
print(string.printable)
!e
string.printable
hello
US EV Sales Percentages of Total Vehicle Sales By Brand
Using data fromย GoodCarBadCar.netย andย InsideEVs Monthly Plug-In Sales Scorecard, we analyzed the Full Year 2018 EV sales as a percent of each auto brandโs total vehicle sales in the US.
Tesla of course was the only automaker with 100% of US sales being from electric vehicles (both BEV a...
e
https://www.npr.org/2020/08/21/904660038/the-halo-effect-why-its-so-difficult-to-understand-the-past
Judy, Lyn and Donna Ulrich were driving to a volleyball game when their Ford Pinto was hit from behind by a Chevy van. The Pinto caught fire, and the three teenagers were burned to death. This week on Hidden Brain, we talk to a former Ford insider who could have voted to recall the Pinto years before the Ulrich girls were killed โ but didn't. An...
EV-volumes is a database of sales statistics, charging infrastructure, batteries, car models, and sales forecasts for plug-in cars. EV-volumes also delivers market studies and reports
Anybody want some "Quackers"?
That usually quacks me up!
Remember that epic one liner: "Quaster labeesta, baby!"
I know that some of you may feel a bit "ducking" annoyed but these are great jokes
Who would win: Duck Norris or Quackie Chan?
oooo i have a better one
I'm listening
I love em
All I feel is pain
Sarcasm can kill ya know, be careful with that stuff
I wonder if VSC pets has an overabundance of ducks
wait a second, why there is a duck ref everywhere ?
poor ducky
the ducks were always there~
he only sounds half dutch. duh
a bit racist
Stop the abuse
u mean a black eye lol
Poor ducky
or it cried the mascara off so it's bleeding lol
true lol
LOL
Bit tangential, but I'm considering migrating my site to serverless
lol i don't recognize anyone anymore
SJW ?*
Social justice warrior
My site's frontend runs fine on its own, considering that all the data it needs is obtained from my backend
quack
that duck needs a sharp winged liner lol
How do I make my own ducky ๐ฆ ?
You don't
duckify in the bot commands
The ducky makes you
Joker auditions be like
*duckify
Hey Jupiter'n'io, Please run this command in #sir-lancebot-playground instead.
๐
name the duck Brenduck Urie plz
duckling
k

I believe AWS DynamoDB and Lambda is free forever
So I'm considering that
This is pretty much enough
It looks so sorrowful from a distance
well?
lolol
Cumberquack?
Breadadict Cumberhatch
crumberhatch
perfect.
Crumbersnatch
Breadadict Cumberquack
๐
@white berry if you keep joining please stop
๐
@white berry
either join or leave
?
voice spammer
It was spamming you joining and leaving
Super Quario
Ben Quackiro
Need a duckspenser here!
can you hear that ding when i mute and unmute?
no
you guys lucky
I am very ducky indeed
you would have heard a DING DING DING DING DING DING DING DING
nopee dopee
plz contribute to the conversation <.<
@white berry you're voice spammer
no i stoped so me not
shut what?
@raven orbit Please use the Ducktionary thank you
the door?
lel
Mr Hemquack
WHY
Lol
it's something lady gaga would wear
he's a dapper
dab
no
dabber
lololol
An instructional video of how to catch your average annoying seagull.
No seagulls were harmed in the production of this video.
You inspire millions man!
They're on quack
I am concerned
Is that a duck?
ofc
;-;
what do you think it is
dancing duckies
quack
I see, he wants to end our suffering
@mild flume Oh woddle it up!
quack
the duck has returned
thats a quite one big snake
Is that a snake ๐ . I have never seen a
inside the house ๐ฅฒ
yes python inside my pc inside my house
;-; srsly ;-;
Wtf is that Iron?
any speculations on what will happen after microsoft buys discord
theyll prob gonna fuck up the discord like usually
DIdn't you know that they already bought it?
Bruh April Fools ;-;
damn you got me
lol
but for real though, they might buy discord in the near future
Oh ๐ ๐
surprised?
Comedy: Borat
Sci fi: Interstellar
intestellar, oh man that was 2014 I think
yeah something like that
@raven orbit This:
(() => {
// Do stuff here
})();
It's atrocius
That's an immediately-invoked function
I felt wholesome today and decided to release a video about a technology that I've taken for granted.
Checkout Nick's channel: https://www.youtube.com/c/NickWhite
#benawad #angular
Checkout my side projects:
https://dogehouse.tv/
https://github.com/benawad/dogehouse
If you're into cooking: https://www.mysaffronapp.com/
Join the D...
lmao
i love your giggle man
sci-fi The Midnight Sky
can i borrow video permissions for a bit please?
you sure you liked it?
yeah, but the mad scientist is innocent
oof xd
2:54 has a spelling mistake
lol
lel
yeah, the filming technicalities was revolutionary, but the film is really bad
were*
allmost done!
yeah, it gives some sort of "message" to the society and future
crap
just wanted to see a good movie that day ๐ฉ
people are hyped about snyder's cut
i mean
theyre not filming it separately right
they are just editing it differently ig
from the original movie
?
I just don't want to watch it, because they say it has 2 additional hrs to it
that's a 4hr long movie now , oof
I LOVE HOW he just straight up asked rabbit for the negatives and the negatives only. My man knew. Too good. Rabbit's great
what power does the ceo hold then
decision maker
@elder wraith
but still boards the supreme court
they can stop that decision if they want to
all my knowledge from "Silicon Valley"
erlic bachman (?) was gone ๐
their website has nothing literally
nah it was just the ending that made me dislike the show(dont wanna spoil for anyone wanting to watch)
if u go to alphabet.com
still apple sucks
facebook's evil
google's okay
Microsoft โค๏ธ ( at least me )
facebook has made some good technologies though
_jk facebook, ๐ , please don't break into my pc ๐จ _
XD
Ex-Google millionaire TechLead on the truth about stock investing. Get 2 FREE Stocks on WeBull (Deposit $100 and get 2 stocks valued up to $1600): https://act.webull.com/k/S4oOH2yGOtHk/main
Join ex-Google/ex-Facebook engineers for my coding interview training: https://techinterviewpro.com/
๐ป Videos of 100+ programming interview problems explaine...
I'm not a fan of board systems but since I'm retail investor and not MBA from Harvard, no one gives a shit about my opinion
Facebook wants to know your location
tech lead, 90% of his video, click baits
i love him tho
10% super useful advice
yeah
I like Joma more, at least he's funnier
even his clickbait videos are entertaining
was*
as a millionaire ex-googler ex-facebooker ex-coder! ...oh wait wasnt supposed to say that last part ๐ฌ
his first few videos were banging
I'm cleaning my stupid keyboard rn
some past days were really dusty here
fast_wind + dust == kill_me
yeah ๐
So?
and he said to invest in monopolies
Video Title "( By a millionaire )"
click baits
like google and apple
individual stocks are risky
like I think GOOG and FB breakups are going to happen
ever since Tesla's bitcoin thing
I got super interested ๐
bitcoin is non producible technical asset, only invest money in it that you are willing to set fire to
it eliminates banks, that's what I've heard
i still dont understand bitcoin
it doesn't
that's why they don't let it go popular
no, because reasons that requires understanding of Macro/Government economics that people who push Bitcoin ignore
The math behind cryptocurrencies.
Home page: https://www.3blue1brown.com/
Brought to you by you: http://3b1b.co/btc-thanks
And by Protocol Labs: https://protocol.ai/join/
Some people have asked if this channel accepts contributions in cryptocurrency form. As a matter of fact, it does:
http://3b1b.co/crypto
2^256 video: https://youtu.be/S9JGmA...
๐ค
https://youtu.be/qF7dkrce-mQ
first 30 to 40 seconds of this
accelerator, just no
how can i became the owner
magic
what a nice gif
this is a subject that always end in nothing productive
hack discord
ok
but what if it or something similar kicks off in future?
yeah
How can i became batman
some dude in the Netherlands who ignored the maximum height clearance
wtf
costume store
how to be your dad
impossible
the same way you can stand on the sun's surface
hmmm
โ
Maybe don't feed
reminded me of this
wtf
That's huuuuuuuuuuuuuuuuge!
well its a kid tho
so ithink the cat looks bigger than it actually is
yeah i am just 14
maybe the person's small, look at the counter hight behind him ๐
here's one with an adult
HHAAAHHAHAHA!
a cat is just a small tiger
When drugs is given to your pets
The Maine Coon is a large domesticated cat breed. It has a distinctive physical appearance and valuable hunting skills. It is one of the oldest natural breeds in North America, specifically native to the US state of Maine, where it is the official state cat.
No records of the Maine Coons exact origins and date of introduction to the United State...
hmmm
hi
If I would have bitcoin then I would have gambled it XD
Itโs already n
ght
@knotty solar Are you Indian ?
zero?
(/)
๐
is it S or S
what
Letter S or LEtter Z
There is this person in the vc name foraaaa alll pure ( she is a mod )
and MR quacklots is a admin
Is that a problem that we are?
did i said it is
No just curious
Mainly wonder if your behavior would have been different if you'd known I was an admin at the beginning
agreed
keyboard's done,now laptop's fan cleaning time
see u later ๐
Take it easy
always respect the person, you want to get respect from
that's my motto
Kingsman?
you can also send spaces literly 1 space as a message too
for a limited time only, hear the sounds of yachty, my uncle, and chaos take over discord
restart your desktop clients and head towards notification settings to install sound packs.
how-to guide here: https://dis.gd/soundpackfaq
โ look at us goooooooooooooooooooooooo โ
Twitter: https://twitter.com/discordโ
Instagram: https://www.instagram....
that is uniocode
You are not allowed to use that command here. Please use the #bot-commands channel instead.
no its not
Do you guys like the subway veggie delite? Or do you guys like eating subway sandwiches with patties?(I love veggie delite)
Vote P for Patty and D for Delite
i like my sub with only pickles
@mild flume have you seen this
https://www.youtube.com/watch?v=dHUKVIH8rnk
Today we are talking about the partnership we are doing with Microsoft.
Stay tuned for more in infos in the next weeks.
We're no strangers to love
Official video: https://www.youtube.com/watch?v=BjDebmqFRuc
Rejoindre mon serveur: https://discord.gg/ya96kxZwKZ (Dymensia French Community)
I actually have an architecture in mind for a fully-static one that's hosted on GitHub pages soon, gonna do some GitHub Actions magic especially for blog posts
when did it come?
wait what was @mild flume's reaction
Which game were you guys talking about?
fucking prankster
ahhaha
A full-on server is pretty much overkill for my use-case, which is essentially just a glorified static page
@light blaze #tools-and-devops would probably be able to help better than us
Did I just get rick rolled in 2021?
0.0.0.0
Didn't watch it.
I know better
oh
๐ญ
.
pitรครค suunsa kiinni, molopรครค
English
k
playing as Japan, Russia??
finally you speak finnish
possibly not the most appropriate finnish tho
did you use translator or what?
is you duck going to take off
I kinda cobbled it together
Umlauts are only acceptable if you're talking about metal bands
well it is not going to fly well
i can see that
speak for yourself, moฤko
what did you just say to me
nothing
take that back
@cunning pivot
do you mean wsl?
ys
oic
WT
Oh god what did I miss
For todayโs episode of War Stories, Ars Technica sat down with Naughty Dog Co-founder Andy Gavin to talk about the hurdles in bringing the original Crash Bandicoot to gamers around the world. When Andy and his partner Jason Rubin made the decision to bring the action platforming genre into three dimensions, it required living up to their company...
Nothing, just skip Pydis today
yse how much
Thanks for answering finally!
#sir-lancebot-playground and use *duckify
@unique raptor watch this
it is too long
it isnt
but i will
did someone say the D word?
"dictionary"
does someone know how can I get all of the indexes of the ones in the list instead of only the index of the first '1' that appears in the list,
I tried it but it only outputs 2 instead of: 2 3 5 8
lst = ['0', '0', '1', '1', '0', '1', '0', '0', '1']
print(lst.index('1'))
@wintry hare omg omg omg
@cunning pivot
I also tried for looping doing the same thing with continue
[i for i,v in enumerate(lst) if v == 1]``` should do it.
damn that profile pic looks scary af @wintry hare
@wintry hare wtf is the ppf
Thanks it worked
lmao
This is as scary as Gazi's pfp
@wintry hare send pfp pls
@raven orbit You will know
muhahaha
stupid man
@wind fern Was it you who was interested in an image like my pfp?
Get that thing outta here boi
zeh norah me'od
tafsik bevakasha
sliha
en baya
how the fucl
Deep Dream.
nutterbutter-chan
if statments be like:
It looks like a picture.
No, let's not encourage this...
helo
that is a long list of ifs
what are you doing?
Hey, Quacklots ๐
hi
Hey bud, how's it going?
what you doing heeemquack
looks weird
lol
bye
I feel like it doesn't mean anything to say "my green isn't your green"
cya
https://www.youtube.com/watch?v=dQw4w9WgXcQ Youtube removed it
Rick Astley's official music video for โNever Gonna Give You Upโ
Listen to Rick Astley: https://RickAstley.lnk.to/_listenYD
Subscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/subscribeYD
Follow Rick Astley:
Facebook: https://RickAstley.lnk.to/followFI
Twitter: https://RickAstley.lnk.to/followTI
Instagram: https:/...
Unless you're referring to an externally measurable difference in perception, e.g. colourblindness.
Today we are talking about the partnership we are doing with Microsoft.
Stay tuned for more in infos in the next weeks.
We're no strangers to love
Official video: https://www.youtube.com/watch?v=BjDebmqFRuc
Rejoindre mon serveur: https://discord.gg/ya96kxZwKZ (Dymensia French Community)
lol
Does anyone want to see my brain? ๐
id rather not
plz show us it's there
I have an MRI scan...
oh
Not sure what you thought I meant ๐

Nope, that's my actual brain ๐
Erm, a couple years ago. It might have gotten smaller since then 
smh
maybe you shouldn't spend more time on discord
maybe thats why your brain smalll 
@brittle kraken Sorry, what?
Is it not? I thought it was any public channel
yes, @cunning gate made that edit
every channel with send msg
but these channels hadn't originally been whitelisted
Hmm
If I'm changing my rich presence to what it is now, is it again discord tos?
๐
And don't click on any button in it
It's for rick roll
Not sure, how did you do it?
Hmm someone told me about it. Why is it self botting?
Actually one sec, let me look at it
from pypresence import Presence
from time import sleep
rpc = Presence("It is a token sorry")
rpc.connect()
while True:
rpc.update(state="Investigating", details="Exploring Cerulean Cave",
large_image="detectivepika",
buttons=[
{
"label": "Want a free cookie?",
"url": "https://rb.gy/4xxqzs"
},
{
"label": "Click if you are bored",
"url": "https://beta.battlecore.xyz"
}
])
sleep(1)
print(x)
I am just running this script
768016269269925911
Oh yeah it is a client id
nice
yay everythings resolved!
oh...
Hemlock's youtube is a gold mine ill have you guys know
What are you guys even talking about
Yeah?
pypresence, a discord rich presence python module
checking to see if using it is against discord tos
thats done now though(its not)
Yep, it's entirely fair game
๐ Thanks for your time guys ๐
quacklots is super helpful :)
wait so whats up with the ducks, on a serious note
is it just meant to confuse us about which mod we're speaking to lel
The CT DPH Daily COVID-19 Report updated M-F at 4:00 PM.
Interesting, we're on India today.
Yeah, the messaging on that was definitely unclear, and that was damaging.
Weekends?
for a limited time only, hear the sounds of yachty, my uncle, and chaos take over discord
restart your desktop clients and head towards notification settings to install sound packs.
how-to guide here: https://dis.gd/soundpackfaq
โ look at us goooooooooooooooooooooooo โ
Twitter: https://twitter.com/discordโ
Instagram: https://www.instagram....
holy shit
the chaos pack message sound IS A DUCK
sorry xD
Hello.. I have no permission to talk in voice channel.. sorry @olive sable
@mild flume can you name one e.g.?
?
if anybody has any django experience and could come help me out that would be legendary
!voice @misty sinew This should tell you what you need to know
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!voice @queen bloom
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
.>
why do i get fatal error: assert.h: No such file or directory
i have assert.h in my include dir
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Does it give the same embed irrespective of the user?
why do i get this error
this only happens when i name this folder with some number
if u notice there is a "14" in path
chicken food
import datetime
import time as tic
def day(date):
if("/" in date):
date=date.replace("/"," ")
bobeeprn = datetime.datetime.strptime(date, '%d %m %Y').weekday()
return (calendar.day_name[bobeeprn])
def date():
from datetime import datetime
now = datetime.now()
da = ("%s %s %s" % (now.month, now.day, now.year))
jo = now.month
ho = now.day
lo = now.year
date = '%s %s %s' % (ho, jo, lo)
return date
def time():
import time as tic
from datetime import datetime
now = datetime.now()
time=("%s:%s:%s" % (now.hour, now.minute, now.second))
tic.sleep(1)
return time
j=date()
def daynow():
date=j
bobeeprn = datetime.datetime.strptime(date, '%d %m %Y').weekday()
return (calendar.day_name[bobeeprn])
#print(day(time()))```
friendcord
@fluid pumice fixed it?
yeahhh i got it thats tho!
great
April fools?
wtf is this
the april fools thing for today
wow, they are really desperate
i like this
its super relatable when your going through new SCPs that were somehow posted
did you ever played scp game
which one? theres three well known ones, 087-B, original containment breach and a new one on unity
SCP: Secret Laboratory
its multiplayer
isnt that based off of a gmod gamemode?
I really enjoyed it
hmm, not sure
helps prevent spamming I guess
followed by moderator coming by and smacking you
are you geh
hey I remember you from a voice chat session a bit a go, does that group still do that?
like do they come and meet in a voice chat?
Weekday days, freedom time, seem to be the most active. To answer your question, yes.
ah cool, I might join when theyre there
@proven shale :white_check_mark: Your eval job has completed with return code 0.
15
@proven shale :white_check_mark: Your eval job has completed with return code 0.
15
!e
print(0xfand 20)
@proven shale :x: Your eval job has completed with return code 1.
001 | File "<string>", line 1
002 | print(0xfand 20)
003 | ^
004 | SyntaxError: invalid syntax
!e print((()==()+()==())*(()==()+()==()+()==()))
@ancient whale :white_check_mark: Your eval job has completed with return code 0.
1
!e print(True * True)
@stuck bluff :white_check_mark: Your eval job has completed with return code 0.
1
()==() = true
print((True+True)*(True+True+True))
(()==()) is 1
!e
print(() == () + ())
@proven shale :white_check_mark: Your eval job has completed with return code 0.
True
(()==())+(()==())+(()==())
def are_files_equal(file1,file2):
file_info1 = file1.read()
file_info2 = file2.read()
if file_info1 == file_info2:
print("True")
else:
print("False")
def main():
are_files_equal("c:/vacation.txt", "c:/work.txt")
if __name__ == "__main__":
main()
file1 is a string
file.open("file.txt", "rb")
open("file.txt", "r")
open(file1,"r")
def are_files_equal(file1,file2):
file_info1 = open(file1,"r")
file_info2 = open(file2,"r")
if file_info1 == file_info2:
print("True")
else:
print("False")
def main():
are_files_equal("c:/vacation.txt", "c:/work.txt")
if __name__ == "__main__":
main()
file_one = input('>')
file_two = input('>')
with open(file_one, 'rb') as file:
data_one = file.read()
with open(file_two, 'rb') as file:
data_two = file.read()
if data_one == data_two:
print('Files match.')
else:
print('Files do not match.')```
huh
file_info1 = open(file1,"r").read()
file_info1 = open(file1,"r")
file_info1 = file_info1.read()
file_info2 = open(file2,"r")
file_info2 = file_info2.read()
md5sum, sha256sum, sha512sum
These are checksumming algorithms to generate a short code which can be used to check if a file matches another.
md5 is adequate for casual use cases, but can be deliberately tricked
>>> hashlib.md5("filename.exe").hexdigest()
'2a53375ff139d9837e93a38a279d63e5'
@grizzled oxide
>>> hashlib.md5(open('filename.exe','rb').read()).hexdigest()
'd41d8cd98f00b204e9800998ecf8427e'
>>> hashlib.sha512("lol").hexdigest()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: Unicode-objects must be encoded before hashing
>>> ```
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
befunge
@ancient whale https://www.reddit.com/r/WritingPrompts/comments/ew9cfl/wp_the_amount_of_things_promoting_raid_shadow/
10,942 votes and 162 comments so far on Reddit
Reddit Enhancement Suite (RES) is a community-driven unofficial browser extension for enhancing your reddit experience.
yes
hi
hello
Video highlighting my research on PowerPoint Turing Machines for CMU's SIGBOVIK 2017
Read the paper:
http://tomwildenhain.com/PowerPointTM/Paper.pdf
Download the TM:
http://tomwildenhain.com/PowerPointTM/PowerPointTM.pptx
Original video (without live background noise):
https://youtu.be/sdkxWqsk17c
Please check out my other videos for (slight...
quine
sad
!e var = "print('var = ', repr(var), '\\neval(var)')" eval(var)
@ancient whale :white_check_mark: Your eval job has completed with return code 0.
001 | var = "print('var = ', repr(var), '\\neval(var)')"
002 | eval(var)
naw
idk its a feature
winner winner
chicken dinner
xD
@alpine tangle damn bro u didnt have to go that far
man those guys trippin...
you could say that
what is she even doing?
idk either
i got bored playing roblox
for k, v in d.items():
if k == "account_number"():
data.append(hashlib.md5(v.encode()).hexdigest())
return data```
How to get permission to talk,?
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
dick?
for k, v in d.items():
if k == "account_number"():
data.append(hashlib.md5(v.encode()).hexdigest())
print(d)```
Ios suck
d = [{'account_number' : '321', 'fruit' : 'apple'}, {'car' : 'chevy', 'house' : 'igloo', 'account_number' : '123', 'fruit' : 'banana'}]
#type = type(d)
#print(type)
for dict in list(d):
for k, v in d.items:
if k == "account_number"():
data.append(hashlib.md5(v.encode()).hexdigest())
print(data)
def are_files_equal(file1,file2):
if open(file1,"r") == open(file2,"r"):
print("True")
else:
print("False")
def main():
are_files_equal("c:/vacation.txt", "c:/work.txt")
if __name__ == "__main__":
main()
with open(file1, "r") as fileA:
dataA = fileA.read() # the same as: dataA = open(file1, "r").read()
with open(file2, "r") as fileB:
dataB = fileB.read()
if dataA == dataB:
print("True")
else:
print("False")
def main():
are_files_equal("c:/vacation.txt", "c:/work.txt")
if __name__ == "__main__":
main()```
Lua is such a good python friend
data_of_file = file1.read()
you guys still working on that problem ?
They are
data_of_file1 = open(file1,"r")
data_of_file1 = file1.read()
dataA = open(file1, "r").read()
@plucky rain how come you jokes sound good?
What biscuits ur a snake now? Doesn't know how to tap? ๐๐
shut up
for dict in list(d):
d[account_number] = data.append(hashlib.md5().hexdigest())```
Nop fhuggkoikgtyo
#type = type(d)
#print(type)
#for dict in list(d):
# for k, v in d.items():
# if k == "account_number"():
# data.append(hashlib.md5(v.encode()).hexdigest())
data = []
for dict in list(d):
d[account_number] = data.append(hashlib.md5().hexdigest())```
Im only joking
meant this one but nvm
i was joking
do you happen to know python btw?
ok
Why?
nothing, just wanted to know
??
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
You know py!
idk none
Fr!!
i program in c/c++ and assembly
Okey u do game dev!
@ancient whale you don't make any sense
Hhhhhhhhhh lol
17 actually
why wouldn't you play?
Hello your computer has virus
He's living a husband and wife live with python ๐๐๐
Life*
Who are you?
What game u are creating ??
You need to pay 1 trillion dollars to take that "firewall network ultimate antivirus malware" virus out of your computer, actually that name is just created by an indian scammer
What game u are creating ?? Lua
Owwww
I know it
U will be the second most hated person in earth ๐๐๐
No i like u u help people
Life is suffering
Lol u fucked
@limber laurel your ip is 127.0.0.1,
