Public Gists by aurelian

gist: 221576 script to backup my iPhoto ...
Gravatar
Thu Oct 29 09:32:07 -0700 2009
1
2
3
require 'rubygems'
require 'right_aws'
require 'ruby-growl'
Gravatar
Thu Oct 29 01:54:55 -0700 2009
1
2
3
[aurelian@7of9 ~]$ file -b `which ruby`
ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped
 
Gravatar
Wed Oct 28 13:25:33 -0700 2009
1
2
3
oryol /tmp/rs $ script/console
Loading development environment (Rails 2.3.4)
Missing these required gems:
Gravatar
Wed Oct 28 03:49:53 -0700 2009
1
2
3
oryol /Projects/Open/ruby-stemmer(master) $ arch
i386
 
Gravatar
Thu Oct 08 02:50:38 -0700 2009
1
2
3
actionmailer (2.3.4, 2.3.2)
actionpack (2.3.4, 2.3.2)
activerecord (2.3.4, 2.3.2)
Gravatar
Mon Sep 14 13:48:14 -0700 2009
1
2
3
# match all for subdomains
<VirtualHost *>
    ServerName example.com
Gravatar
Fri Jul 31 06:41:10 -0700 2009
1
2
3
finques /tmp $ git clone git@github.com:aurelian/slobo.git
Initialized empty Git repository in /tmp/slobo/.git/
remote: Counting objects: 6, done.
Gravatar
Sun Jun 28 15:37:47 -0700 2009
1
2
3
mysql> create table `tm` (
  `id` int(11) auto_increment,
  `name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci,
Gravatar
Wed Jun 24 05:47:02 -0700 2009
1
2
3
mysql> create table `tm` ( `name` varchar(255), primary key (`name`)) engine=InnoDB default charset=utf8;
Query OK, 0 rows affected (1.18 sec)
 
Gravatar
Tue Jun 02 06:34:21 -0700 2009
1
2
3
finques /Projects/spa $ rake db:migrate
(in /Projects/spa)
Missing the Rails 2.3.2 gem. Please `gem install -v=2.3.2 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.
Gravatar
Wed May 27 05:54:51 -0700 2009
1
2
3
require 'rubygems'
require 'geo_ruby'
 
Gravatar
Wed May 27 00:58:05 -0700 2009
1
export PS1='\[\033[01;32m\]\h\[\033[01;34m\] \w\[\033[31m\]$(__git_ps1 "(%s)") \[\033[01;34m\]$\[\033[00m\]'
Gravatar
Tue May 26 06:32:42 -0700 2009
1
2
3
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:georss="http://www.georss.org/georss" xmlns:ondi="http://ondi.ro/georss">
  <ondi:header>
Gravatar
Tue May 26 06:31:39 -0700 2009
1
2
3
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:georss="http://www.georss.org/georss" xmlns:ondi="http://ondi.ro/georss">
  <ondi:header>
Gravatar
Mon May 18 08:01:30 -0700 2009
1
2
3
generate-method-classes:
 
_gmc_internal_:
Gravatar
Fri May 15 09:28:15 -0700 2009
1
2
3
diff --git a/src/org/jruby/RubyDir.java b/src/org/jruby/RubyDir.java
index dd893e8..d23ba5b 100644
--- a/src/org/jruby/RubyDir.java
Gravatar
Mon Mar 02 13:49:26 -0800 2009
1
2
3
{
  "header":{
     "code":21,
Gravatar
Mon Mar 02 13:40:01 -0800 2009
1
2
3
<?xml version="1.0" encoding="UTF-8"?>
<response>
  <header>
Gravatar
Fri Feb 13 05:10:52 -0800 2009
1
2
3
#
# OutputCompression plugin
# made by http://craz8.com/svn/trunk/plugins/output_compression/
Gravatar
Thu Jan 01 11:53:06 -0800 2009
1
2
3
export PS1='$(__git_ps1 "\e[1;32;40m%s:\e[0m")\w> '
export GREP_OPTIONS="--colour=auto"
export HISTIGNORE='&:ls:exit'