Skip to content

Instantly share code, notes, and snippets.

View deathbearbrown's full-sized avatar

Sue Lockwood deathbearbrown

  • Seattle, WA
View GitHub Profile
@deathbearbrown
deathbearbrown / gist:3ed1687f05be88c81567
Created July 10, 2015 15:29
Sonic Pi: Sailor Moon Theme
play :C4, amp: 0.1
sleep 0.25
play :F4, amp: 0.2, pan: 1
sleep 0.25
play :GS4, amp: 0.4
sleep 0.25
play :C5, pan: -1
sleep 0.24
play :C5, amp: 0.2
sleep 0.24
server {
listen 80;
server_name auth.dev;
root /mnt/src;
location / {
index index.php index.html;
try_files $uri $uri/ /index.php?$request_uri;
}
# -*- mode: ruby -*-
# vi: set ft=ruby :
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.network "private_network", ip: "192.168.13.71"
config.vm.synced_folder ".", "/mnt/"
config.ssh.forward_agent = true
User
email
name
address
donation totals
single
monthly
Microgoals pledge percentage
server {
listen 80;
server_name stage-fundraising.audienceengine.net;
index index.html;
location /admin {
root /mnt/www/admin/dist;
try_files $uri $uri/ /admin/index.html;
}

Create a checklist for openning up the repo:

  1. Clean up issues
  2. Clean up readme.MD
  3. Contributing.MD
  4. Wiki - delete and recreate
  5. Revoke all api keys so if any are in the repo they are duds
  6. license
[
{
"Date": "1/3/2005",
"1 Mo": "1.99",
"3 Mo": "2.32",
"6 Mo": "2.63",
"1 Yr": "2.79",
"2 Yr": "3.1",
"3 Yr": "3.28",
[
1,
1,
1.99
],
[
1,
2,
2.32
],
function makeTextSprite( message, parameters )
{
if ( parameters === undefined ) parameters = {};
var fontface = parameters.hasOwnProperty("fontface") ?
parameters["fontface"] : "Helvetica";
var fontsize = parameters.hasOwnProperty("fontsize") ?
parameters["fontsize"] : 70;
//----------------------------------------------------------------------------
// createAGrid
//
// opts
// {
// height: width,
// width: depth,
// linesHeight: b,
// linesWidth: c,
// color: 0xcccccc