From e8cbb53455b75aa4df368763438ba110c82e0229 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Mon, 17 Jul 2023 10:52:24 -0400 Subject: [PATCH] Shorten software descriptions, swap order around --- software.md | 74 ++++++++++++++++++++++++++--------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/software.md b/software.md index d586fe7..343e7a1 100644 --- a/software.md +++ b/software.md @@ -5,43 +5,43 @@ software i've written. most has extensive documentation if you click through the see also [hack-a-day](/hackaday), my challenge to write one piece of software a day in Nov 2022 ##software -| status | project | written | description | +| project | description | written | status |--------|---------|---------|-------------| -| works | [cryptogram](https://github.com/za3k/short-programs#cryptogrampy) | 2021-08-25 | interactive cryptogram solver -| works | [electrocats](https://za3k.github.io/electrocats/) | 2023-01-08 | cats sing beautifully -| works | [etherpad](https://github.com/za3k/short-programs#etherpad) | 2020-08-08 | download, upload, or modify individual texts from an etherpad instance. -| works | [export-chrome-booksmarks](https://github.com/za3k/export-chrome-bookmarks) | 2015-06-04 | export chrome bookmarks, one per line. -| works | [keystroked](https://github.com/za3k/keystroked) | 2021-03-23 | activity logger. log clock minutes where the keyboard is used or not used. i use this to track when i'm at the computer and when i went to sleep. -| beta | [ok-mixnet](https://github.com/za3k/ok-mixnet) | 2021-05-20 | a one-time-pad based, high-latency mixnet. proof of concept. explanation [here](/ok-mixnet) -| works | [passgen](https://github.com/za3k/short-programs#passgen) | 2016-01-16 | generates random passwords and passphrases -| works | [prng](https://github.com/za3k/short-programs#prng) | 2019-01-04 | generate pseudo-random data. has a large number of features built-in to do things like test usb drives and cloud storage. good for testing chinese sd cards and usb sticks to make sure they're the claimed size. -| works | [qr-backup](https://github.com/za3k/qr-backup/) | 2021-06-01 | make paper backups of a file. the file can be restored by holding the paper up to a webcam. -| works | [rip-chrome-history](https://github.com/za3k/rip-chrome-history) | 2017-06-06 | export chrome history, one per line. -| works | [transcribe](https://github.com/za3k/transcribe) | 2020-11-17 | a quick-and-dirty interface for transcribing scanned documents. -| works | [vlad the remailer](https://github.com/za3k/vlad) | 2013-09-05 | a bot which emails users once a day asking them what they did. based around a similar system in use at google. -| works | [watch-to-file](https://github.com/za3k/short-programs#watch-to-file) | 2019-03-27 | analagous to the linux command 'watch', but outputs to a file. periodically runs a program and saves the output to a file. -| works | [xor](https://github.com/za3k/short-programs#xor) | 2020-04-20 | xors two files together. would you believe there's not a standard program for this? see also [add-base-26](https://github.com/za3k/short-programs#add-base26). -| beta | [youtube-autodl](https://github.com/za3k/youtube-autodl) | 2022-07-07 | automatically download your favorite youtube channels and playlists, and organize them how you like. +| [cryptogram](https://github.com/za3k/short-programs#cryptogrampy) | solve cryptograms (interactive) | *2021-08-25* | *works* +| [electrocats](https://za3k.github.io/electrocats/) | cats sing beautifully | *2023-01-08* | *works* +| [etherpad](https://github.com/za3k/short-programs#etherpad) | CLI for etherpad | *2020-08-08* | *works* +| [export-chrome-booksmarks](https://github.com/za3k/export-chrome-bookmarks) | export chrome bookmarks | *2015-06-04* | *works* +| [keystroked](https://github.com/za3k/keystroked) | log time ranges where the keyboard is used. track computer use or sleep. | *2021-03-23* | *works* +| [ok-mixnet](https://github.com/za3k/ok-mixnet) | one-time-pad based, high-latency mixnet. explanation [here](/ok-mixnet) | *2021-05-20* | *beta* +| [passgen](https://github.com/za3k/short-programs#passgen) | generate random passphrases | *2016-01-16* | *works* +| [prng](https://github.com/za3k/short-programs#prng) | test usb drives or cloud storage; or generate prng data | *2019-01-04* | *works* +| [qr-backup](https://github.com/za3k/qr-backup/) | print paper backup of a file; restore by holding paper up to a webcam | *2021-06-01* | *works* +| [rip-chrome-history](https://github.com/za3k/rip-chrome-history) | export chrome history, one per line | *2017-06-06* | *works* +| [transcribe](https://github.com/za3k/transcribe) | transcribe scanned documents | *2020-11-17* | *works* +| [vlad the remailer](https://github.com/za3k/vlad) | email users daily asking them what they did | *2013-09-05* | *works* +| [watch-to-file](https://github.com/za3k/short-programs#watch-to-file) | periodically run a command, save the output to a file | *2019-03-27* | *works* +| [xor](https://github.com/za3k/short-programs#xor) | xor two files together. see also [add-base-26](https://github.com/za3k/short-programs#add-base26). | *2020-04-20* | *works* +| [youtube-autodl](https://github.com/za3k/youtube-autodl) | automatically download+organize youtube channels and playlists | *2022-07-07* | *beta * ##less useful software -| status | project | written | description | +| project | description | written | status |--------|---------|---------|-------------| -| works | [billpay-ios](https://github.com/za3k/billpay-ios) | 2015-03-28 | select someone to pay for lunch at random -| works | [diskprices-scrape](https://github.com/za3k/diskprices-scrape) | 2021-01-03 | scrape hard disk prices using disprices.com -| works | [hours](https://github.com/za3k/short-programs#hours) | 2015-05-01 | calculate what hours you've been at the computer from your bash history -| works | [markov](https://github.com/za3k/short-programs#markov) | 2015-06-01 | generate some random nonsense -| works | [math](https://github.com/za3k/short-programs#math) | 2021-02-03 | do basic math like "2+2" from the command line -| works | [newlatin](https://github.com/za3k/newlatinbible) | 2015-06-01 | a joke project which converts the bible into the "new latin" (pig latin). written for national novel generating month. -| alpha | [projects](https://github.com/za3k/projects) | 2017-01-07 | a project-management system i use to keep track of remote git repositories in my home directory. ex 'project fetch za3k.com'. probably not useful for anyone else. -| works | [roll](https://github.com/za3k/short-programs#roll) | 2021-02-23 | roll dungeons and dragons dice (ex 4d6+3) -| works | [rpi-setup](https://github.com/za3k/rpi-setup) | 2020-04-18 | set up a raspberry pi to be bootable. works headless for several pi versions. -| works | [rtmux](https://github.com/za3k/short-programs#rtmux) | 2016-03-20 | ssh into another computer and run tmux. probably my most frequently run program. -| works | [scan-organizer](https://github.com/za3k/scan-organizer) | 2022-07-22 | my process for sorting scans. useful, but mostly for me. buggy. -| works | [sscheme](https://github.com/za3k/sscheme) | 2023-07-17 | a scheme interpreter -| works | [sum](https://github.com/za3k/short-programs) | 2021-06-05 | add a list of numbers. there's no standard program to do it. -| alpha | [vim-leaves](https://github.com/za3k/vim-leaves) | 2017-04-30 | a vim plugin for working with fixed-size, monospace sheets of paper. -| alpha | [volcano](https://github.com/za3k/volcano) | 2013-02-05 | a simple roguelike written in python. not too fun. -| alpha | [youtube-dl-master](https://github.com/za3k/short-programs) | 2020-08-08 | youtube-dl has a "--download-archive" which prevents downloading the same file multiple times. but you'll quickly find out you need this wrapper to make it useful. +| [billpay-ios](https://github.com/za3k/billpay-ios) | select someone to pay for lunch | *2015-03-28* | *works* +| [diskprices-scrape](https://github.com/za3k/diskprices-scrape) | scrape hard disk prices using diskprices.com | *2021-01-03* | *works* +| [hours](https://github.com/za3k/short-programs#hours) | log active computer hours using bash history | *2015-05-01* | *works* +| [markov](https://github.com/za3k/short-programs#markov) | generate random nonsense | *2015-06-01* | *works* +| [math](https://github.com/za3k/short-programs#math) | do basic math like "2+2" | *2021-02-03* | *works* +| [newlatin](https://github.com/za3k/newlatinbible) | (joke) convert the bible into the "new latin" (pig latin). | *2015-06-01* | *works* +| [projects](https://github.com/za3k/projects) | my git project-management system. ex 'project fetch za3k.com'. | *2017-01-07* | *alpha* +| [roll](https://github.com/za3k/short-programs#roll) | roll D&D dice (ex 4d6+3) | *2021-02-23* | *works* +| [rpi-setup](https://github.com/za3k/rpi-setup) | set up a raspberry pi to be bootable. | *2020-04-18* | *works* +| [rtmux](https://github.com/za3k/short-programs#rtmux) | run tmux on another computer | *2016-03-20* | *works* +| [scan-organizer](https://github.com/za3k/scan-organizer) | my process for sorting scans | *2022-07-22* | *works, buggy* +| [sscheme](https://github.com/za3k/sscheme) | a scheme interpreter | *2023-07-17* | *works* +| [sum](https://github.com/za3k/short-programs) | add a list of numbers | *2021-06-05* | *works* +| [vim-leaves](https://github.com/za3k/vim-leaves) | vim plugin for working with fixed-size, monospace sheets of paper | *2017-04-30* | *alpha* +| [volcano](https://github.com/za3k/volcano) | simple roguelike written in python | *2013-02-05* | *alpha* +| [youtube-dl-master](https://github.com/za3k/short-programs) | wrapper for youtube-dl's has a "--download-archive" | *2020-08-08* | *alpha* ##even less useful software a complete list is on [github](https://github.com/za3k). @@ -49,7 +49,7 @@ a complete list is on [github](https://github.com/za3k). ##services (source code) | status | service | written | description | |--------|---------|---------|-------------| -| defunct | [forgetio](https://github.com/za3k/forgetio) | 2016-04-26 | a public sms message service useful for psychological studies -| running | [moreorcs](https://github.com/za3k/moreorcs) | 2019-03-18 | generate orc-themed throwaway email addresses -| running | [tilde.za3k.com](https://tilde.za3k.com) | 2021-07-21 | free public shell server -| running | [za3k.com](https://github.com/za3k/za3k.com) | 2021-06-03 | this site +| [forgetio](https://github.com/za3k/forgetio) | a public sms message service useful for psychological studies | *2016-04-26* | *defunct* +| [moreorcs](https://github.com/za3k/moreorcs) | generate orc-themed throwaway email addresses | *2019-03-18* | *running* +| [tilde.za3k.com](https://tilde.za3k.com) | free public shell server | *2021-07-21* | *running* +| [za3k.com](https://github.com/za3k/za3k.com) | this site | *2021-06-03* | *running* -- 2.47.3