#voice-chat-text-0

1 messages · Page 1006 of 1

midnight finch
#

but i get different answers when i put in 256 hieght and 512 hieght

#

so will it just tell me the properties of the image i am loading in?

#

i can see that without coding if so

rugged root
#

Fair. But in that case it should tell you the ratio which then tells you what you need to set as height and width

sweet lodge
#

Then put your pants back on

midnight finch
#

do you know what i can google to learn about image.load

#

is 512 here talking about width or height

somber heath
midnight finch
#

whats the 1

somber heath
#

Not sure. Its presence is troubling.

#

I would feel better seeing 512, 256 or 512, 256, 3

#

It's presumably correct.

rugged root
#

width then height

#

x, y

somber heath
#

Yeah, for pillow, but numpy is yx.

rugged root
#

Wait

#

Seriously?

#

That's so unintuitive

midnight finch
#

im not sure what im using

#

maybe something different

somber heath
#

How do you index lists of lists of things?

#

yx

rugged root
#

I... okay, fair point

#

Didn't think of it that way

midnight finch
#

i think i have torch or something

rugged root
rugged root
rugged root
#

Since we typically have multiple conversations going on at the same time

woeful salmon
uncut meteor
#

woa

woeful salmon
#

ikr

#

that's why i asked him to teach me 😄 that was very educational

lavish rover
#

random pretty picture i took

willow light
#

We could go for the storms that hit South Carolina last night.

rugged root
#

Oh huh

#

F# has a whole section on Object programming

willow light
#

