Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iafisher/misc
- Owner: iafisher
- License: mit
- Created: 2021-04-18T22:44:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T17:23:30.000Z (over 2 years ago)
- Last Synced: 2023-03-06T18:47:21.996Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.