Skip to content

Instantly share code, notes, and snippets.

View ek's full-sized avatar

Eric ek

View GitHub Profile
@ek
ek / EdgemoorIntro.as
Created August 11, 2015 15:48
EdgemoorIntro.as - Actionscript 3 - Animation code for Edgemoor
package wolken.edgemoor {
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.display.MovieClip;
import flash.text.TextField;
import flash.text.TextFormat;
import fl.transitions.Tween;
import fl.transitions.TweenEvent;
@ek
ek / SlideshowView.as
Created August 11, 2015 15:44
SlideshowView.as - ActionScript 3
package wolken.slideshow {
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.text.TextField;
import flash.display.MovieClip;
import flash.display.LoaderInfo;
import flash.display.SimpleButton;
import fl.transitions.Tween;
@ek
ek / error.js
Created March 16, 2015 03:22
Error using usage snippet for x-ray-phantom
.use(phantom())
^
TypeError: object is not a function
at Object.<anonymous> (/Users/212341175/workspace/repos/kexp/xray.js:5:8)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:129:16)
@ek
ek / 0_reuse_code.js
Last active August 29, 2015 14:15
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@ek
ek / designer.html
Last active August 29, 2015 14:14
designer
<link rel="import" href="../ace-element/ace-element.html">
<link rel="import" href="../google-map/google-map-directions.html">
<link rel="import" href="../google-map/google-map-search.html">
<link rel="import" href="../smoothie-chart/smoothie-chart.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../topeka-elements/category-images.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icons/av-icons.html">
<link rel="import" href="../paper-fab/paper-fab.html">