Not often the weather service issues a Tornado Emergency (yes that's a real thing) in Dixie

lavish rover
willow light
#

When I go chasing, I like to get shots like these (photo not my own)

lavish rover
#

ooo

willow light
#

That's a derecho, I've been in two and I hope it stays that way

#

155 kph winds are no joke

rugged root
#

My wife got me this. I hold it when I sleep and also use it as a head pillow

#

Also, I named him Hamlock

woeful salmon
#

that's some thicc meat :x

rugged root
#

Actually kind of compelling

primal yacht
rugged root
#

ML (Meta Language) is a general-purpose functional programming language. It is known for its use of the polymorphic Hindley–Milner type system, which automatically assigns the types of most expressions without requiring explicit type annotations, and ensures type safety – there is a formal proof that a well-typed ML program does not cause runtim...

zenith radish
#

.xkcd 224

primal yacht
rugged root
woeful salmon
#

i could ruin that mascot for us so easily

#

if i say what came to my mind looking at it

willow light
#

won't lie, it was my first thought too

rugged root
#

Portable Standard Lisp (PSL) is a programming language, a dialect of the language Lisp. PSL was inspired by its predecessor, Standard Lisp and the Portable Lisp Compiler. It is tail-recursive, late binding (or dynamically bound), and was developed by researchers at the University of Utah in 1980, which released PSL 3.1; development was handed ov...

lavish rover
#

y'all are weirdos

willow light
#

No, we're people of culture

lavish rover
rustic mantle
#

@lavish rover Your full name is "Muhammad Mustafa Abdal Qadir"

lavish rover
#

?

#

no it isnt?

rustic mantle
#

Okay.

gentle flint
#

ha you wish

zenith radish
#

He rest

gentle flint
#

@normal goblet

rustic mantle
#

Vocabulary? wow!

#

Well, after learning new words, can you easily use them in conversation?

#

Okay Bye guys. see you.

lavish rover
#
class MyClass(namedtuple('Point', ...)):
  ...
#

@zenith radish did you do the thing

gentle flint
lavish rover
#

more random images i took

gentle flint
gentle flint
gentle flint
primal yacht
gentle flint
icy axle
#

meow

#

@lavish rover that name

#

Are you turkish or something?

gentle flint
terse needle
#

Yeah @lavish rover are you turkish, you sound turkish

gentle flint
#

Jag ska inte sluta!

icy axle
#

Ok!

#

Det låter bra

lavish rover
#

i don't like you all

gentle flint
#

och kanske kladdkakabilder

icy axle
#

Mums. Ja tack

icy axle
lavish rover
#

the only turkish i know is "gobble gobble"

gentle flint
#

sadly not yet

#

but I will try soon

midnight finch
#

pls

#

help

gentle flint
#

I made appelflappen instead

icy axle
#

You know what's happening tonight then ;)

gentle flint
#

with pear

gentle flint
#

do you know how long they stay good?

midnight finch
#

#1
        out_path = OUT_IMAGE_DIR / "test" / "raw-image" / f"{i}.png"
        print(f"Saving raw-image: {out_path}")
        os.makedirs(Path(out_path).parent, exist_ok=True)
        torchvision.io.write_png(filename=str(out_path), input=pixel_array[0, :, :, 1024:4000].to(torch.uint8), compression_level=7)

        #2
        y_pred_raw = image_logit_overlay_alpha(logits=y_pred, images=None, cols=keypoint_cols)
        y_pred_raw = y_pred_raw.mul_(255).type(torch.uint8).cpu()

        out_path = OUT_IMAGE_DIR / "test" / "raw" / f"{i}.png"
        print(f"Saving raw: {out_path}")
        os.makedirs(Path(out_path).parent, exist_ok=True)
        torchvision.io.write_png(filename=str(out_path), input=y_pred_raw[0, ...], compression_level=7)

        del y_pred_raw

how to specify image portion in #2 like i did in #1

icy axle
#

Let's just say you won't need that information

midnight finch
#
  #1
        out_path = OUT_IMAGE_DIR / "test" / "raw-image" / f"{i}.png"
        print(f"Saving raw-image: {out_path}")
        os.makedirs(Path(out_path).parent, exist_ok=True)
        torchvision.io.write_png(filename=str(out_path), input=pixel_array[0, :, :, 1024:4000].to(torch.uint8), compression_level=7)

        #2
        y_pred_raw = image_logit_overlay_alpha(logits=y_pred, images=None, cols=keypoint_cols)
        y_pred_raw = y_pred_raw.mul_(255).type(torch.uint8).cpu()

        out_path = OUT_IMAGE_DIR / "test" / "raw" / f"{i}.png"
        print(f"Saving raw: {out_path}")
        os.makedirs(Path(out_path).parent, exist_ok=True)
        torchvision.io.write_png(filename=str(out_path), input=y_pred_raw[0, ...], compression_level=7)

        del y_pred_raw
#

pls

gentle flint
#

well, we will be wanting a cake on saturday

midnight finch
#

how to specify image portion in #2 like i did in #1

gentle flint
#

but I am unavailable on Friday

icy axle
#

I would assume it's gonna be fine until sunday, if you don't just leave it out in the open

gentle flint
#

so I wanna know if it will still be nice on Saturday if I make it on Thursday evening

icy axle
#

I asked my mom to make sure. It'll be fine (unless you store it in some very strange way lol?)

#

!remind @gentle flint 1d Make the kladdkaka!

wise cargoBOT
#
Can do!

Your reminder will arrive on <t:1649348164:F> and will mention 1 other(s)!

rugged root
#

@midnight finch At this point it might be easier to use the help system. See the #❓|how-to-get-help channel for more details on that

midnight finch
#

i tried that

icy axle
rugged root
#

Yeah sometimes you just need to rephrase what you're asking, add additional information, etc.

icy axle
#

Sometimes all you need is a well-formulated question for people to answer

zenith radish
#

It crashed again

#

I think

#

It might’ve just hung so I’ll let it chill for a sec

rugged root
#

Sounds likely

zenith radish
#

I only have 8G of ram on this machine so it’s chuggin

#

If it doesn’t relax after a couple mins I’ll restart it

#

Honestly I might just install a real distro in this machine instead of this

#

Alright I’m restarting screw this noise

icy axle
faint ermine
#

This article concerns an ancient sports object. For halteres in insect anatomy, see Halteres.
Halteres (; Greek: ἁλτῆρες, from "ἅλλομαι" - hallomai, "leap, spring"; cf. "ἅλμα" - halma, "leaping") were a type of dumbbells used in Ancient Greece. In Ancient Greek sports, halteres were used as lifting weights, and also as weights in their version o...

primal yacht
plain rose
#

hey, lets do this, then this! Like walking! Lets call it soup!
Nope, soup is already taken.
Well then how about something stupid like, algorithims?
Eh, sure why not.

shut hill
#

@rugged root Hi hemlock, hope you are doing well, I just had a question on why my code isnt fully outputing all the numbers for the phone number, can you take a quick look?


# Ontario has the following area codes:
# 905, 807, 705, 647, 613, 519, 416, 343, 289 and 226

area_codes = [905, 807, 705, 647, 613, 519, 416, 343, 289, 226]
phone_num = ""

for i in range(8):
    if i == 0:
        # pick a random area code
        phone_num += str(random.choice(area_codes))
    elif i == 1:
        # phone number does not start with 0
        phone_num += str(random.randint(1, 9))
    else:
        phone_num += str(random.randint(0, 9))
        
    area_code = (phone_num[ : 3])
    phone_num1 = (phone_num[4 : 7])
    phone_num2 = (phone_num[8 : ])
print(f"Your new random phone number is:  ({area_code})-{phone_num1}-{phone_num2}")```
plain rose
shut hill
#

uhhh

plain rose
#

is this valid?

shut hill
#

like if you run it,

#

ill show u

#

!e


# Ontario has the following area codes:
# 905, 807, 705, 647, 613, 519, 416, 343, 289 and 226

area_codes = [905, 807, 705, 647, 613, 519, 416, 343, 289, 226]
phone_num = ""

for i in range(8):
    if i == 0:
        # pick a random area code
        phone_num += str(random.choice(area_codes))
    elif i == 1:
        # phone number does not start with 0
        phone_num += str(random.randint(1, 9))
    else:
        phone_num += str(random.randint(0, 9))
        
    area_code = (phone_num[ : 3])
    phone_num1 = (phone_num[4 : 7])
    phone_num2 = (phone_num[8 : ])
print(f"Your new random phone number is:  ({area_code})-{phone_num1}-{phone_num2}")```
wise cargoBOT
#

@shut hill :white_check_mark: Your eval job has completed with return code 0.

Your new random phone number is:  (647)-357-18
shut hill
#

it random outputs

#

but the last 2 are missing

#

idk what mistake that is made

lavish rover
#

Because you're doing ramge(8)

shut hill
#

I feel like its something with the loop

#

ohhhhh

#

nothing im practicing

lavish rover
#

And also for phone_num2

shut hill
#

im just practicing.

#

lol

lavish rover
#

It should be [7:]

shut hill
#

okay, thank you.

lavish rover
#

basically

#

s[x:y]

#

Does NOT include index y

plain rose
#

!e ```py
import random

Ontario has the following area codes:

905, 807, 705, 647, 613, 519, 416, 343, 289 and 226

area_codes = [905, 807, 705, 647, 613, 519, 416, 343, 289, 226]
phone_num = ""

for i in range(10):
if i == 0:
# pick a random area code
phone_num += str(random.choice(area_codes))
elif i == 1:
# phone number does not start with 0
phone_num += str(random.randint(1, 9))
else:
phone_num += str(random.randint(0, 9))

area_code = (phone_num[ : 3])
phone_num1 = (phone_num[4 : 7])
phone_num2 = (phone_num[8 : ])

print(f"Your new random phone number is: ({area_code})-{phone_num1}-{phone_num2}")```

wise cargoBOT
#

@plain rose :white_check_mark: Your eval job has completed with return code 0.

Your new random phone number is:  (416)-937-7402
plain rose
#

aren't phone numbers supposed to have 10 digits?

lavish rover
#

That's not quite correct.

shut hill
#

Great, thak you.

#

yea....

plain rose
lavish rover
#

Well, let me show you

plain rose
#

the code, or the 10 digits?

shut hill
#

its fine no?

lavish rover
#

One sec I'm on my phone

shut hill
#

lol

plain rose
lavish rover
#

!e

import random

# Ontario has the following area codes:
# 905, 807, 705, 647, 613, 519, 416, 343, 289 and 226

area_codes = [905, 807, 705, 647, 613, 519, 416, 343, 289, 226]
phone_num = ""

for i in range(8):
    if i == 0:
        # pick a random area code
        phone_num += str(random.choice(area_codes))
    elif i == 1:
        # phone number does not start with 0
        phone_num += str(random.randint(1, 9))
    else:
        phone_num += str(random.randint(0, 9))
        
    area_code = (phone_num[ : 3])
    phone_num1 = (phone_num[3 : 6])
    phone_num2 = (phone_num[6 : ])
print(f"Your new random phone number is:  ({area_code})-{phone_num1}-{phone_num2}")
wise cargoBOT
#

@lavish rover :white_check_mark: Your eval job has completed with return code 0.

Your new random phone number is:  (289)-290-1372
lavish rover
#

Specifically, look at how the 3 parts of the phone number are being extracted

#

The indices in the original code were not correct, and you were basically ignoring index 3 and 7

plain rose
#

oooh

#

alr

lavish rover
#

Which is why you were missing 2 digita

#

Sure you can just generate 2 more digits, but that's just making the problem, not fixing it

plain rose
#

didn't notice that

shut hill
lavish rover
#

Look at my fix above

plain rose
#

he took the first 3 digits as the area code, the next 4 as phone_num1 and the last 3 as phone_num2

shut hill
#

okokgot it thank you.

plain rose
#

i forgor how phone numbers are formatted, i don't have a phone

stuck furnace
#

Be_what_? 😄

shut hill
#

you dont wanna drive? Its so fun lol.

stuck furnace
#

Basically, it's something everyone can have an opinion on.

#

But isn't very important.

#

@zenith radish What you eating? 👀 Also, can you turn on PTT 😄

plain rose
#

No-one within their right mind would even consider using push to talk

#

Wait Hemlock uses push to talk?

stuck furnace
#

Oh, you get recommended those videos too? 😄

plain rose
#

btw have any of you watched moon knight yet?

#

a new episode was put on disney+ today

#

just found out

#

every wednesday

faint ermine
#

(gotta pay for commercial use tho)

shut hill
lavish rover
bronze jolt
#

allow me to speak

zenith radish
#

No

#

!voice

wise cargoBOT
#

Voice verification

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

bronze jolt
#

okay, too much of work to speak in your channels

#

but yh will do

mortal crystal
#

we already have a bazzinga so dont worry

bronze jolt
#

no i'm not such a person who screams lemon_s_winter

#

it is good to have too much of anything

#

ohhhh yeahhhhhhhhh

zenith radish
#

xattr -r -d com.apple.quarantine pcsx-redux.app

bronze jolt
#

thats called electrolite imbalance, it can kill you

#

yh foood is lifeeeee

#

both

zenith radish
bronze jolt
#

How old are you all ?

#

like 30 n above ?

rugged root
#

32

bronze jolt
#

nice hem

#

98

#

oh shit

#

yh

#

kick him out

#

i disagree aswell

#

c++ child's game

#

notepad boomers

zenith radish
bronze jolt
#

im having a headache jus by viewing it

rugged root
#

And yet I find it oddly endearing

zenith radish
bronze jolt
#

yh early 30s is an acceptance age

zenith radish
#

Look at this LinkedIn request I got

bronze jolt
#

😅 😂

rugged root
#

Do you have yourself listed as non-binary on there?

#

They might just be checking if not male

bronze jolt
#

mustafa where are you from ?

trail mural
#

I heard you like debugging

bronze jolt
#

what is gdb ?

rugged root
#

Good dog, bro

#

I'm not sure

sour imp
#

gnu debugger 😛

rugged root
#

I like mine better

bronze jolt
#

bye @rugged root

#

gtg

rugged root
#

Catch you later

#

Nice talkin' to you

#

@lavish rover You're being sucked into the void of no interwebs

zenith radish
bronze jolt
#

bye bichas

dark sable
#

Hey

#

Need some help in polynomial regression

bronze jolt
#

join voice they'll help you

dark sable
#

I did join

#

Which one though

bronze jolt
#

which ever you want

dark sable
#

They are discussing about some problem already

#

Here

bronze jolt
#

post your q's here they might respond

dark sable
#

Can you join live code

dark sable
bronze jolt
#

nah i'm new here

rugged root
#

You'll probably have an easier time getting help using our help system. See the #❓|how-to-get-help channel for more details on that

#

Gives you a dedicated channel for your problem. Don't have to worry about crosstalk

bronze jolt
#

mayb hem can help you

#

👋

rugged root
#

Back later

bronze jolt
#

its 12 in morn' here, bye

signal sand
#

@lavish rover What's that matrix, ig something with polynomials

lavish rover
#

vandermonde matrix

#

lmfao sorry

wise cargoBOT
#

Hey @dark sable!

It looks like you tried to attach file type(s) that we do not allow (.ipynb). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a, .csv, .json.

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

sturdy panther
#

It's intended for people that trust each other, sort of.

rugged root
#

Is that the circle of trust thing?

#

Or am I thinking of something else

faint ermine
flat sentinel
strong arch
faint ermine
flat sentinel
#

when older than kosovo

somber heath
#

@midnight finch My bluetooth has managed to deconstruct itself.

midnight finch
#

aha no worries

manic reef
#

very interesting

midnight finch
#

thanks

somber heath
#

!e py text = "apple" print(type(text))

wise cargoBOT
#

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

<class 'str'>
flint lagoon
#

.

#

hello

#

hello

#

good morning.. I am good wbu?

rapid flame
#

.env files support (2022.1)
AceJump (3.8.7)
Active Tab Highlighter (1.5.1)
Archive Browser (0.32)
Awesome Console (0.1337.11)
Big Data Tools (213.5449.349)
CSV (2.18.2)
Custom Postfix Templates (2.12.2.213)
Discord Integration (1.8.0)
Doc-Aware Search Everywhere (1.0.12)
EduTools (2022.3-2021.3-959)
Environment Variable Settings Summary (2.5.2)
Extra ToolWindow Colorful Icons (1.18.0.201)
GapStyle Color Scheme (4.1)
Generate Module From Template (1.5.3)
GitToolBox (212.8.8)
Indent Rainbow (2.0.2)
InlineError (0.1.1)
Nested Brackets Colorer (0.6.0)
Number Converter (1.4.1)
Presentation Assistant (1.0.9)
Python Inlay Hints (1.0.0)
Regex Rename Files (1.1.8)
Selenium UI Testing (213.7172.5)

SonarLint (6.6.0.45106)

String Manipulation (9.4.0)

Tldr Doc (0.0.2)

flint lagoon
#

in which domain RUST is used most bolt..

#

how long have you been programming? Bolt

rapid flame
#

2 years

#

rust is good for systems programming

flint lagoon
#

oh wow and you are self taught .. but you got all indepth knowledge...

#

it feels good hearing you thank you for sharing knowledge..

#

Hope I will get verified soon... Just wanna talk with you guys 😄

rapid flame
#

im not expert

flint lagoon
#

yes but you know somehow core knowledge

#

I am preety bad at these things

#

where you from

rapid flame
#

chicago

flint lagoon
#

ow

#

are more onto rust and python or frontend too?

#

you*

rapid flame
#
var input;
do {
    input = getInput();
} while (!isValid(input));

flint lagoon
#

can I play chess with you ?

normal goblet
#
wind raptor
flint lagoon
#

lets play.. I am down

tender wasp
flint lagoon
#

brave is preety sick

rapid flame
#

ClipboardOverflow
StackOverflow Power User

Dark Reader
DevDocs Web Ext

Hackertab.dev
OneTab

Grepper
Web Search Navigator
Search Enhancer for Google

OctoLinker
Sourcegraph
Refined GitHub

wind raptor
#

Brb

flint lagoon
#

ok sure

wind raptor
#

G2G, my son woke up and hasn't been feeling well. Be back later.

flint lagoon
#

ok

#

take care

rapid flame
#

chocolatey, masscode, notepad++, file zilla, 7zip

flint lagoon
#

1 more minute for voice verified

#

😄

tender wasp
flint lagoon
#

antd

tender wasp
#

@flint lagoon what is your first language?

#

nice

flint lagoon
tender wasp
#

punjabi

flint lagoon
#

oh nice

#

IELTS

#

andrei negole

#

React Andrei Neagoie

somber heath
flint lagoon
#

For games... you need to install so they come with viruses

#

but for videos you can check whether it have the given mp4 or video files or not

#

regional

somber heath
#

Victoria is a state in southeastern Australia. It is the second-smallest state with a land area of 227,444 km2 (87,817 sq mi) and the most densely populated state in Australia (28 per km2). Victoria is bordered with New South Wales to the north and South Australia to the west, and is bounded by the Bass Strait to the south (with the exception of...

rapid flame
#

windirstat, processhacker, ueli, Hyper, Insomnia

flint lagoon
#

but I havenot done from 4-5 years

uncut meteor
#

@woeful salmon what lib was Mustafa using for that Raytracing demo, for drawing the window etc.

woeful salmon
#

he made it from scratch

uncut meteor
#

wait, no lib for drawing on a window?

woeful salmon
#

he was saving to an image file

#

not drawing on a window

uncut meteor
#

ah

#

I see

woeful salmon
#

ye pixel data saved to a ppm file

uncut meteor
#

and all the camera and object stuff is just premade stuff he did?

#

or did I miss that part

woeful salmon
#

i think you missed that part

uncut meteor
woeful salmon
#

he did copy over some stuff though

woeful salmon
#

i wanna go through the code again anyway xD

#

i was learning cpp at the same time from him so 🙂

uncut meteor
#

idk cpp, other than basics

#

so that is lit

woeful salmon
#

i know c but nothing about cpp... specially modern cpp xD

ripe salmon
#

🙌

flint lagoon
#

can you use headphone

woeful salmon
#

turn on krisp

rugged tundra
knotty portal
#

how can i avoid this error

zenith radish
flint lagoon
#

its shows 0 error i guess

sudden kettle
knotty portal
#

@flint lagoon i mean this confirm message

#

i am beginner can you explain me basic

flint lagoon
#

maybe learn some from basics

#

some basics*

#

and ask what you got confusion on?

sour imp
knotty portal
flint lagoon
# knotty portal

I am not sure....
but found this:
just close that tab and change your TDM-GCC from 64-bit to 32-bit

knotty portal
#

how can i change it

lavish rover
lavish rover
#

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

lavish rover
#

!code

wise cargoBOT
#

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.

dark sable
#
import pandas as pd 
import numpy as np 
import seaborn as sns 
import matplotlib.pyplot as plt 


df = pd.read_csv('Salary_Data.csv')
len(df)
sns.scatterplot(x = 'YearsExperience' ,y ='Salary' , data = df)
sns.regplot(x = 'YearsExperience' ,y ='Salary' , data = df)

X = df['YearsExperience'].reshape(1,-1)
y = df['Salary']


from sklearn.model_selection import train_test_split

X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.3, random_state=101)

from sklearn.linear_model import LinearRegression

model = LinearRegression()
model.fit(X_train,y_train)
pallid hazel
#

!e
import Mustafa as Codesmash

dark sable
#

@somber heath

lavish rover
#

X = [1,2,3]

#

X = [[1], [2], [3]]

#
X = df['YearsExperience']
#
X = [[value] for value in X]
woeful salmon
#
In [3]: X = np.array([1, 2, 3])
In [4]: np.reshape(X, (3, 1))
Out[4]:
array([[1],
       [2],
       [3]])
#

@rugged root 👋

rugged root
#

@somber heath Proposal: Instead of length and width, we should use length and girth.

somber heath
#

!e py import numpy as np arr = np.arange(15) print(arr) arr = arr.reshape(3, 5) print(arr)

wise cargoBOT
#

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

001 | [ 0  1  2  3  4  5  6  7  8  9 10 11 12 13 14]
002 | [[ 0  1  2  3  4]
003 |  [ 5  6  7  8  9]
004 |  [10 11 12 13 14]]
wind raptor
lavish rover
somber heath
#

!e py import numpy as np arr = np.arange(10) arr = arr.reshape(10, 1) print(arr.shape) print(arr)

wise cargoBOT
#

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

001 | (10, 1)
002 | [[0]
003 |  [1]
004 |  [2]
005 |  [3]
006 |  [4]
007 |  [5]
008 |  [6]
009 |  [7]
010 |  [8]
011 |  [9]]
woeful salmon
#

convert your dataframe column to a numpy array and do this ^

dark sable
#

arr = np.array(df['Years_experience'])

somber heath
#

1, 10 would probably be better.

dark sable
#

will this work ??\

somber heath
#

Might.

coarse cape
#

suppp

#

hey hemlock 👋

#

its been a longggg time

woeful salmon
#

can you not just do df['Years_experience'].values?

#

if i remember right

dark sable
#

why .values though

zenith radish
#

Lucky Twice - Lucky
Stream/Download:

(Lyrics):
[Intro: Hannah Reynold]
You can fool yourself, I promise it will help
Now every single day I just wanna hear you say it

[Verse 1: Hannah Reynold, Both]
Laughing through the day thinking you are never boring
Speeding through the night, maybe you not count the morning
There's nothing you can do to ...

▶ Play video
lavish rover
zenith radish
somber heath
#

Brace for the 80s hairdo.

ripe salmon
#

🙌

coarse cape
#

yoo bluenix

#

in a vc with you after months

#

lol

lavish rover
somber heath
#

"Hi. I'm Anne Dee."

manic reef
#

OK

#

You are right

woeful salmon
rugged root
#

Dun dun DUUUUUUUUUUN

manic reef
#

Cool

lavish rover
manic reef
#

Hahahah

woeful salmon
manic reef
willow light
#

yeah, that happens

somber heath
#

"From the people who aren't the makers of Quake...QUIVER."

zenith radish
#

!voice\

wise cargoBOT
#

Voice verification

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

lavish rover
willow light
#

!voice

manic reef
#

Thanks

#

I already know

woeful salmon
#

@zenith radishi've seen cafes re-route you to fake versions of websites >w>

somber heath
#

🎵 "I'm talkin' 'bout the man in the middle"

woeful salmon
#

that could be 1 thing

woeful salmon
#

w> ye i once stopped at a cafe while travelling to manali (its in north india) and they re-routed me to a fake facebook where i couldn't login so i quickly changed password using mobile data

#

that was like 5 years + ago tho

#

@zenith radish ^

willow light
zenith radish
woeful salmon
woeful salmon
#

i'm not using a 2014 mobile anymore though
i'm using a 2018* one now

somber heath
#

Gigglebyte.

woeful salmon
#

@lavish rover the code doesn't work

#

did you break it? xD

lavish rover
#

works for me on macos

woeful salmon
#

nvm it magically worked

#

on 3rd try

plain rose
#

I, so, the all ISPS are under conspiracy, and all unified?

woeful salmon
#

ye working now o- o

plain rose
#

Has anyone had apartment owners tack on a mandatory package, like cable or internet?

plain rose
#

Did this chat just went from, ISP's being scams, sports, and then riots?

somber heath
#

People keep talking about life "post-pandemic" in terms of the present.

#

Frustrates the hell out of me.

plain rose
#

i got health period now, i missed 3 deadlines and i have to work over break

#

cya

willow light
#

enjoy

plain rose
normal goblet
#

@somber heath & @wind raptor , just figured out my win for the day : n1 = n.lstrip(string.ascii_letters + '0')

sweet lodge
sweet lodge
#

Whatever floats your boat

sour imp
#

buoyancy

willow light
#

To be fair to everyone else, I am driving the 2nd most hated car in America: Toyota Prius.

#

Although it's probably going to become a lot more popular now that people are seeing that I haven't needed to get gas since February

rugged root
#

@pallid hazel What?

pallid hazel
#

attaching a tow hitch to any vehicle? .. although probably true, is it worth it.. in some cases the tow capacity would be 2k or less depending on the type of vehicle.. sure, there are some that would have a high tow capacity... but cars, suvs, it's actually quite low.

rugged root
#

If it's specifically to tow an e-bike

willow light
#

"tow" is a strong word in this case

pallid hazel
#

what type of vehicle?

#

as i have seen fake hitch carriers.. that basically is a bike rack that attaches inside the trunk

#

clinton was the worse hands down

#

but clinton setup the legal way to move jobs overseas and incentified it

#

im still waiting for these wing states to finally forcefully try to succeed from the US.. its gonna be funny

rugged root
#

Isn't there enough violence and death elsewhere? I don't need that stress

willow light
#

This is America

#

Violence is in our blood

#

unfortunately

pallid hazel
#

its not violence persay.. more economic oppression fueled shit fest

willow light
#

Except at the very beginning where religion was a big factor. The Puritans come to mind.

pallid hazel
#

god was created by man.. dont get me started on religion. itll make your guys discussion on comcast scam look like an aftertoon tv special

wise cargoBOT
bronze jolt
#

YO WASSUP

plain rose
#
string_to_binary = lambda text: ([bin(ord(i)).replace('b', '') for i in str(text)])
text_to_decimals = lambda text: [i for i in bytes(str(text).encode('ascii'))]
bytes_to_decimals = lambda binary_list: [int(str(byte), 2) for byte in list(binary_list)]
decimals_to_string = lambda decimals: bytes(decimals).decode()
flat sentinel
woeful salmon
# flat sentinel what linux distro?

👀 that is an manjaro vm but my manjaro and ubuntu vm both look the same (i had an arco one but i recently hopped to manjaro after listening to hemlock praising it alot)

#

i have same window managers, compositors and zsh / vim rcs on em all xD

stuck comet
#

i am having troubling setting transparent windows

woeful salmon
#

👀 i3 is default i3-gaps with custom keybinds

#

as for the configs lemme send you my the repo in a second

stuck comet
#

ummhmm

woeful salmon
#

also compositor is picom

icy axle
primal yacht
#
bytes_to_binary_strings = (lambda bytes_: [f'{i:08b}' for i in bytes_])
text_to_binary_strings = (lambda text, encoding='utf8', errors='strict': bytes_to_binary_strings(text.encode(encoding=encoding, errors=errors)))
#
def x(bytes_):
    return [f'{i:08b}' for i in bytes_]
#
for i in range(1, 11):
    something(mapper=(lambda value, _i=i: value * _i))
#

!voice @celest current

wise cargoBOT
#

Voice verification

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

celest current
#

ok

#

Its gonna take a while

gentle flint
#

Tyvärr är smöret färdigt så jag kommer att använda kokosfett istället.

lavish rover
terse needle
plain rose
#

still 2014 tho

#

:}

