Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Peter Nielsen

@peternielsen112
Developer of useless programs and the occasional good bit. Python, Django, HTML, CSS, some JavaScript and C
  • ChattingAllTheWay

    Cover page
    Made with Python
    Recent comments (0)
  • peternielsen112.github.io

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
Repls
Community
peternielsen112
peternielsen112
shared a Post
2 years ago
Hacker Typer (ish)
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!
DoingSomethin
Python
peternielsen112
peternielsen112
shared a Post
2 years ago
This translates Morse Code into letters and vice versa. Took me a little while to figure out but it's cool I think. Enjoy!
MorseCodeTranslate
Python
peternielsen112
peternielsen112
shared a Post
2 years ago
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
PasswordGenerator
Python
peternielsen112
peternielsen112
shared a Post
2 years ago
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
CeasarCipher3
Python
FrancisPan
FrancisPan
wklv uhso lv dzvrph!2 years ago
FrancisPan
FrancisPan
I like the effort. Even though it isn't the best, nice work!2 years ago
peternielsen112
peternielsen112
shared a Post
2 years ago
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
pressf
Python
peternielsen112
peternielsen112
shared a Post
2 years ago
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
RYANTADIPARTHI
RYANTADIPARTHI
here's one. https://www.cprogramming.com/tutorial/c-tutorial.html2 years ago
Coder100
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
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
peternielsen112
peternielsen112
shared a Post
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
DontBlowUp
Python
InvisibleOne
InvisibleOne
Nice python version2 years ago
peternielsen112
peternielsen112
shared a Post
3 years ago
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
spacebar-clicker
Python
DynamicSquid
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
peternielsen112
peternielsen112
shared a Post
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
get-full-suit
Python
RYANTADIPARTHI
RYANTADIPARTHI
You need to make an if statement to get it to check if the number of cards is correct.3 years ago
peternielsen112
peternielsen112
wait a second if I make it a set number of cards... will it work? Any guesses?3 years ago
peternielsen112
peternielsen112
I'm going to try reworking it...3 years ago
peternielsen112
peternielsen112
shared a Post
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.
pickler
Python
peternielsen112
peternielsen112
shared a Post
3 years ago
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
math-changes-to-shapes
Python
peternielsen112
peternielsen112
shared a Post
3 years ago
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
windows-loading-program
Python