Public Gists by eduardo

Gravatar
Mon Oct 12 11:47:59 -0700 2009

      
Gravatar
Wed Oct 07 10:45:25 -0700 2009

      
Gravatar
Tue Sep 29 13:20:58 -0700 2009
1
2
3
http://www.refinerycms.com/
http://www.intridea.com/2009/9/22/tweetstream-ruby-access-to-the-twitter-streaming-api?blog=development
http://developingwithstyle.com/articles/2009/09/23/railings-a-full-featured-ruby-on-rails-template.html
Gravatar
Thu Sep 24 01:10:28 -0700 2009
1
2
3
* keep people working on internal projects, assign and schedule the work
  * dont look desperate, dont have immediate availability
  * can tell a client you can 'shuffle internal projects' to accomodate them
Gravatar
Sun Sep 13 15:25:13 -0700 2009
1
2
3
edu@snowdrop /usr/local/Cellar/mysql/5.1.37/bin
$ ./mysql_install_db
Installing MySQL system tables...
Gravatar
Sun Jul 05 05:08:07 -0700 2009
1
2
3
require 'yaml'
 
def yacss(data)
Gravatar
Thu Jun 04 11:12:54 -0700 2009
1
2
3
class GitosisCofigGenerator
  
  def initialize
Gravatar
Mon Jun 01 00:39:40 -0700 2009
1
2
3
require 'prawn'
require 'prawn/layout'
 
Gravatar
Sat May 16 00:45:17 -0700 2009
1
2
3
require 'rubygems'
require 'couchrest'
 
gist: 106431 Deploy recipe for chef
Gravatar
Mon May 04 04:29:32 -0700 2009
1
2
3
# JSON
 
{
Gravatar
Wed Apr 08 07:19:01 -0700 2009
1
2
3
require 'rubygems'
require 'sinatra'
require 'redis'
Gravatar
Sat Apr 04 13:52:16 -0700 2009
1
2
3
# urlmonitor - print out the URLs requested system wide on the main network interface
 
# Accept a network interface name as an optional argument
Gravatar
Sat Apr 04 03:55:42 -0700 2009
1
2
3
# Monitor HTTP requests being made from your machine with a one-liner..
# Replace "en1" below with your network interface's name (usually en0 or en1)
sudo tcpdump -i en1 -n -s 0 -w - | grep -a -o -E "Host\: .*|GET \/.*"
Gravatar
Mon Mar 23 06:01:52 -0700 2009
1
2
3
$ sudo chef-solo -j /tmp/dna.json -l debug
INFO: Starting Chef Solo Run
DEBUG: Loading plugin os
Gravatar
Sun Jan 25 08:09:45 -0800 2009
1
2
3
$ dig soa juan.gg
 
; <<>> DiG 9.4.2-P2 <<>> soa juan.gg
Gravatar
Tue Aug 12 04:13:29 -0700 2008
1
2
3
def ver
    alt = (self.tipo == "Lateral" ? self.altura_lateral : self.altura)
    if self.formato == "Flash"