# ocprograms **Repository Path**: rainyYc/ocprograms ## Basic Information - **Project Name**: ocprograms - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-22 - **Last Updated**: 2025-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ocprograms This is a small collection of programs and libraries I wrote for OpenComputers. # Contents - 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)