#voice-chat-text-0

1 messages · Page 647 of 1

olive hedge
#

I think they are saying it, jkjk

quasi condor
olive hedge
quasi condor
amber raptor
#

GET OFF MY LAWN

tiny seal
amber raptor
#

also bot trading requires a year or so of active profits before it's considered steady

#

and you have to beat S&P500 well to be considered better

vestal mason
#

Hey guys

rugged root
#

Yoooo

#

How goes it

stuck furnace
#

Hey

#
def add(x):
    def addx(y):
        return x + y
    return addx
#

this currying

#

So, you can do map(add(10), xs)

vestal mason
#

sorry guys, my wife didn't know I was online lol

stuck furnace
#

Erm, @rugged root, can I ask you a quick question when you have a second?

#

Was it ok for me to help the guy in #help-chestnut? I'm not sure where the line is on rule 5.

#

Looks like they are trying to crack a password.

#

Ah right ok, noted.

gusty gust
#

I think that, for me that I am a beginner, is very overwhelming the tons of information, and I often think like "How is it possible that I remember ALL this information, when I need it and have to use it in the future?"

rigid nest
#

it doesn't matter, it comes back to you

#

dw

rugged root
#
def entry_exit(f):
    def new_f():
        print("Entering", f.__name__)
        f()
        print("Exited", f.__name__)
    return new_f
somber heath
#

class MyClass:
pass

#

MyClass()

stuck furnace
#

Yeah, he's calling the constructor of the class to create an instance.

somber heath
#

a = MyClass()

rigid nest
#

!e

class Vector:
  def __init___(self, d):
  # create d dimensional vector of zeros
    self._coords = [0] * d

  def __len__(self):
    return len(self._coords)

  def __getitem__(self, j):
    return self._coords[j]

  def __setitem__(self, j, val):
    self._coords[j] = val

  def __add__(self, other):
    if len(self) != len(other):
      raise ValueError('dimensions must agree')
    result = Vector(len(self))
    for j in range(len(self)):
      result[j] = self[j] + other[j]
    return result

  def __str__(self):
    return '<' + str(self._coords)[1:-1] + '>'

d = Vector(5)
print(len(d))

wise cargoBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

somber heath
#

a.alpha()

stuck furnace
#

When you call an object's method, the object itself is passed in as the first argument to the method.

#

This argument is conventionally given the name self.

#

The idea is that methods are meant to be no different from functions.

somber heath
#
    def alpha(self):
        print('y and self point to the same object in memory. y is self.')
y=MyClass() #< *This* is self
y.alpha() #< *This* y is what self refers to.
stuck furnace
#

In a FPTP system, you're forced to vote strategically.

amber raptor
#

Yep

stuck furnace
#

Can I have a go at explaining classes? 😄

rugged root
#

Go for it, brother

stuck furnace
#

Alright, so everything in python is an object. That is, everything you can assign to a variable.

#

You can set attributes on objects. Like x.a = 1

#

Now, as long as you have a reference to the object x, you can get the value of x.a.

quasi condor
#
@dataclass
class Sender:
    """
    Represents the sender of a contact form.
    """
    email: str
    name: str
    phone_number: Optional[str]
rugged root
#

One moment, talking to mah wife

stuck furnace
#

Put the mic up to the wall @quasi condor 😄

rugged root
#

Wait what? Does he have rats in the walls?

quasi condor
tiny seal
#

Wait what? Does he have rats in the walls?
nope, people

rugged root
#

Not sure if that's more or less creepy

tiny seal
#

not as disgusting i guess

rugged root
#

Disgusting? No. Plot of a horror film? Probably

#

I love my wife, but man, she repeats the same things in a conversation sometimes

tiny seal
#

only Joe "DMT" Rogan would be able to create such a plot

rugged root
#

HA

quasi condor
rugged root
#

Ehhhh

quasi condor
#

Yeah - we've done that, and pointed out that they're quite unfriendly

rugged root
#

Good

tiny seal
#

competition reel

rugged root
#

@fierce summit I'm glad we were able to get you taken care of. I think that would have driven me crazy otherwise

somber heath
#

It's probably quite evocative of memory because it refers to a scent, whereas other screen names often don't.

#

Miranda on the veranda.

#

Forging a gerrymander.

rugged root
#

I hate keyrings

rigid nest
stuck furnace
#

People who lose a limb can have "phantom limb syndrome".

#

You can have pain in your lost limb.

quasi condor
stuck furnace
#

Yeah, I think I have a slow brain too 😄

quasi condor
stuck furnace
#

I just can't type faster than like 65 wpm no matter how hard I try.

#

I just trip over my words too often.

quasi condor
#

how many fingers do you type with?

stuck furnace
#

Erm, all ten.

#

But I probably don't use my little fingers enough.

quasi condor
stuck furnace
#

But like, that last sentence I typed in, I had to correct like 5 words 😄

rigid nest
tiny seal
stuck furnace
#

Needs to have a vi-mode if it's a code version.

tiny seal
#

exit vim, hardest task

#

kills wpm

feral crown
#

vim!?

#

wut

#

why vim

stuck furnace
#

Oh, have you guys played the wikipedia game btw?

tiny seal
#

ąęśóżźłńć

rigid nest
#

hexual sealing

whole bear
#
start: "int, value: a stop number",
end: "int, value: a stop number >= start"```
honest pier
feral crown
#

Why vim tho

#

Why not atom

#

(I’m starting something controversial, am I)

wise cargoBOT
#

Hey @dense echo!

Uh-oh! It looks like your message got zapped by our spam filter. We currently don't allow .txt attachments, so here are some tips to help you travel safely:

• If you attempted to send a message longer than 2000 characters, try shortening your message to fit within the character limit or use a pasting service (see below)

• If you tried to show someone your code, you can use codeblocks
(run !code-blocks in #bot-commands for more information) or use a pasting service like:

https://paste.pythondiscord.com

glass fog
#

i can never surpass 110

empty sedge
#

I can never surpass 50 :/

quiet crag
#

hi @noble patrol @fiery hearth!

noble patrol
#

Ayyo

quiet crag
#

My mic doesn’t work rn 😅

noble patrol
#

S'all good

quiet crag
#

Oki 👌

#

Wait, this server’s for python coding right?

noble patrol
#

Yeye

quiet crag
#

Would that also mean this is also for python3?

noble patrol
#

yeye

quiet crag
#

kk

uneven urchin
#

o/

real coyote
#

Pls Unmute me someone pls pls

#

Pls Unmute me someone pls pls

#

@whole rover Pls Unmute me someone pls pls

#

@leaden comet Pls Unmute me someone pls pls

#

@dire folio Pls Unmute me someone pls pls

#

@torpid crag Pls Unmute me someone pls pls

leaden comet
#

@real coyote please don't ping a bunch of individuals. Just ping @Moderators if you need mod attention

#

in this case I have no idea what you mean.

real coyote
#

@real coyote please don't ping a bunch of individuals. Just ping @Moderators if you need mod attention
@leaden comet I am Baneed to use mu mic in voice chat pls Unmute me there

leaden comet
#

you'll have to join the voice then

real coyote
#

I cant use my mic there 😦

leaden comet
#

fixed

real coyote
#

Thanks 🤟

ashen island
#

wat

uneven urchin
#

oh there are a TON

#

Here's a quote from a mailing list I've subscribed to

#
# Exploit Title: Student Result Management System 1.0 - Multiple SQL
Injection Vulnerabilities
# Date: 2020-10-02
# Exploit Author: b1nary
# Version: 1.0
# Tested On: Linux + Apache2
# Description: Project Worlds Student Result Management System 1.0 is
subject to multiple SQL injection vulnerabilities due to improper input
sanitization.
#

Well, there is OTP XOR

#

It's not breakable by definition

upper bone
#
Alisha and Bobby used advanced tech to talk. In a weird turn of events, we figured out their encryption method but not their key See if you can figure it out.
shortened_alishakey = alishakey[:len(flag)]
encoded_m=''
for m,k in zip(mes, shortened_alishakey):
 encoded_c = chr(ord(m) + 6*ord(k) % 512)
 encoded_m += encoded_c```

