Skip to content
Sign UpLog In
Profile icon

[Object object]

@CodeLongAndPros
Binary is just like Base 10. If you're missing eight fingers.
  • Coyote OS

    Cover page
    Made with Python
    Recent comments (4)
    holylemonaple
    holylemonaple
    2 years ago

    questino: what does jedi do?

    GalaxyWolfX
    GalaxyWolfX
    2 years ago

    What does this do?

  • Rockets

    Cover page
    Made with Python (with Turtle)
    Recent comments (0)
  • Gol

    Cover page
    Made with Python
    Recent comments (0)
  • Converter

    Cover page
    Made with Python
    Recent comments (0)
  • Advent of Code

    Cover page
    Made with Python
    Recent comments (1)
    TristanCedrickD
    TristanCedrickD
    2 years ago

    ok

Repls
Community
CodeLongAndPros
CodeLongAndPros
shared a Post
2 years ago
Private-Public repls
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
private-template
Bash
boltless
boltless
yall doing everything in yalls power to bankrupt replit2 years ago
RayhanADev
RayhanADev
pfffft, imagine never having paid for hacker, yet having it for the past year Couldn't be me2 years ago
InvisibleOne
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
CodeLongAndPros
CodeLongAndPros
shared a Post
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
infocyber
infocyber
I Love You Man Thanks For That2 years ago
DennisGG
DennisGG
Thanks for posting.2 years ago
firefish
firefish
This is cool - I've been doing ls -laR | fgrep for ages.2 years ago
CodeLongAndPros
CodeLongAndPros
shared a Post
2 years ago
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
rot13
Go
firefish
firefish
haha tr "A-Za-z" "N-ZA-Mn-za-m"2 years ago
programmeruser
programmeruser
v nz gur qbpgbe. eha! = i am the doctor. run!2 years ago
DynamicSquid
DynamicSquid
Time to Go! You don't see a lot of Go project on here, neat!2 years ago
CodeLongAndPros
CodeLongAndPros
shared a Post
2 years ago
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
tictac
Python
DynamicSquid
DynamicSquid
Just curious, do you come up with your bio descriptions yourself? They're always interesting to read2 years ago
programmeruser
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
HahaYes
HahaYes
back on replit nice project2 years ago
CodeLongAndPros
CodeLongAndPros
shared a Post
2 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
christmas
Python
programmeruser
programmeruser
https://replrunsh.pdaniely.repl.co/CodeLongAndPros/christmas2 years ago
TsunamiOrSumth
TsunamiOrSumth
where are my 300 upvotes ~ CodeLongAndPros, 12/23/20202 years ago
CodeLongAndPros
CodeLongAndPros
shared a Post
2 years ago
Advent of Code is back! For the uninitiated, checkout https://adventofcode.com Anyways, this runs your advent of code challenges. This supports any la
AOC runner- PUBLIC mode
Python
Codemonkey51
Codemonkey51
Cool2 years ago
CodeLongAndPros
CodeLongAndPros
shared a Post
2 years ago
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
elipie
elipie
nooo, what happened to your old pfp, now i get you confused with a lot of other gray, dark, lifeless other pfps(a lot!)2 years ago
HahaYes
HahaYes
pog installing arch in a few hours2 years ago
CodeLongAndPros
CodeLongAndPros
shared a Post
2 years ago
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
rtc
Python
TsunamiOrSumth
TsunamiOrSumth
what if i upvote it >:)2 years ago
RayhanADev
RayhanADev
A mod asking other mods not to unlist. lol! Obtw are you making a Repl Talk Bot @CodeLongAndPros?2 years ago
CodeLongAndPros
CodeLongAndPros
shared a Post
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
runsetup
Python
elburg
elburg
I'm going to say this now before anybody else does... But can it run Doom?2 years ago
DynamicSquid
DynamicSquid
Yes, but can it run a squid?2 years ago
CodeLongAndPros
CodeLongAndPros
shared a Post
2 years ago
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
Lesslink
Python
firefish
firefish
GitHub is better than GitLab imáge2 years ago
RahulChoubey1
RahulChoubey1
What's with the /add?2 years ago
CodeLongAndPros
CodeLongAndPros
shared a Post
3 years ago
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
firefish
firefish
dot file manager Hm.... the advantage of following you on GitHub3 years ago
ZenoxHosting
ZenoxHosting
To be honest, this was a pretty good tutorial.3 years ago
EpicGamer007
EpicGamer007
P P... P ... PYTHON???????????!??!??!!!!??3 years ago
CodeLongAndPros
CodeLongAndPros
shared a Post
3 years ago
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
excon-compiler
Python
CodeLongAndPros
CodeLongAndPros
shared a Post
3 years ago
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
HahaYes
HahaYes
Comment3 years ago
CodeLongAndPros
CodeLongAndPros
Aaaand… No comments.3 years ago
CodeLongAndPros
CodeLongAndPros
shared a Post
3 years ago
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
exploit pls
Bash
NoNameByProgram
NoNameByProgram
Screen Shot 2020-09-07 at 9.26.40 PM gottem 3 years ago
SixBeeps
SixBeeps
I got the calculator one image3 years ago
gibbsfreenergy
gibbsfreenergy
So what are we supposed to do?3 years ago
CodeLongAndPros
CodeLongAndPros
shared a Post
3 years ago
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
evaln't
Python
HahaYes
HahaYes
heh3 years ago
Jakman
Jakman
exec3 years ago
CodeLongAndPros
CodeLongAndPros
shared a Post
3 years ago
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.
weekly-hak
Python
TheDrone7
TheDrone7
SMH, DQed.3 years ago
dabs364
dabs364
It don’t work for the #WEEKLY. You need to calculate the numbers not get them from a website.3 years ago
DynamicSquid
DynamicSquid
and thanks for reminding me about the weeklys! I might start doing them again3 years ago
CodeLongAndPros
CodeLongAndPros
shared a Post
3 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
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
CodeLongAndPros
CodeLongAndPros
shared a Post
3 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
Spacers-Final
Pygame
Gabby8C0des8
Gabby8C0des8
the astroid looks like lil cookie crumbs zooming towards me :)3 years ago
Inferno12
Inferno12
Not bad3 years ago
CodeLongAndPros
CodeLongAndPros
shared a Post
3 years ago
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
GrandioseShyVariables
Bash
ttwthomas
ttwthomas
TESt lol mdr vasy a plus1 year ago
DynamicSquid
DynamicSquid
lol windows3 years ago
CodeLongAndPros
CodeLongAndPros
shared a Post
3 years ago
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
startx
Bash
Coder100
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