Skip to content

Instantly share code, notes, and snippets.

@aron
aron / hell.coffee
Last active August 29, 2015 14:07
hell.coffee
session[form.$name] $scope.model, success,
angular.bind(this, failure, form)
.$promise.finally -> $scope.$broadcast 'formState', form.$name, ''
app = $('<iframe></iframe>')
.attr('name', 'hyp_sidebar_frame')
.attr('seamless', '')
.attr('src',)
{
"globals": {
"readmill": false,
"jQuery": false,
"it": false,
"describe": false,
"_": false,
"sinon": false,
"beforeEach": false,
"afterEach": false,
// --------------------------------------------------------------------------------
// Author & Title
// --------------------------------------------------------------------------------
a.author-title:hover {
text-decoration: none;
}
.author-title {
@aron
aron / speakers.txt
Created October 8, 2012 16:46
Async Show and Tell
Leave a comment if you'd like to speak at the Async International Show and Tell on Thursday 8th November.
http://asyncjs.com
<!--!
Generate <li>s for facet items. The generated tags are not wrapped by any
other tag, ie - it's up to the caller to wrap them in something suitable.
name
The field name identifying the facet field, eg. "tags"
label_function
Renders the human-readable label for each facet value.
If defined, this should be a callable that accepts a `facet_item`.
.annotator-notice,.annotator-filter *,.annotator-widget *{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif!important;font-weight:normal!important;text-align:left!important;margin:0!important;padding:0!important;background:none!important;-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;-o-box-shadow:none!important;box-shadow:none!important;color:#909090!important;!important}.annotator-adder{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAA3CAYAAADuQbOpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJk
@aron
aron / tron
Created January 3, 2011 14:04
Hidden redirects and sound bytes on the TRON soundtrack site http://www.tronsoundtrack.com/
DAFT => http://daftpunk.com
DOOB => http://mrdoob.com
TRON => http://disney.com/tron/
MUSIC => http://daftpunk.com
HELLO => http://helloflynn.com
FLYNN => http://flynnlives.com
ENCOM => http://encominternational.com/
JAPAN => http://encomgames.jp/
LIGHT => http://encomgames.jp/circuitcycles/
PARANOID => http://www.spaceparanoidsonline.com/
/* A lightweight templating system.
*
* Based on Tim (http://github.com/premasagar/tim) and Mustache
* (http://github.com/janl/mustache.js).
*
* Template supports simple value replacement as well as block
* functions, iterators and conditionals
*
* Template strings can contain either plain tokens `{{token}}`
* which are replaced with their equivilent value in the data
Index: classes/model/auth/user/token.php
===================================================================
--- classes/model/auth/user/token.php (revision 41)
+++ classes/model/auth/user/token.php (working copy)
@@ -23,14 +23,17 @@
)),
'expires' => new Field_Timestamp,
));
-
+ }