I forgot my name... *SNIFF*
@Th3Coder
Hi! I am a human, and hopefully you are too. My name is not Peter Griffin. I am a half-amateur programmer! Nice to, err, meet you. I guess.
0
Random Chess Game GeneratorA fun project for laughs, made from scratch (which is why the code's unpolished) :)
Supports all variants avaible in Lichess, tell me for suggestions/bugs! This took quite some time to make.
0
0
0
0
A Very Beautiful SongSubmission for Kajam 1925 :)
2
0
0
0
Spider-Men VS The Very Evil VillainsI hope I don't make a random mistake like I did in the 2 previous weeklies!
35
0
0
0
Add To TenHopefully this doesn't give me another N/A!
(It might though...)
58
0
0
1
Knight MovesSubmission for weekly challenge 1!
63
2
1
TheDrone7 DQ'd.
This only needs 4 moves actually -
1 year ago
Editable Website!
Here you can edit the website, add files, and edit the files!
However, you can't edit everything inside the website. This is to pr
PHP Web Server
mkcodes file edit doesnt work:( also disable because anyone can do something like `` and remove the entire site1 year ago
2
StomachacheMy VERY poor attempt at making a game, don't enjoy! :)
86
2
2
SUDOKU!
If the title isn't obvious enough, you can play Sudoku here! If you don't know how to play Sudoku, search it up in the internet :)
This is a
Python
Posted on: September 2021
Last updated: May 2022
PHP Tutorial, I Guess
Hello there!
If you're a web developer, you definitely know that:
HTML is us
PHP Web Server
Where I found it
It was a normal day and as I was strolling through the 3 most trending repls, I saw ch1ck3n's!
Link to the post: https://replit.com
0
Hi! THIS IS MY GREATEST REPL!
IT PRINTS OUT HI AND I TOOK A MONTH TO MAKE THE HIGH-QUALITY THUMBNAIL!!!11!1!!!1!!!!!1!1!1!1!1!1!!!!1
17
3
0
0
Squished Connect 3! (Part 2)411 characters in script.js... pretty bad XD
16
6
0
DynamicSquid SCORED
It doesn't work at all... it says "impossible" for everything :(
+1 point tho for the rotating squid :)2 years ago
9
Square Root ButThis code has neither multiplication nor division operators!
P.S. If you see a lot of runs, most of them are probably just me testing it XD
190
15
9
GLXY-LGNDS-4 mine was :
```py
number = int(input('Enter a number: ))
def squared(num):
print(f'The square root of {num} is {pow(num,0.5)}')
square(number)
2 years ago
0
AzureFoolhardyPasswordsReplit chose the name!
11
0
0
LAST UPDATED: November 2 2022 (posted in April 2021)
Well, hello there!
Before we start, here's the table of contents! (Credit to IntellectualGuy's
RageGamerBoi Try recommending Ublock origin. It's the original, FOSS, and actually good ad blocker.11 months ago
Andrew9722 Thanks for the information keep sharing such informative post keep suggesting such post.1 year ago
RayhanADev @Th3Coder done :). I'm taking a little break off moderation (and a few others too iirc) but I'll be back soon.1 year ago
Introduction
The most famous programming language ever is probably Python.
But do you know about Lambda programming?
If you said no, don't worry. T
Th3Coder Hello, I would like to clear things up, so there is no confusion.
Everything I typed above (except for the Python lambda function and the backward slash \ keywords) is purely fictional and was intended for April Fools, the day I typed this post.
If you've been fooled, I'm sorry. Feel free to unvote (or un-upvote) since this is just a prank. I honestly didn't even expect anyone to be fooled!
So, for @DynamicSquid and @IntellectualGuy , you can un-upvote this since this is a prank! Sorry both o2 years ago
DynamicSquid Ooh, nice! Lambda isn't really a popular language, so it's cool seeing a tutorial on it!2 years ago
Think about a calculator. A calculator so good its price is beyond the best jewels!
Well, this is that calculator.*
Enjoy!
*this is a joke. See for
HTML, CSS, JS
LegendaryWolf bruh i looked at the code and it says - wan, tu, tri etc... and yas, Batton2 years ago
Introduction
We're all familiar with it. Every time we want to make a repl, Replit always suggesy a name!
But what if we actually listened? What if
HTML, CSS, JS
Note: This problem is now fixed. Thanks!
Hey everyone! I just wanted to edit my code (A Quiz which you can see in my profile) but then...
image
My
JohnS19 I had a warning too and noticed that there were 2 files in my replit that were marked with titles like poetry and pyproject.toml
I have a simple flask form and FOUR CRUD pages for this site, but page update throws up ERROR again and again.
Like Baconman321 I checked the https://www.brightcloud.com/tools/url-ip-lookup.php# and saw my site listed... I requested a fix.
The above 2 files(pyproject.toml and poetry) had parameters that contained a name.. which I think were in other repls. I delete1 year ago
Baconman321 Because repl can host websites, there are bound to be malicious websites on repl.co.
https://www.brightcloud.com/tools/url-ip-lookup.php
Look up https://repl.co (it captures subdomains, too). You will notice that it says 1 infection (probably someone had a "malicious" script or a script that looked malicious).
Also note that while antivirus/malware detection scripts aren't perfect and sometimes can flag legit content.
Also, notice on the first picture you posted the URL.
Repl uses "id urls"2 years ago
Introduction
Programs can be used for nearly anything. Making programs, websites, games, or even devices - pretty much EVERYTHING!
That being said,
RollPitchYaw You can define many variables at once with different values, like this:
a,b,c = 2,7,45
That makes a = 2, b = 7, c = 45 (Test this by doing print(a+b+c), it should return 54)
And the long other way:
a = 2
b = 7
c = 451 year ago
codingjlu Lol okay that'll make it unreadable and super hard to read. If you want to make code shorter, just use an online minifier that does all this with a click. That way you can do complicated stuff with just "one line of code" lol
Also that's why pythons bad because you can't delete new lines because it doesn't have semicolons or brackets but use stupid indentation :)2 years ago