eltiare

Jeremy Nicoll
Gold Note Express
Salt Lake City, UT
1
4
Mar 13, 2008

Following

Public Activity  feed

eltiare created gist: 105103 Fri May 01 08:52:30 -0700 2009
Brian Mitchell currently resides in Manhatten, though he likes to travel. He does consulting with...
eltiare created gist: 90919 Mon Apr 06 13:25:32 -0700 2009
(in /usr/local/src/do/do_mysql) To cross-compile, install rake-compiler (gem install rake-compile...
eltiare created gist: 90906 Mon Apr 06 13:05:56 -0700 2009
(in /usr/local/src/do/do_mysql) To cross-compile, install rake-compiler (gem install rake-compile...
eltiare created gist: 90901 Mon Apr 06 12:53:37 -0700 2009
dlocate libmysqlclient libmysqlclient15-dev: /. libmysqlclient15-dev: /usr
eltiare created gist: 79460 Sun Mar 15 09:05:23 -0700 2009
require 'socket' require 'base64' class SSMTP < TCPSocket
eltiare updated gist: 79458 Sun Mar 15 09:02:08 -0700 2009
# Please note that I adapted this code from an ancient (5 year old) article on IBM's site. # I Fo...
eltiare created gist: 79458 Sun Mar 15 09:00:19 -0700 2009
require "socket" class ChatServer def initialize( port )
eltiare updated gist: 53795 Tue Jan 27 19:16:29 -0800 2009
def urlize_parameters(obj, prefix = '') case obj when Hash: obj.map { |k,v| urlize_paramet...
eltiare created gist: 53795 Tue Jan 27 19:14:23 -0800 2009
def urlize_parameters(obj, prefix = '') case obj when Hash: obj.map { |k,v| urlize_paramet...
eltiare forked kpumuk/sphinx Fri Jan 23 15:32:22 -0800 2009
Forked repository has since been deleted.
eltiare started watching kpumuk/sphinx Fri Jan 23 15:32:12 -0800 2009
sphinx's description:
An easy interface to Sphinx standalone full-text search engine. It is implemented as plugin for Ruby on Rails, but can be easily used as standalone library.
eltiare updated gist: 50647 Thu Jan 22 10:22:06 -0800 2009
#!/usr/bin/env ruby # A quick and dirty image combiner for CSS sprites
eltiare created gist: 50647 Thu Jan 22 10:16:38 -0800 2009
#!/usr/bin/env ruby # A quick and dirty image combiner for CSS sprites
eltiare updated gist: 50106 Wed Jan 21 11:04:12 -0800 2009
class MessageMailer < Merb::MailController include DataMapper::Validate extend DataMapper::V...
eltiare created gist: 50106 Wed Jan 21 10:46:18 -0800 2009
class MessageMailer < Merb::MailController include DataMapper::Validate extend DataMapper::V...
eltiare created gist: 49680 Tue Jan 20 13:47:35 -0800 2009
chars = ('A'..'Z').to_a + ('a'..'z').to_a + ('0'..'9').to_a str = (1..50).map { chars[rand(chars...
eltiare updated gist: 46339 Tue Jan 13 03:59:24 -0800 2009
class Hash alias :old_default :default def default(*args)
eltiare created gist: 46339 Mon Jan 12 21:25:54 -0800 2009
class Hash alias :old_default :default def default(*args)
eltiare forked svenfuchs/safemode Thu Jan 01 10:40:35 -0800 2009
Forked repository is at eltiare/safemode
eltiare started watching nathansobo/treetop Mon Dec 15 10:06:50 -0800 2008
treetop's description:
A Ruby-based parsing DSL based on parsing expression grammars.
eltiare updated gist: 34845 Thu Dec 11 14:19:07 -0800 2008
Request Headers: (Request-Line) POST /houser_requests HTTP/1.1 Host localhost:4000
eltiare created gist: 34845 Thu Dec 11 14:15:01 -0800 2008
Request Headers: (Request-Line) POST /houser_requests HTTP/1.1 Host localhost:4000
eltiare created gist: 34836 Thu Dec 11 13:04:58 -0800 2008
Sample POST data (collected via Firebug): housed 1 housed[address]
eltiare created gist: 30192 Fri Nov 28 22:07:23 -0800 2008
#This works: drop_class.class_eval do
eltiare created gist: 28989 Tue Nov 25 09:37:53 -0800 2008
class Application < Merb::Controller override! :url protected
eltiare started watching wyhaines/swiftiply Fri Nov 14 10:51:04 -0800 2008
swiftiply's description:
A high performance clustering proxy / web server for web applications.
eltiare updated gist: 20141 2 times, most recently Mon Oct 27 11:14:17 -0700 2008
#I'm trying to make a dynamic router in Merb based on information in the #database. Basically, I...
eltiare created gist: 20141 Mon Oct 27 10:29:50 -0700 2008
Merb::Router.prepare do match(/\/.*/).defer_to { |request, params| Router::Base.get_hash(reques...