[Object object]
@CodeLongAndPros
Binary is just like Base 10. If you're missing eight fingers.
Sometimes you want to keep a file private but you don't have hacker. You can use this template.
So to use it, place your code in a folder named code a
Bash
RayhanADev pfffft,
imagine never having paid for hacker, yet having it for the past year
Couldn't be me2 years ago
InvisibleOne this is the pog version of turning python code into text and putting it inside and .env and then doing print(exec(os.getenv("CODE")))2 years ago
Finding files in repl.it with GNU findutils
Sometimes you want a little more than a "search box".
Say someone dumps a tarball into your repl and adds
The rotational 13 cipher (ROT13) is a keyless shifting cipher.
It takes series of letters and shifts them forward or back by a certain number.
Rot13 i
Go
Tic-Tac-Toe
This is my very bad implementation of the classic game of Tic-Tac-Toe.
It's mainly an exercise in curses- tutorial coming soon
To play, tr
Python
DynamicSquid Just curious, do you come up with your bio descriptions yourself? They're always interesting to read2 years ago
programmeruser Hi, nice project, and not related but would you like to collaborate on a python library for manipulating disk images?
https://repl.it/@programmeruser/diskimgutils#diskimgutils.py2 years ago
This is a small ascii art framework.
To use it, place numbered files in the frames directory.
1 is the first, and you can have up to n frames.
Right n
Python
Advent of Code is back!
For the uninitiated, checkout https://adventofcode.com
Anyways, this runs your advent of code challenges.
This supports any la
Python
How to handle errors like a champ
This work is licensed under CC BY-NC-SA 4.0. To view a copy of this license, visit https://creativecommons.org/lice
I'm needing to test a repl talk client here.
I'll remove this once I'm done, so don't unlist it.
Thank you!
DO NOT UPVOTE THIS
Python
RayhanADev A mod asking other mods not to unlist. lol! Obtw are you making a Repl Talk Bot @CodeLongAndPros?2 years ago
I see you've found this.
This is runapp, an app to run other apps, and a bad build system.
To use this, place runapp.py in your project root, and add
Python
Have you ever wanted to shorten a link, but didn't have a web browser ready?
Well, I am happy to introduce:
Linkless
You get more link, for less wo
Python
Hello, I'm back! (If I ever left?)
I'm also going to use a naming convention now.
[Beginner] assumes only basic knowledge in the target language.
[In
This compiles EXCON code to C, and then calls GCC on it.
The compiler accepts:
-o outputfile
--debug(Prints gcc args)
--enable-stdout-mirror (Prints
Python
How to use ZStandard compression in Python.
Y'all might have of Zip, 7zip, GZip or LZMA/XZ.
However, the ZStandard library can compress a 300Mb file
Hi! I made you some programs to try to break into.
Screenshot your exploits below, and suggest some new insecure programs.
I hope this ain't against
Bash
Why you should never use eval
Some of you out there will know the dangers of the eval function, and some of you will not.
eval is (in)famously used
Python
Well, I cheated on this one, big time. But hey, here it is, for laughs.
This solution really sucks. Big time.
Don't do this, kids. Don't.
Python
dabs364 It don’t work for the #WEEKLY. You need to calculate the numbers not get them from a website.3 years ago
DynamicSquid and thanks for reminding me about the weeklys! I might start doing them again3 years ago
A lot of people are now using slow output in their programs.
Even though it can look cool, at times, it violates a couple of principles of UX design.
Highwayman it can’t be automated and disabled
Ok so I agree with this post, but just for fairness I would like to say that actually it seems like it can be automated and disabled. I have seen many a program that actually acts quite differently when piped than when just run in the terminal, so it can in fact be detected and disabled, and the best part is teletype/slowprint is a function, so you end up being able to completely decouple the detection and disabling from the rest of your program. So things wou3 years ago
I've made my first game, asteroids.
Your goal is to get to the end as many times as you can in 60 seconds.
If you hit an asteroid, you go \boom and
Pygame
How to use bash
Learning how to use the command line, is in my opinion, a life skill, as is driving.
BASH is the Bourne Again SHell, the default com
Bash
I’m not using a language on repl, but BASIC is the closest.
I have a set of coords, X and Y. I also have a infinite line from 0 to 300. A ball is head
Bash
Coder100 Is recursion good?
f(1) = 10
f(n) = f(n-1)-f(n-1) / 2
Well, not tested but I hope it works3 years ago