CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Wed, 20 Aug 2025 23:26:02 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Wed, 12 Nov 2008 23:19:00 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 0.86635
x-archive-orig-etag: "324cc7105618aaa0eeaea658ffeda488"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 23678
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-13
memento-datetime: Wed, 12 Nov 2008 23:19:00 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 15 Jun 2008 14:23:53 GMT", ; rel="prev memento"; datetime="Sat, 11 Oct 2008 14:23:08 GMT", ; rel="memento"; datetime="Wed, 12 Nov 2008 23:19:00 GMT", ; rel="next memento"; datetime="Thu, 18 Dec 2008 13:18:28 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 14:53:43 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: BNF-CRAWL-004-20081112231814-01982-crawling102-c/BNF-CRAWL-004-20081112231821-02176-crawling108.us.archive.org.arc.gz
server-timing: captures_list;dur=0.725007, exclusion.robots;dur=0.023304, exclusion.robots.policy;dur=0.009993, esindex;dur=0.012496, cdx.remote;dur=16.003316, LoadShardBlock;dur=205.840934, PetaboxLoader3.datanode;dur=99.494969, PetaboxLoader3.resolve;dur=125.346927, load_resource;dur=84.347056
x-app-server: wwwb-app221
x-ts: 200
x-tr: 404
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app221; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
mattmatt's Profile — GitHub
Public Activity
-
Personal fork of the official activemessaging repository with personal patches.Created Fri Jun 20 01:05:51 -0700 2008
-
This plugin adds full text search capabilities and many other nifty features from Apacheās Solr t...Forked from look/acts_as_solr Thu Sep 25 09:03:07 -0700 2008
-
Remote multi-server automation toolForked from jamis/capistrano Fri Aug 29 00:53:44 -0700 2008
-
The source code from my diploma thesis. Felt like digging it up. Nothing to be too proud of though.Created Tue Oct 28 02:00:34 -0700 2008
-
Forked from thoughtbot/factory_girl Mon Sep 08 06:04:34 -0700 2008
-
TextMate bundle for working with GitHubForked from drnic/github-tmbundle Sun Nov 09 04:56:50 -0800 2008
-
A RubyCocoa client for https://hallenprojekt.deCreated Mon Oct 20 10:31:55 -0700 2008
-
A RubyCocoa client for Webistrano (https://labs.peritor.com/webistrano)Created Tue Apr 22 03:05:28 -0700 2008
-
Simply a fork of the original SIMBL plugin to enable full screen support for Cocoa applications U...Created Tue Aug 26 05:10:54 -0700 2008
-
Ruby on RailsForked from rails/rails Tue Sep 30 14:02:11 -0700 2008
-
railscasts.com in open source goodness! forked as railsconf europe deployment tutorial playground.Forked from ryanb/railscasts Sun Aug 31 05:27:29 -0700 2008
-
Behaviour Driven Development framework for RubyForked from dchelimsky/rspec Wed Oct 01 02:46:54 -0700 2008
-
A port of Merb's run_later functionality to Rails 2.2.Created Sat Sep 27 10:54:48 -0700 2008
-
A couple of scripts I use from time to time to ease every kind of self-repeating pain.Created Thu Jun 12 00:27:51 -0700 2008
-
SimpleLog on Rails 2.1Created Wed Sep 24 13:07:51 -0700 2008
-
Just a personal copy of the Webistrano repository. Doing most of my patches here, but they usuall...Created Fri Jun 20 13:10:02 -0700 2008
Public Activity
4ef93e85cf6a6ffa9992562fc7799f4e3d7ba451
Respect :offline flag when deleting too.
module Kernel
def new(clazz)
clazz.new
module Kernel
def new(clazz)
clazz.new
module Kernel
def new(clazz)
clazz.new
af78f578283e0525d8d11cf81189acd0e59f2c5e
Added support to create (private) gists from a selection or file.
if url = Gist.write(selection, ARGV[0] == "private" ? true : false)
puts "Created gist at #{url}. URL copied to clipboard."
end
#!/usr/bin/env ruby
$:.unshift(File.dirname(__FILE__) + "/../lib")
def read(gist_id)
return help if gist_id == '-h' || gist_id.nil? || gist_id[/help/]
open(@@gist_url % gist_id).read
def read(gist_id)
return help if gist_id == '-h' || gist_id.nil? || gist_id[/help/]
open(@@gist_url % gist_id).read
def read(gist_id)
return help if gist_id == '-h' || gist_id.nil? || gist_id[/help/]
open(@@gist_url % gist_id).read
« PreviousNext »
This feature is coming soon. Sit tight!