Skip to content

tqdv/info-lstl

Repository files navigation

info-lstl

A bunch of things related to stuff we do in class. Help is greatly appreciated.

dropbox-fetch

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

rank.pl

Something that compares line rank range between two files

siu.pl

Droppped
Creates a DOT file (for graphviz) from a specific input

Notes

  • The program writes to a file named file.gv.

Input

  • first line is all the baseunits seperated by whitespace
  • following lines are followed by their expression in baseunits (e.g. m.s-2)

Example

SI Units

TODO

  • Better debug output

en2anki.pl

Converts a file formatted as following into a % separated html Anki csv input.

* key : value
* key
* key : multi-line
value

mv-prefix.pl

Usage: 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.

neonmob-dl.py

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.

About

Info MPSI 3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published