Various ruby based programs that I have created
Find a file
2020-02-04 17:15:20 -06:00
algorithms psuedocoded some stuff while multitasking 2019-05-11 01:04:35 -05:00
classes updates to the kdi importer 2019-08-08 01:10:50 -05:00
command_line removed a script for hpb 2019-09-24 10:24:19 -05:00
data made this thing super fast! woohoO! 2019-08-09 02:05:32 -05:00
kenna_kdi_importer make vuln hash use the cve id as the name 2019-08-09 12:02:44 -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 big commit with lots of tools and cve data too 2019-07-22 01:49:12 -05:00
programming_books/effective_testing_with_rspec3_examples just one more dir cleanup 2019-04-28 01:39:08 -05:00
rpm_to_cve_parser Added an RPM to CVE parser for RHEL 2020-02-04 17:15:20 -06: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.