Various ruby based programs that I have created
algorithms | ||
classes | ||
command_line | ||
data | ||
koans | ||
modules | ||
programming_books/effective_testing_with_rspec3_examples | ||
.gitignore | ||
.pryrc | ||
Dockerfile | ||
LICENSE | ||
README.md |
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.
- modules - modules to hold various namespaces to more efficiently organize code.
- programming_books - excercises and examples from ruby programming books.