Skip to content

Instantly share code, notes, and snippets.

View gseguin's full-sized avatar

Ghislain Seguin gseguin

  • Boulder, CO
  • 07:48 (UTC -06:00)
View GitHub Profile
function arno(){
/*
* check for authenticated user
*/
var schema = null;
var profile = null;
if (params["access_token"]) {
/*
* Set up once and for all
@gseguin
gseguin / build.js
Created March 22, 2012 16:46 — forked from Wilto/build.js
$(function($){
var depjson,
builderhtml = [],
sortable = [],
groupBy = function( jsondata ) {
var newarray = [];
for (key in jsondata) {
console.log( key );
}
@gseguin
gseguin / README.md
Created November 11, 2011 04:22 — forked from gabrielfalcao/README.md
Homebrew formula for nginx with the tcp socket proxy module already enabled