key = "110010001011001000101110111001111011100111000011101100001110100111100110011110010011011011001101101100001101110000110111000111010100011"

alisha_rotate = "100100100110010010011011010111101101011110101110111010111011100010101110001010111001101101100110110101111101100111110110111111101011111"

bobby_rotate = "101011100110101110010110000010011000001010001110111000111011010000110101000011011111011101111101110101010000100101000010011011100001101"

remember to split it by 10 and reduce bobby's key at the end

ƊƉƒƙƖƔơƗƕŔƔƔƛƓƅƍŚƊƔœƙƙſŐſŗƣ```

#

An encryption problem

#

can someone solve it

uneven urchin
#

If you're on wiondows

#

theres a sneaky spot for microphone gain

#

and you sound like it is too far down

restive hill
#

i wanna take an input from the user in which each word should start with an "at"

verbal oasis
#


#include <iostream>

int func(int arr[]) {
    int size = sizeof(arr) / sizeof(arr[0]);
    std::cout << "array size: " << size << std::endl;
    std::cout << "Output array: ";
    for(int x = 0; x <= size; x++) {
        std::cout << arr[x] << " ";
    }
}

int main() {
    int array[] = {0, 1, 2, 3, 4};
    
    func(array);
    return 0;
}```
#

I have no idea why the value of variable size is: 2

whole bear
#

ok

verbal oasis
#

I'm sorry my network sucks

whole bear
#

ok

severe elm
#

try to run sizeof(arr[1]) or the last index and see what it is saying

verbal oasis
#

input
main.cpp:6:26: warning: ‘sizeof’ on array function parameter ‘arr’ will return size of ‘int*’ [-Wsizeof-array-argument]
main.cpp:5:18: note: declared here

whole bear
#

iam on insta

proud tangle
#

@whole bear you're leaking a lot of noise into the voice channel

#

please go to push to talk

whole bear
#

ok

proud tangle
#

let me know when you have done so

whole bear
#

ok ok

somber heath
#

str.startswith

uneven urchin
#

shors is the break for RSA

#

it requires a lot of qubits though

#

and current quantums have ~100 or so at very max

#

and you need thousands to get RSA cracked

#

so we're on a timer, but its like 20 years away or so

#

this is why my keys are 4096 and 8128 size, to stave that off as long as possible

restive hill
#

@craggy zephyr @cosmic lark @frozen sentinel

opaque estuary
#

i am ultra noob in coding

#

thought python was a snake

uneven urchin
#

Hello!

#

Response headers?

#

@cosmic lark what library are you using?

#

For a request sent from python, or another application?

#

ok

#
import requests

response = requests.post("url", data="etc")
print(response.headers)
#

should work

#

it'll give you a dict

#

you'll just need to filter it

#

yeah, please do verify my suggestions ><

cosmic lark
#
{'Connection': 'keep-alive', 'Server': 'gunicorn/20.0.4', 'Date': 'Sat, 10 Oct 2020 11:19:36 GMT', 'Content-Type': 'application/json', 'Content-Length': '5', 'Access-Control-Allow-Origin': '*', 'Via': '1.1 vegur'}
uneven urchin
#

Are you sending a post request to authenticate, is that what you're trying to do?

cosmic lark
#

yeps

uneven urchin
#

check response.json()

#

Normally authentication is sent in headers to a server, but returned in the response body back to the client. That's available in the .text or .json() attributes

#

odd, try .text

#

You can also use response.status_code to see if it responded wtih 200 for OK, or 403, or 400 or whatever

#

of course :P

#

o/

whole bear
#

hey anybody plz unmute me

#

@proud tangle unmute me man

proud tangle
#

aaa

#

you must remain in voice for me to do it

#

there you go

whole bear
#

ok thanksss

proud tangle
#

I do apologize, I thought I could strip it even if you weren't in voice and that's apparently not the case

whole bear
#

hmm....ok

fiery hearth
#

Free HD Movies

#

2019

whole bear
#

website?

#

@fiery hearth ??

fiery hearth
#

