Repls
Community
0
htmx-todoPlaying with HTMX
166
3
0
25
HealingFunctionCallerCalls a function, if it has an error, it heals it using GPT4
1.2K
29
25
7
the circle appthe circle app
550
12
7
7
encrypted-replthis repl allows you to encrypt its contents
681
10
7
4
Fahrenheit to celsius celsius
315
3
4
10
neovimneovim running on replit
411
8
10
4
gptpyQuick implementation of this tweet https://twitter.com/goodside/status/1568448128495534081
232
6
4
94
GhostWriter Early Access (hit run)Signup to get early access to GhostWriter. If you're on Safari open this link in a new window: https://ghostwriter-early-access-hit-run.amasad.repl.co/
5.4K
133
94
436
AI Image Generate (Stable Diffusion)Ask the AI to make something for you.
Now uses Stable Diffusion
The model is much faster and more robust. Try it again! For example, you can use much more complex prompts. Try this: house of crystals, magical world, by greg rutkowski, sung choi, photo realistic, 8 k, cinematic lighting, hd, atmospheric, hyperdetailed, trending on artstation, devainart, digital painting, glow effect
Read more about Stable Diffusion here: https://stability.ai/blog/stable-diffusion-public-release36
New Tabs System Rolling OutYou should start seeing it this week. Let us know if you like it!
1.6K
67
36
7
Lisp in PythonThis is a lisp implementation in Python. It's about 250 LoC, including tests and comments. It's very simple right now but will be adding more to it soon!
Added lambdas!
Now you can write functions with lambda e.g.:
> ((lambda (x) (+ x 1)) 1)
> 2
> (let add (lambda (a b) (+ a b)))
> (add 2 3)
> 5
`7
Lisp in PythonThis is a lisp implementation in Python. It's about 250 LoC, including tests and comments. It's very simple right now but will be adding more to it soon!
183
6
7
2
reptition detectionFind how much repetition is in a string, and do it fast.
190
3
2
12
AmARebooting Ask Me Anything! The previous one can be found here: https://replit.com/@amasad/Ask-Me-Anything#index.html
1K
170
12
1
Exit continuation in JSThis implements Scheme's exit continuation in JS. Exit continuations are useful when you're writing code recursively and want to end the recursion early.
26
0
1
4
436
AI Image Generate (Stable Diffusion)Ask the AI to make something for you.
Don't forget to like and follow
For a limited time I'll follow you back if you follow :)436
AI Image Generate (Stable Diffusion)Ask the AI to make something for you.
20.9K
381
436
1
New Kaboom Interactive Drawing Template!
This Template uses the Kaboom drawing functionality to create an interactive drawing environment. Here is what you can do:
you can drag images right into the code
change numbers by dragging them
drag and drop shapes and text
and it's all live!
You can try it by forking this demo or starting a new repl with the "kaboom draw" template.34
2
1
2
Announcing File Persistence for Everyone
The easiest way to save data is by simply write to a file. If you want something a little more advanced you can use SQLite or a local JSON DB using a package "lowdb."
That's why we are excited to announce that we rolled out file persistence for everyone! Meaning you will not lose your file data when you close your browser or your repl shuts down.
Read more about it here89
4
2