0
2021-weekly9Solve arbitrarily large systems of linear equations
31
6
0
4
2021-weekly4I have created an abomination
No semicolons though!
39
2
4
0
2021-weekly3An interactive solution for the classic gold distribution problem!
34
5
0
AksLolCoding The program is good, but it is really lengthy and the simulations take 12 seconds (for the example in the post) with a 10ms enter presser, so maybe speed it up by making just the proposals display.2 years ago
0
2021-weekly2A script which determines the winner of a connect 3 game, and whether or not the game obeys certain restraints
29
8
0
5
2021-weekly1A program to calculate square roots to any accuracy, using a pencil-and-paper method
92
9
5
Извините - я очень плохо говорю по-русски. Исправляйте меня если вы хотите :)
Это шаблон, который вы умеете изпользовать у настроить. Я попытался объя
Python
Bookie0 According to google translate, this is a template, so shouldn't it go in the templates board?2 years ago
Hello everyone!
Some people on the Replit Discord pointed out to me that it was Pi Day, but I hadn't made anything special. So, I came up with this i
HTML, CSS, JS
What is Eon and what does it do?
Eon is a platform to practice your programming skills with simple challenges that give you an input, tell you how to
Python
Drag and scroll to explore the most famous fractal - the Mandelbrot set!
image
The scrolling is centred on the mouse for easy navigation, but when d
HTML, CSS, JS
Function to calculate the nth Fibonacci number without recursion or iteration - only 44 chars of JS!
See it in action, and an explanation, here on my
Python
A password vault! Get it here
You can log in with Repl.it, nice and secure, then store as many passwords as you like, and you can store a website name
Python
generationXcode BRUH the passwords here arent encrypted. When my passwords werent encrypted some cracker came and leaked them all. Why does it only happen to me. I had to encrypt it with AES 128 to stop it all3 years ago
My weekly submission, a page all about Euler's number (e), can be found here on my website. It shows 3 different ways of calculating e, as well as sev
Python
I made a thing. It's just some fish swimming across the screen. Have a nice day :)
HTML, CSS, JS
My weekly submission, a unit conversion calculator, can be found here on my website. It can convert units of length, area, volume, speed, mass and ang
Python
EpicGamer007 You are definitely gonna win this, how did you get all the values. Must have taken hours!3 years ago
TODO list with lots of features including setting due dates for tasks and sophisticated sorting functionality! Find it here on my website. Links to so
Python
EpicGamer007 I wish you could add "log in with repl" or something cuz i dont have discord(I really wish i did)3 years ago
SixBeeps I gotta say, I'm impressed! Logging in with Discord was unexpected, but a welcome feature. There's some other things I would have never even thought about, like priority and expected duration, that I find quite interesting too.
(I think you're gonna win this one, and it's only been a few days.)3 years ago
I made the classic 15 game using frontend JavaScript. I'm sure this has been done before, but my JavaScript skills still aren't great and this was a f
HTML, CSS, JS
My first ever weekly submission, a simple web-based dictionary, can be found here on my website. Links to source code are included!
Please ignore the
Python
I finally made a personal website, and on a proper domain as well. Still running on Repl.it though ofc. Check it out and pls give feedback
Python
I have finished the API for my cool circle images.
Documentation can be found at https://circles.minx28.repl.co.
Get ID and token by DMing me on disco
HTML, CSS, JS
Hi!
I am not great at asynchronous python and I have a small problem... how do you call an async function, as in one defined with async def, from a sy
a5rocks Well, depends on your async framework. Most of the time, just do this:
import
... code here ...
.run(main)
Assuming main is the entry point.
`` can be, for example:
trio
asyncio
curio
etc.3 years ago