Skip to content

Instantly share code, notes, and snippets.

<snippet>
<content><![CDATA[#!/usr/bin/env rvm ${0:1.9} do ruby]]></content>
<tabTrigger>#rvm</tabTrigger>
<scope>source.ruby</scope>
<description>#!/usr/bin/env rvm X.X do ruby</description>
</snippet>
https://www.dropbox.com/s/nwgbliaig0zhlij/WORD%20PERFECT%2010.rar
npm version could vary based on which node you are using with n
"engines": {
"node": "0.10.36",
"npm": "x.x.x"
}
or
"engines": {
#!/usr/bin/env bash
if ls $(pwd)/mix.exs 1> /dev/null 2>&1; then
echo "Distilling..."
mix compile && iex -S mix run
else
echo "No elixir to distill..."
fi
class Derives {
constructor() {
}
parse(w,l) {
if (l == null) {
l = this
}
if (w == '') {
return nullable(l)

Keybase proof

I hereby claim:

  • I am dotmilk on github.
  • I am dotmilk (https://keybase.io/dotmilk) on keybase.
  • I have a public key whose fingerprint is 1C9A 684E 9CA7 2105 DA12 FF28 84CC 67AB 0856 8982

To claim this, I am signing this object:

let axios = require("axios")
let cheerio = require("cheerio")
let download = require("download")
let fs = require('fs')
// edit these two thing only
let consoleName = "super-nintendo"
let gameRegion = "france"
// dont touch below here
let currentPage = 1
let thingsToDownload = []