pjb3 (Paul Barry)

Name
Paul Barry
Email
Website/Blog
http://paulbarry.com
Company
BrowserMedia
Location
Baltimore, MD
Member Since
Feb 23, 2008 (about 1 year)

Following 18 githubbers and watching 50 repositories view all →

Public Repositories (18)

  • g_thang

    A Rack-Compliant HTTP Server Implemented with GServer

    legend

    Last updated Thu Oct 08 22:10:41 -0700 2009

  • study

    Examples and Exercises from Various Programming Books

    legend

    Last updated Wed Oct 07 20:30:32 -0700 2009

  • rails_db_manager

    A web-based database management tool

    legend

    Last updated Thu Sep 24 19:52:27 -0700 2009

  • extjs_in_action_rails_chapter_1

    Port of Chapter 1 of ExtJS In Action to Rails

    legend

    Last updated Wed Sep 23 20:29:28 -0700 2009

  • javascript.tmbundle

    TextMate support for JavaScript

    legend

    Forked from textmate/javascript.tmbundle Wed Aug 05 07:21:46 -0700 2009

    Last updated Wed Aug 05 08:48:44 -0700 2009

  • wikimedia-mobile

    Wikimedia's Mobile Site in Merb

    legend

    Forked from hcatlin/wikimedia-mobile Fri Jul 24 21:50:14 -0700 2009

    Last updated Fri Jul 24 21:47:15 -0700 2009

  • has-bit-field

    Provides an easy way for dealing with bit fields in a ruby object

    legend

    Last updated Sun Jul 19 19:37:32 -0700 2009

  • WebViewApp

    A simple Cocoa App with a Web View

    legend

    Last updated Sun Jul 12 06:42:01 -0700 2009

  • cilantro

    legend

    Forked from jackdempsey/cilantro Sat Jun 13 10:35:19 -0700 2009

    Last updated Sat Jun 13 10:10:32 -0700 2009

  • s-99

    Ninety-Nine Scala Problems

    legend

    Last updated Mon Apr 20 15:07:53 -0700 2009

  • logging

    A simple gem for Rails to test around filters

    legend

    Last updated Tue Apr 14 07:06:09 -0700 2009

  • sicp

    Solutions to Structure and Interpretation of Computer Programs (SICP) in Scheme, Clojure, Ruby an...

    legend

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

  • real-world-haskell

    Solutions to Real World Haskell

    legend

    Last updated Mon Jan 12 21:48:43 -0800 2009

  • converter

    Sample Swing App in Clojure

    legend

    Last updated Sat Jan 03 20:42:56 -0800 2009

  • accgen

    Solutions to Paul Graham's Accumulator Generator In Various Languages

    legend

    Last updated Mon Dec 22 19:02:50 -0800 2008

  • clojure-bin

    Launcher scripts for Clojure

    legend

    Last updated Fri Oct 17 15:50:32 -0700 2008

  • http-wrapper

    A library that wraps other http libraries so they can be used interchangably with a consistent in...

    legend

    Last updated Sun Oct 12 19:28:41 -0700 2008

  • clojure-servlet

    A basic HttpRequestServlet written in Clojure that provides a remote repl

    legend

    Last updated Fri Jul 11 16:19:32 -0700 2008

Public Activity feed

pjb3 created gist: 228545 Fri Nov 06 21:12:14 -0800 2009
#!/usr/bin/env ruby require 'nokogiri' require 'open-uri'
pjb3 updated gist: 220733 Wed Oct 28 12:35:24 -0700 2009
def self.[](*args) if args.size > 1 args.map{|e| self[e] }
pjb3 created gist: 220733 Wed Oct 28 12:21:43 -0700 2009
def self.[](*args) if args.size > 1 args.map{|e| self[e] }
pjb3 updated gist: 218994 Mon Oct 26 13:20:20 -0700 2009
$$('#listholder li').each(function(item, index){ var url = item.getElement('a').get('href') i...
pjb3 created gist: 218994 Mon Oct 26 13:13:34 -0700 2009
$$('#listholder li').each(function(item, index){ var url = item.getElement('a').get('href')...
pjb3 created gist: 208536 Mon Oct 12 09:44:09 -0700 2009
<html> <head> <title>JQuery and links - strange situation</title>
pjb3 created tag v0.1.0 at pjb3/g_thang Thu Oct 08 22:10:41 -0700 2009
New tag is at pjb3/g_thang/tree/v0.1.0
pjb3 pushed to master at pjb3/g_thang Thu Oct 08 22:07:24 -0700 2009
HEAD is c11aee85fa7af40501d82dc90331ddcf58bdf06c
pjb3 created branch master at pjb3/g_thang Thu Oct 08 21:30:57 -0700 2009
New branch is at pjb3/g_thang/tree/master
pjb3 created repository g_thang Thu Oct 08 21:30:37 -0700 2009
New repository is at pjb3/g_thang
pjb3 updated gist: 200412 Fri Oct 02 22:20:29 -0700 2009
(defn #^{:test (fn [] (assert (= {:x 1} (assoc-conj {} :x 1)))
pjb3 created gist: 200412 Fri Oct 02 22:10:42 -0700 2009
(defn assoc-conj "This is similar to assoc but if you pass it a key that already has a value, ...