abloom

Andrew Bloom
Chicago Il
5
7
Mar 22, 2008

Following

Public Activity  feed

abloom updated gist: 126528 Tue Jun 09 07:08:11 -0700 2009
ActionController::Routing::Routes.draw do |map| map.resources :fans
abloom forkd gist: 126528 Tue Jun 09 07:07:34 -0700 2009
ActionController::Routing::Routes.draw do |map| map.resources :fans
abloom created gist: 126017 Mon Jun 08 12:47:41 -0700 2009
class AbstractTopLevelController < ApplicationController class_inheritable_accessor :model
abloom created gist: 122575 Tue Jun 02 13:54:48 -0700 2009
...
abloom created gist: 122499 Tue Jun 02 12:01:51 -0700 2009
def set_form_elements!(form_elements) @form_elements = form_elements
abloom updated gist: 119358 Thu May 28 08:41:07 -0700 2009
#!/usr/bin/ruby cmd = "#{File.dirname(__FILE__)}/tmp.rb"
abloom created gist: 119358 Thu May 28 07:59:37 -0700 2009
out = IO.popen("-") do |child| if child && (output = child.gets) loop do
abloom updated gist: 116233 Fri May 22 09:37:52 -0700 2009
module OverrideHelper # Call this method to setup a default content block by name. This content...
abloom created gist: 116233 Fri May 22 09:36:42 -0700 2009
module OverrideHelper # Call this method to setup a default content block by name. This content...
abloom pushed to master at abloom/arduino_messaging Wed May 20 20:01:02 -0700 2009
HEAD is 491bf17adb42bb8b9b990bf483ad3750a5cb0b45
abloom pushed to master at abloom/arduino_messaging Wed May 20 19:56:22 -0700 2009
HEAD is d0bc8a632020c054b809032493366d1317896db3
  • Andrew Bloom committed d0bc8a63:
    removed some old garbage files
abloom pushed to master at abloom/arduino_messaging Wed May 20 19:52:40 -0700 2009
HEAD is 9eec7ac3c2697a6995d7514b6b2d7eb9f0b28aed

2 commits »

abloom updated gist: 114841 Wed May 20 07:39:47 -0700 2009
#include <stdlib.h> #include <string.h> #include <Nixie.h>
abloom created gist: 114841 Wed May 20 07:34:01 -0700 2009
#include <stdlib.h> #include <string.h> #include <Nixie.h>
abloom updated gist: 114139 Tue May 19 07:36:02 -0700 2009
abloom created gist: 114139 Tue May 19 07:35:16 -0700 2009
abloom pushed to master at abloom/arduino_messaging Mon May 18 21:02:48 -0700 2009
HEAD is 0323e5f221462d8c5961e5930b2c17f62f2a62ec
  • Andrew Bloom committed 0323e5f2:
    removed some junk
abloom pushed to master at abloom/arduino_messaging Mon May 18 21:02:17 -0700 2009
HEAD is a094dc5229ce19a631e6f63a4a431d0579b75f49
  • Andrew Bloom committed a094dc52:
    added a new ruby script for CLI to speak to the Arduino
abloom created gist: 113652 Mon May 18 11:19:34 -0700 2009
# lib/link_bar.rb require 'singleton'
abloom updated gist: 113644 Mon May 18 11:05:07 -0700 2009
class LinkBar def initialize @bars = Hash.new
abloom updated gist: 113644 Mon May 18 11:03:46 -0700 2009
require 'singleton' class LinkBar
abloom forkd gist: 113644 Mon May 18 11:03:45 -0700 2009
require 'singleton' class LinkBar
abloom updated gist: 111287 Wed May 13 13:49:53 -0700 2009
class LinkBar include Singleton
abloom updated gist: 111287 Wed May 13 13:45:35 -0700 2009
class LinkBar include Singleton
abloom created gist: 111287 Wed May 13 13:44:23 -0700 2009
class LinkBar include Singleton
abloom updated gist: 110508 Tue May 12 07:20:27 -0700 2009
abloom forkd gist: 110508 Tue May 12 07:19:49 -0700 2009
abloom updated gist: 110019 Mon May 11 08:22:15 -0700 2009
class Controller < ActionController::Base def update_all keys = params.keys.find_all{ |k| k...
abloom created gist: 110019 Mon May 11 08:20:38 -0700 2009
class Controller < ActionController::Base def update_all keys = params.keys.find_all{ |k| k...
abloom pushed to master at abloom/arduino_messaging Sun May 10 22:04:43 -0700 2009
HEAD is e0a43ca535406c8a9c8bbbf98d0765af451bf3b4
  • Andrew Bloom committed e0a43ca5:
    minor refactor
abloom pushed to master at abloom/arduino_messaging Sun May 10 21:57:07 -0700 2009
HEAD is ea42c495279f0d01609c1609ad1c08811d2a499d

3 commits »

abloom created gist: 108927 Fri May 08 11:57:44 -0700 2009
# every rails plugin should have an init.rb in the top level PluginManager.register(MyPluginClass...
abloom pushed to master at abloom/arduino_multidac Wed May 06 11:51:03 -0700 2009
HEAD is 8cbf7a6ea6df8ed055f3ea609844f77cb2bd14d3
  • Andrew Bloom committed 8cbf7a6e:
    Reworked the lib from BarGraph to MultiDAC
abloom pushed to master at abloom/arduino_messaging Wed May 06 11:48:57 -0700 2009
HEAD is 72aaa318ed02e4e716c39c7708c4d9d503ef0535
  • abloom committed 72aaa318:
    updating the code to use the MultiDAC lib instead of the BarGraph lib