Procyon Lotor
@DaCuteRaccoon
I am going through my repls and deleting the empty ones, because I currently have a few hundred repls.
Seattle
0
clockA cool colorful clock that displays the date and time with nice fonts and a built in AM/PM switcher. OpenAI helped me make the AM/PM switcher lol.
2
0
0
0
OpenAI CodexA collection of websites generated by OpenAI Codex, updated daily with new awesome content. You can view the source code to see the exact text I typed in to generate the code.
1
0
0
0
ukraineCircular Ukraine flag as gradient built with CMU Graphics in Python.
2
0
0
0
Pet rock simulatorjust a pet rock simulator
41
0
0
0
DaCuteRaccoonMy personal website
1
0
0
0
notificationThis repl allows you to play around with desktop notifications and send it to your computer using JavaScript.
4
0
0
0
p4logoProcessing 4 logo in Processing 4.
0
0
0
0
H̡̍̃ͪ̆̚E̴̼̯̠̝̰̘͗͌̑̑̊̊ͅ ̙ͭ̊̑̆͒C̱͍̞͓ͮ̅̅͂̽̊ͫÒ̻̲̄ͩM͙E͔͎̬ͥ̑ͦ̆̾͜SZ̺̫̞ͮal̷̷̈́̇ͨ̇̽g̰͙̓̑̔̽̕o t̪̤̾̒͌é̴ͣ͢xt ̵̼̫̲̇ͮ̂ͨ͌ge͙͓̞͖ͅne̠̳ͫ̏rạ̜́ͮ̊̂͠t̳̜̭̺͙ͩͭor ịͬ̂n̵ͥ̀s̒͏͞p̿͑͛̌ired ̦ͩ͐ͧ̀by a̢̨̖̾ͥ́ͮ ̥̗̑̀͊̈́̃S̡̧̬̲̝tac̡͕͙̗ͨͮ͠k Ö́͏͈̣verf̴̩̠̎lͦͧ͂҉̸̥̞̜̠͚͍ow q̟͈̍ͤ̓͆͢uestion
4
0
0
0
s-tuiReplit-friendly version of amanusk/s-tui
2
0
0
0
Prime Sieve
PrimeSieve
A short and simple program written in Java that finds out how many prime numbers are equal to or below a number.
[GitHub]
[Replit]
Usage
This is for if you're not running it in Replit.
First, we should recompile the code. It's always better to do that, just in case something has changed.
Unless you are skipping this step, if you can, delete Main.class before compiling the code:
javac -classpath .:target/dependency/ -d . $(find . -type f -name '*.java')
Yay! Now you should see a file called Main.class (if you deleted it before compiling)!
Now, we just need to run the code. Run this last command:
java -classpath .:target/dependency/* Main
Editing
You can also edit the code a bit, so it doesn't just display the amount of primes less than or equal to 100.
Don't worry though. You need zero knowledge of programming.
Just go into the Main.java file. On line 3, it says int N = 100;. Change 100 to the number you want to find the amount of primes less than or equal to.
Here is an example of finding the amount of primes equal to or below 750:
public class Main {
public static void main(String[] args) {
int N = 750;
...
Now we gotta recompile and run. (I know, boring).
javac -classpath .:target/dependency/ -d . $(find . -type f -name '*.java')
java -classpath .:target/dependency/* Main
And now, it should display the amount of primes less than or equal to your number!
Other Stuff
If there is a bug, just create a new issue.
TL;DR
javac -classpath .:target/dependency/ -d . $(find . -type f -name '*.java')
java -classpath .:target/dependency/* Main
[GitHub]: https://github.com/DaCuteRaccoon/PrimeSieve
[Replit]: https://replit.com/@DaCuteRaccoon/PrimeSieve
1
VSCode 4.0.2The first time you run the repl, it has to download all the files which takes about a minute.
Once everything is good to go, just use fullscreen or go to https://vscode-402.dacuteraccoon.repl.co/
55
3
1
2
Cops 'n' RobbersCops 'n' Robbers is a text-adventure game written in Python. The name is pretty self-explanatory. You can either play as a cop, arresting criminals and gaining their bounty or robbing banks and trying not to get caught.
Cops 'n' Robbers
Cops 'n' Robbers
EDIT: Please read the description by clicking Show Files, then README.md
Cops 'n' Robbers is a text-adventure game written in Python. The name is pretty self-explanatory. You can either play as a cop, arresting criminals and gaining their bounty or robbing banks and trying not to get caught.
Cops or Robbers?
Cops
Arrest criminals at the bank
Patrol the highway to catch speeding people
Work at a casino as a security guard
Robbers
Rob the bank
Attack people on the highway
Gamble at the casino
Work for money
Stream on YouTube for money
Raid a bunker
Sell counterfeit items at a yard sale
Make a website and do charity fraud
And much more stuff!
Credits
Thanks to hanlunli for a broken version of the game, inspiring me to make a new version!
Cover image by Maxim Basinski
Everything else was added by me.
Tell me in the comments if you see a bug, or want a new feature.2
Cops 'n' RobbersCops 'n' Robbers is a text-adventure game written in Python. The name is pretty self-explanatory. You can either play as a cop, arresting criminals and gaining their bounty or robbing banks and trying not to get caught.
117
5
2
DaCuteRaccoon # Cops 'n' Robbers
EDIT: Please read the description by clicking Show Files, then README.md
Cops 'n' Robbers is a text-adventure game written in Python. The name is pretty self-explanatory. You can either play as a cop, arresting criminals and gaining their bounty or robbing banks and trying not to get caught.
<br>
Cops or Robbers?
--------
### Cops
- Arrest criminals at the bank
- Patrol the highway to catch speeding people
- Work at a casino as a security guard
<br>
### Robbers
- Rob the bank
- Attack people on the highway
- Gamble at the casino
- Work for money
- Stream on YouTube for money
- Raid a bunker
- Sell counterfeit items at a yard sale
- Make a website and do charity fraud
### And much more stuff!
# Credits
Thanks to [hanlunli](https://replit.com/@hanlunli/GAME-THINGY) for a broken version of the game, inspiring me to make a new version!
<br>
Cover image by [Maxim Basinski](https://icon-icons.com/icon/bank/78392)
<br>
<br>
Everything else was added by [me](https://replit.com/@DaCuteRaccoon).
<br>
Tell me in the **comments** if you see a bug, or want a new feature.1 year ago
0
FullscreenView repls such as Python in fullscreen!
1
0
0