This is a small collection of programs and libraries I wrote for OpenComputers.
- programs (with manuals)
- tar: reads and writes tar archives, allows easier exchange of files
- crunch: compresses lua code, useful for eeprom codes
- pid: allows easy creation of PID controllers
- cbrowse: a huge lua object browser that can be used to test components, discover libraries and much more
- libraries
- auto_progress: an easy to use progress bar for command line applications
- pid: library for PID controllers running in the background
- devfs: a collection of libraries and a boot script that allow you to have a /dev filesystem including /dev/null, /dev/eeprom, /dev/redstone and much more (not yet published)