#

So today some pretty weird happened

#

my class has a server, obviously, it's full of people 13 and 14 because grade 8. And someone new joined. And what scared me was this person was never given an invite to the private server, and somehow created an invite themselves?

terse needle
#

check the invites created

plain rose
#

they created a new one

#

idk how

terse needle
#

audit log?

plain rose
#

im still not sure how they ended up in a server full of kids

#

so i did the normal, ask if they were from our class, they said no, so i banned them

#

deleted all of the invites

#

still kinda scares me

terse needle
#

strange

plain rose
#

indeed

#

It's just a bit awkward, it doesn't know what it wants to do - Me

#

I'm gonna go touch some grass now, cya

lavish rover
#

u32 as u8

hollow fern
#

nice

lavish rover
#

T as u8 where T=u32

hollow fern
#

no idea what you are talking about

#

ok

#

nice

#

can i ask you if this a project or something else

icy axle
hollow fern
#

nice

gentle flint
#

only starting now

#

we have a lot of coconut fat

terse needle
#

infix: 1 + 1
postfix: 1 1 +
prefix: + 1 1
@hollow fern

hollow fern
#

what

#

@terse needle

#

ok

#

got it

#

still starting out in python

#

so it is new for me

terse needle
hollow fern
#

ok

sturdy panther
#

