cohitre

Website/Blog
http://code.cohitre.com
Member Since
Aug 14, 2008 (about 1 year)

Following 0 githubbers and watching 14 repositories view all →

Public Repositories (11)

  • bespin

    Unofficial mirror of http://hg.mozilla.org/labs/bespin/

    legend

    Forked from bespin/bespin Thu May 07 16:01:27 -0700 2009

    Last updated Tue May 05 17:32:33 -0700 2009

  • baconl

    javascript haiku inspired by haml.

    legend

    Last updated Thu Apr 30 11:56:35 -0700 2009

  • raphael

    JavaScript Vector Library

    legend

    Forked from DmitryBaranovskiy/raphael Mon Apr 06 17:10:44 -0700 2009

    Last updated Mon Mar 23 16:41:58 -0700 2009

  • cohitre.github.com

    cohitre's place of stay at github

    legend

    Last updated Tue Mar 10 22:29:28 -0700 2009

  • jack

    Javascript Rack Adapter

    legend

    Forked from JackDanger/jack Thu Jan 29 16:59:50 -0800 2009

    Last updated Mon Feb 02 10:11:39 -0800 2009

  • javascript-tmbundle

    Textmate javascript extensions

    legend

    Last updated Thu Jan 29 09:16:49 -0800 2009

  • cicada

    A library for populating a page with javascript plugins

    legend

    Last updated Fri Jan 09 23:53:17 -0800 2009

  • chumbytube

    A base sprouts project ready for creating Chumby applications

    legend

    Last updated Sun Dec 28 12:56:48 -0800 2008

  • perro

    A small and easy to use server to help developers develop happy files.

    legend

    Last updated Tue Dec 09 19:16:24 -0800 2008

  • lovd-by-less

    Open Source Social Network written in Ruby on Rail by Less Everything. Now with more Haml!

    legend

    Forked from stevenbristol/lovd-by-less Tue Oct 21 19:52:00 -0700 2008

    Last updated Wed Oct 22 20:52:57 -0700 2008

  • caculo

    Browser javascript automation with Ruby.

    legend

    Last updated Tue Oct 21 11:36:34 -0700 2008

Public Activity feed

cohitre created gist: 228533 Fri Nov 06 20:31:36 -0800 2009
/* I always include the doOnce plugin in all my jQuery applications. It lets you create funct...
cohitre created gist: 218080 Sun Oct 25 07:20:55 -0700 2009
$.queryStringToObject = function(qs){ var obj = {}; $.each(qs.split('&'), function(){
cohitre updated gist: 209402 Tue Oct 13 10:55:49 -0700 2009
$("#arrow-right").mouseover(function(){ var self = $(this); var interval = 200;
cohitre created gist: 209402 Tue Oct 13 10:52:53 -0700 2009
$("#arrow-right").mouseover(function(){ $(this).addClass("hover").one('mouseout', function(){ ...
cohitre created gist: 202555 Mon Oct 05 15:28:46 -0700 2009
$("input").each(function(){ var self = $(this); var newElement = $("<input type='text' />");
cohitre created gist: 202444 Mon Oct 05 13:42:34 -0700 2009
.random-div-1, .random-div-2,.random-div-3 :display none