Various ruby based programs that I have created
Find a file
2019-05-12 00:41:20 -05:00
algorithms psuedocoded some stuff while multitasking 2019-05-11 01:04:35 -05:00
classes added filename generator 2019-05-12 00:41:20 -05:00
command_line cleaned up organization. dir for classes, dir for command line tools 2019-04-28 01:38:16 -05:00
data added a data directory of basic csv files 2018-03-23 16:16:05 -05:00
koans added ruby koans and a cve class for downloading xml and json cve feeds from nvd 2018-04-05 17:03:34 -05:00
programming_books/effective_testing_with_rspec3_examples just one more dir cleanup 2019-04-28 01:39:08 -05:00
.gitignore added a dump_csv script 2018-03-23 15:52:30 -05:00
.pryrc added dockerfile to use the classes if needed 2019-04-30 01:59:06 -05:00
Dockerfile added dockerfile to use the classes if needed 2019-04-30 01:59:06 -05:00
LICENSE Initial commit 2018-02-23 20:15:55 -06:00
README.md removed 1 line from readme 2019-04-30 02:02:16 -05: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.
  • programming_books - excercises and examples from ruby programming books.