Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jxson's full-sized avatar

Jason Campbell jxson

View GitHub Profile
@jxson
jxson / dabblet.css
Created July 11, 2012 23:41
Favortree Experiments
/**
* Favortree Experiments
*/
@font-face {
font-family: 'Fontane';
src: url('http://cl.ly/1N3Q011I3t0L2I1E1V01/15106_FONTANE.ttf');
src: local('‚ò∫'),
url('http://cl.ly/1N3Q011I3t0L2I1E1V01/15106_FONTANE.ttf') format('truetype');
font-weight: normal;
@jxson
jxson / dabblet.css
Created July 11, 2012 23:10
Favortree Experiments
/**
* Favortree Experiments
*/
@font-face {
font-family: 'Fontane';
src: url('http://tiny.local:8080/fonts/fontane.ttf');
src: local('‚ò∫'),
url('http://tiny.local:8080/fonts/fontane.ttf') format('truetype');
font-weight: normal;
@jxson
jxson / dabblet.css
Created July 11, 2012 23:10
Favortree Experiments
/**
* Favortree Experiments
*/
@font-face {
font-family: 'Fontane';
src: url('http://tiny.local:8080/fonts/fontane.ttf');
src: local('‚ò∫'),
url('http://tiny.local:8080/fonts/fontane.ttf') format('truetype');
font-weight: normal;
@jxson
jxson / dabblet.css
Created July 11, 2012 19:22
Favortree Experiments
/**
* Favortree Experiments
*/
@font-face {
font-family: 'Fontane';
src: url('http://tiny.local:8080/fonts/fontane.ttf');
src: local('‚ò∫'),
url('http://tiny.local:8080/fonts/fontane.ttf') format('truetype');
font-weight: normal;
var secret = 'Ac-rKIcL5zjztgJEdEDLfBLyQ-gdIV'
;
var Spire = require('./spire.io.js');
var spire = new Spire({ secret: secret });
// spire.start(secret, function(err, session){
// if (err) throw err;
// })
@jxson
jxson / april-26-2012.md
Created April 13, 2012 22:29
js.la | April 26th, 2012 - Santa Monica

Hello Everyone,

We have joined forces with the folks behind the Santa Monica socaljs group on meetup.com, April's event will be in Santa Monica for those of you that don't like battling traffic out to the east side ;)

We are still working out the details but wanted to let you know what we are working on.

April 26th, 2012 - Santa Monica

7pm, with talks starting at 7:20p - 7:30p

@jxson
jxson / hack.sh
Created April 6, 2012 18:38 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#

Welcome to Drift!

Drift is an always-already versioned, cloud-backed text editor. You can use it to take notes, and save them in the GitHub cloud.

Your gists are always saved locally, and any changes you make will get pushed to GitHub's servers.

To name a gist, touch its name in the toolbar.

You can use the share button at the top-right to copy a link to one of your gists, or view it on the web in Safari.

@jxson
jxson / topic-guide-template.md
Created March 26, 2012 20:20
Topic Guide Template - Documentation template for writing guides.

Introduction

At the top of the file should be a short introduction to the topic being covered in this document. This introduction should concisely explain what this guide is about in general terms.

Overview

The overview expands on the introduction above by explaining some of the details around the actual discussion in this document. This is a place for establishing any prerequisites for following along.

Other things that should be explicitly addressed in the overview are:

@jxson
jxson / js-la-march-29th.md
Created March 14, 2012 21:17
js.la's first meet up.

Introducing js.la - A new monthly gathering for lovers of JavaScript.

March 29th, 2012, 7pm - Our First meet up!

The fine folks at CityGrid have graciously offered to host our first event. There are two planned talks, it would be cool to have one or two shorter lightning talks (about 5-15 mins each) as well. If you are interested in doing a lightning talk let us know via twitter: http://twitter.com/losangelesJS.

Get excited, we will have presentations around node.js and some browser side WebGL!

Breaking up big node.js apps into lots of tiny services