Skip to content

Instantly share code, notes, and snippets.

@allisonsalmon
allisonsalmon / Autobuilder.cs
Created May 9, 2013 18:05
Some basics on setting up an auto builder for Unity 3D
using UnityEditor;
using System.Collections;
public class Autobuilder {
static void PerformBuild()
{
string [] scenes = { @"Assets/Scenes/Main Game.unity",
@"Assets/Scenes/Main Menu.unity",
5 gr
10 rem magenta tulip
15 color= 1
20 plot 15,12
25 plot 18,12
30 plot 21,12
35 hlin 15,21 at 13
40 hlin 15,21 at 14
45 hlin 15,21 at 15
50 hlin 15,21 at 16
@allisonsalmon
allisonsalmon / error
Created September 27, 2012 19:47
Stack trace
OmniAuth::Strategies::OAuth2::CallbackError (OmniAuth::Strategies::OAuth2::CallbackError):
omniauth-oauth2 (1.1.1) lib/omniauth/strategies/oauth2.rb:71:in `callback_phase'
omniauth (1.1.1) lib/omniauth/strategy.rb:219:in `callback_call'
omniauth (1.1.1) lib/omniauth/strategy.rb:175:in `call!'
omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call'
omniauth (1.1.1) lib/omniauth/builder.rb:48:in `call'
sass (3.1.19) lib/sass/plugin/rack.rb:54:in `call'
warden (1.1.1) lib/warden/manager.rb:35:in `block in call'
warden (1.1.1) lib/warden/manager.rb:34:in `catch'
warden (1.1.1) lib/warden/manager.rb:34:in `call'
@allisonsalmon
allisonsalmon / index.html
Created August 4, 2012 21:03
Messing around with visualizing Ravelry project data with d3
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?2.5.0"></script>
<style type="text/css">
.chart {
margin-left: 42px;
font: 10px sans-serif;
shape-rendering: crispEdges;