https://github.com/adamrehn/assorted-utils
Assorted libraries and utilities
https://github.com/adamrehn/assorted-utils
Last synced: 7 months ago
JSON representation
Assorted libraries and utilities
- Host: GitHub
- URL: https://github.com/adamrehn/assorted-utils
- Owner: adamrehn
- Created: 2013-09-27T11:33:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T23:29:07.000Z (almost 9 years ago)
- Last Synced: 2025-01-08T12:51:04.498Z (9 months ago)
- Language: C++
- Homepage:
- Size: 152 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Assorted Utilities
==================Overview
--------An assortment of tools and libraries that are too small to warrant having their own repositories.
Directory Structure
-------------------- **/libs**
Libraries
- libs/**libsimple-base** - the base library utilised by the majority of the tools and other libraries.
- libs/**libsimplesock** - lightweight socket wrapper library for working with BSD sockets under Unix-like OSes and WinSock under Windows.
- **/tools**
Tools
- tools/**compile_file** - utility to create C-code byte array representations of binary files, suitable for embedding in executables.
- tools/**mergelib** - utility to merge one or more static libraries into a single output static library, utilising "libtool" under Darwin and "ar" under all other platforms.
- tools/**midi2rmid** - utility to combine MIDI and DLS files into RMID files.
- tools/**splice** - binary file splicer utility.