Public Gists by libin

Gravatar
Mon Nov 16 20:47:19 -0800 2009
1
2
3
require 'rubygems'
require 'sinatra'
require 'redis'
gist: 113827 http://trak3r.blogspot.com/...
Gravatar
Mon May 18 17:21:50 -0700 2009
1
2
3
class Progress
  require 'action_view/helpers/date_helper'
  include ActionView::Helpers::DateHelper
Gravatar
Thu Apr 09 10:19:59 -0700 2009
1
2
3
BOOL IsWIFIConnection
{
BOOL ret = YES;
Gravatar
Thu Mar 19 20:53:41 -0700 2009
1
2
3
YES CHRIS, I WROTE THIS UP -- ERICA (erica.sadun@arstechnica.com)
p.s. Follow me on twitter: @ericasadun
 
Gravatar
Fri Mar 13 14:43:26 -0700 2009
1
2
3
# http://www.geocities.com/calshing/dayofweek.htm
def get_week( year , month , day)
  c = year.to_s[0, year.to_s.length-2 ].to_i
Gravatar
Tue Mar 03 20:52:57 -0800 2009
1
2
3
RELEASE_OUTPUT_PATH = File.expand_path("~/Projects/releases/Squeemote")
TARGET_NAME = "Squeemote"
CONFIGURATION = ENV['CONFIGURATION'] || "Distribution"
Gravatar
Wed Feb 25 13:34:07 -0800 2009
1
2
3
#!/usr/bin/env ruby
#
# usage: script/server_restarter
Gravatar
Sat Feb 21 22:03:12 -0800 2009
1
2
3
#!/bin/sh
 
mkdir -p /usr/local/src && cd /usr/local/src
Gravatar
Sat Feb 21 20:50:47 -0800 2009
1
2
3
#!/usr/bin/env macruby
 
# From: http://www.stompy.org/2008/08/14/xcode-and-git-another-build-script/
Gravatar
Fri Feb 13 11:51:20 -0800 2009
1
2
3
#!/usr/bin/env ruby
 
# iPhone Application Post Build Script
Gravatar
Thu Feb 12 10:41:44 -0800 2009
1
2
3
-- Create a gist from the specified text or the contents of the selected file
--
-- Author: Brian Smith <bsmith@swig505.com>
Gravatar
Thu Feb 12 10:41:34 -0800 2009
1
2
3
CmdUtils.CreateCommand({
    name: ['git'],
    arguments: [{role: 'object', nountype: noun_arb_text, label: 'query'}],
Gravatar
Thu Feb 12 10:00:52 -0800 2009
1
2
3
<!DOCTYPE html>
<html>
        <head>
Gravatar
Fri Jan 30 22:50:48 -0800 2009
1
2
3
In response to all the responses to:
 
http://twitter.com/rtomayko/status/1155906157
Gravatar
Thu Jan 29 09:40:55 -0800 2009
1
2
3
+-------------------------+-------------------+
| username | geoloc_ip_address |
+-------------------------+-------------------+
Gravatar
Fri Jan 16 11:27:04 -0800 2009
1
2
3
parse_git_branch() {
  RSLT=''
  GIT_BRANCH=`git branch 2> /dev/null | sed -e '/^[^*]/d' | awk '{print $2}'`
Gravatar
Mon Jan 12 08:05:25 -0800 2009
1
2
3
Hello,
Nice to meet you, how is everything, hope all is well with you. My name is Madam Avelin Regato, I found your contact after reading your profile I picked interest to contact you. I’ve something very important which I would love to share with you privately, therefore, would advise you to kindly write me back on: (avelin_regato7@yahoo.com) so that I’ll give you details. Waiting anxiously for your anticipated corporation,
Yours,
Gravatar
Thu Sep 11 20:01:33 -0700 2008
1
2
3
require 'rubygems'
require 'scrubyt'
Scrubyt.logger = Scrubyt::Logger.new
Gravatar
Mon Aug 25 14:19:39 -0700 2008
1
2
3
# Video: http://rubyhoedown2008.confreaks.com/08-chris-wanstrath-keynote.html
 
Hi everyone, I'm Chris Wanstrath.