Skip to content
Sign UpLog In
Profile icon

Lone Ace

@LoneAce
A journey of a thousand lines begin with a single line
  • Hack game

    Cover page
    Made with Python

    Just a random game that doesn't do much

    Recent comments (4)
    NyAirreDeShawn
    NyAirreDeShawn
    5 months ago

    n njnjnjnjnjin

    OsmaniMenjivar
    OsmaniMenjivar
    5 months ago

    mid

    BlakeWilliamson
    BlakeWilliamson
    5 months ago

    can you acculaty acsess a computer

    PietGamer
    PietGamer
    7 months ago

    This is actually fun!!!!

  • Chatroom V2.0

    Cover page
    Made with Python
    Recent comments (0)
Repls
Community
LoneAce
LoneAce
shared a Post
3 years ago
Diamonds art
Hey there! This is a diamond artwork made using Python Turtle. If you want it to draw faster, press the center button
Diamonds
Python (with Turtle)
LoneAce
LoneAce
shared a Post
3 years ago
Hey there! This painting is my first done using Python Turtle. Hope you like it :)
Borealis
Python (with Turtle)
LoneAce
LoneAce
shared a Post
3 years ago
Hey there, I would like to give a timeout on my Python inputs. If possible, I would like the code to be portable so that I can give timeouts to everyt
Roar123
Roar123
This was my attempt to create a timed input function: import time def timed_input(prompt,t): start = time.time() inp = input(prompt) now = time.time() if now - start < t: return inp else: return "Timed Out" Edit: It works! I thought the code for input would wait until it receive an input, but I don't think that's the case. The answer is more complicated and lies in threading which is used to run multiple threads (functions, tasks, etc) at the same time. Thi3 years ago
LoneAce
LoneAce
shared a Post
3 years ago
Hello there! Just a brief intro this is an updated version of my previous Python Chatroom post Link is here: https://repl.it/talk/share/Python-Publ
Chatroom V2.0
Python
jtapostle
jtapostle
I hate to say it, but all you need is a bcrypt utility and you can get into lone's account. I suggest using salts in your encryption, to slow down intrusions.3 years ago
LoneAce
LoneAce
shared a Post
3 years ago
Is there any Python online database that you can import into repl that is secure? Say that I put the database server in a repl and the client in anoth
Zavexeon
Zavexeon
You could create an HTTP database that only responds to whitelisted IPs. It could be hosted on repl.it, just have the contents in it encrypted and keep the key in a .env.3 years ago
LoneAce
LoneAce
shared a Post
3 years ago
Hello there This is a small instant painter that I coded when I had extra time. Use the number keys to add a pixel of your chosen colour, delete pix
Instant Paint
Python
inky75875438
inky75875438
Instant Painter fish in the sea also amazing project!2 years ago
Vandesm14
Vandesm14
It seems that you're debugging this? image3 years ago
noodles37
noodles37
nice job!3 years ago
LoneAce
LoneAce
shared a Post
3 years ago
Hello there! Here is a small chatroom I coded with the Python Language. The method is very simple compared to other chatrooms so feel free to take r
Python Chatroom
Python
AphixDev
AphixDev
The file can't be found :(3 years ago
coderash
coderash
Love it!!!3 years ago
EmiliaMladjan
EmiliaMladjan
I tried entering a display name and it gave me an error.3 years ago
LoneAce
LoneAce
shared a Post
3 years ago
Hello there! Just asking for a little bit of help since I am not too familiar with the repl.it python module. Is there any way where I can check who
MarsExplorer
MarsExplorer
not as far as I know. search google for librarys to install3 years ago
mwilki7
mwilki7
I may be wrong but I don't think repl comes with this capability. You might need some external notification service that you can communicate to via python or network connection (or network connection via python?) that will send this information to you (email, discord, or something).3 years ago
LoneAce
LoneAce
shared a Post
3 years ago
Hello there! The project below is a small game that I made that (unfortunately) does not do much... Do comment suggestions to improve the game and I
Hack game
Python
MATHyou
MATHyou
When you work you can just hold down enter instead of spamming it to get money fast!3 years ago
DJWang
DJWang
You are such a copier!3 years ago
25bam
25bam
Pretty well done, but you can earn money by just buying scratch cards and doing nothing else.3 years ago