Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.07 KB

File metadata and controls

30 lines (21 loc) · 1.07 KB

Small Projects

The small things, hopefully with some measure of variety. Some were more useful than others.

ArgsParser

There's some odd Windows API that results in command line arguments being passed as a single long string, not an array of strings. This project seeks to ammend that.

addCSSLink

Thingy to add a css resource line to the top of a bunch of html pages.

ascii2txt

Converts a string of ascii '0's and '1's to something more readable.

beep

Tiny program that does nothing other than beep once. Kinda pathetic.

curly

A thingy to download webpages or parts of webpages.

JavaPrinting

Simple application to print all the files in a directory.

recover-from-failure

Simple app that repeatedly tries to copy images/video from a failing/damaged SD card. Recovered 99.88% of damaged data on my SD card. This only works when the damaged data is block-aligned chunks of zeros that don't always stay zeros when re-mounting the device.

scripts

Some general scripts.

which

My greatly inferior windows imitation of the standard linux command 'which'.