Surprisingly quiet for a weekday!

lavish rover
#

@terse needle lmao sorry my computer keeps dying on me

#

MNIST tensorflow

gentle flint
lavish rover
#

ooh looks yummy

gentle flint
lavish rover
#

stop sharing this or I'm going to have to come steal it

gentle flint
#

10 minutes left

icy axle
#

:hyped:

icy axle
whole bear
#

😋

icy axle
#

@whole bear ooh are you the same gi that had like a killer rabbit profile picture thing a while ago?

lavish rover
#
DS:
- Arrays
- Min/Max Heaps
- Binary Trees
- Tries
- Hashmaps / sets
- Deque

Algorithm:
- Greedy
- Divide and Conquer
- Dynamic Programming
- Multi-pointer algorithms
- Sliding Window
whole bear
#

its been decades actualy

icy axle
#

Hahaha

#

I haven’t seen you in literally ages

whole bear
#

lol have alawyas been on the vc

gentle flint
icy axle
#

Makes sense

#

Is the kladdkaka done now?

lavish rover
#
from collections import deque

# class Tree:
#     def __init__(self, val, left=None, right=None):
#         self.val = val
#         self.left = left
#         self.right = right
class Solution:

    def solve(self, root):
        res = []
        
        d = deque()
        d.append((0, root))
        level = 0
        while d:
            level_nodes = []
            while d and d[0][0] == level:
                _, node = d.popleft()
                level_nodes.append(node.val)
                if node.left: d.append((level+1, node.left))
                if node.right: d.append((level+1, node.right))
            if level % 2 == 0:
                res.extend(level_nodes)
            else:
                res.extend(reversed(level_nodes))
            level += 1

        return res
