Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iafisher/misc

My projects that are too small for their own repos
https://github.com/iafisher/misc

Last synced: 25 days ago
JSON representation

My projects that are too small for their own repos

Awesome Lists containing this project

README

        

# iafisher/misc
Miscellaneous projects that are too small for their own repositories, but that I still want to track with git and share publicly.

Demos:

- `dynlib`: Dynamically load shared libraries on Linux.
- `filewatch`: Monitor a directory for changes using Linux's `inotify` interface.
- `fileupload`: Upload files from the web with a progress bar using JavaScript.

Do-it-yourself:

- `codesearch`: A simple indexed search engine for code.

Games:

- `boggle`: A console implementation of Boggle.
- `connect4`: A console implementation of Connect Four.