This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEditor; | |
using System.Collections; | |
public class Autobuilder { | |
static void PerformBuild() | |
{ | |
string [] scenes = { @"Assets/Scenes/Main Game.unity", | |
@"Assets/Scenes/Main Menu.unity", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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; |