Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am vineus on github.
  • I am vdl (https://keybase.io/vdl) on keybase.
  • I have a public key whose fingerprint is 31F9 992A 93E4 D2E3 B5AC 4808 9BAB 5C11 2302 2A4C

To claim this, I am signing this object:

@vineus
vineus / standard.sh
Created November 4, 2015 10:09
standard-pre-commit
#!/bin/sh
# Ensure all javascript files staged for commit pass standard code style
git diff --name-only --cached --relative | grep '\.js$' | xargs standard
exit $?
@vineus
vineus / get_txs_from_addr.sh
Created January 20, 2016 17:41
Blockchain.info tx retrieval
for i in {0..4514..50}; do curl -s "https://blockchain.info/rawaddr/1FeDtFhARLxjKUPPkQqEBL78tisenc9znS?offset=$i" | jq '.txs[].hash' | tr -d '"' >> txs_blockchaininfo; done
@vineus
vineus / mylist.md
Last active March 9, 2024 22:12
Software engineering links