icy axle
gentle flint
#

yes

terse needle
#

I miss my mums home made chocolate cake

#

she hasn't made it in forever

gentle flint
#

now I shall let it cool I think for 20 minutes to firm up

terse needle
gentle flint
#

owo

icy axle
gentle flint
#

thx

#

I tasted some of the batter and it was nice, so I can't have screwed it up very much

lavish rover
#

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

brisk current
#
    <h1>Grade prediction</h1>
    <p> select your school </p>
    <label for="school">School:</label>
    <select name="school" id="school" >
      <option value="Livingston High School">Livingston High School</option>
      <option value="Heritage Middle School">Heritage Middle School</option>
    </select>
    <p> select your course </p>
    <label for="course" style = "margin-left: 30px;">Course:</label>
    <select name="coursePredictSelected" id="course" >
      {%for i in range(0,length)%}
      <option value="{{courses[i]['NAME']}}">{{courses[i]["NAME"]}}</option>
      {%endfor%}
    </select>
    <p> Input your grade</p>
    
    <label for="grade" >Grade:</label>
    <input type="number" id="grade" name="grade" ><br><br>
    <input class = "submit" type="submit" value="Submit">
    
  </div>```
lavish rover
brisk current
#
  <h1 >Check average</h1>
  <p > select your school </p>
  <label for="school" >School:</label>
  <select name="school" id="school" >
    <option value="Livingston High School">Livingston High School</option>
    <option value="Heritage Middle School">Heritage Middle School</option>
  </select>
  <p > select your course </p>
  <label for="course" >Course:</label>
  <select name="courseAvgSelected" id="course" >
    {%for i in range(0,length)%}
    <option value="{{courses[i]['NAME']}}">{{courses[i]["NAME"]}}</option>
    {%endfor%}
  </select>
  <p class="spacetaker">.</p> <!-- space taker -->
  <input class = "submit" type="submit" value="Submit"> 

  </div>```
shut hill
#

yes

#

huh

#

what

#

u say my name? @brisk current

#

Just turn off your mic ;-;

icy axle
#

@gentle flint did you taste it?

#

I got inspired and made a quick chocolate mug cake. That was nice

gentle flint
gentle flint
unborn storm
# gentle flint

reminds me that i once made the "hello world chocolate cake".
The recipe of the cake is actually also a program in the language "chief", that prints "hello world".
So the cake is only one way to compile the recipe (with your kitchen), and another way is to use the chief compiler, and you get "hello world".
(also, the interesting thing is that, if all chief programs look like recipes, most of the time they would not end up to something eatable, so making an actual cake is quite hard)

icy axle
icy axle
#

(That’s a photo from the recipe. Not my actual end result)

gentle flint
icy axle
#

I see

gentle flint
#

multiple recipes called for it

#

