misc_rbtools/README.md

11 lines
648 B
Markdown
Raw Normal View History

2018-02-23 20:17:05 -06:00
#### List of Tools
- **algorithms** - algorithms gem that i am writing to better learn algorithms.
- **classes** - various classes that can be required and used.
- **command_line** - scripts that can be used at a unix/linux commandline.
- **data** - sample data. csvs, jsons, xmls.
- **koans** - ruby koans.
2019-05-19 23:33:52 -05:00
- **modules** - modules to hold various namespaces to more efficiently organize code.
- **programming_books** - excercises and examples from ruby programming books.
2020-10-27 02:30:09 -05:00
- **security_tools** - programs that can be associated with security.
- **testing_things** - programs that are not complete but ones I use to experiment and test things with.