Various ruby based programs that I have created
Find a file
2019-05-19 19:12:26 -05:00
algorithms psuedocoded some stuff while multitasking 2019-05-11 01:04:35 -05:00
classes made my pryrc require everything, docker container works but fucking less pager is not installed so my paging is broken inside of docker. gg containerization 2019-05-19 19:12:26 -05:00
command_line cleaned up organization. dir for classes, dir for command line tools 2019-04-28 01:38:16 -05:00
data cpe dictionary added, scans io tools module added, some work to nvd client and kenna api client 2019-05-19 17:51:29 -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
modules made my pryrc require everything, docker container works but fucking less pager is not installed so my paging is broken inside of docker. gg containerization 2019-05-19 19:12:26 -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 made my pryrc require everything, docker container works but fucking less pager is not installed so my paging is broken inside of docker. gg containerization 2019-05-19 19:12:26 -05:00
Dockerfile made my pryrc require everything, docker container works but fucking less pager is not installed so my paging is broken inside of docker. gg containerization 2019-05-19 19:12:26 -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.