Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Nathan Machane

@nathanmachane
Just an a o e average skilled coder
GitHub
nathanmachane
nathanmachane
published an Update
β€’1 year ago
0
something b i g
something b i gSomething big, I feel it happening
Expand
Make the video bigger
#create31
#html
nathanmachane
nathanmachane
published a Repl
β€’1 year ago
0
Sorted Random Lists
Sorted Random ListsGenerates a list of 1-10 numbers between 0 and 100 and sorts them... Without using any built-in sorting functions. Initial prompt: "I got one. Print a random array like @(5,6,2,99,41,3) in order without using any built-in methods to automatically sort"
nathanmachane
nathanmachane
published an Update
β€’1 year ago
0
Epical Gamer Chat
Epical Gamer ChatA pretty basic ephemeral messaging chat app based on the socket.io chat app template with a few improvements. Go to whatever room you want or stay in the default room, and copy the link to the room to share it with friends.
Epical Gamer Chat v1.1
Fixed message counting so 10 messages display
nathanmachane
nathanmachane
published a Repl
β€’1 year ago
0
Epical Gamer Chat
Epical Gamer ChatA pretty basic ephemeral messaging chat app based on the socket.io chat app template with a few improvements. Go to whatever room you want or stay in the default room, and copy the link to the room to share it with friends.
nathanmachane
nathanmachane
Fixed message counting so 10 messages display1 year ago
nathanmachane
nathanmachane
published a Repl
β€’1 year ago
1
portrait to sketch
portrait to sketchConvert photos and portraits (including of yourself) into sketches
nathanmachane
nathanmachane
Quick note: the only reason it's a fork is that OpenCV-python doesn't play nicely with nix so I went for an old-style python repl that used OpenCV. 1 year ago
nathanmachane
nathanmachane
published a Repl
β€’1 year ago
1
r e p l i t
r e p l i tPrints replit in ASCII art in random colours
nathanmachane
nathanmachane
published an Update
β€’1 year ago
8
One
OneHow many of you are there?
One v1.1
Fixed background and foreground being same colour making line unreadable
nathanmachane
nathanmachane
published a Repl
β€’1 year ago
8
One
OneHow many of you are there?
DillonB07
DillonB07
Cool. That's a simple project, but really heart-warming/emotional. *You might want to remove the `Fore.` though. It gets really hard to see the text.*1 year ago
KingsleyXu
KingsleyXu
so emotional that it gonna give me emotional damage1 year ago
nathanmachane
nathanmachane
published a Repl
β€’1 year ago
1
Inacurate messagwe printer
Inacurate messagwe printerTakes an input message and tries to print it out. Not quite perfect though...
daxnr
daxnr
you sould do def clear(): os.system('clear')1 year ago
Spllit
Spllit
nice!!1 year ago
nathanmachane
nathanmachane
published a Repl
β€’1 year ago
0
SMET (Simple Message Encryptor Tool)
SMET (Simple Message Encryptor Tool)Super simple password based message encryptor and decryptor that took me way longer than it should have...
nathanmachane
nathanmachane
published an Update
β€’1 year ago
0
write a sotry
write a sotryWrite a story my choosing words or let them be randomly chosen. credit to https://www.madtakes.com/libs/171.html for the literature
Story Writer V2.1
I actually left debug prints in the code πŸ˜‘ `
nathanmachane
nathanmachane
published an Update
β€’1 year ago
0
write a sotry
write a sotryWrite a story my choosing words or let them be randomly chosen. credit to https://www.madtakes.com/libs/171.html for the literature
Story Writer V3
πŸ™„ Actually fix the word selector. Who coded this? /s
nathanmachane
nathanmachane
published an Update
β€’1 year ago
0
write a sotry
write a sotryWrite a story my choosing words or let them be randomly chosen. credit to https://www.madtakes.com/libs/171.html for the literature
Story writer V2
Corrected random word selector
nathanmachane
nathanmachane
published an Update
β€’1 year ago
0
GCSE Grade Visualiser
GCSE Grade VisualiserVisualise your GCSE (General Certificate of Secondary Education) grades with a Fifa style Radar graph
GCSE Grade Visualiser V3
Fix the code I managed to muck up again πŸ™„
nathanmachane
nathanmachane
published an Update
β€’1 year ago
0
GCSE Grade Visualiser
GCSE Grade VisualiserVisualise your GCSE (General Certificate of Secondary Education) grades with a Fifa style Radar graph
GCSE Grade Visualiser V2
Updated input sanitisation Impoved looks Added credits
nathanmachane
nathanmachane
published a Repl
β€’1 year ago
0
GCSE Grade Visualiser
GCSE Grade VisualiserVisualise your GCSE (General Certificate of Secondary Education) grades with a Fifa style Radar graph
nathanmachane
nathanmachane
Updated input sanitisation Impoved looks Added credits1 year ago
nathanmachane
nathanmachane
Fix the code I managed to muck up again πŸ™„1 year ago
nathanmachane
nathanmachane
published a Repl
β€’1 year ago
1
text deleter
text deleterDelete a string by selecting a random character and deleting all instances until there's nothing left
nathanmachane
nathanmachane
published a Repl
β€’1 year ago
0
something b i g
something b i gSomething big, I feel it happening
nathanmachane
nathanmachane
Make the video bigger1 year ago
nathanmachane
nathanmachane
published a Repl
β€’1 year ago
0
Personal fortune
Personal fortuneGenerates a personal fortune that, ironically, gets saved in cookies and last as long as your browser session.
nathanmachane
nathanmachane
published a Repl
β€’1 year ago
0
aging repl
aging replThis repl prints the phrase "bing bong" every so often, however it takes longer every time. The amount longer it takes increases by a smaller amount each time, using the formula y=x^1/3, where y is the time to wait and x is the amount of time passed since initial repl creation. (I think it's that way round anyway, i forgorπŸ’€)