Pizza + NodeJs = ChezCoder
@ChezCoder
Hello, I like pizza, nodejs, and python. Did you know that?
RETIRED REPLIT USER
It was fun while it lasted ;)
Wikipedia
Bugs... bugs everywhere
Do i still suck at programming?
Yes. Yes i still do.
HTML, CSS, JS
Hello Repl, I hope you read the full length of this message.
For those who don't know me, I am ChezCoder, and I left repl for a few reasons.
The comp
Hello everyone!
First things first, im back! After a break of around like 1 year, im back to coding on repl :>
So a few days ago, I was watching som
HTML, CSS, JS
Hello replers!
So I'm now into creating python packages! And today, I introduce to you... the readpass module. Readpass is an extension to the input(
Python
Hello Repl my old friend...
Hi!
I am currently working on an RPG, (yay!) and would like to make it endless aka, I have to make a formula that makes
Coder100 Exponential growth for health and stuff :)
[base]^[level]
So on level 1, it's [base], level 2, it's [base]*[base], so it gets harder and harder, but of course that's a pretty big graph:
image
So you might want:
[base]^[level]/2
image
and so on :)2 years ago
RYANTADIPARTHI Here are a few links to help:
https://trinket.io/python/07c3a147aa
https://codereview.stackexchange.com/questions/180658/rpg-game-beginner2 years ago
DynamicSquid It's ChezCoder!
What do you want your structure to look like?
Games like BTD have premade rounds, and then after a certain round, say 100, then the enemies are random:
if round > 100:
enemytype1count += random(0, 5)
enemytype2count += random(0, 5)
enemytype3count += random(0, 5)
`2 years ago
Hello!
Its been a very very long time since i've posted here, but i'm well and back :P
So a few months ago, I released a python package named aCrypt!
Python
Hello!
Sooooooooo basically, a few days ago, i got an idea. As a programmer, the first program you learnt was most likely the famous Hello World progr
HTML, CSS, JS
conspicous That got me good, I saw "longest hello program I ever seen" on monthly repls but I did not know it was more than 1000 lines.2 years ago
DungeonMaster00 I guess JavaScript wasn't annoying enough (apologies to JavaScript fans)
Also, have you heard of JSF*3 years ago
I need help with the regex, here are the conditions:
it has to match a `` tag, with as many attributes as it wants.
don't match if the value of an att
CodeLongAndPros https://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags#1732454
3 years ago
hai
so basically, people dont like flickering.
basically, there are a lot of games on repl, and they flicker a lot when being played. For instance, @D
Python
Heellooo
soooo basically, ive noticed (i always notice) that many people on repl have school computers or devices that prevent them from doing inspect
HTML, CSS, JS
basically, my life ^^^^^^
anyways, i was looking through repls and memories and I found this....
XD
have fun i guess!
HTML, CSS, JS
ive been dead on repltalk these days cuz my brain is not a fountain of ideas.
in fact, it doesn't even have a tiny drop of any creativity. thats my pr
DynamicSquid No no no, you're not going insane. Texting your friend and putting a semicolon at the end of the sentence? That's going insane3 years ago
hai
so basically, the community has been complaining about games "flickering", or that the game flashes, which hurts their eyes (trust me, i dont like
Python
Roar123 I just hide the cursor which gets rid of most of the screen flicker.
import cursor
cursor.hide()
`3 years ago
Hello!
Have you ever heard of Conway's game of Life? Well you should look it up on google! It's kind of a life simulator of tiny blocks that copy and
Python (with Turtle)
Hello!
Have you ever heard of Conway's game of Life? Well you should look it up on google! It's kind of a life simulator of tiny blocks that copy and
Python (with Turtle)
DynamicSquid That one turtle camping out in the corner while everyone else brutally get slaughtered:
image3 years ago
hello!
I've been on repl for preeeetty long now (counting the times I didn't bother making an account on repl), and i've seen how replit moderators ra
DynamicSquid It was dark inside the mods. They in the background, deep down in the dark webs of repl.it. They surface only when called. But don't be fooled, they're constantly presence lurks behind us, waiting for our every move, ready to respond to a call of the deadly red report.
I'm sorry I just got out of LA class.
The job of the mods aren't to post stuff. They're to watch over us. They actually see almost everything that happens here, but don't respond. They could engage with the community, like Angry3 years ago
Hello
XD
So basically, there has been a rumor. Don't know who started it. But basically, people are thinking that @ChezTacoz is my alternative account
Python
thecoderhtml I don't think this works it says to everything Hmm... That doesn't seem like a question3 years ago
welcome :P
hi.
so basically, a few days ago, i was forced to make a program that was science themed for science glass. So i made a states of matter s
Python
I have a list:
my_list = [{"value2":2},{"value":1},{"value3":3}]
Desired Result:
my_list = [{"value":1},{"value2":2},{"value3":3}]
I want to sort it
Bookie0 @ChezCoder something is not working, it only works for us, but for other people its not working : (3 years ago
ArchieMaclean Dictionaries are un-ordered, there is no real reason to do this.
If you really want to print it in the right order, see https://stackoverflow.com/questions/50744797/how-to-print-key-value-dictionary-pairs-in-specific-order
3 years ago