gitea's markdown renderer is bad
This commit is contained in:
Connor Olding 2018-11-10 05:27:43 +01:00
parent bc2365daff
commit 70b59d455d

View File

@ -13,7 +13,7 @@ the Python scripts here only work with Python 3.
an ancient AutoHotKey script i wrote to convert the left control stick
of a 360 controller to WASD inputs on a keyboard.
i used it to play an equally ancient version of [The Binding of Isaac,](//store.steampowered.com/app/113200/The_Binding_of_Isaac/)
i used it to play an equally ancient version of [The Binding of Isaac,](https://store.steampowered.com/app/113200/The_Binding_of_Isaac/)
among a couple other games.
it should still work fine even today, but
@ -46,7 +46,7 @@ but i haven't uploaded that version yet.
### danbooru\_atomizer
a Python script that scrapes atom feeds on [danbooru (nsfw)](//danbooru.donmai.us/)
a Python script that scrapes atom feeds on [danbooru (nsfw)](https://danbooru.donmai.us/)
and merges them into one mega-feed.
### danbooru\_scrape
@ -75,14 +75,14 @@ beware, this is highly unoptimized, favoring simplicity over speed.
### dwarf\_font
the 8x12 bitmap font included with [Dwarf Fortress](http://www.bay12games.com/dwarves),
alongside a [love2d](//love2d.org/) Lua script for loading it
alongside a [love2d](https://love2d.org/) Lua script for loading it
with all the appropriate character mappings.
the code is Unlicensed, and i believe the font itself is public domain.
### explicit\_globals
this probably shouldn't be here...
hmm, this probably shouldn't be here...
### filter\_tutorial
@ -102,8 +102,8 @@ it doesn't recurse into `./_duplicate/` so you can dump things there if you wish
does nasty stuff to Windows 10 to
prevent updates from automatically triggering reboots.
the C# portion is based on [NSudo.](//github.com/M2Team/NSudo)
the batch script exploits [a UAC bypass found by Tyranid.](//tyranidslair.blogspot.ca/2017/05/exploiting-environment-variables-in.html)
the C# portion is based on [NSudo.](https://github.com/M2Team/NSudo)
the batch script exploits [a UAC bypass found by Tyranid.](https://tyranidslair.blogspot.ca/2017/05/exploiting-environment-variables-in.html)
### kyaa
@ -115,7 +115,7 @@ This is free and unencumbered software released into the public domain.
### love\_plotting
plotting equations with [love2d](//love2d.org/).
plotting equations with [love2d](https://love2d.org/).
it probably doesn't work on the latest version.
it's nothing special, and i only included it here for archival sake.
@ -126,7 +126,7 @@ i have a newer version locally, but it needs to be cleaned up before it can be c
an awful bash script i started writing just for fun,
left here for archival sake.
heaven forbid you actually enjoy this program,
please instead consider using [ls--](//github.com/trapd00r/ls--)
please instead consider using [ls--](https://github.com/trapd00r/ls--)
or the like.
### mario\_tennis
@ -177,17 +177,17 @@ and i'd like to think it excels at that.
### psnip\_clock
a fork of the clock utility header file
from [Portable Snippets](//github.com/nemequ/portable-snippets)
from [Portable Snippets](https://github.com/nemequ/portable-snippets)
by Evan Nemerson.
this fork removes the dependency on `windows.h` for the Windows backend
by using some gross hacks,
albeit not as gross as actually having to include `windows.h`.
this is licensed under [CC0 1.0.](//creativecommons.org/publicdomain/zero/1.0/)
this is licensed under [CC0 1.0.](https://creativecommons.org/publicdomain/zero/1.0/)
### speedrun\_comparison
an avisynth script for creating
[speedrun comparison videos like this.](//youtu.be/Y2wW5TmOzFw)
[speedrun comparison videos like this.](https://youtu.be/Y2wW5TmOzFw)
### starcraft\_cdkey
@ -207,7 +207,7 @@ i.e. deprotection, or what-have-you.
Python scripts for determining optimal guitar string tensions
for a given tuning, and similar tasks,
backed by a database of manufacturers' strings.
the data is probably obsolete these days.
the data here is probably obsolete by now.
### thps1
@ -219,11 +219,11 @@ a very small C program for computing CRC-32s.
this is a rewrite of [the code by Karl Malbrain](http://www.geocities.ws/malbrain/crc_c.html)
the license is ambiguous?
i've written [a similar routine in MIPS assembly.](//eaguru.guru/git/notwa/mm/src/branch/master/asm/crc32.asm)
i've written [a similar routine in MIPS assembly.](https://eaguru.guru/git/notwa/mm/src/branch/master/asm/crc32.asm)
### trackmogrify
just a list of strings recognized by [Distance's](//store.steampowered.com/app/233610/Distance/)
just a list of strings recognized by [Distance's](https://store.steampowered.com/app/233610/Distance/)
trackmogrify feature. this was extracted directly from the game's memory,
and was last updated for version 1.0.
@ -233,7 +233,8 @@ a C program for the unique hashing function found in Warcraft III.
### warcraft\_hashes
a list of hashes found in the game using the aforementioned hash function.
a list of hashes and the source strings
found in the game that use the aforementioned hash function.
### README.md