Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am t-0-m-1-3 on github.
  • I am t0m13 (https://keybase.io/t0m13) on keybase.
  • I have a public key ASCWqZmLB40oEF2ZZTMDEbEztp0K0OYduQiRI_8_95oEyQo

To claim this, I am signing this object:

LWP Workaround is set for Proxy connections
File(s) to ignore = deleted.rules,experimental.rules,local.rules
Base URL is: https://www.snort.org/reg-rules/|snortrules-snapshot.tar.gz|OINK https://www.snort.org/reg-rules/|opensource.gz|OINK https://snort.org/downloads/community/|community-rules.tar.gz|Community
http://talosintel.com/feeds/ip-filter.blf|IPBLACKLIST|open
Checking latest MD5 for snortrules-snapshot-29111.tar.gz....
Fetching md5sum for: snortrules-snapshot-29111.tar.gz.md5
most recent rules file digest: 75401704ff21533b0a64ef98acbb655d
current local rules file digest: 75401704ff21533b0a64ef98acbb655d
The MD5 for snortrules-snapshot-29111.tar.gz matched 75401704ff21533b0a64ef98acbb655d
projects/PROJECT-2-PROMPT$ git ls-tree master
100644 blob 84269eb015648d27b506c3d953fbb8ac96fbb193 ERdiagram.md
040000 tree c8b31547ecd269ffbedce9346b1ac004c30421ec Project2
100644 blob 739a4f9eef3a27312b057a30415ea348bc588995 README.md
040000 tree d6ab1529c86c4c56642c02ad5875118cbce53a6d helpers
100644 blob 91b3f417992a906cff808904c1c73ef64af862eb imageCrops.odg
100644 blob 4202a8c3c7cb21664766403461dc34fafbfce28a project-worksheet.md
040000 tree 94b131f32e039107c998756210f1511a4d332e29 resources
100644 blob a6b4a77660c37663e19ac7ba7b19b873327024d7 routeDiagram.md
040000 tree 34e11304d8e962ac2f86b0cb3cac99f7ec05db79 stripApiTest
@t-0-m-1-3
t-0-m-1-3 / npm-cheat-sheet.md
Created December 14, 2017 16:39 — forked from AvnerCohen/npm-cheat-sheet.md
Node.js - npm Cheat Sheet

Node.js - npm Cheat Sheet

(Full description and list of commands at - https://npmjs.org/doc/index.html)

##List of less common (however useful) NPM commands

######Prepand ./bin to your $PATH Make sure to export your local $PATH and prepand relative ./node_modules/.bin/:

@t-0-m-1-3
t-0-m-1-3 / rallies.r
Created November 28, 2017 20:14 — forked from ivannp/rallies.r
POTUS Rallies since Election Day
require(quantmod)
require(ggplot2)
require(ggthemes)
# The starting index in the elections dates and president's arrays
# start.index = 7
start.index = 6
# sp = getSymbols("^GSPC", from="1900-01-01", auto.assign=F)
sp = as.xts(read.csv.zoo('dji.csv', format='%Y%m%d', header=F, sep=",")[,1:4])