Sikta florsocker över om så önskas. Servera med vispad grädde och färska bär.
or
Låt kakan kallna. Pudra över florsocker. Servera med grädde eller glass och frukt.

unborn storm
#

my ping isn't bad today but i don't hear anything.
you just aren't talking ?

gentle flint
#

here's hoping this keeps it nice until Friday evening in the fridge

#

time for bed

#

gn

icy axle
#

Night!

lavish rover
cosmic lark
#

are u guys talking bout serenity?

#

@lavish rover ?

#

cpp classes 🤯

#

well i kinda have a mixed opinion about em

lavish rover
cosmic lark
#

i like c better than cpp for that particular reason

#

cuz oop is kinda meh for me

#

good oop code is java

#

lmfaooooo

#

satire btw xD

#

ironically

#

the time when u reverse engineer cpp classes as structs, ida just fucks it all up

#

until and unless i use class informer

#

;-;

#

yep serenity os contribooter here can confirm

#

gnome ewwww

#

window manager supremacy

#

the js engine

#

reinventing the wheel is bad, just implement it in the codebase where the thing is already being done

#

:/

#

borrow checker in cpp

#

lmao

cosmic lark
#

ah yea makes sense

#

agreed on that

#

example of what @lavish rover says

lavish rover
cosmic lark
#

lmaaaaaaaooooo

#

copilot is kinda manual work lifter for me, i never autocomplete functions fromit

#

i just do likee
func_a(1)
func_b(2...)...(autocompleted by copillot)

#

it was fun joining you guys gtg, see yall

terse needle
#

int a;

lavish rover
rugged tundra
lavish rover
dark mural
#

hi

#

make each cube in tetris iframe and request state from server constantly

#

lol

#

Leaderboard for biggest donations to proxb:

dark mural
#

can i see the image?

#

the one you are talking about

#

thx

wind raptor
#

This

lavish rover
#

That's what the ping was

wind raptor
#

I turned off the ping!! Wtf discord

#

Sorry man

lavish rover
#

Can you even do that?!

wind raptor
#

You, when you reply, there is a little @ symbol that you can unselect

lavish rover
wind raptor
#

I guess it's not functional

lavish rover
#

Ah cool TIL

dark mural
#

nice pictures

lavish rover
#

Thanks! 😅

sour imp
lavish rover
#

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

frozen quail
#

guys

#

fam i just started coding

#

what ide shld i use

#

pycharm

#

k

#

cool

#

kernal dev uses emacs right

#

shld i use freecodecamp

lavish rover
#

!resources

wise cargoBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

frozen quail
#

ebooks

#

oh

somber heath
#

I would very strongly suggest you look at YouTuber Corey Shafer's playlist for Python beginners.

#

It walks you through the foundations from "Hm, I want to learn Python programming. What do I need to know?"

frozen quail
#

is it hard to shift from python to other langs

somber heath
#

There's always going to be teething problems of one sort or another, but the more languages you know, the easier you can take on others.

#

So I've heard tell, anyway. I'm quite comfy in my insular Python bubble.

frozen quail
#

ye

#

can i learn basic python in 2months

somber heath
#

Sure.

lavish rover
#

Can confirm, the more experience with programming you have in general the easier it becomes

frozen quail
#

tq

#

if so i finished python wat lang shld i choose next

lavish rover
#

depends on what you want to do, I'd say

frozen quail
#

i am using parrot os

#

my profile speaks

lavish rover
#

if you're interested in web development, maybe javascript, if you care more about systems stuff, you can go to some other stuff

frozen quail
#

wat abt debian

somber heath
#

The ones I say people would do well to pick up would be your frontend stuff, so HTML, CSS, Javascript. Then you've got your backend stuff, so C/C++, Java/Kotlin. Rust is a bit popular at the moment, too.

frozen quail
#

i dont use parrot i use the windows

somber heath
#

Some kind of databasing knowledge is a good idea, too.

frozen quail
#

cgi

somber heath
#

Asahi Group Holdings, Ltd. (アサヒグループホールディングス株式会社, Asahi Gurūpu Hōrudingusu kabushiki gaisha) is a Japanese global beer, spirits, soft drinks and food business group headquartered in Sumida, Tokyo.
In 2019, the group had a revenue JPY 2.1 trillion. Asahi's business portfolio can be segmented as follows: alcoholic beverage business (40.5%), oversea...

frozen quail
#

gtg guys

lavish rover
#

LLVM

ivory crystal
#

yes

woeful salmon
trail mural
#

sounds like a 90s tech movie

rugged root
somber heath
#

I think I just heard a kangaroo hopping across the back yard.

#

🦘

rugged root
#

Oh god, the reviews

trail mural
#

I like saxton hale

rugged root
rugged tundra
#

int r = m % n;
int warn = (r + s) - 1;
return warn;

rugged root
#
2
5 2 1
5 2 2
rugged tundra
#

2 3 4 1 2 3
0 1 2 3 0 1

rugged root
#

!pep 517

wise cargoBOT
#
**PEP 517 - A build-system independent format for source trees**
Status

Final

Created

30-Sep-2015

Type

Standards Track

rugged root
#

!pep 582 621

wise cargoBOT
#
**PEP 582 - Python local packages directory**
Status

Draft

Python-Version

3.8

Created

16-May-2018

Type

Standards Track

rugged root
#

!pep 621

wise cargoBOT
#
**PEP 621 - Storing project metadata in pyproject.toml**
Status

Final

Created

22-Jun-2020

Type

Standards Track

woeful salmon
#
5 2 1

1 % 5 = 1
2 % 5 = 2

^ you got 2 because 2%5 doesn't give you 2nd number from 0 to 4 really unlike what you might imagine
so -1 is required
#

!e

for i in range(1, 7):
    print(f"{i} % 5 = {i % 5}")
wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

001 | 1 % 5 = 1
002 | 2 % 5 = 2
003 | 3 % 5 = 3
004 | 4 % 5 = 4
005 | 5 % 5 = 0
006 | 6 % 5 = 1
coarse cape
#

supp

#

pretty well :^) i gave up on rust and picked up golang :D

#

wbu?

#

late response but : cool :D

#

nah, i want a viable alternative to rust. i didnt have much luck finding one so i picked up golang as a side lang

#

@molten pewter you're right! even though ive done many things with rust, im just tired and sick of it now 😔

#

golang is too high level

#

i may pick zig

#

holy god i got a new idea

#

i'll make a language similar to python [ in terms of syntax ] which compiles to rust

#

so i get the best of both worlds

#

is there?

#

i love go's concurrency

woeful salmon
coarse cape
#

its toooooo overpromising

#

and its become a meme in the r/ProgLangs server

#

@woeful salmon stream it :D

#

hmmmm

#

@rugged root any projects youve been working on?

#

nextjs is fun

blazing beacon
#

Hey guys, how can i make this return back to the start of the try-block after an exception is catched?

    while True:
        try:
            cnxn = pyodbc.connect(f'Driver={driver};SERVER={server}; DATABASE={database};UID={uid};PWD={pwd}')
            break
        except pyodbc.Error as ex:
            print("Connection failed: check the datebase information and retry!")   
        finally:
            return cnxn
rugged root
#

continue at the end of that block should do it

#

Not sure if that supersedes the finally, though

runic jewel
#

@terse needle can you please stop faking the accent and talk normally

