#voice-chat-text-0
1 messages · Page 658 of 1
not sure if it's what you need
basically you make a list with all the strings
then join the strings, each separated by a space
@somber heath hello
yahoy
word1 = "How" word2 = "do" word3 = "you" word4 = "like" word5 = "Python" word6 = "so" word7 = "far?" words = "" for i in range (1,7): words = words + word{i}
@whole bear
you can create an array and keep on appending the string contents
lol trying to use pydis voice to gauge if my connection is good enough to podcast
With leadership, much is possible.
I'd like to have us start migrating away from all this
Phone call
Glowseph, until discord decides to go bad
oh kk
howw do i fix this? i mean the time is correct but its showing yesterday
Your time zone likely
but the time is correct, day isnt
Check the date on your device
Discord returns all times stamps in UTC
the date is correct on my device
maybe i am living in the future, or my discord is in the past
m
or both
Sorry, got caught up in a phone conference and now I have to run errands. Today is far busier than I had anticipated
@whole bear tkinter, turtle, pygame, pyqt, kivy
Satisfied?
I'm about to try it out
so far it feels good
OH MY GOSH
this thing is fantastic
I have now fallen in love with it
Prev_floor = max(tries, n_eggs, 2^min(tries, n_eggs))
TODO: check if starting floor is tries then do different formula.
While min(tries, n_eggs):
Curr_floor = (2^min(tries, n_eggs)) + prev_floor
If egg no break:
Prev_floor = curr_floor
Else:
Prev_floor += (curr_floor - prev_floor ) // 2
69 hhhh
49
10 - 1 try 2 eggs
20 - 2 try, 2 eggs
30 - 3 try, 2
40 - 4, 2
50 - 5, 1
!e python tries = 10 eggs = 2 t = (2**min(tries, eggs)) print(t)
@amber raptor :white_check_mark: Your eval job has completed with return code 0.
0
!e python tries = 10 eggs = 2 t = (2**min(tries, eggs)) print(t)
@amber raptor :white_check_mark: Your eval job has completed with return code 0.
4
0 2eggs 10tries
10 2eggs 9tries
19 2eggs 8tries
27 2eggs 7tries
34 2eggs 6tries
40 2eggs 5tries
45 2eggs 4tries
49 1egg 3tries
46 1egg 2tries
47 1egg 1tries
48 1egg 0tries
broke at 49 and not at 48 therefore 49
!e ```python
import random
import math
class EggDrop:
def init(self, eggs, drops, floorbreak):
self.eggs = eggs
self.drops = drops
self.floorbreak = floorbreak
self.eggdrop()
def max_floor(self):
pass
def eggdrop(self):
currentfloor = 0
eggs = self.eggs
drops = self.drops
dropfloor = 2**min(eggs,drops) + currentfloor
while eggs > 0 and drops > 0:
print(f"Dropping at floor {dropfloor}")
drops -= 1
if dropfloor < self.floorbreak:
print(f"Egg did not break at floor {dropfloor}")
currentfloor = dropfloor
dropfloor = 2**min(eggs,drops) + currentfloor
elif dropfloor > self.floorbreak:
print(f"Egg BROKE at floor {dropfloor}")
dropfloor = dropfloor // 2
eggs -= 1
if (dropfloor + 1) == self.floorbreak:
print(f"Egg floor drop is {self.floorbreak}")
return
print(f"Out of Eggs: {eggs} or Drops: {drops}")
EggDrop(2,10,30)```
@amber raptor :white_check_mark: Your eval job has completed with return code 0.
001 | Dropping at floor 4
002 | Egg did not break at floor 4
003 | Dropping at floor 8
004 | Egg did not break at floor 8
005 | Dropping at floor 12
006 | Egg did not break at floor 12
007 | Dropping at floor 16
008 | Egg did not break at floor 16
009 | Dropping at floor 20
010 | Egg did not break at floor 20
011 | Dropping at floor 24
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/duyagacexo.txt
@steep flare you can't share screen on this server
Can barely find a moment to breath today
in/out
haha
hello needed help how can i convert excel file into csv
import pandas as pd
read_file = pd.read_excel(r'D:\Algorithms_Project\London_data.xlsx')
read_file.to_csv(r'D:\Algorithms_Project\New_London_data.csv', index=None, header=True)
A
what is the api key
@sweet wraith Did you think it was a good idea to stream music into voice chat?
@candid venture Yes
One sec, checking my settings
@candid venture No, it was me
My headset didn't connect properly
(amount of letters possible)**(amount of letters)
so by theory, the possibility to generate the same api key, is
1 to 1 208 925 800 000 000 000 000 000
or 1 / (32^16)
@sweet wraith Yes
?
Whats happening
u talking to me?
oh ok
I don't know threading
i know tkinter
which i'm learning now
hmm
make a while looop
you can
what
yes u can
who told you u can't make a while loop in tkinter
Hi
How can I get voice verified?
@random stag Take a look in #voice-verification. That should tell you what you need to know
@rugged root Thanks
Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.
@candid venture Seems fine? What am I looking for
any major security flaws
That's Daizy sleeping on my bed while I'm doing an exam
@gentle flint
The official music video for Sabaton's "Primo Victoria", taken from the album of the same title.
➞ SUBSCRIBE for more Sabaton: http://smarturl.it/SabatonYouTube
➞ MERCHANDISE Official Store: https://sabat.one/ytdshop
► Spotify: This is Sabaton: https://open.spotify.com/playl...
https://www.youtube.com/watch?v=tdhGiWqS-y4 @rugged root
לילה טוב
layla tov
haha keyboard go ctrl c ctrl v
➤ Twitch (coming soon) - https://www.twitch.tv/danimilkman
from video:
Dani - I Made Among Us, but it's 3D
https://youtu.be/K0X5A6aURms
@rugged root I have ten minutes left in this lecture; what's the question?
What do you think about vectorizing pos tags to classify the format of a sentence?
so for example, you'd want to know if a sentence is a question?
well, I already classified the sentence as bringing up a statistic, I am reformatting the statement into a searchable question where I can find a source for it and validate what the person has said
what do you mean, find a source for it and validate what they said?
I am reformatting the sentence like so, there have been 210,000 covid deaths --> how many covid deaths
so, transforming statements into questions answered by that statement?
yeah
alright, let me see
could you dm me what you think? I've got somewhere to be in a second so I'll be offline for about an hour
@solid atlas I'll probably say it in a public channel but I'll ping you
okay thank you, sounds good
however if what you're really trying to do is automated question-answer, I know a library for that
but it sounds like you're doing, well, the opposite of that.
from ctypes import cdll
libc = cdll.LoadLibrary('libc.so.6')
for i in range(0, 4096):
seed = libc.time()
libc.srand(seed)
print(f'{libc.rand() & 0xf}')
C library function - setvbuf() - The C library function int setvbuf(FILE *stream, char *buffer, int mode, size_t size) defines how a stream should be buffered.
<div class="contnr">
<div class="not-element"></div>
<div class="element"></div>
<div class="element">...
<div class="element">
<div class="element">
<div class="not-element">
</div>
.contnr .element:first-child {
property: value;
}
this selector will fail
.contnr .not-element:first-child {
property: value;
}
this will succeed
.contnr .element:nth-child(2) {
property: value;
}
.contnr .element{
property:value;
}```
<div class="contnr">
<div class="not-element"></div>
<div class="element"></div>
<div class="element1">...
<div class="element2">
<div class="element3">
<div class="not-element4">
</div>```
Designer = Making the page pretty/Front-End = Making the page do things (like display data)/Back-End = Storing and Process the data, That's the different web stuff IMO
React + FastAPI/React + ExpressJS (Node)
Adapted from 'The Dictator's Handbook': http://amzn.to/2fgBWps
Part 2: https://www.youtube.com/watch?v=ig_qpNfXHIU
Grey discusses this video on Cortex: https://youtu.be/ILvD7zVN2jo
Che Greyvara T-Shirt: http://cgpgrey.com/chegrey
Special Thanks:
Bruce Bueno de Mesquita &...
Components Funding (in billions)
Operations and Maintenance $258
Military Personnel $153
Procurement $97
Research, Development, Testing and Evaluation $63
Military Construction $8
Family Housing $1
Misc. $2
Atomic Energy Defense Activities $17
Defense-Related Activities $7
Total $610
Hey guys, my name is Kayler and i joined this server not too long ago and am interested in learning python. I'm a student at fullsail for computer science. I'm currently learning c# and would love to meet new people here so i could enhance my skills and make some friends. I just read the vc verification and need to start talking to people. I don't know anyone here but I'd figure to introduce myself so I could start getting to know you guys.
@somber heath
auto top up but the same principals apply
@night tiger found the auto dosing fertilizer pump
Cable management leaves something to be desired 😄
haha
seems a little disorganized to mix with water
ZZZAAAAp
its not hard to electrocute yourself, speaking from exp
Could someone help me with a script when you have a minute ?
I can't talk in the channel 😦
I'm trying to make : https://github.com/ROFLailXGOD/twitch-farmer work
I guess I'm too dumb to follow instructions :/
It's not really a python problem more than a twitch problem ... But well
that's likely rule 5 violation
Damn, my bad, I'll figure it out on my own then :/
My computer can't run firefox through the night, It crashes ....
I've not used C#, but isn't it used to program unity?
In this first video of a full Intro to C# video series, Scott Hanselman and Kendra Havens review the basics of C# from building a simple Hello World application to knowing about Object Oriented Progra
Might be a fun environment to try out projects.
There's this youtube channel...
I heard... I think it was instagram... massively sped up their python code by just disabling the optional garbage collector.
can someone explain why application support engineers need to know programming?
So... what's everyone up to? 😄
It's the middle of the night
Yeah, 3:30 am here...
See ya @amber raptor
@wild ravine then stop distracting yourself and get to class
I would speak, but it's late, sorry!
online class about the culture
lol y is everyone muted in voice
And then I heard a bang
sorry
@gilly read the voice verification channel
Delta, look alive
When I first joined High School they goofed my classes. They had put me in Algebra instead of Adv. Geometry, and they put me in weight management
But I was only 96 pounds
I need ANTI-weight management xD
They had never seen a 14 year old that was doing 11th grade stuff
It was really funny to see the look on their faces when we explained the situation
Anyways I’m going to bed
G'Night
GN
I have a question
I used Wing IDE for school to run my python files
It has a shell where it [evaluate file.py] where I could type comands in shell
what i can do is this
i can call for my function from shell
but in PyCharm i can't 😦
is there is a way?
no no I can't type in PyCharm at all
yeah
hmmmyes
maybe that is the problem
there is not much code there
yes yes
Yeh OpaLMist you got it
that what I am trying to do
⭐ ⭐ ⭐
@somber heath ⭐ X100000
@frigid shard are you from Russia
how can I run a file from terminal any one knows?
can you give me example?
python intro.py
make sure you are in the directory of intro.py
on your console window
yepp same thing
how can I check for directory where I am?
c: is your root direc.
kk cool
Crimea is Ukraine xD
I was born in Crimea
I was born in simferopol
да я знаю руский
I do know Russian
coolllll
ahahaha
I know I don't care much
I live in Canada now
it's cold xD
when I was 15
12
yap citezen
that why I don;t care about crimea xD
come here
we will go for beers
hi
how you doing
what?
maybe the file route?
maybe a permission bug
have you reviewed the permissions?
😦
good luck mah boi
Chile here
@plain dagger #voice-verification
i dont have the messages for voice verification, has been a long time since i went to this server haha
i'm not very fond to java
but that sounds like a file permissions problem
i dont have the messages for voice verification, has been a long time since i went to this server haha
@plain dagger it is a good reason to earn messages )
if you are on linux just use chmod 777 <file>
3 days after joining and presumably accepting the rules
oh
and 50 messages past a certain date, not total
can you send the file to test it?
are you on linux?
ohh ok
linux usually has that kind of problems with file names and permissions
had some headache a week ago with that
how are you getting the path?
setting the package
and import statements
point is its not my problem to deal with at this point
corrupted files that we were given to use
that's sad
hi 😦
well im trying to find some exercises for my internship interview
the teacher gave everyone a f
hello 😦
how you doing my man
its not doing starting a file "process is being used by another program"
print the whole error here haha
ahhh
its because you opened the file or something its consuming it
from somewhere
you would not unserstand
maybe some zombie process
wow that's not a good practice
package lab3.cscd211methods.CSCD211Lab3Methods;
relative path vs absolute path
you should compile from lab3 i think
yeah
can you share the error here? the trace
the file that your teacher gave to you
was a java ?
man thats like a big fork bomb hahaahah
its not
i had that kind of problems when scraping webpages with excel
😐
later
nice
it had a few issues but for the most part i got it all right the first time. just things like bad grammar in sys outs
once the file error was resolved
😐 ⬅️ Judgement face.
hahaha
Like how you'd pronounce imager.
Though you can emphasise the u a bit.
im-gurr is canonically incorrect.
my steam is at 13 hours played in the last 2 weeks school is taking up time lol and that less than one hour is like 1 am sessions
Who said it's bad to do coding day of
That's when i end up figuring out all the issues everytime
lol
crunch time is usually when i do my best work unless its a report
opus dei
apostate
All the weddings I've ever been to, the celebrant was legally required to say "According to Australian law, marriage is between one man and one woman".
hello?
whats that
why first example the declare line to be (object) and in second one they dont
did they just define instance as object?
@somber heath
ur aussie?
Victoria.
o true ahaha
in the inner city?
@hidden cove
I agree.
Its just what protests are like sadly.
I have Kangaroos in my backyard, sometimes.
lol so not inner city
Quite.
what are u guys talking about?
BLM protests
ohh
@hidden cove
So do a few bad eggs invaliditate the message of the group?
So what ur saying is that the group is bad?
Well I mean...
they are a repsenting there ideas.
@somber heath
how do u prove it?
*that
I feel like u need to use Occam's razor here
its unlikely for somebody to sneak into a group to do this
Its just natural for protests to get out of hand
@hidden cove
yeah its very disorganized people are just doing there own things
is that people makes kind of silence
I completely agree with u lol
of that stuff
True
The America Revolution was not fought for very good reasons I disagree lol
@hidden cove
The American Revolution was fought for independence
not democracy
I feel as if the America civil war is a better example
@hidden cove
how is free college for people who cant afford it communism?
is that what ur saying or am i misunderstanding
but how did u jump from a to b?
o lol
biden or trump?
wait so trump or biden lol?
Democracy is trash its so inefficient lol
In what respect?
U cant just say its the best like whats the metric
in terms of efficiency its very slow.
"Efficiency"... to do what?
Change.
Mainly
Policy development can be very slow
I'm not saying democracy is bad
Anything other than democracy is much more efficient at stripping people of rights.
but mind u,
democracy and human rights are not mutually exclusive
Likely true
But efficiency isnt about ur rights.
That's really the result of any form of government other than democracy.
It really is.
It really does depend.
Countless histrorical examples supporting that conclusion.
lol
nah
gotta be on the server for 3 days
already got 100 msgs i think lol
qwertyyyy its the most common password!!!!
my teachers at school always used to use it
A lament for all the tea / which, spilled for democracy / into that, the crystal sea / whose shores bear footprints free
It looks like it has a face.
sometimes @severe elm
I found the error. Summary: I'm dill.
i'm dill
yes
strange british word rill used in python discord: news alert
yes I did look it up
ah I see
grill
frill
i like big grills and i cannot lie
Tillage. 😏
frill bill
Just sounds like boobs to me, is all.
how?
Mysteries.
View the national and state averages for community college tuition (2020-21).
cheese duck
Hey @agile sun!
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:
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Your scientific, space-station tracker offends me. Just wait until I find my Karen wig!
Hey @hushed elm!
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:
Hey @hushed elm!
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:
is that from, toddlers and tiaras
idfk lol
fair enough
yes @somber heath
I mean, they're not wrong
lehitra'ot
sorry for jumping in and out
my voice permission wasnt enabled
was just checking iif i got verified
@thorny pulsar If you could not? 🙂
assert dominance()
How do you hop on the voice? after you've got verified
click
@echo glacier You click/tap on and press join on one of the voice channels.
def bytestream(unit, stream: list) -> np.array:
assert hasattr(unit, "bits")
assert not len(stream) > unit.bits
return np.array(stream + [bool(x - x) for x in range(unit.bits - len(stream))])
Input: [True, False]
Output: [True, False, False, False, False, False, False, False]
def bytestream(unit, stream: list) -> np.array:
assert hasattr(unit, "bits") # unit must have bits registered
assert not len(stream) > unit.bits # lenght of the stream can't be more than the bits registered
return np.array(stream + [bool(x - x) for x in range(unit.bits - len(stream))])
# Extend the list by the needed amount
alu.a = bytestream(alu, [True])
def ripple(self):
i = 0
while i < self.bits:
carry = self.carry[i]
a = self.a[i]
b = self.b[i]
p1 = gates.xor(a, b)
g1 = gates.carry(a, b)
p2 = gates.xor(p1, carry)
g2 = gates.carry(p1, carry)
self.sum[i] = p2
if g1 is True or g2 is True:
self.carry[i+1] = True
self.overflowflag = self.carry[len(self.carry) - 1]
i += 1
o/
I have been talking. Other people are sleeping.
I'd prefer to not be too loud where I am right now.
I haven't really looked into what sort of things are on the market, these days.
A lot of thin things, no doubt.
Without ethernet ports.
and...😒
Preinstalled Windows 10
Pardon?
I'm not a fan of W10 in general.
As you would have it.
Yahoy.
As stated above.
Aha.
It functions.
I think I'd probably beat out most manual morse encoders.
If I put my mind to it.
250 in morse?!
Hi
o/
Ah. Well, according to the test I did, I scored 79ish.
😒
I'm sure if I practiced I'd be faster.
hi
I use...whatever's at hand. 😎
I am not able to speak because I wrote less then 50 Messages sorry
I don't know. I guess I can use all of my fingers if I have to.
I probably use fewer.
tata
ciao
brb
@pliant atlas I am not able to speak because I wrote less then 50 Messages sorry
I feel like this person is trying to verify himself 😂
@hollow haven what's this voice verification all about i have only been gone for a month 😂 😂 😂
well i know i can't verify now 😆
Hello, my authority to speak has been removed. I haven't broken any rules
@tribal solar check out #voice-verification
did they remove the #voice-verification
@tribal solar It looks like you're 5 messages short, how are you today?
@atomic zodiac Nope, because you're voice verified they just hide it from you
ahh
@tribal solar It looks like you're 5 messages short, how are you today?
@hollow haven I am good you
I'm good, what are you working on today?
because i got verified
I'm good, what are you working on today?
@hollow haven I swimming with boys
I am aware of the sentence so wrong I wanted to say that I am swimming with my schoolmates: D
haha, that makes more sense
😄
my python class ended and i figured i didn't need it anymore
but now an issue has risen
@tribal solar Try voice verifying now, you should be good
it says i don't have permission to speak in the channel
No I have permission
Are you doing !verify or what have you in the voice-verify channel?
Yep
thank you...:/
I think they banned me
that is an oooof moment
hi
@tribal solar how long you been in the server for
I did not break the rules anyway, it must have been a mistake that I did not enter the audio rooms too much. Can you open my ban?
Since August
@whole bear can you do py -0p in cmd?
@tribal solar how long you been in the server for
@whole bear Since August
I think I figured it out
I did not break the rules anyway, it must have been a mistake that I did not enter the audio rooms too much. Can you open my ban?
Pls
yea its really wired
@tribal solar So while you have met the time criteria and and technically meet the message requirement, most of the messages have been before we started tracking the messages
There's no infractions on you
😂 😂 😂
@tribal solar So while you have met the time criteria and and technically meet the message requirement, most of the messages have been before we started tracking the messages
@rugged root
So don't I have any banned
Correct
Then why can't I speak sir
Just talk a bit more in chat (regular conversation's worth) and you'll be right as rain
So I have to spend time in chat rooms @rugged root
I can talk now: D
Thank you everyone for your help @rugged root @hollow haven
@frigid shard What have you been developing with Python?
lol
What do you have on your sandwich? Thats the most important question. @rugged root
jeezzz..
that sounds a lot of work too.. haha
Pretzel with spread and pulled chicken is great!
@amber raptor @rugged root
@rugged root is unable to digest no ones laughing today
I need my fix
I need my laughs
PEOPLE HAVE TO FIND ME FUNNY
Or at least irritating
I'll take either
Get-Content .\requirements.txt| %{$_.Split("==")[0]} > requirements-noversion.txt```
Hey has anyone messed with the Bungie API?
Can't say I have. What do you need?
Im having trouble, all the values are hashed and when i try doing a get request it keeps telling me i'm missing parameters
I haven't booted up postman in a few days to try it out i just figured i'd try here
i guess i shd do that now
Is there python library for Bungie API?
I think there's a wrappper
a lot of the documentation and guides online are for Destiny 1.
Have you looked over this? https://bungie-net.github.io/multi/index.html
yep, that's where I started.
It's like for example, Destiny2.GetVendor
it requires a vendor hash. n i found a vendor hash for the one I'm looking for, but then it keeps telling me i'm missing parameters.
You probably have to apply for one from them or something
I'll see if I can get it working. Ill b back
OMG!
Has someone worked with Flask passwordless? If so, can you tell me about your experiences. Thanks in advance.
:smh:
woops
anyways..
bungie.net/Platform/Destiny2/3/Profile/
that's the root path for the api right. and the 3 after Destiny2 is the Platform. All mine were set to 4. there wasn't a 4. Steam was 3
facepalm
It's crazy how much different stuff can look in the morning vs night
Isn't it the lack of sleep? haha..
only if i get a solid 1.5ish hours to myself in the morning..
I have no prob being a person in the AM, it's just easier if I get some work started at like 4:30-5 before anyone's up
exactlyy!
..if only I knew how to make crispy hash browns..
I never can get enough water out of the potatoes I shred
hello
hahahaha
:p
hello!
did rabbit eat carrot??
please dont alert my predator that i am in here
What are you trying to do anyway?
turn off scan content
"personality": 2166136261,
"face": 4017475055,
"skinColor": 743423460,
"lipColor": 156633756,
"eyeColor": 4187018144,
personality is a number?
I'm trying to make a neat web app for my clan so they can log in and upload clips of themselves and this one guy in our clan is a video editor so i kinda wanted a place for him to upload his stuff online so he can start having a portfolio
lmao right
There's a manifest of the API but.. it's long
That's laziness talking
@fickle fossil a web app for only your clan? Or for all sort of clans to post their content?
someone find target for day ? @hollow haven
Yea and I want to get certain key:value pairs so I can make custom cards for when my clanmates wanna see their stats
one of my favorite scenes from twister because it features the song "Humans Being" by Van Halen, which is one of my favorite songs
credit to Warner Home Video
@haughty idol hmmm?
nice dammn
Thanks!
any advantages of .rst files over html ?
Nice !!!
I like those floors n counter tops!
I'm a fan of crown molding on kitchen cabinets
Is tiara molding a thing?
Right
What if i wanted to hack a judge?
@rugged root
Ankle braclet hacking using python

lol
Is there a particular reason you're wasting my time with questions we obviously won't help with, @whole bear?
That feeling when all your api calls work and now you can finally get cracking
UGHH
Fresh pot of coffee time
@rugged root Im just here to learn sorry for bothering you
!rule 5
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.
..now if i can only make it so user input translates into its Hash...
I'm more than happy to help you learn, but I'm fairly certain that the "how to hack a judge" and "hack a tracking anklet" were merely just to irritate
Sorry, that was needlessly snippy
But no, we won't assist with obviously illegal things
hmmm that's confusing. Would I scrape the manifest for certain hashes? The only way i got my 'characterID, membershipID' were from when i logged into Bungie.net
Maybe have some sort of Oath that logs em into their bungie account and take the hashes from their profile?
sry. type/thinking out loud
True im learining Java rn its pretty hard....
I just need a teacher but idk how to find one lol
I'd recommend finding a reputable Java course you can stick to. Don't deviate just stick to it
thx guys
I'm sure there are Java discords where there are people who would love to help!
Wow thanks Mr. Hemlock
it atually copies, how cool is that
!resources @whole bear We don't really have one on one tutoring here. I can show you to a list of fantastic resources we have listed on our site. If you have any questions about the stuff you learn from those and need clarification, we'd be happy to help explain it to you
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
Automate the Boring Stuff and A Byte of Python are two solid beginner texts
I did automate the boring stuff N i'd recommend it. I only got up to the part where they start web scraping. It said that was the foundation and I felt like I knew enough to start fiddling. I will go back and finish tho
I keep forgetting I'm signed up for the SWE conference next week
I think it's like 38-43ish % of the way through the Udemy course the official Automate the Boring stuff guy puts for sale for free a lot
I wanna dive deeper OOP
welp i need 50megs to talk
Sadly the only thing i can remember from coding is Println''(hello,world)''
does '' go inside or outside?
inside
can't agree more @rugged root
@wild ravine so like this println(''Hello,World'');
@whole bear yup
what does ln do ?
In other languages it would be new line I think
So it's just saying that after this print, go to a new line
But in Python, that's the default behavior
@whole bear yup
@wild ravine wait! Isn't it System.out.println("Hello, World"); ?
@wild ravine wait! Isn't it System.out.println("Hello, World"); ?
@wild ravine
yea thats in java
hey anyone with knowledge of reStructuredText
?
Not familiar with what you mean
I think Kivy uses it
.rst files
no idea abt it tho
i saw that python devguide uses it for making htmls
I'd have to look up answers to questions though.
Wait can somone find out what coding lanuage does TN SPIRE CX calculator has
i ran into this issue that their are number of links adjacent to each other. it becomes hard to differentiate. I tried adding more space 😂 but nothing changed 🤷♂️
I'd have to look up answers to questions though.
@somber heath
@rugged root Could i get you over in code help 1 please?
Of course
@haughty idol Sounds like an artistic/creative solution situation.
Positional composition, separating characters, etc
ohk i will try right away
yo it works ^^
bruv i got so much python projects to do man
Build a chat is very hard in Python
@haughty idol Sounds like an artistic/creative solution situation.
@somber heath
well i put all links in table 😂
hacky way but worked thanks for help
Hello, I would like to learn Chinese LOL
you can put keyframe time to infinite @severe elm
nah i just deleted the keyframes thing
im sorry
button::before {
content: "click copy";
background: red;
display: block;
font-size: 0;
opacity: 0;
color: white;
font-weight: 900;
}
button::before:hover{
transition: 1 ease-in-out
}
im spanish
this way it's way smarter
ok
but styling is not done yet
ok
my websites is gonna look so damn good bro
i wouldn't take less than 1k € for it
ok
bye bye guys it was nice time 👋
ok
@haughty idol Have a good one! See you around
see you
:V
hello
brb
!e
import re
re.compile("[^B]")
@lusty marsh :warning: Your eval job has completed with return code 0.
[No output]
@livid heron is there a way I can spam without anyone seeing it so I can talk?
@cloud rover Im in the call with you, im muted
no it says that I need to have said 50 messages to talk in voicechat.
Im in off topic
ok
so can I just talk with you till I get 50 msg?
pls?
I
really
need
50 messages
i cant unmute
You'll have to verify. We have a new verification system
@ebon dagger check the pins. You have to go to #voice-verification
P3D
@sweet totem If you're wondering why you can't speak, take a look at the #voice-verification channel. That should tell you all you need to know
@fierce summit
i apologize if i made u uncomfortable
Check out the #voice-verification channel
@stiff granite Yep, just gotta keep on talking with people. Enjoy the server, help someone in the help channels, ask a question in one.
thats a graphics card right
A short conversation will get you there in no time
thats a graphics card right
@stiff granite right
ok
ok
@stiff granite you must more write on the chat than you open voice ban
yah Mr.Hemlock, im ususally not here cause i just do my work but rightnow i needed help with smthn but i need to get verified first
i was verified before
cause i got help from someone and i was able to talk then
i was verified before
@stiff granite yes me too but new rules
@stiff granite You have a 50 messages on the this chat
ok
i tried the verify again it no work so i wait more
i tried the verify again it no work so i wait more
@stiff granite You must more 50 messages write on the this chat dude
@rugged root
isnt that caled a sickle
that is a scary amount of images
@rugged root Hi
🙂
Wait ur not a software engineer
O
hey hemlock is it good to use functools module
yeah
i just fall in love with it
😄
what about dataclasses module
Hey hemlock can you suggest me a module to learn?
i know them both
@rugged root Happened to me as well
teams is doing alright
I wish Canada would do the same
We were on lockdown,
But since the cases were low in the summer,
Everything opened,
Now, they are going crazy
@solar sonnet Do not spam please,
my school use teams for online lesson but the sad thing is someone in my class kicking other students and teachers out from the call
Dude, stop
dude
@rugged root
:x: According to my records, this user already has a mute infraction. See infraction #16095.
:incoming_envelope: :ok_hand: applied mute to @solar sonnet until 2020-10-28 19:49 (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
my school use teams for online lesson but the sad thing is someone in my class kicking other students and teachers out from the call
@whole bearcuz it's a bad design
yea , i found out who was that person who kicking others
Temp banned them
Reeeaaaallllly getting tired of Discord being weird
ikr
kicking others?
@rugged root that guy you just banned he spamming images in my dms , so i blocked him
he is spamming images in dms now
i just blocked him
he can't do anything
It keeps awaiting an endpoint connection
It's showing all green on my side, which is bizarre
Wait, let me swap the voice server it's using
There is a voice server?
it died again
hi
my alpha version for my first project is ready...
a subdomain scanner (ass-checker)
cool
nice...im very proud of me...
@whole bear Take a look at the #❓|how-to-get-help channel. That should get you started
x = "spam"
y = x
z = "ham"
a = z[:]
Need someone who knows about sockets in Code/Help1
hello
hello
lol
I think it was just a problem on my end
u need to be voice verified to speak in the voice channels
Ah
It was a server mute
Ah ok, noted
Everytime I joined the server would die
There were some technical difficulties - right that
why is everyone muted
I ain't
you aren't voice verified
head to the voice verification channel
follow the instructions there
Ugh. Biased finite differencing schemes will be the death of me
THESE COEFFICIENTS MAKE NO SENSE
here's hoping my kernel update doesn't break pulse
Join the challenge or watch the game here.
!tempmute 571146367188074516 1w Using gay in a derogatory and insulting manner is not acceptable here. While you wait for your mute to finish, please re-read our Rules and Code of Conduct.
:incoming_envelope: :ok_hand: applied mute to @supple maple until 2020-11-04 22:08 (6 days and 23 hours).
why im not allowed to talk in this channel?
@mild citrus #voice-verification
wassup guys
ok
