Skip to content

Instantly share code, notes, and snippets.

View leachy14's full-sized avatar
🌕
Orbitting the Moon

Christopher leachy14

🌕
Orbitting the Moon
  • Apple
  • NYC
View GitHub Profile
@mynamebrody
mynamebrody / dominos-lambda-script.js
Created November 9, 2015 03:13
The AWS Lambda Function to order pizza via Dominos
var pizzapi = require('dominos');
// Setup your Default Store
// 6371 = Lafayette, CO 80026
// Run `node findStore.js` and enter Zip Code
var myStore = new pizzapi.Store(
{
ID: '6371'
}
);
@elad
elad / neural-style-ec2.txt
Created September 7, 2015 08:09
Running neural-style in EC2
Start a g2.2xlarge or better (GPU instance) with https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#LaunchInstanceWizard:ami=ami-ffba7b94
Login, username is ubuntu
Update a bunch of stuff and make sure cudnn R2 is used:
luarocks install image
luarocks install loadcaffe
luarocks install torch
export LD_LIBRARY_PATH=/home/ubuntu/torch-distro/install/lib:/home/ubuntu/torch-distro/install/lib:/home/ubuntu/cudnn-6.5-linux-x64-v2-rc2
@haasn
haasn / about:config.md
Last active April 2, 2024 18:46
Firefox bullshit removal via about:config

Firefox bullshit removal

Updated: Just use qutebrowser (and disable javascript). The web is done for.