Lukas
@PowerCoder
teen nerd, learn more at https://oclukas.com/
158
19.7K
126
158
1
327
3
1
The quiz creator comes with a broad variety of categories and thousands of quizzes. Quickly fill out a brief form to customize your quiz.
This was or
HTML, CSS, JS
I want to do some cleanup actions before NodeJS exits. I've tried to do all of the exit event handlers but they don't seem to work.
Hi 😁!
For those who want to get the documentation and online shell, click here
Or, you can click me to visit the team Repl.
It has not been an easy
TheDrone7 Hello there! You were required to post a team repl as the submission. But I see no team repl. Might I enquire why you decided to share a personal repl instead?3 years ago
matthewproskils Arrays And Objects
//Object
set x = {"replis": "thebest"}
print(x)
//Array
x = ["One", "Two", "Three"]
print(x)
`3 years ago
A free, simple, no login, and beautiful UI todo list. Oh also, no ADs!
Every time I use a todo list, I always want to get straight to actually adding
HTML, CSS, JS
When you hit the run button, Repl.it might do some unnecessary things. Like re-compile your entire projects when you might not need that. It also migh
Bash
The fibonacci sequence is a very popular sequence made by Fibonacci in Italy. This sequence is seen time and time again in nature.
image
For more in
Bash
Fetch, the modern way to make HTTP requests in Javascript. There are many ways to make your HTTP requests like using XHR however, some of them aren't
HTML, CSS, JS
The fibonacci sequence is a very popular sequence made by Fibonacci in Italy. This sequence is seen time and time again in nature.
image
For more in
Python
MarcusWeinberger fib = lambda n: n if n < 2 else fib(n-2) + fib(n-1)3 years ago
topkekmabel f=lambda x:f(x-1)+f(x-2) if x>1 else x
print([f(x) for x in range(int((input("How many numbers of the fibonacci sequence would you like?\n"))))])
Another version, using recursion. (Hey, that rhymed)3 years ago
Your place to upload art to the community!
Share art with others:
image
Features:
Clean UI
Login system
Name your art
XSS protection
Hashed passwords
Node.js
Chatroom
This is The Global Nonsense Chatroom where you can chat with people from around the world in a modern chatroom with sleek and modern UI.
Mar
Node.js
Create stunning virtual trees just by configuring some settings live. Here's something you can make with this fractal tree generator:
image
In my opin
HTML, CSS, JS
BuzzawJHKE tHE tREE oF iNSANITY
screenshot-fractaltrees.powercoder.repl.co-2020.07.18-1534273 years ago
HerculukeZeEpic Screenshot 2020-06-08 at 11.37.42 AM
HMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM.... I tink i'd broked it3 years ago
Use a wide variety of painting tools with speed and auto-saving to create the creation of your dreams. With clean and modern UI.
Features 📝:
Fill to
HTML, CSS, JS
SixBeeps This is pretty neat. But, I'd use a circle of some sort for the brush because a + brush seems a bit awkward.
Other than that, this is nice and aesthetically pleasing!3 years ago
Enemi Woah! This is cool! One question, did you use the flood fill algorithm for the paint bucket tool?3 years ago
Draw with other people.
Features:
You can choose your brush-size
You can choose your paint-color
You can draw with other people
Node.js
Cookiezz This is pretty cool! However, when you slide the brush size bar, it draws under the bar. Also, using smaller brush sizes appears to produce many small, consecutive circles instead of a solid line.3 years ago
This will be a simple and useful tutorial on how to add download buttons.
In your HTML file make an anchor tag:
Download
Then, add the content you w
HTML, CSS, JS
In this game, you will complete a level that contains parkour and obstacles.
How to play:
Collect all the coins to win.
If you go below the screens v
HTML, CSS, JS
In this game, you will complete a level that contains parkour and obstacles.
How to play:
Collect all the coins to win.
If you go below the screens v
HTML, CSS, JS