Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am n0fixedab0de on github.
  • I am n0_fixed_ab0de (https://keybase.io/n0_fixed_ab0de) on keybase.
  • I have a public key ASCVZtJhSDagNVR_P01_iqTx0igckDyU9T7cpWa8ByIFdwo

To claim this, I am signing this object:

@n0fixedab0de
n0fixedab0de / 0_reuse_code.js
Created January 20, 2016 10:26
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@n0fixedab0de
n0fixedab0de / dump_db.sh
Created October 13, 2015 10:16 — forked from faceleg/dump_db.sh
Dump tables, triggers and routines to separate files
#!/bin/bash
# MySQL executables
MYSQL="/usr/bin/mysql"
MYSQLDUMP="/usr/bin/mysqldump"
# Other executables
GZIP="$(which gzip)"
# Validate arguments