Various ruby based programs that I have created
Find a file
2019-06-13 00:31:12 -05:00
algorithms psuedocoded some stuff while multitasking 2019-05-11 01:04:35 -05:00
classes made method to extract metadata into json 2019-06-13 00:31:12 -05:00
command_line added some more methods to parse cves 2019-06-12 21:54:14 -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 a separate console and fixed an issue with the size_for method in scansioindex parser 2019-05-19 23:25:35 -05:00
Dockerfile made a separate console and fixed an issue with the size_for method in scansioindex parser 2019-05-19 23:25:35 -05:00
LICENSE Initial commit 2018-02-23 20:15:55 -06:00
README.md readme update 2019-05-19 23:33:52 -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.
  • modules - modules to hold various namespaces to more efficiently organize code.
  • programming_books - excercises and examples from ruby programming books.