Mercurial > codedump
comparison README.md @ 35:7ea4b01a2e5c
Update README.md
committer: GitHub <noreply@github.com>
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Thu, 17 Jun 2021 07:39:21 -0400 |
parents | e7fa57c4d3f7 |
children | b651fc366a8d |
comparison
equal
deleted
inserted
replaced
34:e7fa57c4d3f7 | 35:7ea4b01a2e5c |
---|---|
1 # code dump | 1 # code dump |
2 | 2 |
3 ### decodeurl.cpp | 3 ### [decodeurl.cpp](decodeurl.cpp) |
4 pretty self explanatory, compiled with libcurl and the likes | 4 pretty self explanatory, compiled with libcurl and the likes |
5 | 5 |
6 ### deleteautosave.py | 6 ### [deleteautosave.py](deleteautosave.py) |
7 deletes openmpt autosave files, made cause they cluttered up my modules folder | 7 deletes openmpt autosave files, made cause they cluttered up my modules folder |
8 | 8 |
9 ### garf.cpp | 9 ### [garf.cpp](garf.cpp) |
10 this was a joke program i made when garf wanted to put ads on 1123.best | 10 this was a joke program i made when garf wanted to put ads on 1123.best |
11 | 11 |
12 ### getlist.py | 12 ### [getlist.py](getlist.py) |
13 gets episode names from MAL, thanks to the wonderful people who run the [Jikan](https://jikan.moe/) api<br> | 13 gets episode names from MAL, thanks to the wonderful people who run the [Jikan](https://jikan.moe/) api<br> |
14 meant to be used with rename.py | 14 meant to be used with rename.py |
15 | 15 |
16 ### intro.py | 16 ### [intro.py](intro.py) |
17 originally created to extract all of the yuru yuri intros | 17 originally created to extract all of the yuru yuri intros |
18 | 18 |
19 ### mmltonsf.bat | 19 ### [mmltonsf.bat](mmltonsf.bat) |
20 this is a conversion of a script from bash to batch, it just makes compiling nsfs from mmls easier | 20 this is a conversion of a script from bash to batch, it just makes compiling nsfs from mmls easier |
21 | 21 |
22 ### nhentai.py | 22 ### [nhentai.py](nhentai.py) |
23 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 | 23 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 |
24 | 24 |
25 ### peardeck.cpp / peardeck.py | 25 ### [peardeck.cpp](peardeck.cpp) / [peardeck.py](peardeck.py) |
26 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 | 26 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 |
27 | 27 |
28 ### pixivimageposter.py | 28 ### [pixivimageposter.py](pixivimageposter.py) |
29 posts images downloaded with pixivutil2 and interprets the id and image number from the filename | 29 posts images downloaded with pixivutil2 and interprets the id and image number from the filename |
30 | 30 |
31 ### python3path.bat | 31 ### [python3path.bat](python3path.bat) |
32 a batch script to put python3 in the path. made this cause my friend didn't know how paths worked | 32 a batch script to put python3 in the path. made this cause my friend didn't know how paths worked |
33 | 33 |
34 ### remuxaudio.py | 34 ### [remuxaudio.py](remuxaudio.py) |
35 originally made cause i was pissy over some mkv files having thumbnails and different defaults from what i liked<br> | 35 originally made cause i was pissy over some mkv files having thumbnails and different defaults from what i liked<br> |
36 could've probably been made in batch but whatever, it was easier to do in python lmao | 36 could've probably been made in batch but whatever, it was easier to do in python lmao |
37 | 37 |
38 ### rename.py | 38 ### [rename.py](rename.py) |
39 originally created for lucky star, this gets a ton of episode names (or whatever) from a list and renames files accordingly<br> | 39 originally created for lucky star, this gets a ton of episode names (or whatever) from a list and renames files accordingly<br> |
40 made this mainly cause i'm lazy and don't want to do manual renaming | 40 made this mainly cause i'm lazy and don't want to do manual renaming |
41 | 41 |
42 ### sfv.py | 42 ### [sfv.py](sfv.py) |
43 a very lazy implementation of Simple File Validator in python | 43 a very lazy implementation of Simple File Validator in python |
44 | 44 |
45 ### tenormoment.bat | 45 ### [tenormoment.bat](tenormoment.bat) |
46 another batch script that was made primarily to spam the ytpmv tag on tenor. it makes gifs of every 5 seconds of a given video file.<br>~~it is extremely unorganized, i might remake it later and remove the debug option that stands no purpose~~ done | 46 another batch script that was made primarily to spam the ytpmv tag on tenor. it makes gifs of every 5 seconds of a given video file.<br>~~it is extremely unorganized, i might remake it later and remove the debug option that stands no purpose~~ done |
47 | 47 |
48 ### win95kg.cpp | 48 ### [win95kg.cpp](win95kg.cpp) |
49 a windows 95 keygen. 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 | 49 a windows 95 keygen. 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 |