Various ruby based programs that I have created
Find a file
2020-10-27 02:04:20 -05:00
algorithms psuedocoded some stuff while multitasking 2019-05-11 01:04:35 -05:00
classes create a quick class for normalizing nvd urls given cve ids 2020-10-26 14:44:34 -05:00
command_line added rpm changelog puller 2020-10-09 14:44:03 -05:00
crawler added crawler 2020-08-04 00:27:55 -04:00
data added zip of alexa top 1m sites 2020-08-05 00:11:48 -05:00
fake_tunnel_connector adjust readme 2020-07-22 07:24:49 -05:00
kenna_kdi_importer updated with 2020 cves 2020-06-11 23:03:04 -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
microsoft_kb make private methods and put query_cve method as main public method 2020-10-27 02:04:20 -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 updated xml with latest, made --pkg cmdline output json now 2020-10-26 12:04:23 -05:00
strace_parser make sysadminer a commandline ruby utility for some common sysadmin tasks 2020-08-07 00:22:00 -05:00
sysadminer add readme for sysadminer with some early goals recoreded 2020-08-07 00:28:33 -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 docker 2020-08-04 06:21:43 -04:00
LICENSE Initial commit 2018-02-23 20:15:55 -06:00
mechanize_get.rb a basic script to mechanize get a site 2020-08-04 23:27:07 -05:00
README.md readme update 2019-05-19 23:33:52 -05:00
waitir_test.rb added a waitier test script 2020-08-04 23:52:50 -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.