kch (Caio Chassot)

Name
Caio Chassot
Email
Website/Blog
http://caiochassot.com/
Member Since
Apr 22, 2008 (about 1 year)

Following 5 coders and watching 38 repositories view all →

Public Repositories (15)

  • email-init

    We've moved. See README.

    legend

    Last updated Sat Jan 23 17:26:03 -0800 2010

  • basepath

    legend

    Last updated Fri Jan 15 08:32:47 -0800 2010

  • inheritable_templates

    rails plugin: searches the entire controller inheritance chain for templates to render

    legend

    Last updated Wed Jan 13 14:37:02 -0800 2010

  • github-gem

    The official `github` command line helper for simplifying your GitHub experience.

    legend

    Forked from defunkt/github-gem Mon Jan 11 19:03:29 -0800 2010

    Last updated Tue Jan 12 07:00:58 -0800 2010

  • around

    Redefine existing methods while calling their previous version by another name. No boilerplate ne...

    legend

    Last updated Mon Jan 11 13:27:40 -0800 2010

  • yaml_ruby19_fix

    legend

    Last updated Mon Jan 11 12:59:41 -0800 2010

  • ya2yaml

    Ya2YAML is "yet another to_yaml". It emits YAML document with complete UTF8 support (string/binar...

    legend

    Forked from ptb/ya2yaml Sun Jan 10 21:12:20 -0800 2010

    Last updated Mon Jan 11 08:31:27 -0800 2010

  • ack-tmbundle

    "Ack in Project" TextMate bundle

    legend

    Forked from protocool/ack-tmbundle Sat Dec 12 05:21:08 -0800 2009

    Last updated Mon Dec 14 10:38:13 -0800 2009

  • heroku

    Heroku Client

    legend

    Forked from heroku/heroku Fri Dec 11 15:10:03 -0800 2009

    Last updated Mon Dec 14 10:35:13 -0800 2009

  • file_column

    fork of file_column plugin, patched up with edge rails compatibility, locales, new features (see ...

    legend

    Forked from tekin/file_column Thu Mar 12 18:15:38 -0700 2009

    Last updated Fri Dec 11 02:57:47 -0800 2009

  • clusterfu

    TODO: one-line summary of your gem

    legend

    Last updated Sat Oct 31 17:45:51 -0700 2009

  • imbue

    imbue is a pervasive include.

    legend

    Last updated Sat Oct 31 17:39:47 -0700 2009

  • get-lucky

    Helps you get lucky with Google using Safari's Location field. (or, a quicksearch server)

    legend

    Last updated Mon Aug 17 15:57:18 -0700 2009

  • railz_scout

    Rails plugin that posts bugs to a FogBugz installation via BugzScout.

    legend

    Last updated Sun Jul 12 14:15:21 -0700 2009

  • search_object

    Rails plugin for searching with MySQL full-text

    legend

    Last updated Wed Apr 15 02:05:23 -0700 2009

Public Activity feed

kch started watching scrod/nv Sat Feb 06 06:59:45 -0800 2010
nv's description:
Notational Velocity: modeless, mouseless Mac OS X note-taking application
kch updated gist: 295207 Thu Feb 04 14:35:09 -0800 2010
#!/usr/bin/env ruby1.9 # encoding: UTF-8
kch updated gist: 295207 Thu Feb 04 14:34:00 -0800 2010
#!/usr/bin/env ruby1.9 # encoding: UTF-8
kch created gist: 295207 Thu Feb 04 14:28:34 -0800 2010
#!/usr/bin/env ruby1.9 # encoding: UTF-8
kch updated gist: 292489 Tue Feb 02 00:03:53 -0800 2010
i, f = 1, 100 i.upto(f) { |n| puts \ [[3, "Fizz"], [5, "Buzz"]].map { |d, s|
kch updated gist: 292489 Tue Feb 02 00:00:55 -0800 2010
i, f = 1, 100 i.upto(f) { |n| puts \
kch updated gist: 292489 Tue Feb 02 00:00:37 -0800 2010
i, f = 1, 100 i.upto(f) { |n| puts [[3, "Fizz"], [5, "Buzz"]].map { |d, s|
kch created gist: 292489 Tue Feb 02 00:00:07 -0800 2010
i, f = 1, 100 i.upto(f) { |n| puts [[3, "Fizz"], [5, "Buzz"]].map { |d, s| s if n % d == 0 }.join...
kch started watching richkilmer/hotcocoa Mon Feb 01 02:30:23 -0800 2010
hotcocoa's description:
MacRuby HotCocoa UI library
kch updated gist: 287358 Wed Jan 27 20:36:36 -0800 2010
#!/usr/bin/env ruby1.9 -ryaml # encoding: UTF-8
kch updated gist: 287358 Wed Jan 27 20:34:07 -0800 2010
#!/usr/bin/env ruby1.9 -ryaml # encoding: UTF-8
kch updated gist: 287358 Tue Jan 26 15:23:54 -0800 2010
#!/usr/bin/env ruby1.9 -ryaml # encoding: UTF-8
kch created gist: 287358 Tue Jan 26 15:23:09 -0800 2010
#!/usr/bin/env ruby1.9 -ryaml # encoding: UTF-8
kch started watching myobie/hickey Tue Jan 26 00:27:45 -0800 2010
hickey's description:
A wiki using sinatra, datamapper, and markdown ready to go on heroku (no users, some simple spam protections)
kch pushed to master at kch/email-init Sat Jan 23 17:26:07 -0800 2010
HEAD is f92d784eb8957057f512490edad36c8919ab501d
  • kch committed f92d784e:
    Updated readme with move info.
kch started watching ccgus/letters Sat Jan 23 16:36:22 -0800 2010
letters's description:
This is a suicide mission. It will almost certainly fail. But it can't hurt.
kch forked pedro/polaris Fri Jan 22 16:28:18 -0800 2010
Forked repository has since been deleted.
kch updated gist: 280619 Mon Jan 18 19:01:49 -0800 2010
# #### email-init # Caio Chassot....: 18.4%  ================== # Jonas Wisser....:  6.8%  =======
kch created gist: 280619 Mon Jan 18 19:00:59 -0800 2010
#!/usr/bin/env ruby1.9 -ryaml # encoding: UTF-8 require 'hpricot'
kch edited a page in the kch/email-init wiki Mon Jan 18 16:15:19 -0800 2010
kch edited a page in the kch/email-init wiki Mon Jan 18 09:55:10 -0800 2010
"Feature: Browser/Viewer » Conversation view" is at kch/email-init/wikis/feature-browserviewer-conversation-view
kch edited a page in the kch/email-init wiki Mon Jan 18 09:53:36 -0800 2010
"Feature: Browser/Viewer » Conversation view" is at kch/email-init/wikis/feature-browserviewer-conversation-view
kch edited a page in the kch/email-init wiki Mon Jan 18 09:53:03 -0800 2010
"Feature: Browser/Viewer » Conversation view" is at kch/email-init/wikis/feature-browserviewer-conversation-view
kch edited a page in the kch/email-init wiki Mon Jan 18 09:37:21 -0800 2010
"Feature: Browser/Viewer » Search" is at kch/email-init/wikis/feature-browserviewer-search
kch edited a page in the kch/email-init wiki Mon Jan 18 09:26:48 -0800 2010
"Prior art" is at kch/email-init/wikis/prior-art
kch edited a page in the kch/email-init wiki Mon Jan 18 09:06:16 -0800 2010
"Prior art" is at kch/email-init/wikis/prior-art
kch edited a page in the kch/email-init wiki Mon Jan 18 09:06:00 -0800 2010
"Prior art" is at kch/email-init/wikis/prior-art
kch edited a page in the kch/email-init wiki Sun Jan 17 19:34:59 -0800 2010
"Prior art" is at kch/email-init/wikis/prior-art
kch edited a page in the kch/email-init wiki Sun Jan 17 18:07:23 -0800 2010
"Prior art" is at kch/email-init/wikis/prior-art
kch edited a page in the kch/email-init wiki Sun Jan 17 17:43:19 -0800 2010
"Prior art" is at kch/email-init/wikis/prior-art
kch edited a page in the kch/email-init wiki Sun Jan 17 17:43:09 -0800 2010
"Prior art" is at kch/email-init/wikis/prior-art
kch edited a page in the kch/email-init wiki Sun Jan 17 14:16:59 -0800 2010
"Prior art" is at kch/email-init/wikis/prior-art
kch edited a page in the kch/email-init wiki Sun Jan 17 10:54:41 -0800 2010
kch edited a page in the kch/email-init wiki Sat Jan 16 22:15:04 -0800 2010