Mercurial > codedump
annotate README.md @ 16:2446a8799a65
Update README.md
committer: GitHub <noreply@github.com>
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Fri, 26 Mar 2021 00:14:09 -0400 |
parents | 8852a4a26ffa |
children | 916bab9ae217 |
rev | line source |
---|---|
11
4c47ea3a5b85
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
10
diff
changeset
|
1 # code dump |
10
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
2 |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
3 ### decodeurl.cpp |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
4 pretty self explanatory, compiled with libcurl and the likes |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
5 |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
6 ### garf.cpp |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
7 this was a joke program i made when garf wanted to put ads on 1123.best |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
8 |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
9 ### mmltonsf.bat |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
10 this is a conversion of a script from bash to batch, it just makes compiling nsfs from mmls easier |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
11 |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
12 ### nhentai.py |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
13 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 |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
14 |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
15 ### peardeck.cpp / peardeck.py |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
16 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 |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
17 |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
18 ### python3path.bat |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
19 a batch script to put python3 in the path. made this cause my friend didn't know how paths worked |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
20 |
13
8852a4a26ffa
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
11
diff
changeset
|
21 ### tenormoment.bat |
16
2446a8799a65
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
13
diff
changeset
|
22 another batch script that was made primarily to spam the ytpmv tag on tenor. it gets a mp4 file (specified) and converts every 5 seconds to gif.<br>~~it is extremely unorganized, i might remake it later and remove the debug option that stands no purpose~~ done |
13
8852a4a26ffa
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
11
diff
changeset
|
23 |
10
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
24 ### win95kg.cpp |
29f4c25c46f2
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
0
diff
changeset
|
25 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 |