#voice-chat-text-0
1 messages ยท Page 710 of 1
While it may be capable of creating image data that looks like it could be what it originally was, it doesn't mean that it's accurate. You could feed it a blurry photo of a face, and it might be able to give you a face back, but it might be practically completely made up, or of someone who it isn't.
Which has really dangerous evidentiary implications.
https://thispersondoesnotexist.com
these faces are entirely AI generated
This Person Does Not Exist
sounded like darth vader ngl
Nothing to say that these people couldn't exist or have people with the same features
Just that the picture itself is generated by AI
bruh
Love is more than looks
have you guys seen that video
of the program that writes programs
like if you were to write
corspe husband
"make an app similar to instagram"
it would make an app that looked similar to instagram
and all you had to do was give it instructions verbally
Sign up to Morning Brew for free today here: http://cen.yt/morningbrewcoldfusion2
--- About ColdFusion ---
ColdFusion is an Australian based online media company independently run by Dagogo Altraide since 2009. Topics cover anything in science, technology, history and business in a calm and relaxed environment. GPT-3 certainly is something.
Co...
this is
the video
also i would reccomend this channel
for anyone interested
in technology and news
i like his accent
he sounds like french
cuda cores
Lisa Su (born 1969) is a Taiwanese-American business executive and electrical engineer, and the CEO and president of Advanced Micro Devices (AMD). ... She is the niece of NVIDIA's CEO Jen-Hsun Huang.
look what i found
๐
teenage gang
selling patient data is kinda illegal
true
@vapid seal here
what ?
@sick cloud we're in off-topic and helping donfrancesco with their install of discord.py
i'm actually not in the voice "call"
but only in the "texting" part
@sick cloud I see
@vapid seal what version of python are u using ?
does he get the big error while installing discord.py ?
if he does, then he should consider downloading 3.8.x
cuz the build file is way too big and takes a lot time to be downloaded
@eternal bough Word of the day is Cynosure
3.8.6
what does it mean ?
do u get error while doing pip install discord.py or while running the file(where the bot is coded) ?
Cynosure' comes from the Latin 'Cynosura,' dog's tail, the constellation now known as Ursa Minor, which contains the North Star, the focus of navigation.
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
??
installing
py -3 -m pip install -U discord.py
i'm doing mini project
using html,css and php
js ?
college thing
it's like a what you see is what you get program??
it is like what u submit
and what he submit
no the program subcategory is like WYSIWYG or something
yeah
In computing, What You See Is What You Get (WYSIWYG, WIZ-ee-wig) is a system where editing software allows content to be edited in a form that resembles its appearance when printed or displayed as a finished product such as a printed document, web page, or slide presentation.
heroku is free for like one page/app
Na man dont be scared
xD
say thanks to sloth
I couldn't install discord.js on my raspberry pi
I got fed up and did node.js and then I stopped
how much gb they give to host
gigabyte
~$100
100 dollars really
with all the case, stuff, yeah
A system to organise projects.
write what?
await ctx.send("My Message")
import discord
from discord.ext import commands
client = commands.Bot(command_prefix="!")
@client.command(name="commands")
async def version(context):
print("!tier To show your tier")
print("!tiertime To show the time needed for each tier")
print("!embed Givs information over the Bot")
await context.channel.send("Helo")
@client.command(name="embed")
async def version(context):
myEmbed = discord.Embed(title="Current Version", description="The bot is in Version 1.=0", color=0x00ff00)
myEmbed.add_field(name="Version Code:",value="v1.0.", inline=False)
myEmbed.add_field(name="Date Released:",value="17.12 2020",inline=False)
myEmbed.set_footer(text="This is a sample footer")#Can remove that if you want
myEmbed.set_author(name="Luis W")
await context.send(embed=myEmbed)
@client.command(name="vincent")
async def version(context):
string =
@client.event
async def on_ready(message):
print("hi")
client.run("")
@feral willow here's one way people in a team manage file naming by departments
omg I just installed python.py myself
not too much troubleshooting tbh ๐
GAS POWERED CHAIR
GAS POWERED PANDA
air-powered chair
gas obs
so is the Earth bouncing?
i think so ๐
inb4 we say "oh yeah, I squeeze compressed gas onto my keyboard to clean it"
Sitting for the majority of the day can lead to the development of the posture where the head protrudes forward, the mid back and shoulders round forward and the lower back arches excessively with an anterior tilt of the pelvis. Which can then lead to tightness and aches and pains in the neck, shoulders, lower back, and other areas. To reverse t...
Was up guys!
I sit crosslegged too but then my legs fall asleep
Not much Chrib
exactly
ono
pip install pandas
mr. hemlock is driving
xD!!
driving me crazy
xD @uncut meteor
@uncut meteor xD
Always nice to hear Ms @eternal bough voice ๐
Rate my christmas avatar
Hello everyone! I'm a Canadian natural pro bodybuilder and internationally-qualified powerlifter with a BSc in biochemistry/chemistry and a passion for science. This channel is dedicated to providing science-based training and nutrition information and journaling my own fitness journey. I've been training for 14 years. I hope you enjoy my videos...
Your DP?
yeh
10
this was the original
@vapid seal pip install pandas
py -m pip install pandas
@vapid seal
my_msg = "Line one\n" \
"Line two\n" \
"Line three\n"
Another way to install pandas is by entering this command on your command line:
pip3 install -U pandas
don't think this would work on windows where pip3 isn't in path
lmaooooo
who makes the graphics for this server? They're pretty cool imo
my god, who could even think of posting porn related things here!
- 1010101010202210301203
trolls
well, the only relevant thing I could think about is a python script to detect it. so it can be blocked etc.
thats the only case I can think of it being relevant
@client.command(name="commands")
async def version(context):
context.channel.send("my_msg = !embed |To show information"\n" \
"!tier |To show yout tier\n" \
"!tiertime |To show the time needed for each tier\n"")
async def version(context):
context.channel.send("my_msg = !embed |To show information\n" \
"!tier |To show yout tier\n" \
"!tiertime |To show the time needed for each tier\n")
I am not sure what you are trying to do ๐
@vapid seal
@client.command(name="commands")
async def version(context):
my_msg = """
!embed |To show information
!tier |To show yout tier
!tiertime |To show the time needed for each tier
"""
my_msg2 = "!embed |To show information\n" \
"!tier |To show yout tier\n" \
"!tiertime |To show the time needed for each tier"
await context.channel.send(my_msg)
await context.channel.send(my_msg2)
Yeah im bad
Try and see if it works for you @vapid seal
!e
example = (
"Check this out\n"
"Pretty neat, right?\n"
"This doesn't add newlines on its own. "
"As you can see here."
)
print(example)
@rugged root :white_check_mark: Your eval job has completed with return code 0.
001 | Check this out
002 | Pretty neat, right?
003 | This doesn't add newlines on its own. As you can see here.
example = (
"""
Check this out
Pretty neat, right?
"This doesn't add newlines on its own. "
As you can see here
"""
)
print(example)
learning SQL from datacamp
Is there any way I can check the date when I joined this server? I think I might turn 3 days old later today
Noice
!e
example = (
"""
Check this out
Pretty neat, right?
"This doesn't add newlines on its own. "
As you can see here
"""
)
print(example)
@uncut meteor :white_check_mark: Your eval job has completed with return code 0.
001 |
002 | Check this out
003 | Pretty neat, right?
004 | "This doesn't add newlines on its own. "
005 | As you can see here
!e
!eval [code]
Can also use: e
*Run Python code and get the results.
This command supports multiple lines of code, including code wrapped inside a formatted code
block. Code can be re-evaluated by editing the original message within 10 seconds and
clicking the reaction that subsequently appears.
We've done our best to make this sandboxed, but do let us know if you manage to find an
issue with it!*
So basically @vapid seal there are different types of string formatting, which is what @uncut meteor has demonstrated above.
The email string type format uses a double triple quote marks which can be either '''String goes here''' or """String goes here""". This method allows you to type your strings like you would in MS Word. So if you tab, enter or whatever, your strings will appear exactly the same way.
The symbol \ is an escape character which allows you to enter a command (Magic Key) or a character and it treats it as a special character
You can also format Strings using F or R command
this is so sad :(
๐ฎ
F command allows you to use placeholders and other methods or functions inbuilt in Python
R command prints RAW STRINGS (This method does not work with escape characters)
!eval
So
name = "DonFrancesco"
print(r"Hello World {name}")
@austere linden :white_check_mark: Your eval job has completed with return code 0.
Hello World {name}
In Python, there are several ways to do string interpolation, including using %s's and by using the + operator to concatenate strings together. However, because some of these methods offer poor readability and require typecasting to prevent errors, you should for the most part be using a feature called format strings.
In Python 3.6 or later, we can use f-strings like this:
snake = "Pythons"
print(f"{snake} are some of the largest snakes in the world")
In earlier versions of Python or in projects where backwards compatibility is very important, use str.format() like this:
snake = "Pythons"
# With str.format() you can either use indexes
print("{0} are some of the largest snakes in the world".format(snake))
# Or keyword arguments
print("{family} are some of the largest snakes in the world".format(family=snake))
!eval
name = "DonFrancesco"
print(f"Hello World {name}")
@austere linden :white_check_mark: Your eval job has completed with return code 0.
Hello World DonFrancesco
.
You can use the !user command in #bot-commands, @weary zephyr
thanks
Snek Day
ssssssssssssnek day
You are not allowed to use that command here. Please use the #bot-commands channel instead.
!user

Created: 5 years, 2 months and 19 days ago
Profile: @rugged root
ID: 98195144192331776
Joined: 2 years, 7 months and 16 days ago
Roles: <@&463658397560995840>, <@&764802720779337729>, <@&352427296948486144>, <@&295488872404484098>, <@&585529568383860737>, <@&267630620367257601>, <@&778378647618453545>, <@&587606783669829632>, <@&267629731250176001>, <@&267628507062992896>
Total: 8
Active: 1
You are not allowed to use that command here. Please use the #bot-commands channel instead.
!user

Created: 4 years, 7 months and 28 days ago
Profile: @dire folio
ID: 172395097705414656
Joined: 2 years, 10 months and 16 days ago
Roles: <@&542431903886606399>, <@&463658397560995840>, <@&764802720779337729>, <@&352427296948486144>, <@&295488872404484098>, <@&585529568383860737>, <@&267630620367257601>, <@&778377393349459979>, <@&587606783669829632>, <@&267629731250176001>, <@&267628507062992896>
Total: 6
Active: 1
I'm muted for 8 more hrs ๐ค
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
You are not allowed to use that command here. Please use the #bot-commands channel instead.
@somber heath I'm so glad you knew what I was talking about
yay for Griff!
@client.event
async def on_ready():
await client.change_presence(status=discord.Status.do_not_disturb, activity=discord.Game("Grading people"))
df = pd.DataFrame({"A": ["Hello", "Test"]})
df.to_csv("D:\Anwender\Documents\output.csv")
Why is life so unfair #voice-chat-text-0
how do i make it to pop up a new file
df.to_csv('file_name.csv')
import discord
from discord.ext import commands
import pandas as pd
client = commands.Bot(command_prefix="!")
@client.command(name="commands")
async def version(context):
my_msg = """
!embed |To show information
!tier |To show yout tier
!tiertime |To show the time needed for each tier
"""
await context.channel.send(my_msg)
@client.command(name="embed")
async def embed(context):
myEmbed = discord.Embed(title="Current Version", description="The bot is in Version 1.=0", color=0x00ff00)
myEmbed.add_field(name="Version Code:",value="v1.0.", inline=False)
myEmbed.add_field(name="Date Released:",value="17.12 2020",inline=False)
myEmbed.set_author(name="Luis W")
await context.send(embed=myEmbed)
@client.command(name="vincent")
async def vincent(context):
await context.channel.send("Vincent ist trash")
@client.event
async def on_ready():
await client.change_presence(status=discord.Status.do_not_disturb, activity=discord.Game("Grading people"))
df = pd.DataFrame({"A": ["Hello", "Test"]})
df.to_csv("D:\Anwender\Documents\")
client.run("")
D:\Anwender\Documents\TierBot.py
I played the Russian Anthem on a Ak-47. Enjoy!
Download my ebook: https://bit.ly/3kahN5j
playing the piano with a ak47









WTF ๐
Think you should have animal pics from reddit rather than the background image ๐
Could do top 10 image from EyeBleach
ile "C:\Users\Anwender\AppData\Local\Programs\Python\Python39\lib\site-packages\numpy_init_.py", line 302, in _win_os_check
raise RuntimeError(msg.format(file)) from None
RuntimeError: The current Numpy installation ('C:\Users\Anwender\AppData\Local\Programs\Python\Python39\lib\site-packages\numpy\init.py') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86
PS D:\Anwender\Documents>
can i have stream perms
For what
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
just to stream my game
Then no
oh
That's not what this server is for
were in off topic though
Still not what this server is for
what does skid mean?
In programming and hacking cultures, a script kiddie, skiddie, or skid is an unskilled individual who uses scripts or programs, such as a web shell, developed by others to attack computer systems and networks and deface websites.
https://www.thesixthaxis.com/2020/12/16/epic-what-game-free-this-week-how-claim-your-free-games-christmas/
@dire folio
theres link for info
@uncut meteor did u use fakeconnections to add ur steam?
i mean league
name
lol
fakeconnections?
oh can you not link anymore?
no
i've had it for ages
lol idk why they took it off tbh
what rank r u in league
Iron 2
LOL
tbh leagues got boring
they dont understand balancing what so ever
plus games r either extremely fast or extremely long unless u got someone who throws
its too much to balance
not rlly at first they balanced fine
and then they tried being different
and it never workd
works
then they added keystones, more champs, more items with bigger effects
so my point stands
its too much
yh and so does my point they tried being different
they didn't try being different
and smite balances eh but not as bad as league
they tried to appeal to the market
my man look at kits
compare new kits to old kits u will see a trend with new kits

no the destiny emoji
yes
they didnt go the same tos route
is destiny 2 dead
Deadsiny 2

"Except for the bullet."
https://i.imgur.com/Zk8QWpv.gif

Who is?
u dont know gaben?
Gabe Logan Newell, nicknamed Gaben, is an American businessman, the co-founder and president of the video game developer and digital distribution company Valve. He was educated at Davis Senior High School and attended Harvard University in the early 1980s before dropping out to join Microsoft, where he helped create the first iterations of the M...
the Lasagnรฉ cat?
no idea
hes a meme on steam
thought you was talking about Lasagnzeh Cat
Carfield
To celebrate the Python Discord server reaching 15K members, one of the server owners, Lemon, and a moderator, Eivl, have teamed up to do a tribute to Hot Ones by First We Feast while answering questions from the community.
All credit goes to First We Feast for the hot sauce shots we used during this tribute. Be sure to subscribe to First We F...
๐โโ๏ธ
A prayer that all those who open cases should say to praise the Lord Gaben for good fortune before proceeding.
==========================
Our Father who AWPs in heaven
CS be thy game
Uncase begun, them skins be won,
Covert - and not a Mil-Spec.
Give us this day a StatTrak knife,
And forgive us when we rage quit,
As we forgive those who aimbo...
Download - https://soundcloud.com/rig/carol-of-the-sales
Instrumental - https://soundcloud.com/rig/carol-of-the-sales-instrumental
Picture by Harry101UK - http://www.youtube.com/user/Harry101UK - download the picture here - https://dl.dropboxusercontent.com/u/17931101/Gabe Choir 2.jpg
10 hour version - http://www.youtube.com/watch?v=hb4wCQOa...
watch these
gaben got my wallet
@feral willow
What is that?
SICK!!!
how I learnt to use it
can u make a $50 steam card appear in my wallet @dire folio
Do your chores
if you give him $50, i'm sure he can
i dont get paid for chores
lol
add my steam
he said he was a card magician so i was just checking
oh a roblox card
u can just say i dont wanna talk about it
and then move on to next convo
ghosts?
dude my parents ordered all the things from my christmas list except for the main thing
What was the main thing?
just a 3 monitor mount i alr have 3 monitors i just use one for xbox and the other 2 for my pc
do u have game bots here
pokemeow
do u have pokemeow
oh
its a pokemon bot
its fun
anyone up talking about the dif between coding and programming
My definition is that a programmer is someone who does it for a living
But that's just me personally
so does that make me a nerd?
@vagrant sinew The nomenclature, as opposed to the semantics.
coding is a subset but i want to know about it briefly
Coders are mainly used to translate the requirements and their logic into a language that machines can understand whereas Programming deals with much more than that. ... Coding is the initial step of developing any software and thus it is much easier and simpler to analyze and understand than Programming.
@vagrant sinew i.e. The difference, if any, is negligible. Programming is probably more of a formal term than coder. Though programmers write code, and that's a formal enough term.
so theres no difference u are saying
@dire folio y do u have 2 booster badges
its just a dif term
oh
same
can someone send me a paragraph about the difference ive a speech and im failing
?
@vagrant sinew Who is making you draw the distinction?
I suppose you can program something without writing actual code. You program a microwave oven to run for a certain amount of time at a certain intensity, but you're not writing actual code every time you use one.
But programming can often be used to mean coding.
Does anyone know a big server like this server that allows you meet people who use Java? I searched myself but couldn't find an active one
Or are people allowed to talk about other languages in this server?
Other languages are fine.
oh
generally, yea, just dont expect a lot of help in them
I think I may have heard people say that the prominent Java servers aren't especially active.
ah okay
there is "Together Java" for java
:(
Oh
Found it! thanksss
Which channel would be the most appropriate? 
ot channels.
dude im so bored n my gf gets off in 2 hours someone give me something to kill time
A blog of random tidbits and programming stuff that i want to share.
mountain climbing easy my thumbs strong
@runic geyser hows the cloudfish
why r u using cloudfish voice change
changer
Words are one way we communicate.
Whatโs cloudfish
the voice changer ur using its easy to tell
what?
Sjskksms to prove my voice is real ๐ญ
voice changer girl is back
whats up
wtf no
ur weird
u mean u asked me too...
they can see the messages also
yes this is my message
๐
I can give u my number and we can FaceTime if u wanna
i'd highly recommend you not do that
1 ur weird 2 ur creepy 3 ur using a bad voice changer
if ur mic is that bad where it has the exact pitch pattern as cloudfish u need a new mic
Iโm using my phones mic
the iphone 1?
iphone 1
no ur a creep
oh Iโm sorry :((
who offers there phone number and to ft on discord y not just vc
like what
u mean u said
i dont thats the funny part
ur a creep
anna
Yeah?
Bc u said mean things to me so I just
@runic geyser stop engaging him, your deleted messages are logged.
@pine iron stop provocating.
fine 
yeah. lets stop whatever this is.
Dunkey
nice
nice
what are these? polymers?
I can't believe that you won!!! Crazy!
hi
what do u suggest for me in highschool
i just know python
what does a software engineer do
engineer software
develop software
This is a guest lecture I gave at Two Sigma in November 2018 where I discussed the experience of using Rust for building larger, high-performance systems. In it, I cover what makes Rust an attractive option for such projects; Noria, the high-performance research database prototype I've built using Rust; an interesting concurrent data-structure ...
awesome
@halcyon flare what is your specialty in programming?
everything
"yeah 16 sure"
it's interesting
Monte Carlo methods are where you use randomisation to estimate a distribution.
yea i thought it looked familiar
Yeah, it's like a library you can use to drive the GPU
Not that I know anything about this ๐
What's the difference between OpenGL and Vulkan?
brb
hello @glass vector
do you know python pandas and matplotlib?
i need some help to develop my program
on employee management
using csv file
i doing
but i getting some error
#fireEye #solarwinds
We just witnessed one of the biggest attacks in the history of the internet (probably). The impact of this hack will come out in 2021 or already might be in some cron job list. In this video, I have tried to give you an understandable version of what just happened, including what FireEye's response was and what SolarWinds is...
Hey @sick cloud!
It looks like you tried to attach file type(s) that we do not allow (.pdf). We currently allow the following file types: .3gp, .3g2, .avi, .bmp, .gif, .h264, .jpg, .jpeg, .mkv, .mov, .mp4, .mpeg, .mpg, .png, .tiff, .wmv, .svg, .psd, .ai, .aep, .xcf, .mp3, .wav, .ogg, .webm, .webp, .flac, .afdesign, .m4a, .csv.
Feel free to ask in #community-meta if you think this is a mistake.
F
Upload files and make them available for your friends. Think of it as Pastebin for files. Registration is not required. Large files are supported.
its a pdf
not for school
Upload files and make them available for your friends. Think of it as Pastebin for files. Registration is not required. Large files are supported.
do it if u can
by the way, where u from ?
@glass vector use python for that
!paste
Today's Video: The Weirdest Sponsorship SCAM E-Mails YouTubers Get
Instagram: https://www.instagram.com/swiss001yt/
Twitter: https://www.twitter.com/swiss001yt/
Discord: https://discord.gg/swiss001
My editor Nerdoron:
https://www.youtube.com/channel/UCra4...
My editor Marijin:
https://www.youtube.com/channel/UCFEE...
Patreon:
Emil Trane
...
@glass vector i'm at home
@glass vector why u so happy ?
Upload files and make them available for your friends. Think of it as Pastebin for files. Registration is not required. Large files are supported.
You?
man joins the vc without a mic
Nice
i'm joking yo
Are you using light theme? ๐
Does these messages cound to the Voice verfication ??
What is a PFP ? - sorry for being slow ?
Yep ๐
But don't spam to get verification ๐
All messages on the server count.
@glass vector Try this thing out I just found: https://paveldogreat.github.io/WebGL-Fluid-Simulation/
Super satisfying ๐
๐
no F
F = F*ck
i'm in 2 calls rn
@stuck furnace looks like a jelly fish ngl
@sick cloud
helo
tea
.d
It's impressive how well it runs even in a browser and on my crappy laptop.
also i'm amazed that my isp is able to handle this
i liked it
Oh it looks really elegant when the vorticity is lowered.
some of these are really nice
Btw, I've just noticed it has a 'take screenshot' button ๐
all things are at max @stuck furnace
hey what is that
Can you reset it or just restart ?
New phone background ๐
Looks like it fades to black at a rate dependent on the "density diffusion" parameter.
If you set it to 0 it doesn't fade out.
is it taking processing from our pc or somewhere else
Your computer. It uses WebGL, so I think that means it uses your graphics card if you have one.
oh I have intel 4000 on this toaster, its running linux
can't wait to test it on 1650ti
Compared to drugs the cost is very low ...
what are these some sort of mind blending stuff
Make this 3D and people will stat tripping if you play music
alr, just a sec
what do you play ?
chess
@versed island https://lichess.org/bD8Eo28f
Join the challenge or watch the game here.
-.-
chess
Is this the game you are playing ?
yess
yaa, i'm white
So close to getting the queen
lol
Hang in there

i shouldnt have approved of that take back
How could that happen.... His king is agressive
the king is supposed to be laid back and laizy
hmm
i've such a high tag number for a reason
x)
๐
mouse


You are hanging in there
?
oops

byeeee
Did you winn....
jag won
amazing
@versed island that was the first and last time u r gonna bet my x)
ik, i got lucky there, but tbh, i was planning to do it
but u did a gud job, respect: 
๐
๐
Are you also here to provide code help or just to play chesse ?
yaa im a programmer
Im a boomer, but trying to learn Python
oh great
code help tooo
what resources are you using
what does a boomer mean ?
novice ... i guess
Have a database application that I am trying to move from Mysql to sqlite
ohhh
In the process refactoring to Object oriented architecture CRUD and SqAlchemy
a Lot to learn, but a fun journey
some very high tech words which i have no idea of
yeah
@somber heath helo gentle man
hi @somber heath
On my work we are also trying to create a big-data stack to enable analytics and data transformation using python
okhay
So new that I am not allowed to speak
no no no
Yes Yes Yes
just get into some arguement
did u try for voice-verification
yes
and you will cross that 50 message limit
yaa
thats too much explicit
got it .....
@whole bear helo
by
byee
he did change his pfp
@somber heath 100000/10
@ebon junco he is like 36 years old
Australia man
@somber heath how old r u ?
then
hmmm
I can share that I am 54
noice
im slav we say NAJS
@somber heath btw, have u heard of https://paveldogreat.github.io/WebGL-Fluid-Simulation/ ?
@whole bear recognize me ?
oh yeah, check this out Opal.
Ik u dude
Erm, I did once for a robot project I did at university.
But I've totally forgotten whatever I learned ๐
Have you seen pyserial?
Oh right, for getting input from usb.
Erm, I think serial
I've used it for communicating with an Arduino in the past.
Yeah, I never know why that is ๐
What you up to?
gtg
See ya
i have maken a group that's for coding support
@pallid kite what is the procces
Umm could someone check me out over here? n.n
if __name__ == '__main__':
pass #Code you want to run only when you run this file directly.```
vs importing this file
import other #runs other, but not stuff in its if __name__ == '__main__' block
other.func()```
does javascript have a lot of syntax for doing the same thing?
nginx.conf
upstream flask {
server flask:5000;
}
upstream marblecutter-virtual {
server marblecutter-virtual:8000;
}
server {
listen 80;
location / {
include uwsgi_params;
proxy_pass http://flask;
}
location /mc {
include uwsgi_params;
proxy_pass http://marblecutter-virtual;
}
}
flaskapp/uwsgi.ini
[uwsgi]
wsgi-file = run.py
callable = app
socket = 0.0.0.0:5000
processes = 4
threads = 2
master = true
chmod-socket = 660
vacuum = true
die-on-term = true
plugins = python3
buffer-size=21574
flaskapp/Dockerfile
FROM alpine:latest
# COPY . /app
EXPOSE 5000
VOLUME /usr/src/app/public
WORKDIR /usr/src/app
RUN apk add --no-cache --update-cache --repository http://nl.alpinelinux.org/alpine/v3.8/main alsa-lib-dev=1.1.6-r0 \
&& apk add cmd:pip3 \
&& apk add --no-cache python3-dev \
&& pip3 install --upgrade pip \
&& apk add --update --no-cache g++ gcc libxslt-dev \
&& apk add --no-cache \
uwsgi-python3 \
python3 \
&& pip3 --no-cache-dir install lxml flask requests Jinja2
# WORKDIR /app
COPY . .
ADD . /usr/src/app
RUN rm -rf public/*
# RUN pip install -r requirements.txt
# ENTRYPOINT [ "python3" ]
# CMD ["main.py"]
CMD ["uwsgi","uwsgi.ini"]
hm... then what is require(), from things import things
there are two different syntax
I mean, you can do library = require('path') or import {function name} from 'path'
and it is different in html and node, blah blah
BogoMips (from "bogus" and MIPS) is a crude measurement of CPU speed made by the Linux kernel when it boots to calibrate an internal busy-loop. An often-quoted definition of the term is "the number of million times per second a processor can do absolutely nothing".BogoMips is a value that can be used to verify whether the processor in question i...
"It is not usable for performance comparisons among different CPUs."
jinga - korean marinated raw squid
yup, baracuda's the winner, checked on 3 different sites
well I gotta go, see some trains at the station
yeah i bought the trnd
nah about usa??whats the tea like
u have tea leaves in super markets?
tea is expensive????????????
wtf
i wanna speak but dont feel cofiident
intimidated sort off
well i got a racist opinion
but sorryyyy
chineese are grt at tech
they are cheap and effective manufacturer
of everything
kaggle
whats kaggle???/////
its a breed of dog
okkk

@versed island https://lichess.org/zKiI8jkj
Join the challenge or watch the game here.
normal moves
ya u got me again
))
f
i lost
it was just a matter of time
yep, u didn't play that gud, why?
you got me early with that standard move
@versed island i wonder what the voice "call" is about though
hmm
@sick cloud Nix is talking about his focus in his neuronscience studies, talking about fruitfly calcium ion detection
a moment of silenece
whats up everyone
hmm, interesting, thx
yes i jumped in during the moment of silence lol
im playing black
true
i'm not gud in crazy house
@versed island
but lets play one
Join the challenge or watch the game here.
Hi guys
hey
helo
gud and u ?
just studying new things
we are just playing chesss
yeah
you can play against me
I'm ok in chess
not really good
the match still going on?
noice
@versed island do you wanna play against me?
lets play
ok give the link
Join the challenge or watch the game here.
@whole bear u in ?
yes
i very used to standard version
Join the challenge or watch the game here.
after dat
plus would play
he is really good
lucky fella
@white turret was this for a class project??
@versed island should have castled
@sick cloud wut ?
u should have castled,
before
and not move the castle
hmm
if dat makes sense
its kina over now
gg
oof
haha
let's play again
ok
@whole bear play me: https://lichess.org/WVBYw35G
Join the challenge or watch the game here.
whos white
me
k
did u recoginze me from the moves
oof
where is jag
i guess
its not so tense right now
yeah but his time is running out
yep
ok guys, @white turret your project is cool, I have to get ready to a spa appointment
This is a question that has been eating away at me for a long time, so I decided to make a movie about it. This is also the first video in a new series I am doing. Follow me on Vero to see the rest: http://get.vero.co/maxjosephxvero
PS if you want to discuss the themes or ideas in this follow me on Vero. Much more likely to see and respond ther...
people aren't coming around much these days, guess everyone's got exams

hello i am new in the coding community i wanna see if anybody can help to learn python my dm's are open to everyone and thanks
if you are wanting to help or be helped take a look at #โ๏ฝhow-to-get-help
you can either make a channel or look at the open ones. People usually prefer to did it publicly so more people can jump in.
thanks man
do ya'll be doin movie nights around here? as in on a weekend. might be a great idea admin
@whole bear I can tell you with confidence that's not going to be a thing here.
It's a nice idea.
we're here in case anyone wants to help debug the month and day conditional: https://codeinterview.io/BUSSPNPDVL
It's cat picture time
So how is everyone.
Good
Thats cool. New here.
@whole bear @versed island the laptop ran out of battery, sry
@digital jackal Are you talking numpy arrays?
an array stores a list of values, and it is mutable
you need to have voice verification
@fresh python u aren't voice verified :(
aw
!d list
class list([iterable])```
Lists may be constructed in several ways:
โข Using a pair of square brackets to denote the empty list: `[]`
โข Using square brackets, separating items with commas: `[a]`, `[a, b, c]`
โข Using a list comprehension: `[x for x in iterable]`
โข Using the type constructor: `list()` or `list(iterable)`
The constructor builds a list whose items are the same and in the same order as *iterable*โs items. *iterable* may be either a sequence, a container that supports iteration, or an iterator object. If *iterable* is already a list, a copy is made and returned, similar to `iterable[:]`. For example, `list('abc')` returns `['a', 'b', 'c']` and `list( (1, 2, 3) )` returns `[1, 2, 3]`. If no argument is given, the constructor creates a new empty list, `[]`.
Many other operations also produce lists, including the [`sorted()`](functions.html#sorted "sorted") built-in.... [read more](https://docs.python.org/3/library/stdtypes.html#list)
it's ok




