#voice-chat-text-0
1 messages ยท Page 4 of 1
Tinkamas vairuoti nuo 16metลณ.Svoris iki 350kg Pagaminimo data 2019-01, Rida 61 km, Kuro tipas Elektra, ฤฎkraunamas, Kฤbulo tipas Kita, Durลณ skaiฤius 2/3, Varantieji ratai Galiniai, Pavarลณ dฤลพฤ Automatinฤ, Spalva Juoda, Defektai Be defektลณ, Vairo padฤtis Kairฤje, Sฤdimลณ vietลณ skaiฤius 2, Pirmosios registracijos ลกalis Belgija, Elektra nuvaลพiuojamas...
Nimba, everything the light touches is our kingdom
Mustafa?
Nah, that was his dad
Hi! "Working" from home!
๐ถ ๐ถ ๐ถ ๐ถ ๐ถ ๐ถ ๐ถ ๐ถ ๐ถ
It's just so weird
Like
I'm still talking and everything
@fallow cypress If you're wondering why you can't talk, check out the #voice-verification channel
That'll tell you what you need to know about our voice gate system
already told him in the call
dude just ignored me and left
0_0
@eager creek If you're wondering why you can't talk, check out the #voice-verification channel. That'll tell you what you need to know about the voice gate. If someone has already mentioned it, my bad. Force of habit to let folks know
told him
imposta is sus
i just want to
improve my english
i dont want to talk...
i just want to hear
germany
where are you from
i come from palestine but i live in germany
Only one of us is allowed here
exactly
i wanted to tag you but i couln't
becuase of your name
Imagine anyone wanting to tag you ๐
Ps: you can still search for Mustafa, it will search by discord username and not server nickname
terminate that fake mustafa
โ
64511
@rugged root you left me
Because I got fucking sick of all the Windows slamming
Wlamming
tbf
it's literally running into problem after problem
this is just a thing Windows is not good for
@whole bear @cunning monolith
What's that ?
@grim fable If you have your code on a repo we can check it out that way
i wrote it in vs code and its in my pc
Give me a moment then.
ok
!stream 377858496429031444
โ @grim fable can now stream until <t:1659634871:f>.
These are really neat
@whole bear Dude. Seriously
Typing
Turn on push to talk or something
@rugged root
The Sims 4 received patch 1.90.375.1020 today, which has a short set of patch notes. One of the included bug fixes is that "The 'Ask to be Girlfriend/Boyfriend' Want now targets appropriate Sims", which sounds innocuous enough. In reality, this is fixing a bug Rebecca reported on last week which was causing Sims to want to date their siblings.
@lavish rover perfect startup screen 10/10
@gentle flint https://plugins.jetbrains.com/plugin/19177-vscode-theme
always fun to reboot and see these
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
import me
me.maybe()```
Emacs is one of those programs I keep meaning to learn but never find the time
NOAA is known for many things. The use of programming languages invented after 1977 is not one of those things.
main = do
s <- readFile "somefile.txt"
doSomethingWith s
Meanwhile for some of the weather radar software:
GR2Analyst has significant system requirements:
Windows XP or higher
DirectX 9.0c
Graphics adapter with shader model 2.0 or higher support
Ah, it's from the back. I could see the skin and the tattoo, but that thing jutting up forward of the subject kept making my brain go chicken neck.
Guys quick question, is there a simple way to generate a repeated number of numbers? E.g.
[0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3]
numpy.ndarray.repeat method if you're using numpy.
Pretty sure thatโs a glitch
get that during a volcanic eruption and it will start raining cement
@grim fable https://toga.readthedocs.io/en/latest/index.html
@lavish rover
generate_asm_hs :: CString -> CString
generate_asm_hs = unsafePerformIO . newCString . generateAsm . unsafePerformIO . peekCString
foreign export ccall generate_asm_hs :: CString -> CString
#include <HsFFI.h>
#ifdef __GLASGOW_HASKELL__
#include "Lib_stub.h"
#endif
#include <stdio.h>
int main(int argc, char *argv[]) {
hs_init(&argc, &argv);
char* result = generate_asm_hs(",.");
printf(result);
return 0;
}
!e py vs = [v for v in range(4) for _ in range(3)] print(vs)
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
[0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3]
Elegant
@zenith radish I'm liking lunar vim, save me. help.... ๐
CC
CC Fortran 77 program to integrate the linearized barotropic
CC vorticity equation at 500hPa for a single latitude, only
CC considering advection by the mean wind and ignoring all
CC variation in y:
CC
CC d/dt vort = -U*d/dx vort - beta*v
CC
CC The model is global in longitude
CC
CC Coded by Matt Barlow a million years ago -- this really, really
CC needs to be recoded!
CC
CC If you find any errors, please email me at Mathew_Barlow@uml.edu
CC
CC CAUTION: Reading through this code may cause nausea, feelings
CC of existential dread, and uncontrollable weeping
CC
@lavish rover https://github.com/python-discord/bot/blob/main/config-default.yml This is my yaml drives me bonkers
@gentle flint Just incase you didn't hear, I'm looking into it
Found it I think
The issue seems to be the nested method call? I think?
I'm really not sure
I can keep looking
Or wait, I have the invite to the Kotlin server
Yeah
iter = input('Enter desired number of iterations: ');
x = zeros(1,iter);
y = zeros(1,iter);
r = input('Enter value of r between 0 to 4 exclusive: ');
x(1) = 0.1;
y(1) = 0.2;
for n = 1:(iter-1)
x(n+1) = r*(x(n)-x(n)^(2));
y(n+1) = r*(y(n)-y(n)^(2));
end
t = linspace(0,iter,iter);
plot(t,x,'-o',t,y,'-*')
if r > 0 && r <= 3.001
title('Asymptotic Behavior')
elseif r >= 3.001 && r <= 3.59
title('Oscillatory Behavior')
elseif r >= 3.6 && r < 4
title('Chaotic Behavior')
end
legend('x0 = 0.1','x0 = 0.2')
% for the partial derivatives, I use dx/dt = x_t format
% phi is latitude (lowercase phi), geophi is geopotential (uppercase phi)
phi = 45; % degrees latitude, the simulated location
geophi_x = 0;
omega = (2*pi)/(8.64*10^(4)); % s^-1
f = 2*omega*sind(phi);
% First calculate geophi_y
z0 = 5580; % meters
z1 = 5520; % meters
z_y = 200000; % distance between z contours in m assuming z_x = 0
geophi_y = (z1-z0)/z_y; % meters
% number of iterations = 100 seconds
t = 100;
u = zeros([t,1]);
v = zeros([t,1]);
% calculate 100 seconds of velocity components
for i = 0:t
% recalculate u_t and v_t with each iteration
u_t = f*v(i);
v_t = -f*u(i) - geophi_y;
u(i+1) = u(i) + u_t*900;
v(i+1) = v(i) + v_t*900;
end
x = linspace(0,100,101);
plot(x,u,x,v)
title('Plot of the u (zonal) and v (meridional) components of the trajectory of the parcel')
legend('u component','v component','Location','SouthEast')
xlabel('Time, timestep is every 15 minutes')
ylabel('Velocity in m/s')
and this is the output
Is this when you order stuff off Amazon?
Nah, alibaba is the goto for the physical sciences these days
We need this to be a thing again
This is Artful Angels' submission to the Python Discord summer code jam 2022. Play the game at https://bugsweeper.godi.se!
BugSweeper is a modern, multiplayer version of the classic minesweeper game, that features a chat in the game. Certain words sent in the chat will trigger "bugs", due to terrible user input sanitization. This includes openi...
res = ...
match ~res:
Err(val) =>
OK(val) =>
main = do
args <- getArgs
case args of
[] -> ...
file:_ ->
...
(>>=) :: forall a b . Monad m => m a -> (a -> m b) -> m b
@rugged root https://www.youtube.com/watch?v=fCoQb-zqYDI
Same! Been feeling nauseous whenever I eat S:
Is the main content wrapped by a box for you? https://docs.python.org/3/library/typing.html
This is so rusty.
Thanks for checking. Good to know it is not just me.
It is supposed to help make error handling exhaustive, I think.
Does it not get in the way of talking?
I can't tell your mouth is full at all.
A lot of use of the tongue to organize the shucked shells from the whole ones
It's like a less impressive tying a cherry stem in a knot kind of thing
y_value_point2 = point_object.get_y_coord()
# do this instead
y_value_point2 = point_object.y_coord
I would be tempted do -0.001 < diff < 0.001 instead of using abs.
if abs(self.slope() - LineSegment_object.slope()) < 0.00001:
Eh, in that case I think the abs makes more sense
Safe driving!
@lavish rover yeah, it's definitely a 4D minigolf game
just saw the video title yeah, gonna watch it later
Oh good
It's not an infraction without me screwing something up
!ban 869105351851642920 2d Attempting to auto-generate users/nitro/boost/ any other kind of benefit for Discord is against their terms of service and we will not assist with it. Insulting staff because you didn't get your way is also unacceptable. If this behavior continues after your ban expires, it will be made a permanent one.
:incoming_envelope: :ok_hand: applied ban to @gilded meteor until <t:1659823848:f> (1 day and 23 hours).
Python programming languwuage.
@zenith radish Did you get like.... super black out drunk and forgot that you made this?
Am I just dumb or.... It doesn't look like LP has contributed to that
More that it's an owo thing
True true
What about the atoms that make up the paperclips?
@rugged root you got a dog?
Where does your boss go so often?
Why don't I get to go?
...?
i can join the chat or is a private conversation??
Ayo, leetcode check?
what are you guys doing?
nice
@hearty thistle Your mic is hanging open, so I'll just mute you on my end for now. Let me know when I should unmute you. ๐
same
its pretty good
i recently got into vocaloid! (making it i mean)
robot singers
oh no
thinking about it alone is nightmare fuel
okay then ._.
i one day plan on making a japanese voicebank english
basically some voicebanks in vocaloid/Vsynth whatever you wanna call it are only in one specific language
and there are these things called phonemes that let you customize what the ai will say
yeah
in fact i heard a song sung by Vflower's voicebank in english
and i never knew it was a japanese voicebank until i saw a video about vocaloid
this was me
still is actually
My bad lol.
Left it on open.
Was afk lol.
try enabling push to talk maybe?
oh ok
Is it something you'll be amending presently?
Indeed.
Thanking you. ๐
๐
No problem, just lmk when I make a blunder like that.
anyone else randomly wake up very early in the morning for no reason at all?
Good to wake up early.
Got classes in two weeks time so got to wake up early.
tfw you have two coding OA's and you have no practice๐ฟ
@somber heath ok. is it notifying you?
ok good
yeah i have. voice gate failed. haven't sent 50 messages or more and been in this server for less han 3 days ._.
so i just have to text here for now
@round cedar hi
halo
and he just left lol
oh wait never mind he's back
guys look at @balmy path he's on his own
afk moment
tfw when you do object.t1().t2().t3().t4()
frick java for this horrible syntax
Worst best first coding language
@hearty thistle bruh
"Find a unique number in an array" Ex: [0,0,0,1, 0,0,]
Solution has to be in O(n^2) in less.
Thinking of doing it by adding the counts to a dict.
Can't be O(n^2) since python - .count() times out.
Working through the pseudo-code is tough, pretty fun tho.
`dict = {}
only two distinct numbers in array
for i in array:
dict[i] = 0
Loop above simply populates the dictionairy
for i in array:
if i in dict.keys():
dict[i] += 1
for i in dict.keys():
if dict[i] == 1:
return i:`
Should work I assume?
I'll test this out.
i found a code for a rickroll for python lol. here:
if name == 'main':
msg = "Never gonna give you up, never gonna let you down~\n"
print(msg, end='')
@somber heath I'm Not Exactly Sure What the 3 10-Minute Block is, But the Message says I Need Like 50 Chat Messages or Something
@somber heath if name == 'main':
msg = "Never gonna give you up, never gonna let you down~\n"
print(msg, end='') code for rickroll
@hearty thistle noice
Any way for Sending Pictures, GIFs, Videos, Etc.?
Code was a bit long, but everyone solved it with a set lmao in 3 lines.
@somber heath ninjaseal is asking if there is any way to send pics, gifs, videos, etc?
@thorny leaf you can send pics and the others in this text channel if you like
@somber heath i know this is random but i can solve a rubik's cube. (under a minute that is)
What About the General Chat? ๐ฎ
you are unable to send pics and others in the general chat except messages
@somber heath i feel like i'm getting bored with not talking. my fingers are gonna hurt if i keep doing this
oh ok
also this is good so far. i'm in day 2 or day 3 in this server
@somber heath hahaha
i'm legit laughing rn
def bin2asciicode(text):
global num
nums = []
if ' ' in text:
text = text.split(' ')
for item in text:
pos = 7
numberss = []
for item1 in item:
numberss.append(int(item1) * 2 ** pos)
pos -= 1
num = 0
for item in numberss:
num += item
nums.append(num)
return nums
else:
pos = 7
numberss = []
for item in text:
print(int(item) * 2 ** pos)
numberss.append(int(item) * 2 ** pos)
pos -= 1
num = 0
for item in numberss:
num += int(item)
return num
# convert to string
if isinstance(bin2asciicode(text), list):
num = bin2asciicode(text)
words = ''
for item in num:
words += str(chr(item))
print(words)
else:
print(chr(bin2asciicode(text)))```i didnt copy no code only looked at ascii code converters and binary converters
Haha, my code is now formalised.
uhhh....
it still looks so complicated
01101000 01100101 01101100 01101100 01101111
thats hello
||never gonna give you up||
i made a hexadecimal converter already
im just coding it bc i usually use other ppls code for it and i wanted to make it myself
!e py v = int("01101000", 2) print(v)
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
104
i have less than 50 messages
im wondering if i should install winpython for easier change of versions
@somber heath when someone joins, you're like a teacher announcing homework or something like that and at the same time you're in a professional british voice and i like that lol
well the vc became silent
oh
Just realised, doing a valid parenthesis question.
Should I do a recursive solution?
i actually found a video where someone made a game with only ONE LINE of code
@somber heath i'm laughing. baking bread. not breaking bad. HAHAHAHA
@somber heath baking bread not breaking bad. i'm legit laughing
"Write a function that takes a string of parentheses, and determines if the order of the parentheses is valid."
Solution would be like:
if string[0] == '(' and string[len(string) - 1] == ')':
string.remove(string[0])
string.remove(string[len(string) - 1]
# rinse and repeat
# return false if code doesn't work```
not too sure about the recursive step here.
siuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu
siuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu
return False
if (string[0] == ')') or (string[len(string) - 1] == '('):
return False
index1 = 0
index2 = 0
for e in string:
if (e == '('):
index1 += 1
else:
index2 += 1
if index1 != index2:
return False
else:
return True```
Code's not working๐ญ
!code
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
i found this vid on youtube. i think this may be self promo. if it is, i'll unsend it: https://youtu.be/dnJUE2ptB5U
Making a game in a single line of code be like.
/// SOCIALS
โธ Twitch: https://twitch.tv/n8dev
โธ Patreon: https://www.patreon.com/n8dev
โธ Discord: https://discord.gg/f8B6WW7YrD
โธ Twitter: https://twitter.com/n8dev_yt
/// TIMESTAMPS
โธ 0:00 Introooooooooo
โธ 0:29 My lawyer gets mad at me
โธ 0:44 Game idea be like
โธ 0:55 Art
โธ 1:16 Setting up my sc...
@somber heath is a genius
'hi())(' is a test-case that fails tho๐ญ
for e in string:
if (e == '('):
index += 1
if (e == ')'):
index -= 1
# we do a negative check during the loop since that would automatically invalidate our parenthesis
if (index < 0):
return False:
return index == 0```
I'm dumb my bad
oooooo
bruh, @somber heath you're a leetcode genius
It worked
๐ช ๐ฏ
Thank you!
Why was the solution so simple???
Prolly just dumb myself๐ฉ ๐ข
why would there be help channels that are random like help-banana
People need help.
best answer ever lol
Yes, coding is for the lazy.
Software devs have it nice
Memory checks๐คก ๐ซ 
ic.
def valid_parentheses(s):
try:
re.compile(s)
except:
return False
return True```
@hearty thistlebruh
Not my solution tho lol.
Copied from solution deck.
how do i just reverse a string if its backwards?
!e py text = "Hello, world." result = text[::-1] print(result)
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
.dlrow ,olleH
!d slice
class slice(stop)``````py
class slice(start, stop[, step])```
Return a [slice](https://docs.python.org/3/glossary.html#term-slice) object representing the set of indices specified by `range(start, stop, step)`. The *start* and *step* arguments default to `None`. Slice objects have read-only data attributes `start`, `stop`, and `step` which merely return the argument values (or their default). They have no other explicit functionality; however, they are used by NumPy and other third-party packages. Slice objects are also generated when extended indexing syntax is used. For example: `a[start:stop:step]` or `a[start:stop, i]`. See [`itertools.islice()`](https://docs.python.org/3/library/itertools.html#itertools.islice "itertools.islice") for an alternate version that returns an iterator.
newstr = ''
for i in range(len(str)):
newstr.append(str[i])
i--
Horrible solution tho.
Write a function validSolution/ValidateSolution/valid_solution() that accepts a 2D array representing a Sudoku board, and returns true if it is a valid solution, or false otherwise.
This is not fun.
Gtg. Appreciate the problem-solving help!
I'll frequent chat when I'm doin Python stuff.
global item
def binary2text(text):
ascii_codes = []
if ' ' in text:
ascii_codes = []
text = text.split(' ')
for item in text:
if item != '':
item = int(item, 2)
ascii_codes.append(item)
text = ''
for item in ascii_codes:
text += chr(item)
return text
def text2binary(text):
all_together = ''
ascii_codes = []
global item
for item in text:
ascii_codes.append(ord(item))
for code in ascii_codes:
binary = ''
for _ in range(8):
item_remainder = code % 2
code = code / 2
item_remainder = int(str(item_remainder).split('.')[0])
if item_remainder <= 0:
binary += '0'
if item_remainder >= 1:
binary += '1'
all_together += f'{binary[::-1]} '
return all_together
print(binary2text(text2binary('test')))
break```
the first one only made it go from bin2asciicode this one goes from text 2 asciicode 2 binary and back
hi
what are we doing?
i don't have permission yet and the mac mic tends to pick up alot of background noise.
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
messages
which chat?
greetings
i woke up at 4 and broke some glass ๐ฆ
sorry to hear that
yes i have to get a new one
a table glass
maybe tier 2 are windows , bay/wall windows are tier 4
Start from there and start scrolling down
this has sparked my likeness for aircrafts
what are these?
ai generated images
"art deco poster, flying the flag of peace against the oncoming invaders"
is it that u like art or just the software matt?
planes are sick!
"water color painting, two old ladies sitting on a bench, feeding birds, drinking coffee, and chatting about their grandchildren"
ouuu, blackbird concepts?
How ai is generating it ?
โจmagicโจ
what kind of magic ?
Math
Kind of looks like that plane separates in the center
i enjoyed the new song from them
but i have been dabbling in my gorrilaz classics as usual
xd
it gets a little more interesting as i look at the trees
send the cats in space mate
needs more cats
"A bowl of soup that looks like a monster knitted out of wool"
wool bowl reminds me of little big planet
im waiting till i get out of voice lock to start learning , i dislike coding alone
mate ive done worse to my mic
cup of emissions mmmmhm
i mistook this for actual art
It is actual art though ยฏ_(ใ)_/ยฏ
Just not drawn by a human
"A beaver building a dam in a lava flow in the style of The Far Side by Gary Larson"
One of my all time favorite strips from The Far Side
whats a good starter project
!kindling
Kindling Projects
The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.
Incorrect awaits means that things don't happen in the order that you expect them to.
Fucker stole my IP
Just seemed very you, couldn't help but make the joke
This is CNN
https://tenor.com/bs9av.gif
Anokhi looks nothing like what I imagined
How TF is this supposed to be 60% Dockerfile?
in class: 1 + 1 == 2
homework: find the derivative of atan(x)
What generated this?
The GitHub link is in the screenshot
Right above the table
I know
but thanks
@mild quartz
is this good
that was referring to the repo laundmo linked above that message
I admit it was slightly unclear
@wheat latch What's your question
I was regarding Resnet 18 pretrained models
Gotcha. Might as well write it out so it can be answered after this explanation
@subtle stone Your mic was open
Moved you to AFK so we didn't have to listen to the background talk
@zenith radish https://github.com/salt-die/nurses_2
xDDDDDDDDDDDDDDDDD
hey @zenith radish you familiar with pytorch and clip?
A free, mostly idle RPG
Spiderweb Software creates epic indie fantasy adventures for Windows, Macintosh, and the iPad, including the hit Avernum and Avadon series.
a = b = a swaps variables in pony
<>
:=
Guess my headphones busted
rip
The mountain goat (Oreamnos americanus), also known as the Rocky Mountain goat, is a hoofed mammal endemic to mountainous areas of western North America. A subalpine to alpine species, it is a sure-footed climber commonly seen on cliffs and ice.
Despite its vernacular name and both genera being in the same subfamily (Caprinae), the mountain goat...
here's a wikipedia link
let list = [1; 2; 3; 4; 5]
for i in list do
printf "%d " i
QUESTION : where did you get this?
I googled "ML sexuality model"
i am scared to spiders but damn, this one is cute af
This is monadic append in haskell iirc
what is that language?
@ebon sandal Your typing is coming through
omg i forgot
is anyone talking
!voiceverify
uhm
im here to learn basic python
yes im so new
no
sorry
i got distracted
nope
im here to find someone to teach me
python
for renpy
๐
why not
because im sweet
am i what
why not
hate this place
grrrr
well your job can be to help me

how am i being unreasonable
why not
you're not doing work rn ๐
wow
so youre not even
a pythoner
grrr
@fickle sinew hello
i am going on strike
because
why not
@vocal coyote hi
why u r invisible?
what
u r in v chat ya?
unfortunately
i am being heinously berated
i can not speak
i am being held hostage
@vocal coyote we cant help you sweetie
so why i cant see ya ;/
what do you mean
if u r in voice chat
click CTRL + R
i am but i cant speak since im not voice verified
finally understand.. ๐
@finite dew do you know how to code in python
is english your first language
do you know how to code @fickle sinew
yeah
ok whats your problem
i need to learn
ok....
Learn how to use Pygame to code games with Python. In this full tutorial course, you will learn Pygame by building a space invaders game. The course will help you understand the main game development concepts like moving characters, shooting bullets, and more.
๐ป Code: https://github.com/attreyabhatt/Space-Invaders-Pygame
๐ฅ Course created by bu...
@hardy cloud
`model = Sequential()
model.add(Conv2D(64, kernel_size=4, activation="relu", input_shape = (256,256,3)))
model.add(MaxPooling2D(4,4))
model.add(Conv2D(32, kernel_size=3, activation="relu", padding="same"))
model.add(MaxPooling2D(3,3))
model.add(Conv2D(32, kernel_size=3, activation="relu", padding="same"))
model.add(MaxPooling2D(3,3))
model.add(Flatten())
model.add(Dense(32))
model.add(Dense(5, activation='softmax'))`
noisy_img = img + np.random.normal(mean, std, img.shape)
noisy_img_clipped = np.clip(noisy_img, 0, 255)
Seeing zeroes is always neat.
Odd question but could someone look at a trailing zeroes problem?
index = 0
while power < n:
index += int(n / power)
power *= 5
return index
```
Don't know why this works for getting trailing zeroes for n factorial.
@somber heath i finally got to speak
Cone grate ewe late shuns.
Not a fan of that face
@rugged root How did you get the six cells in the second last column?
Oh, nevermind. Got it.
how's your visual novel progress coming along?
I just woke up
me too I'm a beginner too. So far I've been learning from w3schools and it's been going great.
Are you trying to code a visual novel too?
Not really. I am learning python because I want to be a programmer
Ahh, okay.
I can maybe try and help you in your project. It'll be a learning experience for me too
Ahh, okay! Thank you very much!
No worries ๐
Just let me know when you'd like to start with your visual novel
Alright! Will do!
okay๐
The Emperor gets a bad phone call from Darth Vader.
SUBSCRIBE: http://bit.ly/AdultSwimSubscribe
About Robot Chicken:
Robot Chicken is Adult Swim's long-running stop-motion animated homunculus of a sketch show. Witness sex, violence and 80's toy references collide through fan-favorite characters like the Humping Robot and the beloved Robot Chic...
I want a hug ๐ฅบ

Acore is a programming language created in 1988.
Lmaooooooo
LMAOOOOOOO
Get exposed
Its from another server, but here, you can use grabify on the stupid scammers on discord
Dont forget to grab the scammers IP on the way
Honestly, chances are they're probably using a VPN if they're smart
Steam guard and password reset emails used to include an ip in them, now they just include a location, but still was fun to use that
Lol they didnt do anything to steam
I dont fall for those tricks, ive seen the worst things before
yeah you didn't let them get that far
I've got a tally on a whiteboard next to my desk, I'm currently 10-0 for me vs discord scammers since like a year ago
Helps dumping the trash well :b
Imma go one step further probably and program a virus they download on the click of the grabify link
XDDDDDDD
It whould be funny
Something like a shutdown command
That executes once the file is executed
why do that, just send them to theannoyingsite.com
I wouldn't go to that btw
it's not malicious, but it's annoying
honestly though, this seems a bit interesting considering the user agent is DiscordBot
I was guessing its his computer name?
Nah, the user agent is usually used to tell what the actual client is that is making the request
For example, if I open a webpage in Firefox, my user agent is
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0
Tells the firefox version, I'm running Linux with X11, stuff kinda like that
So whatever's making that request is probably an application or script that also makes http requests to discord as a bot
pain
Or it could just be Discord services making that request
That's a very good possiblility
The crawl-35-237-4-214.ptr.discord.com kinda hints me in that direction
It has to get the information to put in that embed somehow
Hmmm
I never seen google interfere with those ip grab before
Wierd
I think google has lost nothing in there
:b should keep thier noses off
Waiiiitttt
Since discord doesnt encode anything, that means maybe that info got taken by google and checked in the back
Afterwarts
And discords privacy is horrible too
Maybe its that?
I believe Discord uses google for some of it's services
Or they just use google as their ISP, but most likely they just use google services
Yep, just tried it with a new link, that's discord's services requesting to the site to get information about it
Your scammer probably just ignoredit
Sadde
truly
Il get him next time :
Heh
Gotta make a custom website with like "mycreditcard.org" or so
Then connect the grabber to it :b
one of these day's i'm just gonna make a throwaway steam account and the second they DM me give them the credentials
tfw Codewars๐ญ
Upper right and lower left.
Bottom left.
Upper right.
$ exec bash
$ echo "Hello"
bash -c 'echo "hello"'
function run_in_bash() {
bash -c "source ~/.profile; $1"
}
run_in_bash "echo 'hello world'"
How can we account for Chinaโs momentous - and almost wholly unanticipated - global rise? And what does it mean, for us in the West and for humanityโs future? Speaking to these vital and fascinating questions, these 48 penetrating lectures by Professor Baum bring to vivid life the human struggles...
็ๆธๅๅ fรฉnshลซ kฤngrรบ
The burning of books and burying of scholars (Chinese: ็ๆธๅๅ; pinyin: fรฉnshลซ kฤngrรบ), also known as burning the books and executing the ru scholars, refers to the purported burning of texts in 213 BCE and live burial of 460 Confucian scholars in 212 BCE by the Chinese emperor Qin Shi Huang of the Qin dynasty. This was alleged to have destroyed ph...
still cant talk argghhh
well if you keep not chatting in text chat that's not so strange
you did retry verifying?
@south wing
ye right
hello @wind raptor
how are you doing
i am not fine
how to enable bluetooth on win 10
ok
desktop
i don't know
i think the motherboard doesn't
support bluetooth
i bought a bluetooth
headphone
I always thought it is 1:2.
but i don't have a bluetooth
i need to cry
because i am an idiot
i know
i know
yes mine has one
There is using the phone client.
but it doesn't have mic support on aux
i have a wireless keyboard
do you know trs and trrs
Haven't had any problems with Bluetooth keyboard latency.
bye
a couple random ones
๐ป
you paid for them or are tehy free version?
Student license
aah
%macro offset 1
mov al, [r8]
add al, %1
mov [r8], al
%endmacro
%macro move 1
mov rax, r8
add rax, %1
mov r8, rax
%endmacro
%macro io 1
mov rax, %1
mov rdi, %1
mov rsi, r8
mov rdx, 1
syscall
%endmacro
%macro loop_start 1
.LOOP_%1: mov al, [r8]
cmp al, 0
jz .LOOP_%1_EXIT
%endmacro
%macro loop_end 1
mov al, [r8]
cmp al, 0
jnz .LOOP_%1
.LOOP_%1_EXIT:
%endmacro
section .text
global _start
_start:
mov r8, msg
io 0
io 1
mov rax, 60
mov rdi, 0
syscall
section .bss
msg: resb 1024
the generated asm from ,. in bf
Deaf singer follows her dreams and earns a Golden Buzzer from Simon Cowell with her original song "Try."
ยป Get The America's Got Talent App: http://bit.ly/AGTAppDownload
ยป Subscribe for More: http://bit.ly/AGTSub
ยป America's Got Talent Tuesdays 8/7c on NBC!
ยป Stream on Peacock: https://pck.tv/3cCQGhH
AMERICA'S GOT TALENT ON SOCIAL
Like AGT: htt...
hi
The legality of abortion in the United States is subject to individual U.S. state laws. From 1973 to 2022, Supreme Court rulings in Roe v. Wade (1973) and Planned Parenthood v. Casey (1992), respectively, created and maintained federal protections for a pregnant woman's right to get an abortion, ensuring that states could not ban abortion prior ...
Good luck with your rebuttal @cerulean ridge
thanks!
interesting there are legal at any stage states next to states where it is completely illegal
thanks for reminding me to charge my phone...
Got to go to sleep, night.
can i joind
yes u can
thanks
are u a problem solver
but im not
can i do that problem
open the screen when you submit
Cre
can i ask me about these Working with Textual Data and Integers and Floats - Working with Numeric Data and Lists, Tuples, and Sets and Dictionaries - Working with Key-Value Pairs
I make games and tutorials with/for Python/Pygame! :D
Website here: http://dafluffypotato.com
@midnight agate since when you begin to work with python.
@clear pagoda how come you're always just sitting alone in voice chat?
maybe thats some specific bot to record our conversation (someone who wants to steal our voice i guess xD)
hmmm
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
vars = [['xmin', Xmin, Xmax], ['xmax', Xmin, Xmax], ['ymin', Ymin, Ymax], ['ymax', Ymin, Ymax],['zmin', Zmin, Zmax], ['zmax', Zmin, Zmax]]
valids = {}
for i in vars:
while valid == False:
inp = input("Enter the "+i[0]+': ')
check = False
if inp == '':
print('Missing input!')
check = True
if check!=True:
try:
int(inp)
if int(inp) <= i[2] and int(inp) >= i[1]:
valids[i[0]] = int(inp)
# valid = True
else:
print('Out of range!')
except:
print('is not valid')```
!code
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
Suggestion: Review what is meant by "bare except" and why a bare except is a bad idea.
!except-pass
A key part of the Python philosophy is to ask for forgiveness, not permission. This means that it's okay to write code that may produce an error, as long as you specify how that error should be handled. Code written this way is readable and resilient.
try:
number = int(user_input)
except ValueError:
print("failed to convert user_input to a number. setting number to 0.")
number = 0
You should always specify the exception type if it is possible to do so, and your try block should be as short as possible. Attempting to handle broad categories of unexpected exceptions can silently hide serious problems.
try:
number = int(user_input)
item = some_list[number]
except:
print("An exception was raised, but we have no idea if it was a ValueError or an IndexError.")
For more information about exception handling, see the official Python docs, or watch Corey Schafer's video on exception handling.
check = False
if inp == '':
print('Missing input!')
check = True
if check!=True:
->
if inp == '':
print('Missing input!')
else:
valid = False
vars = [['xmin', Xmin, Xmax], ['xmax', Xmin, Xmax], ['ymin', Ymin, Ymax], ['ymax', Ymin, Ymax],['zmin', Zmin, Zmax], ['zmax', Zmin, Zmax]]
valids = {}
for i in vars:
while valid == False:
inp = input("Enter the "+i[0]+': ')
if inp == '':
print('Missing input!')
else:
try:
if int(inp) <= i[2] and int(inp) >= i[1]:
valids[i[0]] = int(inp)
# valid = True
else:
print('Out of range!')
except:
print('is not valid')
result = int(inp)
if result <= i[2] and result >= i[1]:
valids[i[0]] = result
valid = False
vars = [['xmin', Xmin, Xmax], ['xmax', Xmin, Xmax], ['ymin', Ymin, Ymax], ['ymax', Ymin, Ymax],['zmin', Zmin, Zmax], ['zmax', Zmin, Zmax]]
valids = {}
for i in vars:
while valid == False:
inp = input("Enter the "+i[0]+': ')
if inp == '':
print('Missing input!')
else:
try:
res = int(inp)
if res <= i[2] and res >= i[1]:
valids[i[0]] = res
# valid = True
else:
print('Out of range!')
except:
print('is not valid')```
buildPossibleAnswers([2,-3,1],-9, 9, -9, 9, -9, 9)
see ya guys will come back later ~
get(key[, default])```
Return the value for *key* if *key* is in the dictionary, else *default*. If *default* is not given, it defaults to `None`, so that this method never raises a [`KeyError`](https://docs.python.org/3/library/exceptions.html#KeyError "KeyError").
this would be easier to do in c
i think you could use pointers to make it easy right?
it might be longer, but easy to write tho right?
anybody know how to program robots using ROS?
@whole bear chat here not DMs
dam that's cool, does a bot do that
?
how do you set it up
what is the repo called
wait what happens if you pay someone to help for homework
!rule 9
say i want someone to help me with a java project, can i not pay them to do it if i met them through this server?
you should make by laws for the server at this point imo, it's gotten too big to control such things
The rules and guidelines that apply to this community can be found on our rules page. We expect all members of the community to have read and understood these.
Hi guys. I can't turn on mice in VCs. How can I fix it?
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Not helped
don't expect me to talk lol
please read #voice-verification
Okay, thanks
There are nothing in voice verification
๐ค
You remember what you use often enough.
i think you must use !voice in #voice-verification
Let me try
lol you blocked python the bot
Wtf?
Hmmm... Maybe I didn't send 50 messanges...
yeah i saw that. you will need to send over 50m
50 million messages sounds like a lot.
Okay, thanks
+++, I wilk finish it after 5 years :(
lol i meant m for message
m stand for message not million ๐
I hope๐
@midnight agate:
/opt/anaconda3/envs/DL-env/bin/python3
source ./opt/anaconda3/envs/DL-env/bin/python3
@molten pewter Dodged question. Going to assume not employed
just keep talking you've be done in no time ๐
Okay, thanks
I believe the record was under 25 minutes ๐ค
!e ```py
import threading
import time
def target():
1 / 0
thread = threading.Thread(target=target)
thread.start()
time.sleep(1)
print("hello")```
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | Exception in thread Thread-1 (target):
002 | Traceback (most recent call last):
003 | File "/usr/local/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
004 | self.run()
005 | File "/usr/local/lib/python3.11/threading.py", line 975, in run
006 | self._target(*self._args, **self._kwargs)
007 | File "<string>", line 5, in target
008 | ZeroDivisionError: division by zero
009 | hello
Provided to YouTube by TuneCore
Last Will (Boot to the Head) ยท The Frantics
Frantic Times
โ 2015 Frantic World Ltd.
Released on: 1984-09-10
Auto-generated by YouTube.
@molten pewter Hello
what up?
all fine
Hemlock I'm creating a table rpg bot I wanted to send you but it's too big @rugged root
i love this music
what is Neovim??
Provided to YouTube by Altafonte
Burguesinha ยท Seu Jorge
America Brasil
โ 2007 Cafunรฉ
Released on: 2007-01-01
Drums: Adriano Trindade
Percussion: Fabio Miudinho
Percussion: Nene Brown
Harmonica: Jr Gaiatto
Violin: Jr Gaiatto
Electric Bass Guitar: Sidรฃo Santo
7- String Guitar: Sidรฃo Santo
Cavaquinho: Pretinho da Serrinha
Banjo: Pretinho d...
Love it
taxes on brazil are 37 % of the salary
bruh
https://www.areavibes.com/springfield-mo/crime/ Wheeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
View detailed crime rates in Springfield, MO as well as a Springfield crime density heat map.
Most accurate 2021 crime rates for Springfield, MO. Your chance of being a victim of violent crime in Springfield is 1 in 66 and property crime is 1 in 14. Compare Springfield crime data to other cities, states, and neighborhoods in the U.S. on NeighborhoodScout.
in brazil many data are masked with other names for example: not another index of mizeria but rather an index of food instability
hi vc0
Hello
Mr Hemlock if you see when it was installed and see what else was installed then
without license you mean
they can't do that, it's illegal
ill legal
i love this dogo
I use Arch Linux BTW, BTW
def computeError(a, k):
result = {}
equation = 0
for i in a:
if coeff[1] < 0:
equation = equation - (coeff[1] * i[1])
else:
equation = equation + (coeff[1] * i[1])
if coeff[2] < 0:
equation = equation - (coeff[2] * i[2])
else:
equation = equation + (coeff[2] * i[2])
result[str(i)] = equation
return result```
Where highlight?
sometimes i leave my work laptop connected, i'm not a bot ๐
aha
and are you now really in vc?
or is it just your laptop
V
!tags dashmpip?
Or am I misunderstanding the problem?
Remember to scroll down and expand the category
Remember? We talked about this last time
OH it works now!
nice
This one right ?
๐
@rugged root stop selling yourself short
!paste
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.pythondiscord.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.
m = lambda self, *args, **kw: func(self, *args, **kw)
TypeError: CCompiler_spawn() got an unexpected keyword argument 'env'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for numpy
Failed to build numpy
ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
โ @cunning monolith can now stream until <t:1659977693:f>.
good idea
@cunning monolith It looks like it installed numpy properly
Why are you trying to memorize things?
@cunning monolith Can you toss me the error about numba again?
File "C:\Users\Akshi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\librosa_init_.py", line 209, in <module>
from . import core
File "C:\Users\Akshi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\librosa\core_init_.py", line 5, in <module>
from .convert import * # pylint: disable=wildcard-import
File "C:\Users\Akshi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\librosa\core\convert.py", line 7, in <module>
from . import notation
File "C:\Users\Akshi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\librosa\core\notation.py", line 8, in <module>
from ..util.exceptions import ParameterError
File "C:\Users\Akshi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\librosa\util_init_.py", line 77, in <module>
from .utils import * # pylint: disable=wildcard-import
File "C:\Users\Akshi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\librosa\util\utils.py", line 9, in <module>
import numba
File "C:\Users\Akshi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\numba_init_.py", line 206, in <module>
ensure_critical_deps()
File "C:\Users\Akshi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\numba_init.py", line 146, in _ensure_critical_deps
raise ImportError("Numba needs NumPy 1.22 or less")
ImportError: Numba needs NumPy 1.22 or less
defenestrar