Skip to content

Instantly share code, notes, and snippets.

View edude03's full-sized avatar

Michael Francis edude03

View GitHub Profile
//Create a function in which this demo will run.
(function() {
//The contructor for the dog class
function Dog() {}
//The "defaults" for the dog
Dog.prototype = {
//Define a default state for the dog
_state: "Sitting",
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/HEAD/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli '-g',
1 verbose cli 'node-inspector' ]
2 info using npm@1.3.4
3 info using node@v0.11.5-pre
4 verbose cache add [ 'node-inspector', null ]
5 verbose cache add name=undefined spec="node-inspector" args=["node-inspector",null]
// Version: v1.0.0-pre.2-370-g6a165ad
// Last commit: 6a165ad (2013-01-10 15:58:36 -0800)
(function() {
/*global __fail__*/
/**
Ember Debug
(function() {
window.DS = Ember.Namespace.create({
// this one goes to 11
CURRENT_API_REVISION: 11
});
})();
@edude03
edude03 / routes.php
Created December 23, 2011 16:18 — forked from nateabele/routes.php
<?php
/**
* Continuation routing examples. Handles URLs in the following forms:
*
* /posts
* /en/posts
* /admin/posts
* /admin/en/posts
* /admin/en/posts.json
* /admin/en/posts/4ef16ccc7f8b9aa331000064.json
public sealed class EventAggregator
{
public static readonly EventAgregator Instance = new EventAggregator();
private EventAggregator
{
}
public event EventHandler PlayerDied;