terse needle
#

did I says "assassins creed films", woops

normal goblet
#

i'm utterly confused how is 2%5 = 2

#

nevermind i'm reading the doc, i get it now

#

it's stupid math though

gentle flint
#

modulo is effectually doing this

dividend = int(input("top"))  # 2
quotient = int(input("bottom"))  # 5
while dividend/quotient >= 1:
    dividend /= quotient
print(dividend)
normal goblet
#

i get it

shut hill
#

@wind raptor You alive?

wind raptor
shut hill
#

lol

#

Hows it going?

#

Thats good, im doing well thanks for asking.

normal goblet
# gentle flint not really

i keep thinking it could mess up some logic if you are using the / with the % and the numerator is smaller than the denominator, the fraction could affect the outcome

shut hill
#

Can you teach me number systems?

#

Okay, no worries, how long?

gentle flint
#

you can mess up anything if you try

shut hill
#

Ok sounds good

normal goblet
#

true

shut hill
#

let me know im doing class then after I am done I will ask youj

#

Okay, thanks Chris!

#

food

#

im fasting man

#

dont show me food 😭

whole bear
shut hill
whole bear
#

I don't know

shut hill
#

lol

#

Its been 6 days

gentle flint
#

@strong arch your roleplay meow answering machine comment reminded me of this

rugged root
#
guild:
    id: 267624335836053506
    invite: "https://discord.gg/python"

    categories:
        help_available:                     691405807388196926
        help_dormant:                       691405908919451718
        help_in_use:                        696958401460043776
        logs:               &LOGS           468520609152892958
        moderators:         &MODS_CATEGORY  749736277464842262
        modmail:            &MODMAIL        714494672835444826
        appeals:            &APPEALS        890331800025563216
        appeals2:           &APPEALS2       895417395261341766
        voice:                              356013253765234688
        summer_code_jam:                    861692638540857384
quasi condor
#
import requests
from requests import session
s1 = requests.session()
s2 = session()
desert pollen
#

""You have been granted permission to use voice channels in Python Discord. "" Um help?

solid roost
#
import pickle
#Openining the text form
with open('pickle_exercise.txt',) as readerrr:
    data11=readerrr.readlines()
#Writing the lines
iris_list = []
for line in data11:
    iris_list.append([line.replace("\n","")])
with open('dataset.pkl','wb') as writerr:
    pickle.dump(iris_list,writerr)
# Reading the lines
with open('dataset.pkl','rb') as readerr1:
    read=pickle.load(readerr1)
# for item in read:
#     print(item, "\n",end="")
# print(iris_list,"\n" ,end="")
for item in iris_list:
    print(iris_list,'\n')
#

I want to print the list of list

#

[['5.1,3.5,1.4,0.2,Iris-setosa'], ['4.9,3.0,1.4,0.2,Iris-setosa'], ['4.7,3.2,1.3,0.2,Iris-setosa']]

rugged tundra
#

for line in iris_list:
print(*line)

solid roost
#
['6.3,2.8,5.1,1.5,Iris-virginica'] 
['6.1,2.6,5.6,1.4,Iris-virginica'] 
['7.7,3.0,6.1,2.3,Iris-virginica'] 
['6.3,3.4,5.6,2.4,Iris-virginica'] 
['6.4,3.1,5.5,1.8,Iris-virginica'] 
['6.0,3.0,4.8,1.8,Iris-virginica'] 
['6.9,3.1,5.4,2.1,Iris-virginica'] 
['6.7,3.1,5.6,2.4,Iris-virginica'] 
['6.9,3.1,5.1,2.3,Iris-virginica'] 
['5.8,2.7,5.1,1.9,Iris-virginica'] 
['6.8,3.2,5.9,2.3,Iris-virginica'] 
['6.7,3.3,5.7,2.5,Iris-virginica'] 
['6.7,3.0,5.2,2.3,Iris-virginica'] 
['6.3,2.5,5.0,1.9,Iris-virginica'] 
['6.5,3.0,5.2,2.0,Iris-virginica'] 
['6.2,3.4,5.4,2.3,Iris-virginica'] 
['5.9,3.0,5.1,1.8,Iris-virginica'] ]```
#

for item in iris_list:
print(iris_list,'\n')

rugged tundra
#

for line in iris_list:
print(*line,'\n')

solid roost
#
# def fetch_data(url):
#     mydata = requests.get(url)
#     with open("iris_data.txt", "w") as f:
#         f.writelines(mydata.text)
#     with open("iris_data.txt") as f:
#         iris_contents = f.readlines()
#     return iris_contents
#
# iris_list = []
# for line in fetch_data(url):
#     iris_list.append([line.replace("\n","")])
#
# with open(iris_pkl_file, "wb") as file_obj:
#     pickle.dump(iris_list, file_obj)
#
# with open(iris_pkl_file, "rb") as file_obj:
#     myStr = pickle.load(file_obj)
#
# print("-----Output: iris Data ---------")
# for item in myStr:
#     print(item, "\n",end="")
# print("Number of items is ", len(myStr))
rugged tundra
#

for line in iris_list:
print(*line,'\n')

solid roost
solid roost
rugged root
#

@solid roost You are super roboty

solid roost
#

@rugged root Can you please help me out

rugged root
#

I can try in a moment

solid roost
rugged root
#

I'm following up with something at work

solid roost
rugged tundra
#

for line in iris_list:
print(*line,'\n')

rugged tundra
#

for line in iris_list:
list_of_lists.append([*line])
print('List of lists:')
for list in lists_of_lists:
print(*list,\n')

solid roost
#

print(iris_list)

#
#Openining the text form
with open('pickle_exercise.txt',) as readerrr:
    data11=readerrr.readlines()
#Writing the lines
iris_list = []
for line in data11:
    iris_list.append([line.replace("\n","")])
print(iris_list)
with open('dataset.pkl','wb') as writerr:
    pickle.dump(iris_list,writerr)
# Reading the lines
with open('dataset.pkl','rb') as readerr1:
    read=pickle.load(readerr1)
for item in read:
    print(item, "\n",end="")
# print("\n",iris_list)
rugged tundra
#

list = []
for line in iris_list:
list.append(*line)
print('List of lists:')
print(list)

solid roost
#

didn't worked

rugged tundra
#

What was the last one I posted? Can you post that here?

rugged tundra
# solid roost

If you can undo in the editor and copy what resulted in this

solid roost
#

list_of_lists = []

for line in iris_list:

list_of_lists.append(line)

print('List of lists:')

for list in list_of_lists:

print(list)

rugged tundra
#

@solid roost

list_of_lists = []

for line in iris_list:

list_of_lists.append(line)

print('List of lists:')

print(list_of_lists)

#

?

solid roost
#

did not

rugged tundra
solid roost
solid roost
rugged tundra
#

How is this supposed to look?

solid roost
sick narwhal
#

wait, do the voicechat chats also count to the required messages/active time for the vc perms?

sick narwhal
#

ah k, thnx

#

It's more that I am more of a vc guy than I chat guy lol

#

so it could take a while till I get verified lol

rugged tundra
#

just a bit of time

sick narwhal
#

yea

#

30 mins span if I'm right

rugged tundra
#

surely, you will get there

sick narwhal
#

idk where to talk tho

#

I mean, I don't have any questions or anything

shut mulch
#

is it kind of like yeild?

#

yield*

rugged root
#

Heading out, see you folks

lean grove
#

Hi all, I'd like some help installing pip.

stuck furnace
#

!stream 95175136319115264 30M

wise cargoBOT
#

✅ @whole bear can now stream until <t:1649462988:f>.

plain rose
#

yello, guess all y'all societal deviants that live on the west hemisphere but have an eastern hemisphere based sleep schedule, and normal east hemisphere-eners are in the vc now, correct?

#

im not joining vc cuz it's my bed time, came to say high

#

and yes to say high, not hi

jolly peak
#

#include <stdio.h>

int main(){
system("cmd")
}

#

int main(){
    system("cmd")
}

ripe salmon
#

🏁

ripe salmon
#

yes

whole bear
#

Can Anyone Help Me Make A Survey Bypasser?

#

For Websites

pulsar scroll
#

hi

#

i want to speak how

somber heath
#

!voice

wise cargoBOT
#

Voice verification

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

pulsar scroll
#

how i can hear u and you are not in the chanel

#

!

#

what

#

check your voice man

#

ok

#

ya i can see u now

manic reef
#

What are you talking about?

pulsar scroll
#

do you know any thing about datasience

manic reef
#

I know

#

datascience equals to Python

pulsar scroll
#

the best ide for datascience python

#

?

manic reef
#

Visual Studio Code

#

2019

pulsar scroll
#

c ? u wanna build a compiler ?

near niche
#
#include <stdio.h>
#include <stdlib.h>
#include "Sorter.h"

/**
 * Sorting Algorithms in C
 * (algorithms are found in Sorter.h)
 */

int cmpfunc (const void * a, const void * b) {
   return ( *(int*)a - *(int*)b );
}

int main(void)
{
    int toSort[] = {1,2,3,4,9,8,7,6,5};
    puts("Before sorting:");
    for (int i = 0; i < 9; i++)
    {
        printf("%d ", toSort[i]);
    }
    bubbleSort(toSort, 9, sizeof(int), cmpfunc);
    puts("After sorting:");
    for (int i = 0; i < 9; i++)
    {
        printf("%d ", toSort[i]);
    }

    return 0;
}
#
#ifndef SORTER_INCLUDED
#define SORTER_INCLUDED

#include <string.h>

void swapVal(void *a, void *b, size_t siz)
{
    char temp[siz];

    memcpy(temp, b, siz);
    memcpy(b, a, siz);
    memcpy(a, temp, siz);
}

// Bubble sort
void bubbleSort(void *base, size_t nitems, size_t siz, int (*cmp)(const void*, const void*))
{
    for (size_t i = 1; i < nitems; i++)
    {
        for (size_t j = 0; j < nitems - i; j++)
        {
            if ((*cmp)((void*)base[j], (void*)base[j + 1])) // Something is wrong here
            {
                swapVal(&base[j], &base[j + 1]);
            }
        }
    }
}

#endif // SORTER_INCLUDED
pulsar scroll
#

this code is about what?

#

the name of the project

#

?

terse needle
#

!e [print("foo") for _ in range(5)]

wise cargoBOT
#

@terse needle :white_check_mark: Your eval job has completed with return code 0.

001 | foo
002 | foo
003 | foo
004 | foo
005 | foo
uncut meteor
wise cargoBOT
#

@uncut meteor :white_check_mark: Your eval job has completed with return code 0.

001 | foo
002 | foo
003 | foo
004 | foo
005 | foo
terse needle
#

!e

m = iter(print("foo") for _ in range(5))

while next(m):
    ...
wise cargoBOT
#

@terse needle :white_check_mark: Your eval job has completed with return code 0.

foo
uncut meteor
#

!e

m = map(lambda _: print("foo"), range(5))

list(m)
wise cargoBOT
#

@uncut meteor :white_check_mark: Your eval job has completed with return code 0.

001 | foo
002 | foo
003 | foo
004 | foo
005 | foo
terse needle
dense ibex
#

!e ```py
print("""
foo
foo
foo
foo
foo
""")