no its an app ['andriod]

#
movies_title_genre = movies[['movie_title','movie_genre']]
gives: two column by name movie title and movie genre
------------------------------
in a iloc isn't the first argument row and second argument col?
whereas: using iloc i get some weird result?
somber heath
#

I know you're doing Pandas, but...

_dict = dict()

_dict['key'] = 'value'
#is really calling, I believe
_dict.__setitem__('key', 'value') #Square bracket behind the scenes

_dict['key']
#is really calling
_dict.__getitem__('key') #Again, when square brackets are used like above.```
wise cargoBOT
#

Hey @dense echo!

Uh-oh! It looks like your message got zapped by our spam filter. We currently don't allow .txt attachments, so here are some tips to help you travel safely:

• If you attempted to send a message longer than 2000 characters, try shortening your message to fit within the character limit or use a pasting service (see below)

• If you tried to show someone your code, you can use codeblocks
(run !code-blocks in #bot-commands for more information) or use a pasting service like:

https://paste.pythondiscord.com

somber heath
#

@brisk current Have you tried researching how other people have done buttons and find people who have encountered and solved the same kind of problem you're having?

chilly kiln
somber heath
#
class MyClass(dict):
    def __getitem__(self, v):
        out = super().__getitem__(v)
        print('Access granted')
        return out```
somber heath
#

From meme culture.

#

thicc boi - informal spelling

#

Fat.

#

Thick boy.

chilly kiln
#

Thick = Épais (like a lot of layers) in french

native nebula
somber heath
#

Bois

whole bear
#

hi

chilly kiln
#

I'm drinking = Je bois

#

Wood = bois

whole bear
#

ohh

#

is that?

feral crown
#

Lmao

whole bear
#

@chilly kiln what is the name of the ide in which u writting the coding?

feral crown
#

Pycharm @whole bear

#

I think

chilly kiln
#

Yes, it is

feral crown
#

Yep

whole bear
#

ya i too use atom

#

its great

feral crown
#

High five @whole bear

whole bear
#

High five @whole bear
@feral crown high five

#

guys im new to voice chat here can anyone explan me wt this vc is about?

feral crown
#

Idrk actually

#

Lol

#

K I gtg

#

Sorry

whole bear
#

one think is there in atom we dont have to download any ide bt in vc we have to

feral crown
whole bear
#

https://atom.io
@feral crown this is great

Atom

At GitHub, we’re building the text editor we’ve always wanted: hackable to the core, but approachable on the first day without ever touching a config file. We can’t wait to see what you build with it.

feral crown
#

atom is basically sublime text but more extendable

whole bear
#

@chilly kiln ya i also cant understand y'll celebrity likes apple

atomic zodiac
#

@feral crown this is great
@whole bear it is great

whole bear
#

@whole bear it is great
@atomic zodiac yes

atomic zodiac
#

@atomic zodiac yes
@whole bear I know

#

😁😁😁

whole bear
#

haha

#

im from india too

#

@lime grotto hey

lime grotto
#

Hey @whole bear , of course. Rishabh if i'm not wrong

whole bear
#

noo you are right bro

somber heath
#

Windows house. Good to live in. Looks nice. You can rearrange, add and subtract furniture. It's built on landfill.

Linux house. It's a bomb shelter. Indestructible. Utilitarian. Ugly by itself, but customisable. You can do what you with it, provided you know how.

Apple house. House under a Home Owners' Association. (HOA). The suburbia from the Edward Scissorhands movie run by Delores Umbridge from Harry Potter.

whole bear
#

@lime grotto i also wanted to talk on voice not my mic is not working bro otherwise i would help you

somber heath
#

glottal stop

whole bear
#

we can use in same pc

#

while booting it

#

@twilit mantle

#

haha

twilit mantle
#

while booting it
@whole bear i dont have the complete idea of it actually, like can you access all your files while working with linux?

wise cargoBOT
#

Hey @dense echo!

Uh-oh! It looks like your message got zapped by our spam filter. We currently don't allow .txt attachments, so here are some tips to help you travel safely:

• If you attempted to send a message longer than 2000 characters, try shortening your message to fit within the character limit or use a pasting service (see below)

• If you tried to show someone your code, you can use codeblocks
(run !code-blocks in #bot-commands for more information) or use a pasting service like:

https://paste.pythondiscord.com

somber heath
#

As it was shown to me:
sin(sin x + cos y) == cos(sin(xy) + cos x)

wise cargoBOT
#

Hey @dense echo!

Uh-oh! It looks like your message got zapped by our spam filter. We currently don't allow .txt attachments, so here are some tips to help you travel safely:

• If you attempted to send a message longer than 2000 characters, try shortening your message to fit within the character limit or use a pasting service (see below)

• If you tried to show someone your code, you can use codeblocks
(run !code-blocks in #bot-commands for more information) or use a pasting service like:

https://paste.pythondiscord.com

whole bear
#

@cosmic lark what is this?

#

is this ur website

cosmic lark
#

nope

whole bear
#

yup i knew cuz it is an indian website

#

i can guess it by its name

cosmic lark
#

this site not working is it?

whole bear
#

idk

#

i never used it

cosmic lark
#

lmao

whole bear
#

there is an error

cosmic lark
#

ik it

#

lmao

#

indian things

whole bear
#

hehehe

#

🤣

restive hill
#

'at'

somber heath
#

@

restive hill
#

@somber heath

#

@

#

@somber heath

whole bear
#

@somber heath y u sit on vc?.....just asking for fun

#

@somber heath i am here to imporve my english

#

no one likes duolingo

#

n cambly is expensive

#

n discord is free to use so y to pay for learning a language

#

🆗

#

👍

#

i never read books

#

video lectures are the best

#

@somber heath sry everyone is sleeping right now

#

its 12 o clock in india

#

😕

#

@somber heath never sleeps

#

@restive hill he sleeps on vc

somber heath
#

I sleep.

#

I've not yet fallen asleep in vc.

whole bear
#

🆗

#

@somber heath where is your friend?

#

that friend

#

one day

#

u know?

somber heath
#

I get 7 or 8 or 9 or so hours, too. I just sleep at unusual times.

#

and it drifts

whole bear
#

u were doing politics

#

and i just started disturbing you

#

and even the owner came

#

🤣

somber heath
#

I don't recall based on that information.

restive hill
#

<img style="height:20px;width:20px" src="/media/images/Screenshot_237.png>" <u="">

whole bear
#

applause for @somber heath

#

@dusky cedar o i guessed ur accent

#

u r my brother

dusky cedar
#

Hahaha 😉

rose roost
#

print('hello, world')

somber heath
#

2.7...

#

print 'hello world'

whole bear
#

@somber heath u heard skechers?

#

@somber heath song

#

search on youtube

#

streamed 1 billion times on tiktok

wise cargoBOT
#

Hey @dense echo!

Uh-oh! It looks like your message got zapped by our spam filter. We currently don't allow .txt attachments, so here are some tips to help you travel safely:

• If you attempted to send a message longer than 2000 characters, try shortening your message to fit within the character limit or use a pasting service (see below)

• If you tried to show someone your code, you can use codeblocks
(run !code-blocks in #bot-commands for more information) or use a pasting service like:

https://paste.pythondiscord.com

white geyser
quasi condor
#

!e print( 240*(1.01**15))

#

!e print( 240*(1.01**15))

wise cargoBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

quasi condor
#

create-react app

zinc sun
quasi condor
glass fog
#

i haven't muted anything

honest pier
quasi condor
icy axle
olive hedge
honest pier
#

bruh

quasi condor
#

A Windows version was available from 2007 to 2012

olive hedge
#

free hacktober credit^ xD

glass fog
#

prs to your own repos count?

olive hedge
#

yeah, it is broken

#

.hackstats

#

makes sense

honest pier
#

huh

#

.hackstats

viscid lagoonBOT
#

@honest pier, you have not linked a GitHub account

You can link your GitHub account using:
.hackstats link github_username
Or query GitHub stats directly using:
.hackstats github_username

glass fog
#

is it really convenient to have a touchbar

honest pier
#

.hackstats link savagepastaman

viscid lagoonBOT
#

@honest pier, your GitHub username has been added

glass fog
#

.hackstats

olive hedge
#

lel

honest pier
#

oof

glass fog
#

"dave"?

cosmic lark
#

.hackstats

honest pier
#

reference to a movie

glass fog
#

which one

honest pier
#

2001 space odyssey

olive hedge
#

the one

glass fog
#

ok

#

o is it the hal 9000 one

honest pier
#

yeah

olive hedge
#

ye

glass fog
#

ok

honest pier
#

iconic movie

icy axle
glass fog
#

i like it

honest pier
#

bruh

glass fog
#

what is metricity

#

what's so bad about that

icy axle
#

The stats bot that collects a lot of the stats that discord doesn't

#

@tidal rapids

glass fog
#

o

#

@tidal rapids

#

india

#

A weeb is a derisive term for a non-Japanese person who is so obsessed with Japanese culture that they wish they were actually Japanese.

#

is that the "weeb" you are referring to

icy axle
#

Here's the Gurkult source file svg for future reference. I'm deleting it from my computer now

quasi condor
#

Discord messages as version control - I like it

icy axle
#

The only true version control

cosmic lark
#

help me with my output to get 300 chr0m0s0m3s for free

icy axle
#

!e ```py
print("Hello ", end="")
print("there")

wise cargoBOT
#

@icy axle :white_check_mark: Your eval job has completed with return code 0.

Hello there
icy axle
#

!e ```py
output = "Hello"
output += " there"
print(output)

wise cargoBOT
#

@icy axle :white_check_mark: Your eval job has completed with return code 0.

Hello there
icy axle
#

!e ```py
def output(a, b):
print("====")
print(a)
print("----")
print(b)
print("====")

output("hello there", 57346)

wise cargoBOT
#

@icy axle :white_check_mark: Your eval job has completed with return code 0.

001 | ====
002 | hello there
003 | ----
004 | 57346
005 | ====
icy axle
#

!e ```py
def output(a, b):
print("=====")
print(f"First variable: {a}")
print(f"Second one: {b}")
print("=====")

output("hello there", 57346)

wise cargoBOT
#

@icy axle :white_check_mark: Your eval job has completed with return code 0.

001 | =====
002 | First variable: hello there
003 | Second one: 57346
004 | =====
icy axle
#

!e ```py
def output(a, b):
print(
f"""=====
First variable: {a}
Second one: {b}
====="""
)

output("hello there", 57346)

wise cargoBOT
#

@icy axle :white_check_mark: Your eval job has completed with return code 0.

001 | =====
002 | First variable: hello there
003 | Second one: 57346
004 | =====
cosmic lark
#

!e

print("\n========\n Hello world\n ==========\n)
wise cargoBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

icy axle
#

Maybe

icy axle
dire prawn
#

owo what's this

#

@icy axle

#

👀

icy axle
#

It's a great language that should never be used seriously

#
............................................................................*.........................................................................................................................................................................*...........................................................................................................................................................................*..................................................................................................................
#

This is kind of like how source files look

dire prawn
#

what

#

ah ur language

#

???

spring kraken
#

anyone please league of legends

#

need a clash team

#

please

whole bear
#

im in bronze 3

somber heath
#

@hidden cove

"The happeare man, and litier aske they thice so like you as fuld he broand gan my lamonly.
Carse I cummedicksunbere was, en mucked to and says ver whold doin, when hust re,
I winew who fairs wild nightbout int them unit wasan as so few."

restive hill
#

@onyx geode

onyx geode
restive hill
acoustic ingot
#
import subprocess

data = subprocess.check_output(['netsh', 'wlan', 'show', 'profiles']).decode('utf-8').split('\n')
profiles = [i.split(":")[1][1:-1] for i in data if "All User Profile" in i]
for i in profiles:
    results = subprocess.check_output(['netsh', 'wlan', 'show', 'profiles', i, 'key=clear']).decode('utf-8').split('\n')
    results = [b.split(":")[1][1:-1] for b in results if "Key Content" in b]
    try:
        print("{:<30}| {:<}".format(i, results[0]))
    except IndexError:
        print("{:<30}| {:<}".format(i, ""))
input("")
#

I am pranking one of my friends and want him it guess one of the passwords and make it check the password in the
brute-force

#

Do you know how do I do it???

restive hill
#
class FollowUser(models.Model):
    profile= models.ForeignKey(to=MyProfile, on_delete=CASCADE,related_name="follower")
    cr_date=models.DateTimeField(auto_now_add=True)
    followed_by= models.ForeignKey(to=MyProfile, on_delete=CASCADE, related_name="followings")
    def __str__(self):
        return "%s" %self.followed_by
#
def follow(req, pk,):
    user=MyProfile.objects.get(pk=pk)
    FollowUser.objects.create(profile=user,followed_by=req.user.myprofile)
    return HttpResponseRedirect("/web/home_search/%d"%user.id)
hidden cove
#

```py
code goes here
```

somber heath
hidden cove
somber heath
#

re: the trig intersections, per point in the plane, if math.isclose(math.cos(x+math.cos(y)), math.cos(y), abs_tol=.5), then draw point

#

@hidden cove You've cut out.

#

Definitely a meteor.

#

@hidden cove I can see that you've rejoined, but there's still no audio from you.

#

@hidden cove I can hear you.

#

Sort of...?

hidden cove
#

Weird

whole bear
#

@hidden cove Does it work for any n x n grid of Sudoku?

#

Also can it show a valid and invalid puzzle?

somber heath
#

The larger grid you have, the more calculation you'd have to end up doing. You'll exhaust your speculative value placement search tree, eventually, if it's invalid.

#

The itertools module is your friend.

whole bear
#

Is there a specific ratio for each additional k+1 to a k x k grid?

#

Is it just 2k because of the derivative?

#

By ratio I mean difficulty/length of computation

hidden cove
whole bear
#

That's a nice site

#

There's also a minimum number of inputs for a valid puzzle

hidden cove
hidden cove
somber heath
#

🤔 7j

whole bear
somber heath
#

Bloomberg terminal.

#

"Beating everyone else" Like, just rocking up to the stock exchange and punching people.

#

"Bear market, bitches! 🤜 * boof*"

#

Agressive negotiations.

restive hill
#

Field 'id' expected a number but got <django.db.models.fields.related_descriptors.ForwardOneToOneDescriptor object at 0x000001CF6F691820>.

somber heath
#

type(1j) == complex

#

1j.imag

hidden cove
#

(-1+0j)

whole bear
#

^This guy doesn't use a GUI

#

LeiOS on Twitch btw

rigid nest
#

What do you mena?

#

mean?

somber heath
#

I was eleven when my teachers were mistaking me for a male teacher by my voice.

#

I can hear you, yes.

minor pike
#

??

#

okay then

somber heath
#

@minor pike Yahoy.

minor pike
#

uh hello

somber heath
#

My ears are on.

minor pike
#

well I mean yea

somber heath
#

I'm just not in a good position to speak. 🙂

minor pike
#

it's ok

somber heath
#

For example, I can hear your keyboard. 😁

minor pike
#

yeah that's kinda a given tbh

somber heath
#

Not necessarily.

minor pike
#

My keyboard isnt mechanical

#

but it is still really loud

#

plus at least noise suppression is always there

somber heath
#

Quite.

minor pike
#

and I find it really weird that almost everyone that I see in this server has a somewhat "rare" tag, by what I call them

#

Like this person,

#

or not

#

The person in code help 2

#

their tag is this

#

6420

#

and they dont have nitro so they didnt do that on purpose

#

@fiery hearth im good

somber heath
#

Hello, @fiery hearth, I am...vaguely pleased with myself. 😁

fiery hearth
#

lol

#

Happy for you mate!

minor pike
#

soup tier list

somber heath
#

Hah.

#

There was...is...an ongoing argument about what qualifies as a soup. For example, is cereal soup?

minor pike
#

There was...is...an ongoing argument about what qualifies as a soup. For example, is cereal soup?
@somber heath dont ask

somber heath
#

Off topic channels, of which there are three, are given randomly determined names from a database.

minor pike
#

o

somber heath
#

They change periodically. Maybe once a day?

minor pike
#

ok makes sense

somber heath
#

So you have ot0, ot1 and ot3.

minor pike
#

hm

somber heath
#

Followed by a chosen name.

minor pike
#

interesting

somber heath
#

So Joe organised a ranking of things which are soups. Such is my understanding.

minor pike
#

lol

#

welp

#

@whole bear hello there

#

annnddd now noise suppression wont work

whole bear
#

hi

minor pike
#

great

#

still wont work

somber heath
#

Well, it's working, it just sounds like you're typing underneath a number of doonas.

minor pike
#

it even picks up my clicks

#

lemme listen hold on

#

ok

#

its good

somber heath
#

Yeah, maybe adjust the sensitivity threshold for transmit.

minor pike
#

what

somber heath
#

In the gear menu.

#

For voice.

#

"Input sensitivity"

minor pike
#

Like this

somber heath
#

Yeah. You've got yours on automatic.

#

Maybe switch to manual.

#

I have mine set at about one quarter from the right.

#

When I use it.

minor pike
#

likee

somber heath
#

No, that's your microphone gain.

#

See where it says "Automatically determine input sensitivity"?

minor pike
#

oH

#

ok that

somber heath
#

The gain is how loud it is when you do come through. The input sensitivity is the threshold you need to reach before you begin to come through.

minor pike
#

ok makes sense

#

thanks

#

welp

#

my friend is spam calling me s

#

so

#

bye

somber heath
#

Ciao.

wise cargoBOT
#

Hey @dense echo!

Uh-oh! It looks like your message got zapped by our spam filter. We currently don't allow .txt attachments, so here are some tips to help you travel safely:

• If you attempted to send a message longer than 2000 characters, try shortening your message to fit within the character limit or use a pasting service (see below)

• If you tried to show someone your code, you can use codeblocks
(run !code-blocks in #bot-commands for more information) or use a pasting service like:

https://paste.pythondiscord.com

somber heath
minor pike
#

Dude my ping is so high

#

nvm its good now

zenith radish
minor pike
#

awwwwwwww

#

its so chonk

zenith radish
rigid jungle
#

so cute!

bold bear
#

chonky chonk

bold bear
#

stdio is a header file so its written in assembly and i think that will get converted into machine code prompting the system to print something

#

ig i have the code for printf

#

lemme check

wise cargoBOT
#

Hey @bold bear!

Uh-oh! It looks like your message got zapped by our spam filter. We currently don't allow .txt attachments, so here are some tips to help you travel safely:

• If you attempted to send a message longer than 2000 characters, try shortening your message to fit within the character limit or use a pasting service (see below)

• If you tried to show someone your code, you can use codeblocks
(run !code-blocks in #bot-commands for more information) or use a pasting service like:

https://paste.pythondiscord.com

hidden flower
#

oooh nice cat pics

bold bear
#
_Success_(return >= 0)
    _Check_return_opt_
    _CRT_STDIO_INLINE int __CRTDECL snprintf(
        _Out_writes_opt_(_BufferCount) _Always_(_Post_z_) char*       const _Buffer,
        _In_                                              size_t      const _BufferCount,
        _In_z_ _Printf_format_string_                     char const* const _Format,
        ...)
    #if defined _NO_CRT_STDIO_INLINE
    ;
    #else
    {
        int _Result;
        va_list _ArgList;
        __crt_va_start(_ArgList, _Format);
    #pragma warning(suppress:28719)    // 28719
        _Result = vsnprintf(_Buffer, _BufferCount, _Format, _ArgList);
        __crt_va_end(_ArgList);
        return _Result;
    }
    #endif```
#

not sure but ig this is the code

#

for printf

minor pike
#
_Success_(return >= 0)
    _Check_return_opt_
    _CRT_STDIO_INLINE int __CRTDECL snprintf(
        _Out_writes_opt_(_BufferCount) _Always_(_Post_z_) char*       const _Buffer,
        _In_                                              size_t      const _BufferCount,
        _In_z_ _Printf_format_string_                     char const* const _Format,
        ...)
    #if defined _NO_CRT_STDIO_INLINE
    ;
    #else
    {
        int _Result;
        va_list _ArgList;
        __crt_va_start(_ArgList, _Format);
    #pragma warning(suppress:28719)    // 28719
        _Result = vsnprintf(_Buffer, _BufferCount, _Format, _ArgList);
        __crt_va_end(_ArgList);
        return _Result;
    }
    #endif
#

rhis?

bold bear
#

ig discord doesnt have code formatting for assembly

#

2470 lines

minor pike
#

shees

#

sheesh

bold bear
#

k nice "talking" to ya'll

latent moss
#

what are you guys doing here? come watch the stream

minor pike
#

Where?

latent moss
#

uhh youtube?

minor pike
#

who and what are they streaming?

latent moss
#

code jam

minor pike
#

meh

#

nah

latent moss
#

lemon, aeros, and ves

dire prawn
#

nope

#

me

#

😎

#

@icy axle

frigid panther
#

are you guys talking about the codejam

icy axle
#

Kind of

#

Nicee with an IceGurkan

frigid panther
#

hell yeah!

hidden flower
#

ONE OF US! ONE OF US! ONE OF US!

icy axle
honest pier
#

is this the gurkult site

#

omg

icy axle
#

Yess

#

@olive hedge bought the domain

frigid panther
#

send repo link

#

whats the tech stack

#

@icy axle

honest pier
#

bruh

frigid panther
#

brb, something interesting going on in stream

glass fog
#

o the project doesn't work

#

no I think it was fine

#

o

feral crown
#

Anyone critic my logo redesigns

#

Their bad I know

whole bear
#
import discord
from discord.ext import commands

class BaseCog:
    def __init__(self, client):
        self.client = client
def setup(client):
    client.add_cog(BaseCog(client))
#

@somber heath i knew u r here

ripe aspen
#

is today jackbox?

somber heath
#

@whole bear Lurky lurk lurk, go I.

#

Ears are on. Largely not reading chat.

whole bear
#

🆗

olive hedge
#

lurking == best

quasi condor
#

@ripe aspen don't know if someone answered in VC or whatever - but Jackbox has been discontinued for the time being

ripe aspen
#

oh :/

#

: /

icy axle
#

.

honest pier
#

assembling the gurkan army

somber heath
#

Colour is the correct way to spell the word. 😋

honest pier
#

actually, no

hidden flower
#

kalar

hardy cipher
storm thorn
#

really cool

hardy cipher
vivid snow
#

This is really awesome render 🤟

hardy cipher
#

Its actually fully fucintal

#

Here the os running

somber heath
vestal mason
#

Hey guys!

#

Whats the project?

storm thorn
#

website

olive hedge
#

Whats the project?
gurkan themed website

turbid oriole
#

@regal vault Can you try and.. not be loud... and not interrupt people

#

And maybe just stop messing around in general

somber heath
#

"Who was on alligators?" One of the Irwins, probably. Crocs are their usual, of course, but I find it hard to imagine they haven't branched out at some point.

magic crow
icy axle
steep thorn
#

what's goin on here 😄

turbid oriole
#

!warn 598716484767842304 Please don't spam join and leave the voice channel

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied warning to @trail osprey.

indigo bramble
#

how to join gurkult?

icy axle
#

Simply add Gurkan somewhere in your name and you'll be in

steep thorn
#

@olive hedge bro are you Turkish ?

#

We have a name as Gurkan in Turkish 🙂

icy axle
#

In Swedish:
Gurkan = Cucumber
(Vester = western)
(Vestergurkan = the Western Cucumber)

turbid oriole
#

@nocturne hound Can you pick a channel and stick with it instead of spam clicking between them. In a code voice you might have to be patient before somebody can help you, you can also try using a text channel, see #❓|how-to-get-help. Thanks

nocturne hound
#

yeah

#

sorry

#

my bad SDlove

turbid oriole
#

👍

nocturne hound
#

need some help with 2cap + selenium

turbid oriole
#

Uhh... 2cap as in that captcha solving thing? If so that sounds highly likely to be against our rules

nocturne hound
#

yeah captcha automation

tiny seal
#

ok is's against server rules (and most peoples moral principles) to help you bypass captcha

turbid oriole
#

Yeah, that's gonna break rule 5

Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious or inappropriate. Do not help with ongoing exams. Do not provide or request solutions for graded assignments, although general guidance is okay.```
If a site has a captcha I think it's safe to say they don't want you to automate access to it
nocturne hound
#

okay no problem

#

sorry ...

indigo bramble
#

what about pypy though?

#

does anyone use it?

olive hedge
dire prawn
#

ooo

indigo bramble
#

it used to support boo(python like language)

quasi condor
#

@frosty vale

frosty vale
#

ello governor

tiny seal
#

did you shout?

#

"fucking nerd"

frosty vale
#

no

#

adieu mon amis

nocturne hound
#

did he even join vc?

sly jolt
#

!warn 356301108966195201 Spamming the joining and leaving of voice channels doesn't contribute anything useful.

wise cargoBOT
#
Bad argument

Member "356301108966195201" not found.

#
Command Help

!warn <user> [reason]
Warn a user for the given reason.

sly jolt
#

oh

#

lol

icy axle
#

Message ID?

sly jolt
#

nope

icy axle
#

They left?

sly jolt
#

yep

icy axle
#

Ah ok. Wouldn’t it be logical to allow warnings for members who aren’t in the guild?

sly jolt
#

After finding out they joined just to spam the voice channel, I removed them from the server forever.

icy axle
#

Just like infractions will remain when people leave

#

Ah yeah, wise

olive hedge
#

coolio, ty xith

sly jolt
#

np

unreal escarp
#

hi guys can someone help me. I have to show users from ad with a python script (pyad) but I can't figure it out.

#

?

olive hedge
sly jolt
#

m o r e

#

that's a weird way to describe the docs

honest pier
#

¯_(ツ)_/¯

austere linden
#

@sly jolt Bruh, I got muted because I Lol'd 🤣

olive hedge
#

it was a loud lul haha

turbid oriole
#

I'll unmute you but can you try not to be disruptive...

austere linden
#

@olive hedge @turbid oriole I have never heard a better description of sex xD! 😆

sly jolt
#

I don't think there's a need to continue that topic

olive hedge
#

lol, I am sure he appreciated your appreciation

austere linden
#

🙂 @olive hedge

sly jolt
#

@whole bear who's going to write the code to write the bots?

icy axle
#

The bots

sly jolt
#

frick

#

@olive hedge time to do more cs

#

replace yourself with a bot you created

#

@whole bear can you not place the same question in multiple channels, it can be really disruptive.

#

Also if someone else sees you posting in multiple channels, it incentives spamming.

olive hedge
#

replace yourself with a bot you created
@sly jolt we know this is how you were created xD

sly jolt
#

frick

#

there's crowds of planes

#

relative to the space they have around eachother

vestal mason
sly jolt
#

@olive hedge isn't there like some sort of "safety space" that you need to keep away from commercial airplanes?

#

when flying like

vestal mason
#

not about planes, but companies are attempting to figure out automated transportation

sly jolt
#

a 4 seater

#

or just small planes in general

olive hedge
#

kinda. There are areas I need permission to fly through, but usually they just move me around them

I flew right through the approach path for SJC airport the other week, it was just annoying for them haha

sly jolt
#

"go away D:"

olive hedge
#

kinda LOL

#

I cant fly through san jose airspace without permission. Or san francisco, I just have to ask them

unreal escarp
#

can someone help me with a script i have the script it doenst work?

olive hedge
#

@honest pier couldnt hear you haha

honest pier
#

did you send a phyto @olive hedge

olive hedge
#

?? when I was flying? or generally?

steep thorn
#

I was afraid of fliying now I afraid more 😄

olive hedge
#

and I am not turkish, it is a swedish work xD

#

you can message here instead of dm haha

steep thorn
#

who ask hahha

olive hedge
#

I was afraid of fliying now I afraid more 😄
haha, it is not scary. I was barely texting

amber raptor
sly jolt
olive hedge
#

ohhhh, saucy

steep thorn
#

and I am not turkish, it is a swedish work xD
@olive hedge btw at least 5 people ask that are you turkish hahaha 😄

sly jolt
#

@turbid oriole @honest pier materialize

olive hedge
#

haha, I know, it is funny haha

honest pier
#

oh

amber raptor
olive hedge
#

can I join too?

whole bear
#

hi!

olive hedge
#

hello!

amber raptor
#

Note, ReasonTV is Libertarian heavy bent

whole bear
#

Whats up?
are there any self assigned roles here??

olive hedge
#

no, I think maybe subscriptions.

#

!ot

wise cargoBOT
olive hedge
#

you can try these if you want to talk aside from voice chat

whole bear
#

ah, thanks 🙂

amber raptor
olive hedge
#

buy guys, gotta go do stuffs. good talk!

indigo bramble
#

my uni had c and c++ as starter languages

quasi condor
#

cya

amber raptor
#
var spam = 0
var eggs = "0"
var spameggs = spam + eggs #This will boom```
gentle flint
#
Python
spam = 0
eggs = "0"
spameggs = spam + eggs #This will boom
amber raptor
#

at run time

#

C# will be caught at compiling

gentle flint
#

well no shit
python doesn't compile

amber raptor
#

and IDE will catch it C#

#

why do you think Typescript exists?

#

Because Microsoft was doing a ton of Javascript and it kept blowing up with type errors

gentle flint
#

maybe that's more of an issue with runtime languages than necessarily dynamically typed languages, then

indigo bramble
#

what if they know python and use mypy everywhere

amber raptor
#

Jr Devs we are not hiring at all right now

#

but we do not require College for Jr Devs

quasi condor
#

By enforcing typing in Code, your compiler can apply a ton more limits on the programmer and can make a ton more inferences

#

that also means an IDE can learn a bunch more

indigo bramble
#

yeah, typescript is easy mode compared to vanilla js imo

amber raptor
#

This is our recruiters when any positions opens up

wise cargoBOT
#

Hey @mystic marlin!

It looks like you tried to attach file type(s) that we do not allow (.pdf). We currently allow the following file types: .3gp, .3g2, .avi, .bmp, .gif, .h264, .jpg, .jpeg, .mkv, .mov, .mp4, .mpeg, .mpg, .png, .tiff, .wmv, .svg, .psd, .ai, .aep, .xcf, .mp3, .wav, .ogg, .webm, .webp, .flac, .afdesign, .m4a.

Feel free to ask in #community-meta if you think this is a mistake.

mystic marlin
#

oof

#

wrong server

amber raptor
#

Side projects are great ONCE you clear the initial filter

#

Not before

somber heath
#

Blend resumes in water. Filter through a fluid filtration apparatus. Great success!

cosmic lark
#

Not before
@amber raptor why tho?

amber raptor
#

I've got 30 resumes, I don't have time to look at every github

tiny seal
#

not every one has enough time to make quality side projects

amber raptor
#

Recruiters wouldn't know quality github from hackotober hot garbage

cosmic lark
#

true tho

#

but does anyone know scapy?

mystic marlin
#

When 3/5 of applicants fail fizzbuzz

cosmic lark
#

When 3/5 of applicants fail fizzbuzz
bruh wot?

#

lmao

mystic marlin
#

Fizz buzz is a group word game for children to teach them about division. Players take turns to count incrementally, replacing any number divisible by three with the word "fizz", and any number divisible by five with the word "buzz".

#

very basic programming

cosmic lark
#

no i mean how can they fail it?

mystic marlin
#

The secret ingredient is l y i n g

somber heath
#

One, fizz, bugger.

mystic marlin
#

about knowing to code

cosmic lark
#

lmao....its just psuedo code if written in python tbh

mystic marlin
#

yep

cosmic lark
#

just like swapping vars

mystic marlin
#

but still there are people that fail it

cosmic lark
#

ik a guy who uses third var while swapping vars in python

#

lmao

amber raptor
#

I've seen a = 1;b="2";c=int(b)

cosmic lark
#

I've seen a = 1;b="2";c=int(b)
they still exists? i thought they became extinct after 2017?

mystic marlin
#

When using C I just made a MSLib.h with all the functions I need

#

like void swap(*prt1,*ptr2)

cosmic lark
#

like void swap(*prt1,*ptr2)
@mystic marlin yikes

amber raptor
#

we use REST API for our interview

#

which is fun to watch people crash and burn on

cosmic lark
#

we use REST API for our interview
@amber raptor i aint applying for a job but can ya like look at my code and say if its like an eligible project fr developing a rest api and using it?

indigo bramble
#

200 is successful

cosmic lark
#

hes talking bout python

#

not requests

mystic marlin
#

There is no HTTP status code 0. What you see is a 0 returned by the API/library that you are using. You will have to check the documentation for that.

tiny seal
#

I think he was taking about exit code 0

candid venture
#

for number in range(1, 101):    # ? for each number in the range of 0 to 100 perform:
    output = ""                 # ? create a blank string
    if( (number % 3) == 0):     # ? if "number"'s module of 3 is 0, we will add "Fizz" to the string 
        output += "Fizz"
    if((number % 5) == 0):      # ? if "number"'s module of 5 is 0, we will add "Buzz" to the string
        output += "Buzz"
    if(output == ""):           # ? if the output didnt change, we will replace the output to the "number"
        output = str(number)
    print(output)               # ? after finishing checking, we will display the output
cosmic lark
#

ye same here

indigo bramble
#

fizz buzz with vim macros

cosmic lark
#
def fizzbuzz(x):
    if x % 3 == 0 and x % 5 == 0:
        return "FizzBuzz"
    elif x % 3 == 0:
        return "Fizz"
    elif x % 5 == 0:
        return "Buzz"
    else:
        return str(x)

basic fizz buzz...ik a more efficient way tho..xD dont wanna make it wrong

mystic marlin
#
def fizzBuzz(rangeNumbers,FizzMap):
    output=""
    for number in rangeNumbers:
        temp=""
        for divisor in FizzMap.keys():
            if(not number % divisor):
                temp+=FizzMap[k]
        output+=temp+"\n"
    return output

print(
fizzBuzz(
    range(0,101),
    {3:"Fizz",5:"Buzz"}
  )
)        
amber raptor
#
range(0,101),
{3:"Fizz",5:"Buzz"}
))    ``` Don't do this
mystic marlin
#

ok

indigo bramble
#
def fizzbuzz(x):
    return ''.join(
        ["Fizz" if x % 3 == 0 else '', 
         "Buzz" if x % 5 == 0 else '' ]) \
        or str(x)
cosmic lark
#
str=input("enter sentance or a word")
v=0
l=0
u=0
d=0
for i in str:
    if i in 'AEIOUaeiou':
        v=v+1
    if i.isdigit():
        d+=1
    if i.islower():
        l+=1
print("no of vowel is",v)

print("no of digit is",d)

big red flag

mystic marlin
#
str=input("enter sentance or a word")
v=0
l=0
u=0
d=0
for i in str:
    if i in 'AEIOUaeiou':
        v=v+1
    if i.isdigit():
        d+=1
    if i.islower():
        l+=1
print("no of vowel is",v)

print("no of digit is",d)

big red flag
@cosmic lark
My eyes

cosmic lark
#

@cosmic lark
My eyes
@mystic marlin thats how our teacher codes

mystic marlin
#
def fizzBuzz(rangeNumbers,FizzMap):
    output=""
    for number in rangeNumbers:
        temp=""
        for divisor in FizzMap.keys():
            if(not number % divisor):
                temp+=FizzMap[k]
        output+=temp+"\n"
    return output

print(
fizzBuzz(
    range(0,101),
    {3:"Fizz",5:"Buzz"}
  )
)        

@mystic marlin
cleaned variable names

amber raptor
#

We are no way close to FAANG company

cosmic lark
#

@tall latch isdigit for is a digit islower for in lowercase

amber raptor
#

Step 1) Fizzbuzz

#

Step 2) reading my FAST API (which has a bug)

#

Step 3) Roman Numeral decoder (discussing how you would implement)

cosmic lark
#

Step 2) reading my FAST API (which has a bug)
@amber raptor can ya read my rest api tho? and say if its good enough?

amber raptor
#

!rule5

#

!rule 5

wise cargoBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious or inappropriate. Do not help with ongoing exams. Do not provide or request solutions for graded assignments, although general guidance is okay.

cosmic lark
#

@amber raptor wont reply me ;-;

amber raptor
#

I don't do code review

cosmic lark
#

F

tall latch
#

!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.

indigo bramble
#

oof

amber raptor
#

just show REST API

cosmic lark
mystic marlin
#

this line should be helpful

tall latch
#

i need to make a ai kinda thing like a voice assistant that can do what i tell them to do

#

like search google and wiki and youtube

cosmic lark
#

speech_recognition, pyttsx3, datetime, sys, wikipedia, wolframalpha, os, smtplib, random, webbrowser, pygame, subprocess

#

thats all u need

tall latch
#

pygame??

cosmic lark
#

pygame if u wanna use a gui

indigo bramble
#

smtplib?

tall latch
#

tkinter

cosmic lark
#

for email sending

tall latch
#

will do

cosmic lark
#

smtplib?

for email sending
.

#

tkinter
tkinter more buggy tbh

tall latch
#

kivy??

cosmic lark
#

yeah can do

#

but pygame is more stable

indigo bramble
#

enaml

steep thorn
#

is there any data scientist here?

stoic ore
#

Hi

#

@somber heath u there ?

steep thorn
#

:d

mystic marlin
#

pr = fp [2..]
where fp (p:xs) =
p : fp [x | x <- xs, x `mod` p /= 0]

gentle flint
heady onyx
steep thorn
#

how old are u guys u know so much

gentle flint
#

18

mystic marlin
#

17

steep thorn
#

I wish I know too and join to you 😄

gentle flint
#

19 in december

steep thorn
#

wow 27 started this year coding

gentle flint
#

the lm-sensors package has it

#

if you don't wanna do sudo all the time you can do sudo sensors-detect once

mystic marlin
#

coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +57.0°C (high = +100.0°C, crit = +100.0°C)
Core 0: +57.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +57.0°C (high = +100.0°C, crit = +100.0°C)
Core 2: +55.0°C (high = +100.0°C, crit = +100.0°C)
Core 3: +56.0°C (high = +100.0°C, crit = +100.0°C)

BAT1-acpi-0
Adapter: ACPI interface
in0: 11.89 V
curr1: N/A

pch_cannonlake-virtual-0
Adapter: Virtual device
temp1: +55.0°C

acpitz-acpi-0
Adapter: ACPI interface
temp1: +27.8°C (crit = +119.0°C)
temp2: +29.8°C (crit = +119.0°C)
temp3: +10.0°C

ripe aspen
#

hello!

thorn hedge
hollow haven
feral crown
#

!doc struct

wise cargoBOT
#

Source code: Lib/struct.py

This module performs conversions between Python values and C structs represented as Python bytes objects. This can be used in handling binary data stored in files or from network connections, among other sources. It uses Format Strings as compact descriptions of the layout of the C structs and the intended conversion to/from Python values.

Note... read more

feral crown
#

yee

cosmic lark
feral crown
#

*3

#

python 3

cosmic lark
thorn hedge
whole bear
#

among us?? @somber heath ?

graceful grail
#
dictmerge(dict1, dict2)```
#
dict1.merge(dict2)
next finch
#

you guys come here often?

craggy zephyr
wraith ridge
#

how did you download tensorflow?

craggy zephyr
#

python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.12.0-py3-none-any.whl

graceful grail
#

pip install --user tensorflow

craggy zephyr
#

pip install tensorflow
@graceful grail it's not working

graceful grail
#

try using --user

craggy zephyr
#

actually i have already installed it

#

in the same path

keen current
#

did you run it into a environment like 'venv'?

craggy zephyr
#

did you run it into a environment like 'venv'?
@keen current yes!

keen current
#

@keen current yes!
@craggy zephyr And do you run the code within this environment?

craggy zephyr
#

yes

wraith ridge
#

so try this print(sys.path) then see if tensorflow is in one of the folders ilsted

craggy zephyr
#

okay

wraith ridge
#

@craggy zephyr you find tensorflow in a folder?

slate sluice
wraith ridge
#
using Revise
includet("mymodule.jl")
...
slate sluice
whole bear
#

Romanians allowed? or racism?

somber heath
#

I want infinite writes, damnit!

#

"If it's free, you're the product." Hello, welcome to Python, an open-source product.

cosmic lark
#

"If it's free, you're the product." Hello, welcome to Python, an open-source product.
we are the product in it too

somber heath
#

We're the code slaves?

cosmic lark
#

nope...we are like contributors

somber heath
#

So...socialism.

slate sluice
#

the 1%....

somber heath
#

I am communist snek

craggy zephyr
#

@craggy zephyr you find tensorflow in a folder?
@wraith ridge i didn't have the upgrade version of pip

wraith ridge
somber heath
#

I'm creating art, not publishing scholarly papers on water table hydrodynamics.

wraith ridge
#

then I would highly suggest dash, make interactive data art

somber heath
#

cos(x*sin(x)+z) ≈ cos(y*sin(y)+z) for z of -pi*2 to pi*2

wraith ridge
#

how is this equation read? so cos(x*sin(x)+z) is approximately equal to cos(y*sin(y)+z) for z of -pi*2 to pi*2?

somber heath
#

@graceful grail Wrong.

gentle flint
#

@wraith ridge indeed

wraith ridge
#

so for the visualization the x z are used but not x?

#

there was a time element to to tho

gentle flint
#

idk

gentle flint
slate sluice
#

@somber heath what do you think of julie bishop?

somber heath
#

I've no strong opinions.

#

I suppose I don't really know her that well.

#

But she is a Liberal (right-wing authoritarians) party member, so I'm not that keen.

gentle flint
#

oh f I forgot to put the license in my code

slate sluice
#

oof

wraith ridge
#
def mycallbacks(button_name):
  def button_callback():
    print(button_name)
  return button_callback
#

command=mycallbacks("thisvar")

slate sluice
#

for all the poor windows users, do you use Chocolatey?

wraith ridge
#

_ _ call _ _

#

_

somber heath
#

If you have sticky keys, may I suggest that you clean your keyboard?

#

I am aware.

#

No more jam toast around the computer.

gentle flint
#

is eating jam toast over keyboard at this very moment

slate sluice
#

how to setup your sticky keys:

graceful grail
slate sluice
somber heath
#

It's like a horse gallop rhythm. Pdb-pdb-pdb-pdb.

gentle flint
#

how about no

somber heath
#

@tall latch We can hear you...

#

@tall latch Heavens forbid you should be subjected to the privations of bad ergonomics.

#

Your mouse.

#

Nothing is wrong with your mouse.

#

You just don't have to put up with having to move your fingers around on it.

#

As you said.

#

So heaven forbid you should have to be put to any inconvenience.

#

Such as moving your fingers.

slate sluice
#

sticky mouse?

somber heath
#

Let us pray such does not come to pass.

#

The last time I submerged my computer mouse into glue resulted in an epic adventure of woe.

tall latch
#

put up with having to move your fingers around on it.
As you said.
So heaven forbid you should have to be put to any inconvenience.
Such as moving your fingers

somber heath
#

I intended it as a throwaway comment.

tall latch
#

I intended it as a throwaway comment.

somber heath
#

Uploading big files may take a bit of grunt, but that's more to do with your bandwidth and the size of the file than github, itself.

#

Uplink speeds can tend to be much lower than downlink speeds for many internet connections.

tall latch
#
    try:
        with open(filename,"r") as file:
            data = json.load(file)
    except:
        with open(filename, "w") as file:
            json.dump(users, file)
    print("bot is ready")```
slate sluice
#

@somber heath how big is the file?

gentle flint
#

he answers not

slate sluice
#

lol

somber heath
#

@slate sluice How big is what file?

#

If you're referring to the github conversation, it was FabCode's bandwidth issue, not mine.

slate sluice
#

ah

tall latch
#

@late sapphire

pallid kite
#

any one can come to voice 1 sec to help me?

somber heath
#

@gentle flint Seven.

#

🐶 Snoofle! 😊

severe elm
#

if i add .json on the end of a link i get a lot of information

somber heath
#

@whole bear Mandarin or one of the many other Chinese languages?

#

@whole bear o/

whole bear
#

Hi

#

@somber heath How are u doing , long time no see

somber heath
#

I am how I am and how I am is quite uncertain. I feel fine, but I walk a line and that line is behind a curtain.

severe elm
#

opal

#

...

somber heath
#

Ayeees?

severe elm
#

just say that you are alive ^^

whole bear
#

ok

severe elm
#

and you are breathing

whole bear
#

i'm still like that