#voice-chat-text-0
1 messages · Page 929 of 1
just wash the windows
hahahahhahahahahahhahahahh
funny jokerman
i am
yemloke
do u knows pijics
anybody know pijics?
What is it?
not mode,do u knows pijics
Moving Charges and Magnetism
charges move
and it become magnet
it is pretty cool
smart
is anybody here a physics major?
need welp
send welp
i'm pretty sure there's people in the server as i've seen them
but i don't think anyone in the vc right now
hey can u study pisics and teach me
pwese
is theere moving charges and magnetism in astrophysics?
@whole bear @frosty crystal
i love how you answer all of my dumb questions
emlock are u,alec and all the others are friends irl
can u tell how did u guys meet
Looks like I have to send 50 messages over 30 minutes to be unmuted
Alright, that's fine with me
😂
Wait, if you can increase the amount of time they have to wait
Can you reduce it as well?
Right, that makes sense
I see
What kind of conversations typically go on?
Is it code reviews?
Or just projects?
seriously?
I'd actually like to get into that if it's open source
That's actually really interesting
Yeah, I can see why
I'll be back after a little bit
how i can start with this:
i need to make a function that return to me for example this:
[[[1, 2]]] --> [[[1]], [[2]]]
[[[1, 2], [1, 2]]] ---> [[[1, 1]], [[2, 2]]]
[[[1, 2]], [[3, 4]]] ---> [[[1], [3]], [[2], [4]]]
anyone please?
wut is your max wpm
in type racer?
no in monkye type
ye mines about 50
oh thats 80 for me
i for some reason find it a bit fun
typing
i will be studying and for some reason if will find the need to go to monket type and just blow up a couple of hours on it
MonkeyType is awesome
opal sounds european
i have to get ready for school
its 7 am
@rugged root hey man
is this ur channel @rugged root
ohk, i was trying to recognize the voice of the guy didn`t match tho
Filmed May 20, 2011. The kids had found that the trampoline was a lot of fun to play and bounce on, as well as the stump nearby. This was quite amusing to watch.
ye it is
i feel like it is fun to just chill
u can just put on a tv show or a movie and just type
monkey type
An error occurred: Command raised an exception: ClientException: ffmpeg was not found.
what wrong with this?
does anyone know how to play bingo completing 5 (rows /column) in 5X5 grid
yes, they are real.
ok i will not mess with python programmers
shotgun is amazing
a winchester rifle and a beneli shotgun?
can u show that scoped rifle by the side
that revolver must have a big kick
wut is the bullet type?
oh
can u show that scoped rifle
texan?
sorry
wut
wut
i tot guns not allowed in UK
can u tell the procedure u went through
if u can
y r u not allowed to
oh
there was a point in my life where i saw like a hell lot of gun videos
i just binged hikhok45,demolition ranch and a couple more people
Forgotten Weapons is worth watching
sure
time to start gun craze again
god i love all the 4 guns u sent, atleast
the look
One sec
yea
i meant the scoped rifle
in the side
in the first pic
is your father a gun smith by any chance?
aah
ohh
i wish like there would be firing range where you can just shoot pistols
idk wut they are called exactly
in my country
ye
yeye
eys
yes
exactly
thats what i meant
you have to get a licence to enter the firing range
but i wish my country did have that
is Heroku support FFmpeg?
i wanna Try to Build a music bot that work @novel sigil/7
ye but air pistols are pretty rare here
being conscious is actually good in my dictionary
like it is one of the indicator that you're alive
and that's decent
no
not me
i barely know csv files and stuff
how to enter data into csv files and stuff
and can u use a csv file as a database
ok i am never gonna mess with a programmer again
i have a nerf gun
soo
dont mess with me
: )
i hate aerated drinks
Fair
like they have a lot of sugar
but the carbonation just numbs the taste of sugar
ok u beat me in nerf guns aswell
Makes it have a more sour taste yeah
The CO2 makes it an acid, plus the add phosphoric acid to most sodas
is it automatic rifle?
nah, it's pump
i wish i had a strongarm and a 3d printed pump action shotgun called spring thunder
ye
That’s not a pistol
i have a weapon its called a hand and i can punch people with it depending on where it may or may not hurt / injure you more than a knife would
it works exactly like a pump shotgun
shells is fed like a shotgun and it ejcts shells like a shotgun
BEST SCENE. Enjoy.
Please donate to this channel, I have no money :( Any will do, thank you so much!
Paypal: Jackdawson081@outlook.com
Magnum scene from Bruce Almighty
steam deck THICC
I've had hardback books bigger than these
if it looks like shit people won't buy it 😦
hello
@idle egret #voice-verification
Has the Windows 11 Store update is unlocked or no?
I think they're rolling it out in waves
lool
You do
The Nov. 8 lawsuit relies on testing by a marine biologist of 20 tuna samples taken from 20 Subway restaurants in southern California.
It said 19 samples had "no detectable tuna DNA sequences," while all 20 contained detectable chicken DNA, 11 contained pork DNA and 7 contained cattle DNA.
Where do I get these?
o-o fried maggi noodle balls filled with potato and cheese....
now that sounds unhealthy
Oh my god yes
Someone gave me like the 7th(?) Kingdom Hearts for free for something several years ago
I gave up after an hour
ah srry i didn't get the ping
i'm doing gr8
how about you? 🙂
@crystal fox https://www.youtube.com/watch?v=mvz3LRK263E
The first 500 people to click the link will get 2 months of Skillshare for free https://skl.sh/michaelreeves3
Thanks to everyone who helped out with screaming!:
https://www.youtube.com/iDubbbzTV
https://www.youtube.com/maxmoefoePokemon
https://www.twitch.tv/lilypichu
Screaming Roombas are technology that mankind has dreamed about ever since we...
class Reaction(str):
id: Optional[Snowflake]
name: str
animated: bool
__slots__ = ('id', 'name', 'animated')
def __new__(cls, data: Dict[str, Any]) -> 'Reaction':
id_ = _get_as_snowflake(data, 'id')
name = data.get('name', '_')
animated = data.get('animated', False)
# If id_ is None then it is default Emoji and only consists of the
# emoji name (which is a unicode eomji).
return super().__new__(cls, name) if id_ is None else super().__new__(
cls,
'<' + ('a' if animated else '') + ':' +
name + ':' + str(id_) + '>'
)
def __init__(self, data: Dict[str, Any]) -> None:
self.id = _get_as_snowflake(data, 'id')
self.name = data.get('name', '_')
self.animated = data.get('animated', False)
@rugged root ehhh....
!e ```python
class Zero:
def new(*args, **kwargs):
return 0
z = Zero()
print(z)
@brave steppe :white_check_mark: Your eval job has completed with return code 0.
0
Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.
{
"id": "41771983429993937",
"name": "LUL",
"animated": true
}
{
"id": "41771983429993937",
"name": "LUL",
"roles": ["41771983429993000", "41771983429993111"],
"user": {
"username": "Luigi",
"discriminator": "0002",
"id": "96008815106887111",
"avatar": "5500909a3274e1812beb4e8de6631111",
"public_flags": 131328
},
"require_colons": true,
"managed": false,
"animated": false
}
Much bigger 😮
Starlette is what FastAPI is built on
Strawberry is this I linked, which is for GraphQL
!paste @whole bear
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.
is there a way to get help in this channel?
Raspberry Pi As Wake on LAN Server: First of all, this is an updated revision of my previous tutorial. The Raspbian image has changed, and the old version is no longer valid.What does it do?You can wake up any PC linked to the Raspberry Pi remotely. It can be done on the local network…
We can now Install Windows 11 or Windows 10 on the Raspberry Pi 4 without using a PC! We can do it all from the Raspberry Pi running a Debian-based OS like Raspberry Pi OS thanks to the all-new WoR Flasher from Botspot This will Word with a Micro SD Card, USB Drive M.2 SSD or a 2.5" SSD and in this video, I show you how to get this up and runnin...
Get the full desktop experience of Windows on your Raspberry Pi
hallo
How is you
i am sending a "do your job better" email to a sales rep for the millionth time
Will i be able to run on it
literally the millionth time
The windows 11
@whole bear Well that was quick
@whole bear I'm really not sure
The articles and links are the best I can do
kathy says "hi hemlock"
@rugged root
Is there a way connecting like the raspbarry pi pico ssh client so it can control my main windows
I have no idea
EuSpRIG offers Risk Managers the world's only independent, authoritative & comprehensive web based information describing the current state of the art in Spreadsheet Risk Management.
@arctic ledge http://automatetheboringstuff.com/
some really good horror stories about spreadsheets here: http://www.eusprig.org/horror-stories.htm
EuSpRIG offers Risk Managers the world's only independent, authoritative & comprehensive web based information describing the current state of the art in Spreadsheet Risk Management.
Excel: Why using Microsoft's tool caused Covid-19 results to be lost
"The badly thought-out use of Microsoft's Excel software was the reason nearly 16,000 coronavirus cases went unreported in England. [The labs] filed their [result logs] results in the form of text-based lists - known as CSV files - without issue. PHE had set up an automatic process to pull this data together into Excel templates so that it could then be uploaded to a central system. The problem is that [Public Health England] PHE's own developers picked an old file format to do this - known as XLS. As a consequence, each template could handle only about 65,000 rows of data rather than the one million-plus rows that Excel is actually capable of. And since each test result created several rows of data, in practice it meant that each template was limited to about 1,400 cases. When that total was reached, further cases were simply left off. To handle the problem, PHE is now breaking down the test result data into smaller batches to create a larger number of Excel templates."[POB] I can correct the headline to:
Why a lack of basic data controls caused Covid-19 results to be lost
Of course they should not have chosen a file format with a size limit to process results. Nonetheless, whatever technology they used, anywhere data is exchanged between systems there must be checks and controls that reconcile the output of a transformation stage to its input, such as record counts and hash totals. Even if the upload process would only accept XLS files, batch total controls could have been imposed there too.
The bioinformatics community decided it was easier to change gene symbols than changing peoples' habits.'Módos, whose job involves analyzing freshly sequenced genetic data, says Excel errors happen all the time, simply because the software is often the first thing to hand when scientists process numerical data. "It's a widespread tool and if you are a bit computationally illiterate you will use it," he says.'
An NHS Lothian-commissioned review found a "human error" in a 2012 spreadsheet with the specifications for air flow in critical care rooms. It was only when the hospital had been handed over to NHS Lothian, and £1.4m monthly repayments had started, that independent checks found the critical care rooms were operating with the wrong air flow. Remedial work worth £16m has since been carried out and the new Sick Kids building started hosting outpatient appointments in July. An independent tester appointed by both sides "did not identify the non-compliance with the guidance within critical care", according to the report
The National Treasury Management Agency explained that the agency purchased a fund in dollars, but it was not designated or marked on the spreadsheet record as such. It was recorded as a euro fund. "Subsequently, when the error was discovered, the dollar exchange rate had moved against the NTMA and the investment return was down €750,000." The Public Accounts Committee (PAC) questioned the agency about the "control weakness".
The retirement fund had initially referred the matter to the adjudicator, which ruled that the actuary alone was responsible for R40m in overpayments made to exiting members of the fund. The overpayments, made over a number of years, stemmed from a "hard-coding error" in the spreadsheet system the actuary had been using. The adjudicator ruled that the error constituted maladministration on the part of the actuary, who should pay damages.
whose turn is it
i can't speak lol
is this a voice chat to ask questions about python?
do you have any experience walking directories to unzip files? i have a script that works on some zip files, but not others, and I can't figure out why
BadZipFile : Bad CRC-32 for file 'myfile.xlsx'
i work in insurance 🙂
property casuality liability
it's whack. I'm copying a file from a NAS to my desktop and some of the files are unzipped OK, and others are giving me this error
Bad CRC is bad zip
Not sure if this applies:
Note: If the ZipFile was created by passing in a file-like object as the first argument to the constructor, then the object returned by open() shares the ZipFile’s file pointer. Under these circumstances, the object returned by open() should not be used after any additional operations are performed on the ZipFile object. If the ZipFile was created by passing in a string (the filename) as the first argument to the constructor, then open() will create a new file object that will be held by the ZipExtFile, allowing it to operate independently of the ZipFile.
which is why I'm really confused. I have ~500 files to unzip, and I'd rather not have to manually do the BadZips
i use jupyter notebooks in VSCode
Can you extract actual file
!code
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
import os
from os import walk as osw
from os.path import join as ospj
from pathlib import Path
import zipfile as zf
aqlp_path = r'source_path'
my_path = r'dest_path'
for dir, subdirs, files in osw(aqlp_path):
for file_zip in files:
if zf.is_zipfile(ospj(dir,file_zip)) == True and ospj(dir,file_zip)[-4:] == '.zip':
with zf.ZipFile(ospj(dir,file_zip),'r') as f:
f.extractall(my_path)```
so i'm new to python, i'm not sure if that's best coding practice
I'm in corp america... it's... ok 🙂
What line is it failing on there?
f.extractall
i can have 3 .zips on my desktop and some work and some don't
but I can manually extract all of them no problem, and none of the data is corrupted
Do f.testzip()
Use 7Zip
So, rezip them?
No the 7zip program should let you bulk unzip
I have like 500 files to append together
You'd have to anyway though, right?
yessir
Then yeah, it might be easier to cut out the middle step with some hand done stuff so it's prepped for processing
i think i can do that in pandas easily from what i have read... i just started python a week or two ago though
legacy SAS user here ...
Should. Just keep adding more info to the dataframe
Although I'm..... really not sure. #data-science-and-ml will know much more than I
I've futzed with Pandas a bit, but not enough to be confident in things I say
ok thanks for the help
No problem!
@amber raptor they do - I know
They PIP every year
if they have 5 strong teammates.. hire a 6th so they PIP the person they have to PIP
Yeah but most of the TC is stock based
vests after 4 years
@rugged root is right
Start @ FAANG then hire onto another company and the resume booster is huge
What's that mean
I mean go to that channel and you can voice verify so you can talk
Rather than type
Back in a sec
You may have to swap channels or disconnect/reconnect to the channel if you haven't already. The permission doesn't take right away
i just realized that mass unzipped won't work for me
every .xlsx in the zipped files have the same name, so I have to extract, rename, extract, rename
😠
Jesus
Then yeah, you might want to do the testzip thing I sent earlier, see if it's a specific file that's throwing it for a loop
NAS drive > 2018
2018 > 2018-01.zip
file.xlsx
extractall()
...code to rename...
path/to/folder/2018-01.zip/file.xlsx
can anyone "unsuppress" my mic? 🙂
Check out the #voice-verification channel. That'll tell you what you need to know about our voice gate
oh heck that's a lot of things to go through
failed = open("failed.txt", "a")
for dir, subdirs, files in osw(aqlp_path):
for file_zip in files:
if zf.is_zipfile(ospj(dir,file_zip)) == True and ospj(dir,file_zip)[-4:] == '.zip':
with zf.ZipFile(ospj(dir,file_zip),'r') as f:
try:
f.extractall(my_path)
except zf.BadZipFile:
failed.write(my_path)
failed.close()
i DCed
Seriously looking for suggestions on my home office/studio room
dumb question
"I use Arch BTW"
my os.rename method fails when the file already exists, how can I do something similar to
os.rename(src,dest)```
Works everytime
Amazon.com: led strips
pathlib is more recommended nowadays
from pathlib import Path
my_file = Path("/path/to/file")
if my_file.exists():
# file exists
lol
:incoming_envelope: :ok_hand: applied mute to @misty trellis until <t:1636756049:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
how i can start with this:
i need to make a function that return to me for example this:
[[[1, 2]]] --> [[[1]], [[2]]]
[[[1, 2], [1, 2]]] ---> [[[1, 1]], [[2, 2]]]
[[[1, 2]], [[3, 4]]] ---> [[[1], [3]], [[2], [4]]]
for item in list_thing:
for inner in item:
for i in range(len(item)):
item[i] = [item[i]]
Uh oh
Lol what.. they aren't a customer if they haven't paid anything to CurseForge
i kinda gave up hope on the argument when i read the words "speed I deserve"
They are paying by watching ads
Yeah like; who are you?!
Royalty? 😂
I'm thinking of putting that stuff behind crown molding so it's recessed lighting.
Individuals need different amounts of light throughout the day depending on what task they are focused on.
Jump to > Ergonomic Lighting Tips
@fair peak here
oh thanks
what a coinciddence i was just using sketchup today for the first time in 5 years
i might be able to help if anyone needs
what do u main?
Blight
damn never tried him but keep hearing it takes a bit of skill
yes
i mained mickey
mickey mouse?
yes mickey myers xd
but havent played in forever
thought i heard u needed to use sketchup for some basic 3d modeling and i used sketchup a lot back in highschool and downloaded sketchup again today after 6 years to help out a friend so if u need a hand too i'll be doing some modeling as well https://imgur.com/a/DWMTpit
In computability theory, a system of data-manipulation rules (such as a computer's instruction set, a programming language, or a cellular automaton) is said to be Turing-complete or computationally universal if it can be used to simulate any Turing machine. This means that this system is able to recognize or decide other data-manipulation rule s...
throwback https://youtu.be/XxeF3XN7osM?t=6
Bro I'll tell you what you fat little cunt
joe for president
pet names
A quick tip showing how to draw parallel lines in SketchUp, and how to reference off another line in your model.
Because everywhere has presidents as their heads of state.
I just find the map amusing.
"You, too, can be president of Australia!"
It's not impossible. When the Queen goes, it's going to stir up a ghoulish surge of republicanism.
In both the regular sense and the U.S. sense.
Hey @thin breach!
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 @thin breach!
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 @thin breach!
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:
4 2 3
3 0 1 3 1 4 0 2 1 1 0 4 1 2 1 3 2 5 0 2
1 3 1 4
2 1 1
4 1 2 1 3 2 5
3 1 1 4
A B C
B > 0 A == 0 left side of the island
B > 0 C == 0 right side of the island
so tired. GNight Opel and Aurora.
4 1 2
4 1 1 2
4 1 2 1 3 2 5
3
412 213 325
211
412
4112
B = 1
valleys
41213
hello
GAAHAHA
vapoursynth.Error: Analyse: Function does not take argument(s) named _lambda, _global
@fierce summit Might have figured it.
It's about tracking the directionality of the line.
and if it goes up after it's gone down.
I iterated over the numbers pairwise.
05434243450
0 1 2 1 3 0 3 1 2 0
0123456789 01 12 23 34 45 etc
4121325
Direction starts as up. Iterate pairwise. If first is less than second, set direction up, but not before incrementing valleys if direction is down.
If first is greater than second, set direction down
!e py nums = [*range(10)] for a, b in zip(nums[:-1], nums[1:]): print(a, b)
@somber heath :white_check_mark: Your eval job has completed with return code 0.
001 | 0 1
002 | 1 2
003 | 2 3
004 | 3 4
005 | 4 5
006 | 5 6
007 | 6 7
008 | 7 8
009 | 8 9
"If you travel up after travelling down, valley, unless you've hit ocean."
What's up guys
I didn't understand your ask. Could you repeat please?
Okkie
why sublime text
Cause that is suitable for my pc since my pc can't handle big software and I love it .
@somber heath why dont you help me with programming, why are you always helping aurora
Well, i going to sleep. Good night everyone.
Hi there,
Is there any way to Host a music bot for Free?
Replit & uptime robot
thank you very much are you a mod? thank you very much i may join
the voice side possibly.
helper?
so the helper lol jk. May i ask what you are doing on discord?
this is one of what ?
what do you do for a living if dont mind me asking?
why?
do you code?
me too
yes
i like it a lot
ive researched into the ai driven art
created with python.
its pretty great stuff
efficiency in frameworks
cross-platform frameworks
im sorry for understanding the question.
The only ways i've used python was to develop efficiency within my framework
*could be
could you repeat that
i didnt fully grasp the comment
but i understood most of it
frameworks are very difficult to creatre
its a skill learned when you hit near peak learning curve.
python is future
i want to create the future of code
wow
what is that a game
?
Any of you here aware of RASA chatbot?
what is that
An L-system or Lindenmayer system is a parallel rewriting system and a type of formal grammar. An L-system consists of an alphabet of symbols that can be used to make strings, a collection of production rules that expand each symbol into some larger string of symbols, an initial "axiom" string from which to begin construction, and a mechanism fo...
Its a python framework based on tensorflow, for easy chatbot dev
could you pm me details please
sure
thank you i appreciate you. good information.
!pypi pillow
@woeful salmon Can haz unmute pls?
could i get voice?
@compact yacht https://imgur.com/gallery/OJaqKvR
Can haz unmute pls? 128363483828977664
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!voice
@compact yacht #voice-chat-text-0 message
https://i.imgur.com/YEX6RtP.png
Python art multiprocessing test.
🔥
Yo yo?
Yahoy.
How do i join a help voice vc?
best variable names: foo and bar
:incoming_envelope: :ok_hand: applied mute to @whole bear until <t:1636796938:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
sorry i was working on something so didn't have discord maximized
i'm currently working on an extensive vs code extension for python snippets
because honestly i use alot of these as user snippets already and once you know how to use them it makes like a looot easier
cool project
its not really a project
i use copilot usually for such things
just a tool i'm writing to help myself
i use copilot for personal projects for inline completion as well but
for actual work you wouldn't wanna use it
why
for the 2 reasons being
- it may be using code that's not under a free license
- it may be using code which is outdated or bad and it may get past you because of either trusting it or not knowing the logic for that code itself
hmm i understand
Traceback (most recent call last):
File "c:\Users\Johnd\Desktop\ccxt22\main.py", line 290, in <module>
run_bot()
File "c:\Users\Johnd\Desktop\ccxt22\main.py", line 289, in run_bot
asyncio.get_event_loop().run_until_complete(test_updatecsv())
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2288.0_x64__qbz5n2kfra8p0\lib\asyncio\base_events.py", line 642, in run_until_complete
return future.result()
File "c:\Users\Johnd\Desktop\ccxt22\main.py", line 177, in test_updatecsv
sell_profit = exchange.price_to_precision(symbol, (buyprice+profit_amount))
numpy.core._exceptions._UFuncNoLoopError: ufunc 'add' did not contain a loop with signature matching types (dtype('float64'), dtype('<U3')) -> None
Hi any of you know why I can't insert pictures here?
I need help but I couldn't share my photo
either lag or multiple pictures in same message should be the cause
only 1 picture though
# Set up Suggestions
Import-Module PSReadLine
# Shows navigable menu of all options when hitting Tab
Set-PSReadLineKeyHandler -Key Tab -Function MenuComplete
# Autocompleteion for Arrow keys
Set-PSReadLineOption -HistorySearchCursorMovesToEnd
Set-PSReadLineKeyHandler -Key UpArrow -Function HistorySearchBackward
Set-PSReadLineKeyHandler -Key DownArrow -Function HistorySearchForward
Set-PSReadLineOption -ShowToolTips
Set-PSReadLineOption -PredictionSource History
#Set the color for Prediction (auto-suggestion)
Set-PSReadlineOption -Colors @{InlinePrediction = "DarkGray"}
echo gcb >> $profile
o/
I mean, nobody was talking.
But we didn't hear you talking if you were.
Nope.
@molten pewter You good over there?
You were making "gnyah gnyah gnyah" noises.
lol
Sign up for a free Roomstyler account and start decorating with the 120.000+ items. Anyone can create photorealistic 3D renders of the interiors they have designed.
@strange breach Hello. 🙂
hey
A lot of mic noise there, buddy. 🙂
lol sorry
All good.
i want to hear @molten pewter opinion on kyle rittenhouse
Yea you're probably right dude
remember this is a Python server let's avoid controversial political conversations
guys I need some help for a little thing in python, sure u can solve it, im new in it so not really able to :/
ill wait someone in code/help 0
@haughty pier @molten pewter @woeful salmon
I wouldn't say that we should avoid controversial politics, rather sensationalist propaganda.
spoken like a true politician. Why don't you run for office?
guys please need some help
id vote for you
whats up?
ive innested list
fund a pac, call it Aaron Hall for America, and let's start organizing the community 😛
do you accept crypto currency?
have this [["we", "l,ook", "aw's,ome","avd"],["y'es", "we", "are"]] and i need this [["we", "look", "aw","some","avd"],["y","es", "we", "are"]]
we could make it a dark pac, on the dark web.
@jovial nexus
i dont understand what you're doing
can you send the code you've wrote so far
ok
and the question
im just removing commas
and when there is a '
i split the word
the problem is that the split returns a list so it adds a further list
u can merge the lists
list_of_lists = [["we", "l,ook", "aw's,ome","avd"],["y'es", "we", "are"]]
try1 = []
i = 0
for li in list_of_lists:
for word in range(len(li)):
list_of_lists[i][word] = list_of_lists[i][word].translate(list_of_lists[i][word].maketrans({",":"",".": "", "(":"",")": "", "!":"","?": "",":":"",";": "", "[": "","]":""}))
if "'" in list_of_lists[i][word]:
list_of_lists[i][word] = str(list_of_lists[i][word].split("'"))
i += 1
print(list_of_lists)
jesus ho wmany tabs do u have opened
how ? hahaha
ive tryed but i need [["we", "look", "aw","some","avd"],["y","es", "we", "are"]]
the first and the second list must be seprated
this is the output that i need
when there are commas i simply replace them, when i have ' i have to split the word
i have a different output when i run it
did you edit it before sending me the new version?
ill try to get it to work how you want. Is this urgent are you on a time limit?
list_of_lists[i] = list_of_lists[i][0:i-1] + list_of_lists[i][word].split("'") + list_of_lists[i][i:len(list_of_lists)]
i get all items to index i - 1, plus the list, plus the rest of items
u can do it quiet hahaha
delate the str casting haha i forgot to delate it
but would be lovely if u can send me it before this evening if can obv
i mean its pretty simple what you want to do I just have to read through what youve done so i just wanted to make sure so its not an emergency and you need it sent back to you within the hour
at which line should i implement it
a okok thnks
so you want everytime it has a ' for it to split the list? and then you want all the words to appear normal? thats it?
after if
did you fix it? is it outputting correctly when you run it?
Hey
gives me this [['we', 'look', "aw'some", 'aw', 'some', 'we', 'look'], ['y', 'es', 'we']]
works for the second list but not properly for the first
for i, li in enumerate(list_of_lists):
for j, word in enumerate(li):
list_of_lists[i][j] = word.translate(word.maketrans({",":"",".": "", "(":"",")": "", "!":"","?": "",":":"",";": "", "[": "","]":""}))
if "'" in word:
list_of_lists[i] = list_of_lists[i][0:j] + word.split("'") + list_of_lists[i][j-1:len(list_of_lists[i])]
print(list_of_lists)```
here u are
it gave me the correct results @untold rapids
@woeful salmon ruls
@woeful salmon what you working on?
cool dude
dont install it @molten pewter its a trap
that file contains malware
@haughty pier - You know you're still streaming - right?
🤣
im just playing @woeful salmon
its a beutiful picture
@molten pewter brings up/starts the best conversations. I feel like if i listen to his conversations my life experience (what i know) increases by 3-10 times what i would do per day in regular life
@woeful salmon you're lucky. Easier to focus, less distractions
i get told that often... tho its a bit more complicated xD
😆
i guess its easy to get off what you're doing/working on
[['we', 'look', 'aw', 'avd', 'look', "aw'some", 'avd'], ['y', 'we', 'are']] gives me this
maybe everyone needs a refresh/refreshers(different activties)
:/
you want text to speech?
you can maybe use google
I'm not good in English so maybe I realized wrong
i got go btw, i will text u later
or tomorrow goodbye thank you @jovial nexus @dull viper
guys if it develops enough does it mean they can do our job (develop code) without ever needing us ? (thus everyone out of jobs) ?
maybe not right now, but 30 years from now?
so you're telling me to buy the cheapest fish oil? @molten pewter
In aesthetics, the uncanny valley is a hypothesized relation between an object's degree of resemblance to a human being and the emotional response to the object. The concept suggests that humanoid objects that imperfectly resemble actual human beings provoke uncanny or strangely familiar feelings of eeriness and revulsion in observers. "Valley" ...
they can do everyone we do without fatigue
running 24/7 no sleep
no human error either
1 million tasks, all done perfectly
@woeful salmon i want to put you in the hole , comp,ete isolation in your cell for a month
no light, no sunlight, no people
just food on a tray slid underneath your door
i can't
will probably go insane
i can do it for like a few hours at max
but the point is i can do it for a few hours
so more than a few minutes
damn, thats creative
would that work? if the sensors arent there?
like how can you recreate sense?
yea
the mic in your brain
well beside it
i got sidetracked
@molten pewter we need to sit down sometime and watch Colombo together
yea i wrote a few
i started coding instead🤣
a CLI application
with python and solidity
python -m pip install --upgrade pip
you send the best links
who speak ?
what?
nothing
Meow
Vaccination mot covid-19 erbjuds alla som är 12 år eller äldre. Vaccinationerna ska registreras i det nationella vaccinationsregistret (NVR) hos Folkhälsomyndigheten. På denna sida hittar du statistik om hur många vaccinationer har utförts totalt och hur många som är vaccinerade mot covid-19 i landet, per län och per kommun.
@haughty drift Skyline is talking about this I made: https://github.com/Bluenix2/wumpy
Documentation for the Discord API wrapper Wumpy
git init @pseudo nebula
Local git repository ^
a = int(input("How many carbs are you eating "))
c = input("What is your blood sugar ")
if c == 3:
z = 3.5 / 4
print(a / 13 - z)
if c == 4:
z = 2.5 / 4
print(a / 13 - z)
if c == 5:
z = 1.5 / 4
print(a / 13 - z)
if c == 6:
z = 0.5 / 4
print(a / 13 - z)
if c == 7:
z = 0.5 / 4
print(a / 13 + z)
if c == 8:
z = 1.5 / 4
print(a / 13 + z)
if c == 9:
z = 2.5 / 4
print(a / 13 + z)
if c == 10:
z = 3.5 / 4
print(a / 13 + z)
if c == 11:
z = 4.5 / 4
print(a / 13 + z)
if c == 12:
z = 5.5 / 4
print(a / 13 + z)
if c == 13:
z = 6.5 / 4
print(a / 13 + z)
if c == 14:
z = 7.5 / 4
print(a / 13 + z)
if c == 15:
z = 9.5 / 4
print(a / 13 + z)
if c == 16:
z = 10.5 / 4
print(a / 13 + z)
if c == 17:
z = 11.5 / 4
print(a / 13 + z)
if c == 18:
z = 12.5 / 4
print(a / 13 + z)
if c == 19:
z = 13.5 / 4
print(a / 13 + z)
if c == 20:
z = 14.5 / 4
print(a / 13 + z)
if c == 21:
z = 15.5 / 4
print(a / 13 + z)
if c == 22:
z = 16.5 / 4
print(a / 13 + z)
if c == 23:
z = 17.5 / 4
print(a / 13 + z)
if c == 24:
z = 18.5 / 4
print(a / 13 + z)
if c == 25:
z = 19.5 / 4
print(a / 13 + z)
why
does it not
Open a help channel, see #❓|how-to-get-help
🙂
whats the problem
from os import path
from tkinter import *
import tkinter
from tkinter.filedialog import askopenfilename, askopenfilenames, asksaveasfilename
import subprocess
import TKlighter
from tkinter import ttk
from sys import exit
window = Tk()
window.title("Cobalt - v0.01")
gpath = ''
def runMyCode():
output.delete('1.0', END)
global gpath
if gpath == '':
saveMsg = Toplevel()
msg = Label(saveMsg, text='Must save the file first.')
msg.pack()
return
command = f'python {gpath}'
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
outputResult, error = process.communicate()
output.insert('1.0', outputResult)
output.insert('1.0', error)
def openFile():
path = askopenfilename(filetypes=[('Python Files', '*.py')])
with open(path, 'r') as file:
code = file.read()
textEditor.delete('1.0', END)
textEditor.insert('1.0', code)
global gpath
gpath = path
def saveMyFileAs():
global gpath
if gpath == '':
path = asksaveasfilename(filetypes=[('Python Files', '*.py')],defaultextension=".py")
gpath = path
else:
path = gpath
with open(path, 'w') as file:
code = textEditor.get('1.0', END)
file.write(code)
def light(event):
TKlighter.custom_regex_h(textEditor, r'".*"', "#f1fa81")
TKlighter.def_h(textEditor, '#ff79c6')
TKlighter.print_h(textEditor, '#50fa7b')
def doubleQuots(event):
textEditor.insert(tkinter.INSERT, '"')
def exitWindow():
exit()
textEditor = Text(window, wrap="word", undo=True)
textEditor.config(bg="#282a36", fg="#c2ebf2", insertbackground="#dadde3")
textEditor.bind('<Key>', light)
textEditor.bind('"', doubleQuots)
textEditor.pack(expand=True, fill="both")
output = Text(height=7)
output.config(bg="#21222c", fg="#c2ebf2")
output.pack(expand=True, fill="both")
menuBar = Menu(window)
fileBar = Menu(menuBar, tearoff=0)
fileBar.add_command(label='Open File', command=openFile)
fileBar.add_command(label='Save', command=saveMyFileAs)
fileBar.add_command(label='Save As', command=saveMyFileAs)
fileBar.add_command(label='Exit', command=exitWindow)
menuBar.add_cascade(label='File', menu = fileBar)
runBar = Menu(menuBar, tearoff=0)
runBar.add_command(label='Run', command=runMyCode)
menuBar.add_cascade(label='Run', menu = runBar)
window.config(menu=menuBar)
window.mainloop()
Wow, you do sound excited 😄
Is Joe going to teach you?
Ah right fair enough.
For Kubernetes?
It just comes down to how to structure your project. Circular imports might be a sign of too much coupling between the modules.
Sorry @whole bear, I'm leaving in a minute.
aw, issoke :))
@raw hemlock #tools-and-devops would be a good place to ask.
Okey i'll post
How was the pyqtgraph office hours @brave steppe?
Haha, I didn't contribute much other than chatting around and having an elevator pitch about using typing annotations.
ic
lol 😅
I dipped in for a minute, but it's a bit over my head I think.
Probably more like I'm just lazy.
It was nice having everything explained by the maintainers but I did not feel very helpful 😆
lol
pyinstaller.exe --onefile --noconsole (FILE)
that --noconsole kills my output
Alright, nice to see you guys, I'm off 👋
Goodnight LX
d = {
'a': 0
}
# You want to be able to do this?
print(d.a)
@royal dagger
Data validation and settings management using python 3.6 type hinting
class Something:
a: int
def __init__(data: dict[str, Any]) -> None:
self.a = data['a']
If you want to do it yourself
!e ```python
class Something:
pass
s = Something()
Something.a = 'A'
print(s.a)
@brave steppe :white_check_mark: Your eval job has completed with return code 0.
A
!e ```python
class Something:
pass
s = Something()
other = Something()
Set an attribute on one of them
s.a = 'A'
This will raise AttributeError
print(other.a)
@brave steppe :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 11, in <module>
003 | AttributeError: 'Something' object has no attribute 'a'
!e
class A:
name: str = "abc"
a1 = A()
a2 = A()
print(a1.name)
print(a2.name)
a1.name = "bcd"
print(a1.name)
print(a2.name)
@royal dagger :white_check_mark: Your eval job has completed with return code 0.
001 | abc
002 | abc
003 | bcd
004 | abc
!e
class A:
l = []
a1 = A()
a2 = A()
print(a1.l)
print(a2.l)
a1.l.append("abc")
print(a1.l)
print(a2.l)
@royal dagger :white_check_mark: Your eval job has completed with return code 0.
001 | []
002 | []
003 | ['abc']
004 | ['abc']
from datetime import datetime
from typing import List, Optional
from pydantic import BaseModel
class User(BaseModel):
id: int
name = 'John Doe'
signup_ts: Optional[datetime] = None
friends: List[int] = []
one = User(id=1)
two = User(id=2)
one.friends.append(1)
two.friends.append(2)
# Notice how the ouput is NOT friends=[1, 2]
print(one) # id=1 signup_ts=None friends=[1] name='John Doe'
print(two) # id=2 signup_ts=None friends=[2] name='John Doe'
@royal dagger
def result(x, y):
return x * y
print (result(10, 100))
z = (10, 100)
print (result(*z))
Super Mario Bros is the most iconic game EVER so I thought why not recreate it in Unity but add realistic physics whenever you touch a block, or a coin, or an enemy?
Download Here: https://fairlii.itch.io/mario-wphysics
🏅Patreon: https://www.patreon.com/LunalLane
🔊Discord server: https://discord.gg/EZpqXGw
🐦Twitter: https://twitter.com/Fairl...
After turning the original Sonic the Hedgehog into a 3D game, I decided to try and do the same thing with the original Super Mario Bros. This time I actually made all the models myself by using voxel art to turn Super Mario Bros into a 3D game.
Second Channel: https://www.youtube.com/c/CodyCantEatThisToo
Twitch: https://www.twitch.tv/codycantea...
@unique wyvern thanks for the company while i worked~
smooth particle hydrodynamics simulation
i'm going to bed now though, i need to debug it later
srry but is that a wobbly shell inside another shell?
you make me feel like a peasant m8
can anyone help me in #☕help-coffee
Hello @ionic ferry
@whole bear Give me a moment
ok
feels proud
scone
A scone ( or ) is a baked good, usually made of either wheat or oatmeal with baking powder as a leavening agent, and baked on sheet pans. A scone is often slightly sweetened and occasionally glazed with egg wash. The scone is a basic component of the cream tea. It differs from teacakes and other types of sweets that are made with yeast. Scones w...
Hello we have a Question regarding our pc build. We don't know why it doesn't work. I would really appreciate suggestions on how i could fix it. Im showing my build in this YouTube video: https://youtu.be/PYB4zvBbaH0
We have a Question regarding our PC build.
@woeful salmon whatsup ; enjoying JS conf
it was streaming on Youtube as well
what did they cover?
anything worth watching?
i have like elementary school level expectations since its in our counntry
nothing
im not allowed to speak invc 💔
have less than 50 messages
lol
yeah sure no worries
does anyone of you know rdbms?
F
ahh cool
basically i want to know while creating a table how can i set a constraint that the input value starts with 'A'
now the conventional way to do this would be using 'Like' keyword with "A%"
yes
oracle
CONSTRAINT constraint_name (column like 'A%')
np 🙂
Traceback (most recent call last):
File "C:\Users\chary\Desktop\Jarvis1_Pr\JarvisAi.py", line 226, in <module>
pi.hotkey('win')
AttributeError: module 'pyautogui' has no attribute 'hotkey'```
Yeah but if it is in a browserr rasbperry pi
And external storage as usb
It wont be laggy
@half silo
Coz in my usb i have 250gb
Windows has OpenSSH built-in now
with powershell core only
Is Jake skipping school 👀
he said i'm not going to school yeah
Can anyone send me video of How can i remote ssh access on windows so for example i open my python script in my windows and it can connect to rasbperry pi
reload the page
\
What you mean
What songs are you learning? 😄
I don't even know lmao
haha
It's a bit random, sometimes I have songs I wish to practise
have u started learning or u have been practicing for long
Oh I have been playing for a very long time
Jake needs it
ya 18 we used to have a light liscence for 25 cc vehicles but this law didn`t last for so long
ah
Alright welp, guitar lessons

!stream 277886690197110784
✅ @ionic ferry can now stream until <t:1636988026:f>.
Is the internet dying again?
hi
how can I voice chat with some on for help ?
ah , first of all im in wrong chan lol
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!server

Created: <t:1443481946:R>
Profile: @rugged root
ID: 98195144192331776
Joined: <t:1525291749:R>
Roles: <@&267628507062992896>, <@&807415650778742785>, <@&267629731250176001>, <@&831776746206265384>, <@&587606783669829632>, <@&797891034906099752>, <@&267630620367257601>, <@&295488872404484098>, <@&764245844798079016>, <@&764802720779337729>, <@&463658397560995840>, <@&542431903886606399>
Total: 27
Active: 1
!u
You are not allowed to use that command here. Please use the #bot-commands channel instead.
excited for mr hemlock's santa hat avatar 
!pypi apiary
Pff.
anyone can tell me what if if name == "main"
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
What's the question?
i can't
coming now
hola
que es eso¿
Attach it to a flagpole.
Post code plz
An electrical plug
English only server, please
cerra el orto homosexual
Hey @west lion!
It looks like you tried to attach file type(s) that we do not allow (.heic). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a.
Feel free to ask in #community-meta if you think this is a mistake.
Ouch
Hey @west lion!
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 @west lion!
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:
no entiendo ni mrd
Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
ERROR: Failed building wheel for scikit-learn
Failed to build scikit-learn
ERROR: Could not build wheels for scikit-learn, which is required to install pyproject.toml-based projects
Este es un servidor solo en inglés
son unos metiches
!mute 836258693683085342 Read our rules please.
:incoming_envelope: :ok_hand: applied mute to @astral frost until <t:1636994336:f> (59 minutes and 59 seconds).
hewwos but afk - bathroom
Party, with a Mon- (Mon-) // Party with a Monster
@rugged root
It's sometimes stretching the meaning of the word "fun" 😄
Pls help
what i typed?
Nah, responding to what someone said in chat.
w<

53,226
223,681