A bunch of things related to stuff we do in class. Help is greatly appreciated.
It's supposed to recursively fetch files from a public dropbox.
Notes :
- The webpage scraping breaks every now and then
- It's in perl, e.g. I have no idea what I wrote
Something that compares line rank range between two files
Droppped
Creates a DOT file (for graphviz) from a specific input
- The program writes to a file named
file.gv.
- first line is all the baseunits seperated by whitespace
- following lines are followed by their expression in baseunits (e.g. m.s-2)
- Better debug output
Converts a file formatted as following into a % separated html Anki csv input.
* key : value
* key
* key : multi-line
valueUsage: mv-prefix.pl FROM TO
Example: mv-prefix.pl 'image_(.*).jpg' 'image_${m}.png'
Moves files matching the FROM regex to the TO regex.
${m} stand for $1 because I needed $1.
Usage: neonmob.dl [-f] [-v] [--link-only] URL...
Downloads all images from a series, or a user's collected series to a (currently) fixed directory based on the slugs.