# HG changeset patch # User Paper <37962225+mrpapersonic@users.noreply.github.com> # Date 1616630828 14400 # Node ID 29f4c25c46f25ef997a4067ee7af2fd95c30a31c # Parent 002a5dbce627dfe55e453a8084e6de54b23fdebe Update README.md committer: GitHub diff -r 002a5dbce627 -r 29f4c25c46f2 README.md --- a/README.md Wed Mar 24 19:57:28 2021 -0400 +++ b/README.md Wed Mar 24 20:07:08 2021 -0400 @@ -1,2 +1,23 @@ # random -basically just a dump of stuff i've made +a dump of stuff i've made + +### decodeurl.cpp +pretty self explanatory, compiled with libcurl and the likes + +### garf.cpp +this was a joke program i made when garf wanted to put ads on 1123.best + +### mmltonsf.bat +this is a conversion of a script from bash to batch, it just makes compiling nsfs from mmls easier + +### nhentai.py +i found a ton of nhentai codes on a facebook group and i wanted to sort them all. in it's current state you could literally do this with macros it's not that hard + +### peardeck.cpp / peardeck.py +a bad peardeck sentence generator, will only accept inputs from 5-6 characters. i made a python version of this that i like much more than the c++ version + +### python3path.bat +a batch script to put python3 in the path. made this cause my friend didn't know how paths worked + +### win95kg.cpp +iirc the oem key only works some of the time, i don't even remember why i made it. it also has shitty function names that i might clean up in the future