Skip to content

Instantly share code, notes, and snippets.

View seanmonstar's full-sized avatar

Sean McArthur seanmonstar

View GitHub Profile
@seanmonstar
seanmonstar / gist:5286698
Last active December 15, 2015 16:09
Proposal for Tent-RSS bi-directional bridge.

Tent <-> RSS Bridge

Needs a name (smoke-signals?)

This is an open source, hosted, bi-directional bridge of Tent and RSS. It would be hosted somewhere, and installed as an app against your tent server.

Using Python, because it doesn't make us claw our eyes out. Likely with the Flask framework.

Register as an app

@3n
3n / onPause.js
Created January 13, 2011 23:52
defines :delay(time) pseudo for Element.Event in MooTools
We couldn’t find that file to show.

Sass/Less Comparison

In this document I am using Sass's SCSS syntax. You can choose to use the indented syntax in sass, if you prefer it, it has no functional differences from the SCSS syntax.

For Less, I'm using the JavaScript version because this is what they suggest on the website. The ruby version may be different.

Variables

var recipeList = new ListView({
title: 'Recipes',
dataProvider: recipes,
display: '{name} - {difficulty}',
onItemSelect: function(item) {
}
});
panel.grab(recipeList);