Skip to content
Sign UpLog In
Profile icon

it's me :)

Hacker
@NoNameByProgram
he/him, young self-taught fullstack dev (with a little bit of python), started coding September 2019
somewhere
Website
  • nonamebyprogram

    Cover page
    Made with HTML, CSS, JS

    about me

    Recent comments (0)
Repls
Community
NoNameByProgram
NoNameByProgram
shared a Post
2 years ago
codeExec - the Python code executor
codeExec Have you ever used the Python exec function? You're probably like me when you used it - yuck. So, I decided to make codeExec (which uses exec
GulliverM
GulliverM
also, what's so bad about exec()??2 years ago
GulliverM
GulliverM
error, image2 years ago
NoNameByProgram
NoNameByProgram
shared a Post
2 years ago
BookCreator Have you ever wanted to create books? Show the world your writing skills, or just do it for fun? Well, now you can do it anonymously! Fe
BookCreator
Node.js
BobTheTomatoPie
BobTheTomatoPie
Oh my god dude how did nobody see this this is hella cool!2 years ago
Leroy01010
Leroy01010
cool Maybe anonymous isn't the best idea u don't know if someone writes something that is not age appropriate.2 years ago
zplusfour
zplusfour
made a Deathly Hallows story which it is 13+ very scary2 years ago
NoNameByProgram
NoNameByProgram
shared a Post
2 years ago
Heya there! HTML may seem very... well... how do I say this? I guess I could say it's easy, but JavaScript is a "whole new level" to some newbies. So,
lightningrock
lightningrock
Cool! BTW You can use the progress HTML tag.2 years ago
NoNameByProgram
NoNameByProgram
shared a Post
2 years ago
Hi, this seems to be returning an SyntaxError. Why is it doing this? I have searched everywhere on StackOverflow for an answer, but can't seem to fin
Coder100
Coder100
YESS FINALLY I FOUND IT LINE 99 You had an extra indent!! if (not re.match(f"[${string.punctuation}]", line.split()[1])): if (line.split()[2] == "="): try: value = eval(line.split()[3]) except: print(f"[Line {lines_num}] An invalid variable value was passed.") else: ----------^ variables[line.split()[1]] = value else: print(f"[Line {lines_num}] Please declare that you are makin2 years ago
Coder100
Coder100
coder100 is here to help2 years ago
NoNameByProgram
NoNameByProgram
shared a Post
3 years ago
BookCreator is a node.js program (my first one, can you believe it?) where you can write books and some stuff. If you need to change pages, simply ch
BookCreator
Node.js
botApi
botApi
I really like this :) Is there any limit of pages in a book? So what if I added like a 1,000,000 (using some test script) in a book, will the site be still fast? Also, here are some ideas: User system (so you can make an account and write books) edit book add limits, so a book can have a max of 1000 pages or something2 years ago
CatR3kd
CatR3kd
Nice!!2 years ago
NoNameByProgram
NoNameByProgram
shared a Post
3 years ago
In my project, I want to make a directory with the pages of the book you created (txt files for each individual page). But I can't seem to do this in
Coder100
Coder100
not in HTML, or else hackers would be able to delete your index.html file and all other files. Because what differs from a trusted script and a malicious script in the web?3 years ago
NoNameByProgram
NoNameByProgram
shared a Post
3 years ago
Do I really need to explain? Your auntie died and gave you a buttload of cash, and told you to move on with your life, and to live a successful one.
DynamicSquid
DynamicSquid
Cool!3 years ago
NoNameByProgram
NoNameByProgram
shared a Post
3 years ago
PIN Cracker [BETA] WARNING: This must only be used for experimental purposes. How to use 1. Enter a password for the PIN Cracker. 2. The guesser will
DynamicSquid
DynamicSquid
PIN Cracker! The program: pin = input("Enter your pin: ") print("Cracking password...") sleep(5) print(pin) lol jk, well done!3 years ago
NoNameByProgram
NoNameByProgram
shared a Post
3 years ago
plants.exe plants.exe is a game where you take responsibility as a farmer. About You are a local farmer in Mexico and you take a job in the US. The p
Leroy01010
Leroy01010
but it's still good3 years ago
Leroy01010
Leroy01010
it doesn't allow me plant $ home/git/plants.exe > show 1 2 3 | | | 1 | | | 2 | | | 3 $ home/git/plants.exe > plant(1,1) The command "plant" takes 2 arguments (2 more needed)3 years ago
SixBeeps
SixBeeps
How'd that get there? image3 years ago
NoNameByProgram
NoNameByProgram
shared a Post
3 years ago
this was a submission for the "codersunited game jam" codersunited is a repl.it team, not the repl.it game jam. to find out more, check the readme.md
Leroy01010
Leroy01010
cool prof pic3 years ago
Leroy01010
Leroy01010
is there space3 years ago
DynamicSquid
DynamicSquid
Who's in codersunited?3 years ago
NoNameByProgram
NoNameByProgram
shared a Post
3 years ago
About Story of Herobrine is the prologue of Herobrine, but in a Minecraft: Story Mode way. Founded by Leroy01010 and helped by me, we made this second
Leroy01010
Leroy01010
i can't see the project3 years ago
NoNameByProgram
NoNameByProgram
shared a Post
3 years ago
This is the continuation of Story of Herobrine: Episode 1. Description This is a remix of Minecraft Story Mode, but the characters are coding develo
Leroy01010
Leroy01010
can you duplicate it so we can do it on a different project (it's because it is a demo)3 years ago
VulcanWM
VulcanWM
You names the function cls, but did the function vls, so it is showing an error. You should check your work before posting it on Share.3 years ago
NoNameByProgram
NoNameByProgram
shared a Post
3 years ago
My teacher asked us to do a project, where we make a replica of a website that is popular on repl.it. I decided to make a login page in that replica,
Coder100
Coder100
you need a backend because the username is saved by HTTP header. Here's my tutorial on it3 years ago
Codemonkey51
Codemonkey51
you need backend for repl auth if you want it to function check this tutorial out3 years ago