Peter Nielsen
@peternielsen112
Developer of useless programs and the occasional good bit. Python, Django, HTML, CSS, some JavaScript and C
Took me a little bit but I got it going. Hacker Typer. Click "run", sit back, and watch it print out what is probably code!
Python
This translates Morse Code into letters and vice versa. Took me a little while to figure out but it's cool I think.
Enjoy!
Python
A simple password generator I thought of during social studies instead of working. It generates passwords of lengths up to 30 characters (but the limi
Python
Enter a message to encode, enter a message to decode, this will do it for you. Using a standard Caesar Cipher with 3 letters back/forward depending on
Python
images
I don't know if this is really what I should be posting but I really don't have anywhere else to put it... ooh! Repl.it Admins! You should mak
Python
Does anybody on Repl have a good C/C++ tutorial or any recommendations on how to learn it? I'd really like to.
Thanks Repl.
EDIT: Thanks everybody f
Coder100 Indeed.
I recommend you learn C++ first before you give up the *slightly better stdlib
C++ https://www.youtube.com/watch?v=_bYFu9mBnr4
and then for C: https://www.youtube.com/watch?v=Bz4MxDeEM6k
if you are more of a reader:
C++ https://www.w3schools.com/cpp/default.asp
C https://www.w3schools.in/c-tutorial/2 years ago
OldWizard209 C++
Here is a really good tutorial about C++ on repl.it. I personally love it....
Yeah, another tutorial on C++ and on repl.it
A YouTube tutorial on C++
A W3Schools tutorial that helped a lot in C++ tbh.
C
Another Youtube tutorial on C
Lastly, yet another W3Schools tutorial on C
Honestly, you could have literally searched this up yourself on YouTube and google , but meh, whatever.
2 years ago
Don't Blow Up (inspiration credits to @InvisibleOne)
This repl is a python program using simple logic to make you guess the code before the bomb blows
Python
Probably the simplest python program I've made in two minutes (plus another minute to try it out). Works like a charm. Counts the number of spacebar c
Python
DynamicSquid Cool! But I think you have a lot of unnecessary code:
import time, getch
from colorama import Fore, init as f_init
f_init(autoreset=True)
times = float(input(Fore.BLUE + 'Enter the amount of time you want to have (in seconds, digits only)... '))
print(Fore.RED + 'Click the spacebar!')
t1 = time.time()
clicked = 0
while time.time() - t1 < times:
get = getch.getch()
clicked += 1
print(Fore.GREEN + f'You clicked {clicked} times in {times} seconds.')
`3 years ago
Basically, I'm wondering how to get the logic in the game (the above REPL) to check if the amount of cards in the player's hand is equal to the amount
Python
RYANTADIPARTHI You need to make an if statement to get it to check if the number of cards is correct.3 years ago
peternielsen112 wait a second if I make it a set number of cards... will it work? Any guesses?3 years ago
Simple python program that uses Pickle module to save or call information. A little cryptic in the code but ask if you wonder.
Python
This is a simple Python program that does little math scripts, changing shapes. Pretty self explanatory, look at the README and run the program. I mig
Python
The Windows diagnostic source code has been "leaked"!
Nothing against anything or anyone. This is not official to anything. It is a JOKE and please f
Python