GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

JosephPecoraro

Joseph Pecoraro
Co-op IBM
Rochester, New York
0
6
May 23, 2008
  • A little guide for me to learn RDoc, RSpec, Github, and other Ruby essentials.
    Created Fri Nov 28 22:00:42 -0800 2008
    legend
  • Choice is a simple little gem for easily defining and parsing command line options with a friendl...
    Forked from defunkt/choice Wed May 28 20:20:47 -0700 2008
    legend
  • My bash and irb dotfiles. Quite juicy
    Created Sun Jul 13 09:26:10 -0700 2008
    legend
  • A multi-line search and replace utility that uses Ruby regular expressions and allows for backref...
    Created Sat May 31 13:23:13 -0700 2008
    legend
  • Some scripts I have written and tend to keep up to date. They reside in my personal bin folder.
    Created Sat May 24 18:18:58 -0700 2008
    legend
  • the source code for whygitisbetterthanx.com
    Forked from schacon/whygitisbetter Wed Dec 03 18:05:40 -0800 2008
    legend

Following

Public Activity  feed

JosephPecoraro pushed to master at JosephPecoraro/whygitisbetter Wed Dec 03 18:10:39 -0800 2008
HEAD is 9c6ce75d4ab3f98f28dd38219db948a7ca7cd326
JosephPecoraro committed to JosephPecoraro/whygitisbetter Wed Dec 03 18:10:39 -0800 2008

9c6ce75d4ab3f98f28dd38219db948a7ca7cd326

Grammar Fix in "Git is Fast"

JosephPecoraro forked schacon/whygitisbetter Wed Dec 03 18:05:41 -0800 2008
Forked repository is at JosephPecoraro/whygitisbetter
JosephPecoraro committed to JosephPecoraro/dotfiles Sat Nov 29 12:31:31 -0800 2008

97ac81bbcb58aca772028d53e6a6b1c37106f8bc

tabtab gem, new school quarter

JosephPecoraro pushed to master at JosephPecoraro/dotfiles Sat Nov 29 12:31:31 -0800 2008
HEAD is 97ac81bbcb58aca772028d53e6a6b1c37106f8bc
JosephPecoraro committed to JosephPecoraro/argfy Fri Nov 28 22:48:38 -0800 2008

d36f949c482f4c5227e808a10f68b1765ae5994a

Added sample.rb and README information about it

JosephPecoraro pushed to master at JosephPecoraro/argfy Fri Nov 28 22:48:38 -0800 2008
HEAD is d36f949c482f4c5227e808a10f68b1765ae5994a
JosephPecoraro pushed to master at JosephPecoraro/argfy Fri Nov 28 22:47:46 -0800 2008
HEAD is 1e4cad728852ee76f7eaff82f79449f00a136f41
JosephPecoraro committed to JosephPecoraro/argfy Fri Nov 28 22:47:46 -0800 2008

1e4cad728852ee76f7eaff82f79449f00a136f41

Added sample.rb and README information about it

JosephPecoraro committed to JosephPecoraro/argfy Fri Nov 28 22:35:49 -0800 2008

1581603c2ab0ed86d706b47783491655ccb8ed97

Added Documentation Link

JosephPecoraro pushed to master at JosephPecoraro/argfy Fri Nov 28 22:35:48 -0800 2008
HEAD is 1581603c2ab0ed86d706b47783491655ccb8ed97
JosephPecoraro pushed to master at JosephPecoraro/argfy Fri Nov 28 22:30:16 -0800 2008
JosephPecoraro committed to JosephPecoraro/argfy Fri Nov 28 22:30:16 -0800 2008
JosephPecoraro committed to JosephPecoraro/argfy Fri Nov 28 22:29:12 -0800 2008
JosephPecoraro pushed to master at JosephPecoraro/argfy Fri Nov 28 22:29:12 -0800 2008
JosephPecoraro committed to JosephPecoraro/argfy Fri Nov 28 22:28:26 -0800 2008
JosephPecoraro pushed to master at JosephPecoraro/argfy Fri Nov 28 22:28:25 -0800 2008
JosephPecoraro created argfy Fri Nov 28 22:00:44 -0800 2008
New repository is at JosephPecoraro/argfy
JosephPecoraro created gist: 28393 Sun Nov 23 21:56:54 -0800 2008
# DATA is a global that is actually a # File object containing the data # after __END__ in the current
JosephPecoraro updated gist: 27329 Thu Nov 20 18:52:43 -0800 2008
int str_cmp( char *str1, char *str2 ) { if ( !*str1 && !*str2 ) return 0;