rdp (Roger Pack)

Name
Roger Pack
Email
Website/Blog
http://www.betterlogic.com/roger
Company
Mormon Church
Location
Provo, UT
Member Since
Jun 03, 2008 (about 1 year)

Following 3 githubbers and watching 99 repositories view all →

Public Repositories (54)

  • allgems

    Document everything

    legend

    Forked from spox/allgems Tue Nov 03 08:51:56 -0800 2009

    Last updated Sat Nov 21 19:46:31 -0800 2009

  • ruby_core_source2

    192 friendlier ruby_core_source

    legend

    Last updated Fri Nov 20 17:13:57 -0800 2009

  • ruby-prof

    ruby-prof on github -- all future releases will be from this branch

    legend

    Forked from githubsvnclone/ruby-prof Fri Nov 13 18:54:18 -0800 2009

    Last updated Fri Nov 20 10:38:48 -0800 2009

  • rmagick

    github copy of rmagick 2.12.2 mingw friendlier

    legend

    Last updated Thu Nov 19 17:17:30 -0800 2009

  • windows_ionice

    A utility for windows so that if you have one process slamming the disk, it won't slow down other...

    legend

    Last updated Wed Nov 18 14:05:32 -0800 2009

  • google_voice_system_tray

    A "desktop" system tray app for google voice--written in Python

    legend

    Last updated Mon Nov 16 13:54:48 -0800 2009

  • rdoc

    git clone of http://rdoc.rubyforge.org/svn/

    legend

    Last updated Fri Nov 13 19:30:08 -0800 2009

  • rubymacros

    RubyMacros is a lisp-like macro pre-processor for Ruby. More than just a purely textual substitu...

    legend

    Forked from coatl/rubymacros Mon Nov 16 09:07:52 -0800 2009

    Last updated Thu Nov 12 18:03:18 -0800 2009

  • ruby-wmi

    github clone of http://ruby-wmi.rubyforge.org/svn

    legend

    Forked from githubsvnclone/ruby-wmi Fri Nov 20 14:42:00 -0800 2009

    Last updated Thu Nov 12 15:28:58 -0800 2009

  • crystalizer

    crystalizer--it takes your ruby code and crystalizes it into a much faster form by c-ifying it (o...

    legend

    Forked from smtlaissezfaire/ruby2cext Tue Oct 06 04:47:04 -0700 2009

    Last updated Thu Nov 12 05:45:31 -0800 2009

  • jruby

    JRuby, an implementation of Ruby on the JVM

    legend

    Forked from jruby/jruby Thu Nov 05 07:29:45 -0800 2009

    Last updated Thu Nov 05 07:51:26 -0800 2009

  • rubygems

    Unofficial Git mirror of the main RubyGems repository

    legend

    Forked from vvs/rubygems Thu Oct 22 09:22:45 -0700 2009

    Last updated Wed Nov 04 13:16:18 -0800 2009

  • fusecompress

    Transparent (using fuse) compressing filesystem.

    legend

    Forked from tex/fusecompress Mon Oct 19 06:37:38 -0700 2009

    Last updated Thu Oct 29 12:30:39 -0700 2009

  • rdoc2.3.0

    rdoc faster hanna friendlier

    legend

    Last updated Fri Oct 23 16:02:04 -0700 2009

  • console

    Public Console repo

    legend

    Forked from bozho/console Thu Nov 12 10:26:16 -0800 2009

    Last updated Wed Oct 21 01:07:32 -0700 2009

  • ruby_talk_faq

    repository dedicated to answering common ruby-talk questions via its wiki

    legend

    Last updated Fri Oct 16 08:40:56 -0700 2009

  • ruby_tutorials_core

    code examples to help enrich the ri output of the core classes

    legend

    Last updated Sat Oct 10 14:00:08 -0700 2009

  • ruby_bounties

    A list of various bounties for things people can develop in Ruby for pay (open source bounty)

    legend

    Last updated Fri Oct 09 08:42:18 -0700 2009

  • rb-readline

    Pure-Ruby Readline Implementation

    legend

    Forked from luislavena/rb-readline Tue Oct 06 04:48:42 -0700 2009

    Last updated Tue Oct 06 16:03:59 -0700 2009

  • rake

    A make-like build utility for Ruby.

    legend

    Forked from jimweirich/rake Tue Oct 06 09:23:55 -0700 2009

    Last updated Tue Oct 06 11:25:21 -0700 2009

  • arcadia

    Light Ruby Ide

    legend

    Forked from angal/arcadia Thu Jul 30 09:13:59 -0700 2009

    Last updated Thu Oct 01 15:31:34 -0700 2009

  • whichr

    A 'which' command written entirely in Ruby--windows friendly [searches for .bat files, etc. appro...

    legend

    Last updated Thu Oct 01 09:07:11 -0700 2009

  • sane_ruby

    some methods that *should* have been in core--and some that are planned to enter core

    legend

    Last updated Wed Sep 30 10:14:42 -0700 2009

  • faster_rubygems

    A helper to dramatically speedup the time it takes to run a 'require rubygems'

    legend

    Last updated Tue Sep 29 08:07:09 -0700 2009

  • ruby_gnuplot

    fork of the ruby gnuplot gem [gnuplot] [rgnuplot]

    legend

    Last updated Mon Sep 28 03:18:05 -0700 2009

  • eventmachine

    EventMachine: fast, simple event-processing library for Ruby programs

    legend

    Forked from eventmachine/eventmachine Mon Jun 01 15:47:34 -0700 2009

    Last updated Sat Sep 26 15:18:04 -0700 2009

  • ruby_core_ri

    retrieve and create ruby core source ri regardless of whether it was installed initially

    legend

    Forked from mark-moseley/ruby_core_source Thu Sep 03 08:49:47 -0700 2009

    Last updated Wed Sep 23 20:07:41 -0700 2009

  • rubyinstaller

    One-Click Ruby Installer for Windows

    legend

    Forked from oneclick/rubyinstaller Sat May 23 18:12:13 -0700 2009

    Last updated Wed Sep 23 19:52:53 -0700 2009

  • ruby_beautifier

    prettifier/beautifier for Ruby code [from http://www.arachnoid.com/ruby/] source reformatter pack...

    legend

    Last updated Wed Sep 23 11:25:26 -0700 2009

  • desc_method

    Displays the code of methods in realtime in irb--very useful for debugging purposes

    legend

    Last updated Tue Sep 22 12:29:25 -0700 2009

  • java_code_tutorials

    code examples to help enrich the javadocs for the core or various java libraries

    legend

    Last updated Tue Sep 22 09:10:45 -0700 2009

  • ruby_tutorials_any_gem

    code examples to help with documentation for any and all gems

    legend

    Last updated Tue Sep 22 09:02:05 -0700 2009

  • live-console

    LiveConsole, a Ruby gem for providing IRB over things other than stdio.

    legend

    Forked from pete/live-console Sat Jul 04 12:56:31 -0700 2009

    Last updated Mon Sep 21 17:22:40 -0700 2009

  • ruby_windows_tk

    binaries for ruby 1.8.6 for ruby tk (tcl tk bindings)

    legend

    Last updated Tue Sep 01 16:29:07 -0700 2009

  • arguments

    You don't have to wait until Ruby 2.0 to get (named|keyword) arguments. Has been tested with 1.8....

    legend

    Forked from maca/arguments Mon Jul 06 11:37:45 -0700 2009

    Last updated Wed Aug 12 09:36:20 -0700 2009

  • p2pwebclient

    A p2p web client for automatically sharing files during web download

    legend

    Last updated Mon Aug 03 18:01:32 -0700 2009

  • ron

    Well, who needed another serialization format? Not me, but that's what I've made. Ruby Object Not...

    legend

    Forked from coatl/ron Sat Jul 18 14:01:39 -0700 2009

    Last updated Mon Aug 03 17:48:45 -0700 2009

  • reg

    Reg is a library and language for pattern matching in ruby data structures. Reg provides Regexp-...

    legend

    Forked from coatl/reg Sat Jul 18 13:59:01 -0700 2009

    Last updated Mon Aug 03 17:38:34 -0700 2009

  • rubylexer

    RubyLexer is a hyper-correct lexer library for Ruby, written in Ruby.

    legend

    Forked from coatl/rubylexer Sat Jul 18 13:21:08 -0700 2009

    Last updated Mon Aug 03 17:12:37 -0700 2009

  • redparse

    RedParse is a ruby parser written in pure ruby.

    legend

    Forked from coatl/redparse Wed Jun 03 04:48:50 -0700 2009

    Last updated Mon Aug 03 17:02:53 -0700 2009

  • roger-useful

    Random useful utilities. Mostly ruby

    legend

    Last updated Sat Aug 01 03:18:05 -0700 2009

  • ruby_remembered_evals

    Tool to save eval'ed code strings to a file, first, as eval time

    legend

    Last updated Sat Jul 18 14:49:00 -0700 2009

  • gem_builder

    arbitrarily build a gem out of an xxx.gemspec file! Any file! Skip the publish to github first st...

    legend

    Last updated Sat Jul 18 14:07:18 -0700 2009

  • sequence

    Sequence provides a unified api for access to sequential Ruby data types, like Strings, Arrays, F...

    legend

    Forked from coatl/sequence Sat Jul 18 12:30:19 -0700 2009

    Last updated Sat Jul 18 13:15:39 -0700 2009

  • visualuruby_here

    A git clone of the visualuruby project

    legend

    Last updated Thu Jul 16 20:17:17 -0700 2009

  • rubydoctest

    Ruby version of Python's doctest tool, but a bit different

    legend

    Forked from tablatom/rubydoctest Thu Jun 25 13:33:05 -0700 2009

    Last updated Thu Jul 16 20:16:51 -0700 2009

  • gembox

    A sinatra based interface for browsing and admiring your gems

    legend

    Forked from quirkey/gembox Tue Jun 16 21:10:24 -0700 2009

    Last updated Sat Jul 11 21:24:27 -0700 2009

  • xray

    Lightweight yet powerful toolbox to troubleshoot Ruby applications

    legend

    Forked from ph7/xray Sat Nov 07 16:09:29 -0800 2009

    Last updated Thu Jul 09 15:49:52 -0700 2009

  • all_gems_rdocs

    helpers to generate rdocs for all gems (i.e. the backend code for http://allgems.ruby-forum.com)

    legend

    Last updated Sat Jul 04 06:50:19 -0700 2009

  • bdoc

    A slightly improved version of bdoc

    legend

    Forked from manalang/bdoc Tue Jun 16 10:15:25 -0700 2009

    Last updated Mon Jun 22 07:35:10 -0700 2009

  • ruby-wmi_here

    git clone slightly modified of http://ruby-wmi.rubyforge.org/

    legend

    Last updated Tue May 19 17:04:36 -0700 2009

  • nifty_windows

    A github copy [and slightly improved] of Nifty Windows, a program to make microsoft windows behav...

    legend

    Last updated Fri May 15 09:44:59 -0700 2009

  • backtracer

    Quality output when an exception is thrown and not caught in Ruby

    legend

    Last updated Fri May 01 04:41:43 -0700 2009

  • easy_window_close

    Utility to allow you to close windows more easily on mswin32

    legend

    Last updated Mon Apr 13 16:23:49 -0700 2009

Public Activity feed

rdp pushed to master at rdp/allgems Sat Nov 21 19:46:32 -0800 2009
HEAD is 4e6ae27d8339206d371c03a6a07ff2f1ea18d488
rdp pushed to master at rdp/allgems Sat Nov 21 19:45:13 -0800 2009
HEAD is 5d1928fb77f1e0f369f108342c5a90e600cca756
rdp pushed to master at rdp/allgems Sat Nov 21 19:44:26 -0800 2009
HEAD is b7daa47d64de0878b50494855b388be8a7f59fc4

48 commits »

rdp opened issue 12 on luislavena/rb-readline Sat Nov 21 06:34:16 -0800 2009
cursor can go invisible in linux
rdp opened issue 34 on angal/arcadia Sat Nov 21 06:18:01 -0800 2009
unresponsive if you hit enter in the gem install window
rdp pushed to master at rdp/ruby_core_source2 Fri Nov 20 17:13:58 -0800 2009
HEAD is 3fc877b7853e6d959030c597863446052643171a
rdp forked githubsvnclone/ruby-wmi Fri Nov 20 14:42:01 -0800 2009
Forked repository is at rdp/ruby-wmi
rdp pushed to master at rdp/ruby-prof Fri Nov 20 10:38:49 -0800 2009
HEAD is 3412072501ac8134f84a3284da02b622d4c22ca5
  • rdp committed 34120725:
    apply patch from Kevin Scaldeferri http://rubyforge.org/tracker/index.php?func=detail&aid=25613&group_id=1814&atid=7062
rdp pushed to master at rdp/ruby-prof Fri Nov 20 10:34:09 -0800 2009
HEAD is fb484b50864a60c32bcc29b3805cdc08b0b0e8f3
  • rdp committed fb484b50:
    apply recursive patch: http://rubyforge.org/tracker/index.php?func=detail&aid=25612&group_id=1814&atid=7062
rdp pushed to master at rdp/ruby-prof Fri Nov 20 10:30:15 -0800 2009
HEAD is 00b3e5ccf4e584821adb9c1845abe1d9a531f564
  • rdp committed 00b3e5cc:
    apply patch for GC allocation bug from http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/22926
rdp pushed to master at rdp/ruby-prof Fri Nov 20 10:16:05 -0800 2009
HEAD is 79e9ab3f79fec8d81732fc152b21d84f26d1ddf9
rdp pushed to master at rdp/ruby-prof Fri Nov 20 09:32:40 -0800 2009
HEAD is 3ac3157b95908990ff1c29108ca2d440a64d8f9d

2 commits »

rdp opened issue 1 on rdp/ruby-prof Fri Nov 20 09:26:35 -0800 2009
distribute fat binaries
rdp pushed to master at rdp/ruby_core_source2 Fri Nov 20 09:11:48 -0800 2009
HEAD is 5a5e14a537bdf6d9561e2871d0f504e62d3f47c0
  • rdp committed 5a5e14a5:
    first working version with 1.9.2dev
rdp opened issue 41 on vertiginous/pik Fri Nov 20 08:43:01 -0800 2009
pik info fails
rdp uploaded a file to rdp/rmagick Fri Nov 20 08:03:20 -0800 2009
"rmagick-2.12.2.gem" is at rdp/rmagick/downloads
rdp uploaded a file to rdp/rmagick Thu Nov 19 17:54:16 -0800 2009
"rmagick-2.12.2.gem" is at rdp/rmagick/downloads

rmagick source gem mingw friendlier

rdp uploaded a file to rdp/rmagick Thu Nov 19 17:49:37 -0800 2009
"imagemagick.7z" is at rdp/rmagick/downloads

ImageMagick 6.5.7-9 built with mingw—unzip in c:\rdp\installs

rdp pushed to master at rdp/rmagick Thu Nov 19 17:17:30 -0800 2009
HEAD is f35c6ce72aa0cd34fa2434d2d70c17afe8655300
  • unknown committed f35c6ce7:
    update the install script to be compatible with imagemagick installed from source via mingw
rdp created gist: 239123 Thu Nov 19 14:55:16 -0800 2009
Finished in 991.171875 seconds. 1) Failure:
rdp pushed to master at rdp/rmagick Wed Nov 18 17:30:04 -0800 2009
HEAD is 7c26baa0368ed90b040aada8ef3d84aa7673fb89
rdp pushed to master at rdp/rmagick Wed Nov 18 16:31:03 -0800 2009
HEAD is 51579f7b65e127a1749a4c7a7009f4698a9d71b6
rdp created branch master at rdp/rmagick Wed Nov 18 16:25:47 -0800 2009
New branch is at rdp/rmagick/tree/master
rdp created repository rmagick Wed Nov 18 16:25:26 -0800 2009
New repository is at rdp/rmagick
rdp edited a page in the rdp/ruby_bounties wiki Wed Nov 18 15:14:54 -0800 2009
rdp pushed to master at rdp/windows_ionice Wed Nov 18 14:05:32 -0800 2009
HEAD is 5c002d44d780c92ae34469ee4f1a28670f398cb2

2 commits »

rdp uploaded a file to rdp/easy_window_close Wed Nov 18 11:18:21 -0800 2009
"TrayIcon.exe" is at rdp/easy_window_close/downloads

current version

rdp pushed to master at acangiano/ruby-benchmark-suite Tue Nov 17 17:03:39 -0800 2009
HEAD is 1be60e3adb3ae3ec5b8a8bc0718a180f66d84cb9
  • rdp committed 1be60e3a:
    windows now kills processes right--but no longer outputs anything to the screen
rdp pushed to master at acangiano/ruby-benchmark-suite Tue Nov 17 16:39:36 -0800 2009
HEAD is c0e8f702af8159444f7af8941d09f24193f2320f
rdp pushed to master at acangiano/ruby-benchmark-suite Tue Nov 17 08:48:38 -0800 2009
HEAD is e01af0f3ef650b8d19a375c0415c588e7119abe6
  • rdp committed e01af0f3:
    dont try to load the rdoc gem
rdp pushed to master at acangiano/ruby-benchmark-suite Tue Nov 17 07:33:41 -0800 2009
HEAD is 4a708cdea693cc85d70f530919f636329f7b8178
  • rdp committed 4a708cde:
    add in a test of rdoc against trunk--takes 400s in windows
rdp pushed to master at rdp/google_voice_system_tray Mon Nov 16 13:54:49 -0800 2009
HEAD is 6eb3ebe65e4c958d5e2ef4a9c9facb344c67f792

2 commits »

rdp created branch master at rdp/google_voice_system_tray Mon Nov 16 13:00:10 -0800 2009
rdp created repository google_voice_system_tray Mon Nov 16 12:59:56 -0800 2009
New repository is at rdp/google_voice_system_tray
rdp forked coatl/rubymacros Mon Nov 16 09:07:53 -0800 2009
Forked repository is at rdp/rubymacros