CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 20 Aug 2025 23:43:17 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100123121731
location: https://web.archive.org/web/20100123121731/https://github.com/rbxbx
server-timing: captures_list;dur=1.451442, exclusion.robots;dur=0.044141, exclusion.robots.policy;dur=0.019496, esindex;dur=0.026001, cdx.remote;dur=6.990749, LoadShardBlock;dur=157.672640, PetaboxLoader3.datanode;dur=49.715474, PetaboxLoader3.resolve;dur=39.939238
x-app-server: wwwb-app215
x-ts: 302
x-tr: 207
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app215; 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=()
HTTP/2 200
server: nginx
date: Wed, 20 Aug 2025 23:43:18 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 23 Jan 2010 12:17:30 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "2f90d74c81b215419261ed19b09cd555"
x-archive-orig-x-runtime: 42ms
x-archive-orig-content-length: 22641
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 23 Jan 2010 12:17:31 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 11 Mar 2009 16:19:18 GMT", ; rel="prev memento"; datetime="Mon, 21 Dec 2009 09:27:03 GMT", ; rel="memento"; datetime="Sat, 23 Jan 2010 12:17:31 GMT", ; rel="next memento"; datetime="Fri, 26 Feb 2010 13:32:43 GMT", ; rel="last memento"; datetime="Mon, 06 Jan 2025 03:05:15 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: 51_13_20100123082256_crawl100-c/51_13_20100123121435_crawl101.arc.gz
server-timing: captures_list;dur=0.560272, exclusion.robots;dur=0.023719, exclusion.robots.policy;dur=0.010284, esindex;dur=0.012545, cdx.remote;dur=23.831399, LoadShardBlock;dur=96.653227, PetaboxLoader3.datanode;dur=126.856402, load_resource;dur=113.274559, PetaboxLoader3.resolve;dur=64.610530
x-app-server: wwwb-app215
x-ts: 200
x-tr: 316
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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
rbxbx's Profile - GitHub
Public Activity
rbxbx
(Robert Pitts)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Robert Pitts
- Website/Blog
- https://rbxbx.info
- Location
- Jacksonville, Florida
- Member Since
- Jan 09, 2009 (about 1 year)
Following 5 coders and watching 56 repositories view all →
Public Repositories (3)
-
higher_order_Io
Io ports of the examples from Higher Order Perl
Last updated Tue Dec 15 16:40:31 -0800 2009
-
rango
Rango is ultralightweight, ultracustomizable, ultracool web framework inspired by Django.
Forked from botanicus/rango Wed Dec 02 15:34:52 -0800 2009
Last updated Tue Dec 01 03:59:01 -0800 2009
-
rails_boost
A CLi version of the rails_boost project (Rails 2.3 Template generator)
Last updated Mon Apr 06 10:54:06 -0700 2009
Public Activity 
computer-science-in-javascript's description:
Collection of classic computer science paradigms, algorithms, and approaches written in JavaScript.
iProxy's description:
Let's you connect your laptop to the iPhone to surf the web.
require 'json'
require 'net/http'
stevedekorte has
12
public repos
and 97
followers.
New branch is at rbxbx/higher_order_Io/tree/master
New repository is at rbxbx/higher_order_Io
require 'json'
require 'net/http'
bananajour's description:
Local git repository hosting with a sexy web interface and bonjour discovery. It's like your own little adhoc, network-aware github!
io's description:
Io programming language
ioke's description:
ioke is a new language for the JVM, based on Io and other languages.
ioke's description:
ioke is a new language for the JVM, based on Io and other languages.
Hanoi := method(n, start, end, extra, moveDisk,
if(n == 1, moveDisk call(1, start, end),
Ha...
Forked repository is at rbxbx/rango
mongoid's description:
Ruby ODM framework for MongoDB
ruby_koans's description:
A set of Koans to teach the Ruby language
query_trace's description:
Adds query origin tracing to your logs.
# Neater Github gem dependencies for Rails
module GithubGem