#voice-chat-text-0
1 messages · Page 207 of 1
i want someone to help o want to ask a question pls
man i have a dgree in high school my electives was eco and busines and physics can i study cs
someone told me that you need chem to apply to cs in college
You'd have to check the uni/college requirements. They are all different
but am i save to study or no
Only Cores That Matter
You won't need chem for every college. It doesn't hurt to study if you are interested in it
thank you so much for helping me out man
No problem
hello everyone
new to python how long does it takes usually
ohhhhh Saitama ??? @proper grove
T = f(x), where x is your particular situation, and f(x) is how long it takes given your particular situation
Ramsey is french trained chef
you have saitama pic in profile
many dont know bout saitamas coolness
Saitama the anti-hero
oinky - sqeeel - SQL
do any of you code on big 55' screens , all windows open - no open/close/open.... bla bla
I wouldn't do that even if I had a screen that big
why not
RAM is still a thing
is 16 G tiny ?
Fair. I think my ADHD would hate me for having all of that open
maybe just - vstudio , program gui , and ?
Youtube, Discord, probably a game
most game peak at 1080p then need super vid card
same idea with Alien Nation movie
4k
less than 2k = minecraft blocky world
visual acerage is great
i did that - uptairs 3x 21 inch monitors , but ..
i got them free , and cheap
21 inch is considered so old now , lots for free
i was on train today - a woman was having a screaming match with her 2 personalities
@desert vector bit flags i hear?
you heard correct
def get_bits(packed_bits: int, packed_bits_length: int, bits_offset: int, bits_length: int) -> int:
if not(packed_bits >= 0 and packed_bits_length >= 0 and bits_offset >= 0 and bits_length >= 0): raise ValueError('No neagtive values allowed')
if not(bits_offset + bits_length <= packed_bits_length): raise ValueError('Invalid bit offset or length')
shift_amount = packed_bits_length - bits_offset - bits_length
mask = 2**bits_length-1
mask <<= shift_amount
return (packed_bits & mask) >> shift_amount
def set_bits(packed_bits: int, packed_bits_length: int, bits_offset: int, bits_length: int, value: int) -> int:
if not(packed_bits >= 0 and packed_bits_length >= 0 and bits_offset >= 0 and bits_length >= 0 and value >= 0): raise ValueError('No neagtive values allowed')
bits_offset_plus_bits_length = bits_offset + bits_length
if not(bits_offset_plus_bits_length <= packed_bits_length): raise ValueError('Invalid bit offset or length')
max_value = 2**bits_length-1
if not(value <= max_value): raise OverflowError(f'Value {value} is too big, max is {max_value}')
# get first bits
first_bits = get_bits(packed_bits,packed_bits_length,0,bits_offset)
# get last bits
last_bits_length = packed_bits_length - bits_offset_plus_bits_length
last_bits = get_bits(packed_bits,packed_bits_length,bits_offset_plus_bits_length,last_bits_length)
# concacntae them togegther
return (((first_bits << bits_length) | value) << last_bits_length) | last_bits
you can use this
fucntions
this is in C
besides, all I need is |=, & and an enum lol
@wind raptor its 4:00 am for me and i am still playing valorant
its 5:00 am and still playing
@whole bear 👋
your clock is an hour behind
assuming you're still in Germany
Hey, forgive me if this isn't relevant or good to post. I recently bought a smart watch from some chinese vendor, I've been trying to figure out if there is a way to make my own firmware for it, does anyone have experience with this. I get this might be a Java question but I figured you were smart and diverse people
#microcontrollers maybe.
thank you
@willow pendant hey come at voice chat 0 I can help you
ok
why not here?
i can show how i did it
Yes
Can u wait for sec?
I'm facing serious issue in my linux system
Suddenly my wifi network disconnected
if you have .env file you can use secret files feature
Ubuntu really sucks😔
Ok
i put my env file's
variable inside environment variables
no, you need to add a secret file by clicking on the add secret file button
Ok
and then just paste all the env variables there and give the filename
Ok
is this correct?
may be not with dot
nope this will work
lets see
let me share log
show me build command and start command
File "/opt/render/project/src/settings.py", line 3, in <module>
Oct 27 01:32:39 PM from dotenv import load_dotenv
Oct 27 01:32:39 PM ModuleNotFoundError: No module named 'dotenv'
add the dotenv package in requirments.txt
are you using flask
fast api
ok
for just try to build the project and check if it works
i think problem is module was missing
yeah dotenv
let me try
.
done
lets build it
i'm in middle of buidling
if it builds, after that you should run it with gunicorn. this will work for you
https://fastapi.tiangolo.com/deployment/server-workers/
ok
gunicorn reminds me golang's web framework
deployment taking too much time
oh
I will remind you when my project is completely deployed
👍
Again happened
it will still be running the building process
I have to restart my computer
Build failed because network gone
It's for some internal development
👍
👍
Hey Opal
Just thought I'd pop in
Hoping to get verified today. No big deal if not, it's just a voice channel. I'm hoping to still get some help with my pandas project but I understand that might not be your forte.
I feel it
It's just super weird cause it's supposed to aggregate my data into a new dataframe then save it to a csv. Just super dumb cause it worked before. Maybe I'm doing something wrong.
Not to bore you with this my bad
What channel do you think would be best for me
bet
Are you from the UK btw?
Sheffield
Lmaoooo it's all good. I'm American but take an interest in the UK.
Uhmmmmm let's see how about York?
Oh for sure
Netherlands?
alright then
Denmark?
hmmm
Bahamas?
Hint?
OHHHH
Austrailia
Wow I can't believe I missed that
That makes total sense
True that
Same in America sadly
All the same I am glad to be here but do my best to make a conscious effort to remember I and many others weren't here first and the impact that has.
This dude sounds like he's from the UK though 😉
@gleaming dirge 👋
@frozen owl What is your project, mate?
What are you training?
@somber heath Could I get the link for pasting my code for review? I think it's dropbox?
@frozen owl use pypy
@humble valley 👋
@wind raptor You could go to jail for espionage
true
Dude went to jail for leaking gta6
Anyway question for you chaps. Any of you guys good at pandas?
Would you mind looking at my code and see if you could find something wrong with what I'm trying to do?
I pinged you to my help channel
I did not get it working sadly
Cause what I'd like it to do is aggergate the last minute of data and add it to another dataframe that holds open, high, low, close, etc.
hello
You still there mate?
@wind raptor could you see when I joined the server so I don't spam the voiceverify?
for sure
@thorny harbor 👋
I'm still here just in game at the moment
@somber heath hi
@small slate 👋
Thank you for your help mindful dev
@old fulcrum 👋
somone give me access to video
hello
Oct 27 06:57:33 PM File "/opt/render/project/src/main.py", line 12, in <module>
Oct 27 06:57:33 PM
Oct 27 06:57:33 PM from query import Query, Users
Oct 27 06:57:33 PM File "/opt/render/project/src/api/query.py", line 63, in <module>
Oct 27 06:57:33 PM from handler import get_all_users, get_all_projects, get_all_forms, get_form_by_id, get_all_attr_forms_1, get_all_map_project_forms, get_all_attributes
Oct 27 06:57:33 PM File "/opt/render/project/src/api/handler.py", line 3, in <module>
Oct 27 06:57:33 PM from settings import conn
Oct 27 06:57:33 PM ImportError: cannot import name 'conn' from 'settings' (/opt/render/project/src/settings.py)
This is my code issue
You talking to me?
Okay so I need to resample it
Sorry I didn't know if you were talking to someone else
hello @wind raptor
would you mind checking this out for me https://drive.google.com/file/d/1SMlBDXcKEPEP633vs9P3NXS7MGMMm7X8/view?usp=sharing
i was trying to animate this for an event
it
it's jst the beginning
hello @somber heath
@wind raptor what are you doing
@wind raptor before going back help me
this
ah let it be
just your opinion
thank you
@unique osprey 👋
apreciate your time
hey
yeah this is for my annual function
so I think this might work
@whole bear 👋
👋
@mystic forge 👋
ahahahahah google go brooom
how are you doing
@dusky lynx you could use chatgpt for help
I do
I've used it briefly
sometimes yeah
Yes it's true usually
its faster than python but python can write the same program in less code
@edgy sierra Thanks buddy, I'm able to successfully deployed my api on render
I do.
Randy Powell explains vortex math and the ABHA Torus from the beginning.
Expanding on the work of Marko Rodin. Contact Randy directly at randy@theabhakingdom.com or visit his website at http://www.theabhakingdom.com
@lost fulcrum 👋
is it some numerology "stuff"
remember remember the 5th of november
code cracked
10/10 would buy on itunes
hi
warm week here in the midwest also
its 15C here in London
Hey @wind raptor something new with my program happened
ahahhahahahahahahah
I'd talk in this channel but I'm not verified yet
I have, I think I have a few more hours left
oh yeah, doing that ,later
oh thats
cyberdog
I'm not the best artist in the world
I just wanna get something done so I can compile the game
@kindred stone 👋
Is that from peaky blinders?
wait it's a real place I realize now
ahahhahaahahhaha
simplified version of this place
its wrong, for example the tube station is on the right side of the street but I've put it on the left
also Camden Lock isn't a sign, its rail track but I've got it as a sign
IDM
Back at the dealership waiting for the new tire to be put on
Hai
Can't talk
In the dealership waiting room and all that
If only
No it's pretty nice here actually
Nice kureg or however you spell it machine
keurig
Bagels, sandwiches, etc
They're Jimmy John's too so they're pretty good
It's the one I've gone to for a long time
Reliable Toyota in Springfield mo
Fuel injector in the veins
"need that 93 octane"
Yas
Well no no
It's my same vehicle
It's where I get it serviced too
Bored now
bored moment
Getting restless. Hoping I'm not stuck here for 2 hours
Ligma processing?
There isn't a V7 is there?
@oblique ridge Do you have to wear a pith helmet whenever you use Apple's browser?
damn, now i kinda want to play don't starve
I enjoyed it but it never quite clicked
Pith helmet.
i use firefox on my mac but that's still basically safari anyway lol
sorry I left the room and my phone reconnected, gonna disconnect and reconnect in 10 mins, sorry for the dings
You're fine
dong
and you're coarse
lover
should i stream?
should you?
the stage is yours for the taking, jan
feel free
alright
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
isn't it
__init__?
Dude, Opal, how do you live. Dealing with code blocks are a god damn nightmare on mobile
they really are yeah
I speak from sad experience
This is rough
Well, I haven't got a tiny screen.
Practice, I guess.
?123 =\< `
Just feels so faaaaar
no they're not
i forget
The ai code thing. Copilot alternative
codeium
Gotcha
all of this is what copilot x is
everything is in beta except the original copilot plugin
need to waitlist in each one
Also massively depends on if it understands existing plans for the project.
i like snyk
Could give you suggestions that directly conflict or makes it more complicated to change
Snyk?
yeah people shouldnt blindly trust stuff given to them
Not without legal recourse
exactly
wouldn't people want to hire crazy people
#bot-commands
That's where the crazy stuff is, in fairness
@flint hill Don't ask to ask, just ask
can of worms open xD
Mushroom freshener.
UNLEASH THE WIGGLES!!!
What?
can someone explain in game views for pygame?
so if I have a screen of 640X480 how do Increase my game room without messing with the screen?
What do you mean by game room?
window?
i think they mean scrolling
ooh that just gave me a stupid iidea
Render larger than your view window and take a slice of it the size of your window?
tiles
game thats room is size of screen but your viewing area is just the small window
then as you move to the bounds, the window expands to show instead of having screen scrolling lol
i can see nothing cool coming from that tho
pygame game jam just released thier theme "unknown" wanna make a like top down rpg with fog of war
Frog of war
looooooooooool
XD
Is the current fog just based on what the screen shows?
If so then you can just base it on an area around the players instead
I was thinking theres a constant fog and the player has to avoid traps
I could just define "irational" x and ys for the traps and have them move into the game screen I guess
Dog of War. Frog of War. Log of War. Pog of War. Nog of War. Bog of War. Sog of War. Cog of War. Hog of War. Jog of War.
Blog of War.
opal of war
"IT JUST CROAKS"
Many things do croak in war
oooooo dark humor in mind wont post instban
I'm voice verified!
hubris
The Dunning–Kruger effect is a cognitive bias in which people with limited competence in a particular domain overestimate their abilities. Some researchers also include the opposite effect for high performers: their tendency to underestimate their skills. In popular culture, the Dunning–Kruger effect is often misunderstood as a claim about gener...
The Dunning–Kruger effect is defined as the tendency of people with low ability in a specific area to give overly positive assessments of this ability.
PERFECTION IS A LIE
there's this graph which is often used but don't think it has a real basis iirc
nah f that, I know everything about programming
same tbh
XD
Watch the road not us! haha
class P_button(pygame.sprite.Sprite):
def __init__(self,x,y,*groups): # Intialisation
super().__init__(*groups)
self.img_org = pygame.image.load(os.path.abspath(os.getcwd()+os.path.join("\imgs","Button_P.png"))) # Image orginal
self.img_alt = pygame.image.load(os.path.abspath(os.getcwd()+os.path.join("\imgs","Button_P_2.png"))) # Image Alternative
self.image = self.img_org # Set Default image
self.rect = self.image.get_rect() # Set Colision Rectangle
self.rect.x = x # Rect X
self.rect.y = y # Rect Y
self.click = False # Click Variable
def update(self):
if self.rect.collidepoint(pygame.mouse.get_pos()): # Check collision with mouse
self.image = self.img_alt # Alt image
else :
self.image = self.img_org # Orginal image
if self.click == True: # Test if clicked
if self.rect.collidepoint(pygame.mouse.get_pos()): # If collision
global MENU # Globals
MENU = False # Menu False
if MENU == False: # If Menu False
self.kill() # Kill self
screen.fill(WHITE) # Wipe screen```
yay my "play" button done
I've been here 10 years but never verified XD ahaahahhahahaha
Yeah Mars Climate Orbiter
The Mars Climate Orbiter (formerly the Mars Surveyor '98 Orbiter) was a robotic space probe launched by NASA on December 11, 1998, to study the Martian climate, Martian atmosphere, and surface changes and to act as the communications relay in the Mars Surveyor '98 program for Mars Polar Lander. However, on September 23, 1999, communication with ...
NASA's system was using metric; Lockheed's system was using US customary units.
should it print the include line?
not an issue specific to pygame, the python you're using isn't able to find the module you're looking to use
python 3
can you copy the error you get. it should tell you which module you're missing
meow
alr
ModuleNotFoundError: No module named 'pygame'
PS C:\Users\pc\OneDrive\Desktop\Python>
I've done a Brisket in the oven and it turned out great!
ModuleNotFoundError: No module named 'pygame'
PS C:\Users\pc\OneDrive\Desktop\Python>
By:
Import pygame
If you wanna be real dad vibe make a brisket every Christmas
Viscode
I asked ChatGPT how to read minds
thats the thing i try Pip Install Pygame
in terminal in vscode type pip install pygame
I used Codieum in VS code to write almost the entirety of my GUI
hm interesting
i'll be able to help out in 30m likely, i have a meeting coming up rn
yeah, this is how it's perceived/represented sometimes, but far from what statistics say
!voiceverify
:incoming_envelope: :ok_hand: applied timeout to @wispy basin until <t:1698426525:f> (10 minutes) (reason: burst spam - sent 8 messages).
The <@&831776746206265384> have been alerted for review.
that won't work lmao
!tvmute 1005104818219667558 "2 weeks" Spamming messages to up your message count is not the way to get voice verified. You can still join voice channels without being verified; you just have to get some legitimate server activity in order to get verified.
:incoming_envelope: :ok_hand: applied voice mute to @wispy basin until <t:1699635605:f> (14 days).
Mina halp. Quickbooks sucks
Yeah might as well delete that one. Plenty of people will stumble on things and run them without thinking
if your chair is on the floor, here is how to get it back and pick up all the pieces of something broken and unfair.
easy to do tutorial at home. fun and easy
more tips @alantutorial twitter page
This local TV commercial has made it to national TV via the Ellen Degeneres show. This is the extended version
What Basic Thing Would You Like To Learn?
Suggest In The Comments Below!
Click Here To Eggscribe! --►
http://bit.ly/Eggscribe
Dont forget to Subscribe to see new vids!
You May be interested in this related video-
"How To Close a Door"
http://www.youtube.com/watch?v=n2_LWlKkRYQ
HowToBasic
Catch These Men
Connect the Dot
A Petit Dejeuner
An Album Cover
Colors that End in "Urple"
Toast
I have a Chardonnay
This is unedited raw footage of a bear I filmed with my cell phone. I'm not sure what kind of bear this is.
Watch Full Episodes: http://asw.im/5Dk9vG
SUBSCRIBE: https://youtube.com/adultswim1?sub_confirmation=1
About Adult Swim:
Adult Swim is your late-night home for animation and live-action comedy. Enjoy some of your favorite shows, includi...
Too Many Cooks
Watch Full Episodes: http://asw.im/3cyX3a
SUBSCRIBE: https://youtube.com/adultswim1?sub_confirmation=1
About Adult Swim:
Adult Swim is your late-night home for animation and live-action comedy. Enjoy some of your favorite shows, including Robot Chicken, Venture Bros., Tim and Eric, Aqua Teen, Childrens Hospital, Delocated, Metalo...
Event from account 00437: Subject 3 prone on kitchen floor.
http://ABSurveillanceSolutions.com
those three are made by the same guy that did alantutorial
The right kind of batteries are never around when you need them. I'm Mark Erickson, and this is Infinite Solutions: Home Edition. In this episode, I'll show you how to recharge dead batteries using other types of batteries that still carry a charge.
IMPEDANCE RATIO CORRECTION: 2AA = 3 9V
Need more help? Contact me at www.marksinfinitesolutions...
The C-rate of a battery is the measurement of current in which a battery is charged and discharged at. The capacity of a battery is commonly rated at 1C, meaning that a fully charged battery rated at 1Ah should provide 1A for one hour.
Okay that makes sense
Fucktons of button cell batteries
Pup culture, actually
Also, we can tie it to Disney movies, too
Robin Hood's Maid Marian
Jake eagerly stepped into his new job, grateful for more experience and new challenges, craving to learn new software stacks and see what his new company had to teach him about the world of software.
They told him he’d be working on some websites, dealing with JavaScript, Node.js, JSON, and the like. It sounded pretty reasonable for web develop...
this royally sucks
what the hell is happened in the end, adult swim is trippy as f.
Here we go again, another day, another scammer. This time a scammer decided to use a live payment processor to test validity of cards to scam. Not very smart and he'll pay because of it.
Hope you enjoyed the video!
Join my Discord server and come say hi:
https://discord.gg/engineerman
Check out some code on my GitHub:
https://github.com/realt...
Denial of service usually relies on a flood of data. Slow Loris takes a more elegant approach, and almost bores a server to death. Dr Mike Pound explains.
Cracking Windows by Atom Bombing: https://youtu.be/rRxuh9fp7QI
Zero Size Files: https://youtu.be/kiTTAbeqQKY
Google Deep Dream: https://youtu.be/BsSmBPmPeYQ
Babbage's Analytical Engine: CO...
Wait whose move is it on that board?
black to move
This isn't a one step to checkmate, right?
Most reasonable move I can see is queen take bishop
Knight to bishop?
white has Qg7#
so you need forcing moves
can I join although I'm not in vc?
ye ofc
✅
then rook to d1
noice
chess
good morning
here is 8pm in uk
Any one solid with PyQt5?
My Application is crashing for a few users but only those users and at random times.
No traceback is generated so I assume its happening at a sub dependency level.
Was able to identify Qt5Core.dll as an identified crash point for one user. I assume this means I have a memory leak somewhere?
aim of go is to end with more points than your opponent
you get points be enclosing space
in some rules, you also get points by capturing opponent pieces
it's hard not to talk during other people's game :p
pieces are captured when all their free spaces are taken up
pieces of the same color that are immediately next to one another are part of a group and share free spaces
Just a sudden "Oh man you FUCKED up"
not an issue lol
Immediately as in not diagonal?
yes
yeah i'd probably start yelling that when i convince myself to turn on mic
only orthogonal
It's like watching horror movies
"Don't go into that room you idiot! Oh come on it's like you're WANTING to be killed!"
but if i'm in a puzzle or watching someone play, it's all of a sudden clear to me
yeah i'm not even a good player
@torn lotus
thank you, got it
hi
pronunciation can dictate whether or not you are perceived as intellectual, agreed
I hate misspelling when speaking on intellect 😆
it's big on perception but isn't objectively the case which makes for fun scenarios
@oblique ridge @raw carbon This ^?
so much to learn in such a short life
شمال
؟
یونس؟
It's weird to me when you have languages where the written language is called something different than the spoken one
l33t
as opposed to leet
like 110 -> علی
which is also extra dumb cause it's meant to be short "elite" 1337
پهلوی
馬/马
Any three-dimensional topological manifold which is closed and simply-connected must be homeomorphic to the 3-sphere.
basically take a cube, you can move its shape around so that it's a sphere
because sphere and cube are closed and simply connected
but a donut cannot become sphere
now do that in 4 dimensions
Well no, that's a donut hole
Provided to YouTube by Stones Throw Records LLC
Tesselation · Mild High Club
Skiptracing
℗ 2016 Stones Throw Records
Released on: 2016-08-26
Main Artist: Mild High Club
Auto-generated by YouTube.
riemann
In mathematics, the Riemann hypothesis is the conjecture that the Riemann zeta function has its zeros only at the negative even integers and complex numbers with real part 1/2
that's the riemann zeta function
basically prove the conjecture true or false
import random
input("Choose (r)ock/(p)aper/(s)cissors: ")
print(random.choice(("You win!", "You draw!", "You lose!")))
@whole bear 👋
@hot bay 👋
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
YouTube, Corey Schafer, Playlist for Python Beginners.
!e py print('Hello, world.')
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
Hello, world.
!e py a = 123 b = 456 print(a) print(b)
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 123
002 | 456
!e py print(1, 2, 3)
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
1 2 3
!e py print('a', 'b', 'c') alpha = 'a', 'b', 'c' print(alpha)
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | a b c
002 | ('a', 'b', 'c')
!e py alpha = 'a' + 'b' + 'c' print(alpha)
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
abc
a = 1, 2, 3
b = (1, 2, 3)```
Hey if you don't mind can we continue here in sometime
yes
Alright then I will catch up you in sometime
Thank you
Op
🙂
@spiral wadi 👋
Hey Opal
you okay?
I have my volume off XD
its 6am and there are others in the building
IDK why I joined chat xD
1 sec
I can hear now
h#yeah
suppposed to be my cyberpunk protangonist for the pygame game jam
optical implants have malfunctioned
the character cant see either
I literally made this in 5 mins, I should improve it
I only have 8 days
but thats alot of time really
but pygame is alot of fucking around
@versed escarp 👋
urgh still have to wait 8 hours for vv
you have to wait tilll you can speak
do you know how to beat box
alr
what should i code
i made a banking app one time
i made an rpg loottable generator
hmm
ill just play rlcraft lol
*modded minecraft
ye
!kindling
The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.
@jolly python 👋
@somber heath would you like to try my very simple guessing game when i make it
omg your voice is too good @somber heath
@somber heath i like ur voice too
thats cheating XD
random guessing game but with a twist: when you get it wrong, it downloads and opens a picture that says "higher" or "lower"
lmao
nah I take everything with a pinch of salt, dw
what is this sprite?
some crappy cyberpunk guy
sweet
under view sorry
on the top left side of the screen
I love VSC
I find it much nicer to use than pycharm etc
tysmmmmm!! @astral coral
hahaha
I've got a really basic fog of war drawn but what I might do is make enemies like green vibrating lines
so everything black except the character
an easy way to make fog of war is to have a bunch of clouds stacked on top of each other
and then turn them into grids
and then paste them over and over and over and over and over and over and over and over and over and over and over and over
I was just gonna make a single frame with transparentcy in the middle
well that works too
xD
im so happy that i finally bought my computer
I was gonna give the illusion of movement but the character remains at the centre of the screen
I honestly have no idea what I'm doing, need to brain storm more
keep trying
who left
Xesicj
@jolly python We've had a talk, and decided we won't forgive you for leaving.
@jolly python The council has spoken
@somber heath how old ru
@spiral pelican @wide umbra 👋
🤯
4.6 billion years old
WHAT
the age of sol
anyone here like terraria?
I used to play it
lol
he's old enough
i had 90 hours on a singular character
ouch
it was so worth my 10 dollars
Bros can you help me with a code?
yep
whatcha need
send
I also mee need helpp
makes me mad too @somber heath
looooool
code
what do you need
I need a method to get a set of numbers between certain two numbers m and n. But I must omit numbers with same digits . For example lets say numbers between 7 to 911. If the set has the number 247, the numbers 427, 472, 742, 724 must not be in the set. I want a python code for this
so the average of two numbers without the decimals??
??????
No I need unique numbers like what i mentioned there
If the set has the number 247, the numbers 427, 472, 742, 724 must not be in the set.
i could probably help you with that
The other permutations must be omited
three digit numbers only?
No It depends
If there is no method you can make function right?
@somber heath i think he means
According to the input given
Yppppp
you cant reuse the same three numbers
yesss
why would you need that tho
But to reduce the excecution time
of what
I have to calculate the sum of squares of the digits in numbers between given 2 numbers m and n
@somber heath dont forget he hasnt joined the vc 💢
lets say 123.
So there is no point of calculating 213, 321 , etc after calculating 123
are you expecting someone to code it for you for free
!d frozenset
class set([iterable])``````py
class frozenset([iterable])```
Return a new set or frozenset object whose elements are taken from *iterable*. The elements of a set must be [hashable](https://docs.python.org/3/glossary.html#term-hashable). To represent sets of sets, the inner sets must be [`frozenset`](https://docs.python.org/3/library/stdtypes.html#frozenset) objects. If *iterable* is not specified, a new empty set is returned.
Sets can be created by several means:
• Use a comma-separated list of elements within braces: `{'jack', 'sjoerd'}`
• Use a set comprehension: `{c for c in 'abracadabra' if c not in 'abc'}`
• Use the type constructor: `set()`, `set('foobar')`, `set(['a', 'b', 'foo'])`...
!d in
6.10.2. Membership test operations
The operators in and not in test for membership. x in s evaluates to True if x is a member of s, and False otherwise. x not in s returns the negation of x in s. All built-in sequences and set types support this as well as dictionary, for which in tests whether the dictionary has a given key. For container types such as list, tuple, set, frozenset, dict, or collections.deque, the expression x in y is equivalent to any(x is e or x == e for e in y).
For the string and bytes types, x in y is True if and only if x is a substring of y. An equivalent test is y.find(x) != -1. Empty strings are always considered to be a substring of any other string, so "" in "abc" will return True.
!d for
8.3. The for statement
The for statement is used to iterate over the elements of a sequence (such as a string, tuple or list) or other iterable object:
for_stmt ::= "for" target_list "in" starred_list ":" suite
["else" ":" suite]
``` The `starred_list` expression is evaluated once; it should yield an [iterable](https://docs.python.org/3/glossary.html#term-iterable) object. An [iterator](https://docs.python.org/3/glossary.html#term-iterator) is created for that iterable. The first item provided by the iterator is then assigned to the target list using the standard rules for assignments (see [Assignment statements](https://docs.python.org/3/reference/simple_stmts.html#assignment)), and the suite is executed. This repeats for each item provided by the iterator. When the iterator is exhausted, the suite in the `else` clause, if present, is executed, and the loop terminates.
!d range
class range(stop)``````py
class range(start, stop[, step])```
The arguments to the range constructor must be integers (either built-in [`int`](https://docs.python.org/3/library/functions.html#int) or any object that implements the [`__index__()`](https://docs.python.org/3/reference/datamodel.html#object.__index__) special method). If the *step* argument is omitted, it defaults to `1`. If the *start* argument is omitted, it defaults to `0`. If *step* is zero, [`ValueError`](https://docs.python.org/3/library/exceptions.html#ValueError) is raised.
For a positive *step*, the contents of a range `r` are determined by the formula `r[i] = start + step*i` where `i >= 0` and `r[i] < stop`.
For a negative *step*, the contents of the range are still determined by the formula `r[i] = start + step*i`, but the constraints are `i >= 0` and `r[i] > stop`.
!d continue
7.10. The continue statement
continue_stmt ::= "continue"
``` [`continue`](https://docs.python.org/3/reference/simple_stmts.html#continue) may only occur syntactically nested in a [`for`](https://docs.python.org/3/reference/compound_stmts.html#for) or [`while`](https://docs.python.org/3/reference/compound_stmts.html#while) loop, but not nested in a function or class definition within that loop. It continues with the next cycle of the nearest enclosing loop.
When [`continue`](https://docs.python.org/3/reference/simple_stmts.html#continue) passes control out of a [`try`](https://docs.python.org/3/reference/compound_stmts.html#try) statement with a [`finally`](https://docs.python.org/3/reference/compound_stmts.html#finally) clause, that `finally` clause is executed before really starting the next loop cycle.
Okayyyy Ill try to usee themmm. Thank youuuu
Ive never used frozen sets
Ohh I think i got an idea
!d set
class set([iterable])``````py
class frozenset([iterable])```
Return a new set or frozenset object whose elements are taken from *iterable*. The elements of a set must be [hashable](https://docs.python.org/3/glossary.html#term-hashable). To represent sets of sets, the inner sets must be [`frozenset`](https://docs.python.org/3/library/stdtypes.html#frozenset) objects. If *iterable* is not specified, a new empty set is returned.
Sets can be created by several means:
• Use a comma-separated list of elements within braces: `{'jack', 'sjoerd'}`
• Use a set comprehension: `{c for c in 'abracadabra' if c not in 'abc'}`
• Use the type constructor: `set()`, `set('foobar')`, `set(['a', 'b', 'foo'])`...
!d str.join
str.join(iterable)```
Return a string which is the concatenation of the strings in *iterable*. A [`TypeError`](https://docs.python.org/3/library/exceptions.html#TypeError) will be raised if there are any non-string values in *iterable*, including [`bytes`](https://docs.python.org/3/library/stdtypes.html#bytes) objects. The separator between elements is the string providing this method.
!d sorted
sorted(iterable, /, *, key=None, reverse=False)```
Return a new sorted list from the items in *iterable*.
Has two optional arguments which must be specified as keyword arguments.
*key* specifies a function of one argument that is used to extract a comparison key from each element in *iterable* (for example, `key=str.lower`). The default value is `None` (compare the elements directly).
*reverse* is a boolean value. If set to `True`, then the list elements are sorted as if each comparison were reversed.
Use [`functools.cmp_to_key()`](https://docs.python.org/3/library/functools.html#functools.cmp_to_key) to convert an old-style *cmp* function to a *key* function.
Thank uuuu Opal
@fringe shoal im chilling
n Jabtastic
?
This
ohhh
n = and
mb
hey dont give me the credit lol
speaking of coding, does anyone want me to code something simple for them
I think I will try to write it then If i didnt I will back
Classy.
sarcasm or srs
i can never tell i cant read online cues lmao
@fringe shoal how old ru
opal mist is much older then u
no
😭
D:<
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Jailbreaking. In the context of chatgpt, a prompt which bypasses its built-in protections against misuse.
not w/o jailbreaks
@late cypress https://sanctuary.fandom.com/wiki/Nubbins From a show I was recently watching.
thank you so much for sharing this
7
no, if u tripple 14 it is not 21
what the fuck is fart gamers india
trolling im so sorry
I'm off for dinner. I'll leave you degenerates to it.
YOOO same timezone
my pfp is the best fr
are you going to sleep?
Is anyone there
ohh so sorry I had to go
All good. 🙂
bro are u there?
@dense ibex
hi
hi
what are you trying to code?
do you know all about ctypes and sys module ?
i want a help in that.
hi algan
hi 👋
good
how about you?
i have a django project
a medical record
oo that's neat
k im back
how you doing @wind raptor , good day?
discord bot?
oh
@wind raptor did you make those graphic on the homepage?
is really good
Hello boys
how are you
Why can i not stream & talk
In the voice channel?
I can do it on my other account
But for some reason i cannot do it on this one
What i would like to do, is stream installing apache local host
/www/html/
var/www/html linux parrot
Because you're not verified
Ohhh, that is strange
You dont have a colour either. do you ?
No i don't know how you get verified
Oh, well thanks anyway
Maybe one day i find out
I wont be able tot alk then
wait
change mic
This is crazy
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
i cant stream either
!stream 1155012003543396412
✅ @whole bear can now stream until <t:1698516578:f>.
26% of users
well
the users who did the survey
OK. so what I wanted to Say.
I have such question. with this task.
Cyclic shift
A cyclic shift of a sequence to the right is a sequence that is built by shifting the last element of an initial sequence to the beginning. Given numbers N and k and a sequence of whole numbers of length N, output the result of consecutive shifting to the right k times.
#1 Input
5 2
1 2 3 4 5
Output
4 5 1 2 3
#2 Input
5 5
9 100 6 0 1
Output
9 100 6 0 1
#3 Input
3 1000
9 1 2
Output
2 9 1
a = int(input())
b = int(input())
Numbers = []
for i in range(0, a):
el = int(input())
Numbers.append(el)
print(Numbers[-1:-1-b:-1] + Numbers[0:a-b])
The problem is that, if case 1 works correctly, other 2 do not.
So is there a method to offset the elements of the list?
Frankly, when I hear you, Python community more and more feels similar to Blender comunity)
!tvmute 754386649777045566
duration
!tempvoicemute <user> <duration> [reason]
Can also use: tempvmute, tvmute
Temporarily voice mute a user for the given reason and duration.
A unit of time should be appended to the duration. Units (∗case-sensitive):
y - years
m - months∗
w - weeks
d - days
h - hours
M - minutes∗
s - seconds
Alternatively, an ISO 8601 timestamp can be provided for the duration.
sagi3925
!tvmute 754386649777045566 1h
:incoming_envelope: :ok_hand: applied voice mute to @latent finch until <t:1698524102:f> (1 hour).
😥
Why were you spamming join/leave?
It was my brother
We all hear a noise every time you do that, so it's really disruptive. Please don't do it again. You are responsible for your account.
🇮🇱 👍
gh api users/<username>/repos --paginate | python -m json.tool | grep -i "ssh_url" | sed -E 's/[^:]*: //' | sed -E 's#.*\/([^/]+)\.git".*#'\''\1'\'': ''\0''#' | sed "s/\"/'/g"
I now have voice, whoop whoop
i'm trying to ssh connect from a chromebook to my pi
and that what i'm trying figer out
@whole bear nice noodles
yeah
thats true
@gilded solstice wait are you @whole bear ?
yes
why on alt?
gofek?
rip gofek
i dont think he was perma banned, only for 2 weeks
!stream 1155012003543396412
hi
helo opal
yan
also thats not the part of the name
oh
id do debate compos if it were a reddit thread
"smoother video"
is resolution a issue?
"better text readablitiy"
not sure
my pleasure
visualizer
yes
@frozen fern 👋
@gilded solstice 👀
@dawn vale 👋
!voice 👇
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
ah
Voice Gate failed
You are not currently eligible to use voice inside Python Discord for the following reasons:
• You have sent less than 50 messages.
im sad now
Is that like
ok tho
ah
ok
anyone here good with redis
@undone idol im from india too lol
what part?
oh bharat
it just means india
kinda like how we say "states" in the us
lmaooo
trust me man
I understand
nah u good
we love people who love our food lmfao
chicken byrani is lwky amazin
okok hold up
anyone here good with redis
kinda dying
im from pune
!voiceverify
crap
me
#voice-verification
wdym? @neon perch
I use jetbrains
@neon perch
its there
bam
@runic bloom 👋
dafuq is my hello xD
hello2
@whole bear 👋
ooooooo .....
burn
you join VC for 2 secs
Opal says hi to everyone in VC ... except me of course
brb
I said hi after you complained.
My attention was split.
eh? it didn't show up?
Verbally.
nah dw man, I had too much coffee this morning, being weird
but you were muted and deafened?
After