Public Gists by siebertm

gist: 192658 sample fake names
Gravatar
Thu Sep 24 03:20:26 -0700 2009
1
2
3
GivenName,Surname,StreetAddress,City,ZipCode,EmailAddress,TelephoneNumber
Karolin,Gottlieb,Am Borsigturm 61,Dormagen Zons,41541,Karolin.Gottlieb@dodgit.com,02133 01 62 83
Philipp,Schaefer,Schmarjestrasse 82,Bahnitz,14715,Philipp.Schaefer@pookmail.com,033870 32 38
Gravatar
Fri Sep 04 02:11:24 -0700 2009
1
2
3
class Post < ActiveRecord::Base
  belongs_to :user
end
Gravatar
Thu Aug 27 06:03:04 -0700 2009
1
2
3
micha@ms:~$ rvm use 1.9
 
  <i> Switching to ruby 1.9 ...
Gravatar
Thu Aug 27 06:02:42 -0700 2009
1
2
3
micha@ms:~$ rvm use 1.9
 
  <i> Switching to ruby 1.9 ...
Gravatar
Thu Aug 27 00:30:45 -0700 2009
1
2
3
rvm use jruby --debug
+ case "$action" in
+ rvm-use jruby
Gravatar
Thu Aug 27 00:25:27 -0700 2009
1
2
3
# when i "use" the not-too good installed jruby
 
rvm use jruby --debug
Gravatar
Thu Aug 27 00:21:30 -0700 2009
1
ld warning: option -s is obsolete and being ignored
Gravatar
Mon Aug 24 10:32:05 -0700 2009
1
2
3
package de.samedi.searcher;
 
 
Gravatar
Wed Jun 10 01:29:13 -0700 2009
1
2
3
public class Key {
    protected SecretKey key;
 
gist: 120832 integrity build script for ...
Gravatar
Sun May 31 02:46:04 -0700 2009
1
rake metrics:all > /dev/null 2>&1 && cp -r tmp/metric_fu/output /srv/deploy/integrity/public/metrics-`git rev-parse --short HEAD` && echo "To see metrics, go to https://integrity.example.com/metrics-`git rev-parse --short HEAD`/"
Gravatar
Sun May 31 02:46:02 -0700 2009
1
rake metrics:all > /dev/null 2>&1 && cp -r tmp/metric_fu/output /srv/deploy/integrity/public/metrics-`git rev-parse --short HEAD` && echo "To see metrics, go to https://integrity.example.com/metrics-`git rev-parse --short HEAD`/"
gist: 120627 post-receive hook for integ...
Gravatar
Sat May 30 13:33:20 -0700 2009
1
2
3
#!/usr/bin/env ruby
 
require 'rubygems'
Gravatar
Fri Feb 20 04:48:04 -0800 2009
1
2
3
# ever wanted capistrano talk to you?
# this is used with ext/multistage and only works on a mac
 
Gravatar
Thu Feb 05 08:21:10 -0800 2009
1
2
3
var DateHelper = {
  // Takes the format of "Jan 15, 2007 15:45:00 GMT" and converts it to a relative time
  // Ruby strftime: %b %d, %Y %H:%M:%S GMT