Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Riley mabb

@Rileymabb
My portfolio is https://my-portfolio--rileymabb.repl.co/
Repls
Community
Rileymabb
Rileymabb
shared a Post
3 years ago
How do you come up with creative coding ideas?
For the past 5 months or so I've had all this interest in coding but I can't come up with any ideas. I also have a hard time working on projects unles
Bookie0
Bookie0
when i need ideas, tbh i just go ask google. i go through some pages, look at ideas, play some repl games... also, sometimes you have to think out of the box, try to think of something extraordinary that will really make you want to do it. sometimes, i have ideas, and i do them right away, but after 10 min, i find that its a bad/boring/useless/impossible idea. but i still keep it in mind in case. i also sometimes randomly have an idea, and i always jot it down in reminders, and sometimes set an 3 years ago
Coder100
Coder100
Hello, there's an idea generator I use. Also, another way I get ideas is to just play some games! Looking at other peoples' works can help inspire you to remix their ideas! I hope you can find some ideas! :D3 years ago
CodeLongAndPros
CodeLongAndPros
What have you done? I'm working on a hypothetical computer emulator right now. To quote ESR: > Every project begins by scratching a developer's personal itch.3 years ago
Rileymabb
Rileymabb
shared a Post
3 years ago
I tried to make a .env file for my discord bot but it doesn't work because I can't make a blank name file on repl. What am I supposed to name the file
leoxbonner
leoxbonner
How do I use the secrets on replit? Ever since .env got removed ive been struggling to make private files.1 year ago
CodeLongAndPros
CodeLongAndPros
If you can't add a file via gooey, use: Ctrl-Shift-s, and enter: echo 'run="node index.js"' > ./.env `3 years ago
Scoder12
Scoder12
You name the file .env3 years ago
Rileymabb
Rileymabb
shared a Post
3 years ago
I wanna host my discord bot for my server, what are some free alternatives?
Kai_Justice
Kai_Justice
Here's a good website! You could have that ping your run link. > every repl goes down after 5 mins so make sure it pings it before that3 years ago
Rileymabb
Rileymabb
shared a Post
3 years ago
I need some not boring coding ideas. Also here are the languages I use and my skill level with them so you can keep that in mind. Also please keep the
smuppana060
smuppana060
An HTML pendulum with option to change things like its size, etc. 3 years ago
CodingGoose
CodingGoose
-Countdown clock and/or Timer -Show how to spell out a number in English. -Story Generator (Based on User input) ( I dont know if this counts as a game :P) -Binary Search Algorithm -Greatest Common Divisor Finder -Check if a number is prime3 years ago
Rileymabb
Rileymabb
shared a Post
3 years ago
I know you can make can OS with c++ but I wanna know if you can develop one right here on repl, can someone help?
LuckyHackers1
LuckyHackers1
replit has NO WAY of running a os you know what is assembly so how are you going to change registers from a browser1 year ago
Highwayman
Highwayman
Yes you can. 1: https://repl.it/talk/learn/A-beginners-guide-to-OS-Dev-Part-1/33328 2: https://repl.it/talk/learn/A-beginners-guide-to-OS-Dev-Part-2/33803 3 years ago
DynamicSquid
DynamicSquid
Probably? I know that there's some great tutorials out there.3 years ago
Rileymabb
Rileymabb
shared a Post
3 years ago
I'm bored and don't know what to program. The languages I use are, python, c++, node.js, JS, Lua and processing(I can use processing.js to run the cod
CodingGoose
CodingGoose
Hi! I asked myself the exact same question like 2 days ago, so I made an 'Idea Generator' to give me some ideas. Here it is if you want to check it out: https://repl.it/@DannyIsCoding/Idea-Generator If you think this is a good idea pls make my answer correct so that I earn cycles3 years ago
Baconman321
Baconman321
That's a lot of coding languages! Do you know all of them well? Anyways, my suggestion is that you make a calculator, the hard part is that it has to be able to input multiple statements, so no "enter your first digit" and "enter your second digit". You can do this using the shunting yard algorithm: https://en.wikipedia.org/wiki/Shunting-yard_algorithm. Good luck!3 years ago