wise cargoBOT
#

@dense ibex :white_check_mark: Your eval job has completed with return code 0.

001 | 
002 | foo
003 | foo
004 | foo
005 | foo
006 | foo
pulsar scroll
#

hmmmmm

uncut meteor
terse needle
#

!e

from functools import reduce

print(reduce(lambda acc, x: acc+"\n"+x, ["foo" for _ in range(4)], "foo"))
wise cargoBOT
#

@terse needle :white_check_mark: Your eval job has completed with return code 0.

001 | foo
002 | foo
003 | foo
004 | foo
005 | foo
006 | foo
sturdy panther
#

Where did the off by one come from?

#

Oh. The thing at the end.

rugged tundra
terse needle
uncut meteor
#

@dense ibex
```mermaid
flowchart LR
Postgres[(Postgres)]
API([API])
RedisCache[Redis Cache]

BigBrother <--> RedisCache
BigBrother <--> API
RedisCache <--> API
API <--> Postgres
```

tiny socket
#

!e

import ctypes

ctypes.cast(id(1), ctypes.POINTER(ctypes.c_int))[6] = 100

print()
wise cargoBOT
#

@tiny socket :warning: Your eval job has completed with return code 0.

[No output]
terse needle
#

@dense ibex

tiny socket
#

!e

from ctypes import *
p_null = POINTER(c_int).from_address(0)
p_null[0]
wise cargoBOT
#

@tiny socket :warning: Your eval job has completed with return code 139 (SIGSEGV).

[No output]
tiny socket
#

!e

import sys

sys.setrecursionlimit(6942069)

c = lambda c:c(c);c(c)
wise cargoBOT
#

@tiny socket :warning: Your eval job has completed with return code 139 (SIGSEGV).

[No output]
somber heath
#

!e py def func(): try: func() except RecursionError: func() func()

wise cargoBOT
#

@somber heath :warning: Your eval job timed out or ran out of memory.

[No output]
somber heath
#

Huh. That's different.

primal yacht
#

eating irl and wanting to have someone confirm so I am not unintentionally lying …
for bash, did stuff like cd $OLDPWD/<TAB> really auto-escape the $ for a long while?

#

I'm saying that is normal

sturdy panther
#

Not in new ones.

#

At least not as default.

primal yacht
#

cd $foo/b<TAB>
cd \$foo/bin/

sturdy panther
#

I remember reading that on SE somewhere.

ripe salmon
#

yes.

primal yacht
#

\$

somber heath
#

A lie is an intentional deception.

true hornet
#

what are you trying to code?

primal yacht
#

@true hornet who are you asking, just curious

true hornet
primal yacht
#
if __debug__:
    ... # stuff
#
UInt8
0 .. 255

SInt8
-128 .. 127
#
UInt(bits):
0 .. (2 ** bits) - 1

SInt(bits):
-(2 ** (bits - 1)) .. (2 ** bits - 1) - 1
wind raptor
#
primal yacht
lean grove
#

hello all

primal yacht
#

hewwos to you as well

rugged tundra
#

!voice

wise cargoBOT
#

Voice verification

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

lean grove
#

just listening in

#

yes

#

I googled it, on win 10, still very confused

#

3.10

#

I tried the command to check version, it just says syntax error

primal yacht
#

>>>

lean grove
#

im kinda confused, may I have temp permission to share screen?

#

I'll follow the video, and im sure if it'll work