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
one | |
one zero | |
one one | |
one zero zero | |
one zero one | |
one one zero | |
one one one | |
one zero zero zero | |
one zero zero one | |
one zero one zero |
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
from karel.stanfordkarel import * | |
""" | |
File: MidpointKarel.py | |
---------------------- | |
When you finish writing it, MidpointKarel should | |
leave a beeper on the corner closest to the center of 1st Street | |
(or either of the two central corners if 1st Street has an even | |
number of corners). Karel can put down additional beepers as it | |
looks for the midpoint, but must pick them up again before it |
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
### Keybase proof | |
I hereby claim: | |
* I am gleitz on github. | |
* I am gleitz (https://keybase.io/gleitz) on keybase. | |
* I have a public key whose fingerprint is F028 DAA4 C579 8221 1AED 5FFB C6D9 D29D 77AC C7E3 | |
To claim this, I am signing this object: |
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
// editions is one of: | |
// edition-algo | |
// edition-algo-test | |
// edition-algocollection | |
// edition-meditationstudio | |
// edition-milan | |
// edition-mon-aims | |
// edition-mon-trails | |
// edition-smilenexus | |
// edition-tdma |
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
{ | |
"extends": ["tslint:recommended"], | |
"rules": { | |
"member-ordering": [ | |
true, | |
{ | |
"order": [ | |
"public-static-field", | |
"protected-static-field", | |
"private-static-field", |
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
Show hidden characters
{ | |
"extends": ["tslint:recommended"], | |
"rules": { | |
"align": [ | |
true, | |
"parameters", | |
"statements" | |
], | |
"ban": false, | |
"class-name": true, |
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
{ | |
"homeId": "t2gL5t597etyfgk6n", | |
"isAutoArrange": false, | |
"isParticles": true, | |
"createSmallSpherePhrase": "Algo", | |
"createLargeSpherePhrase": "Corona", | |
"keywordMap": [{ | |
"keyword": "Dali's Nerd", | |
"url": "http://d1iledcq9v5bid.cloudfront.net/spheres/lg_IMG_8583.JPG" | |
}, { |
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
[ | |
"https://dl.dropboxusercontent.com/u/101688/delete/2016-07-03T19.04.55.jpg?dl=1", | |
"https://dl.dropboxusercontent.com/u/101688/delete/2016-07-02T03.05.33.jpg?dl=1", | |
"https://dl.dropboxusercontent.com/u/101688/delete/2016-07-06T20.08.56.jpg?dl=1" | |
] |
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 xmlns = "http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
<!-- polyfill --> | |
<script src="../inc/shim/Base64.js" type="text/javascript"></script> | |
<script src="../inc/shim/Base64binary.js" type="text/javascript"></script> | |
<script src="../inc/shim/WebAudioAPI.js" type="text/javascript"></script> | |
<!-- midi.js package --> | |
<script src="../js/midi/audioDetect.js" type="text/javascript"></script> |
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 UnityEngine; | |
using System.Collections; | |
using Meteor; | |
using Extensions; | |
public class MeteorUpdate : MonoBehaviour { | |
public string meteorURL = "wss://calder.meteor.com/websocket"; | |
void Start () { | |
Debug.Log ("starting!"); |
NewerOlder