CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 19 Aug 2025 02:36:48 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100121183325
location: https://web.archive.org/web/20100121183325/https://github.com/r
server-timing: captures_list;dur=0.686105, exclusion.robots;dur=0.018969, exclusion.robots.policy;dur=0.007070, esindex;dur=0.011427, cdx.remote;dur=22.039195, LoadShardBlock;dur=180.619596, PetaboxLoader3.datanode;dur=79.335714, PetaboxLoader3.resolve;dur=43.702263
x-app-server: wwwb-app239
x-ts: 302
x-tr: 266
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app239; 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: Tue, 19 Aug 2025 02:36:49 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 21 Jan 2010 18:33:25 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "2007cb7ece03af06763cd1304c78dc3b"
x-archive-orig-x-runtime: 838ms
x-archive-orig-content-length: 28189
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: Thu, 21 Jan 2010 18:33:25 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 27 May 2009 11:25:18 GMT", ; rel="prev memento"; datetime="Wed, 27 May 2009 11:25:18 GMT", ; rel="memento"; datetime="Thu, 21 Jan 2010 18:33:25 GMT", ; rel="next memento"; datetime="Fri, 12 Mar 2010 07:34:17 GMT", ; rel="last memento"; datetime="Tue, 08 Jul 2025 13:03:54 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_20100121155620_crawl100-c/51_13_20100121183034_crawl101.arc.gz
server-timing: captures_list;dur=0.771503, exclusion.robots;dur=0.018631, exclusion.robots.policy;dur=0.007783, esindex;dur=0.011384, cdx.remote;dur=5.346288, LoadShardBlock;dur=253.513980, PetaboxLoader3.datanode;dur=300.926660, PetaboxLoader3.resolve;dur=200.973321, load_resource;dur=300.817323
x-app-server: wwwb-app239
x-ts: 200
x-tr: 673
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
r's Profile - GitHub
Public Activity
r
(Raffi Krikorian)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Raffi Krikorian
- Company
- https://www.mehack.com
- Member Since
- Jan 29, 2009 (11 months)
Following 0 coders and watching 10 repositories view all →
Public Repositories (5)
-
r.github.com
Last updated Fri Jan 01 18:37:26 -0800 2010
-
Google-Reverse-Geocoder-Explorer
A simple UI to understand Google's reverse geocoder
Last updated Fri Jan 01 18:19:41 -0800 2010
-
wattzon-python-power
A simple module to wrap the WattzOn API for real-time power upload
Last updated Tue May 19 08:07:45 -0700 2009
-
wattzon-python-api
Last updated Tue May 12 03:04:43 -0700 2009
-
wattzon-js-api
JS API wrapper for the WattzOn API
Last updated Mon Apr 27 11:55:07 -0700 2009
Public Activity 
#!/usr/bin/env ruby
# update_profile_background_image.rb
HEAD is 31a0e5d2f93caf6128ce09e0d8deadff7dbd497a
x

-
Raffi Krikorian committed 31a0e5d2:
switching up the API keys
HEAD is 1f1ef2f17e87923aaa34659d4912924284bf605f
x

-
Raffi Krikorian committed 1f1ef2f1:
adding the explorer
HEAD is eb688f7d3be8c4231fe4935c85a90b229a788043
x

-
Raffi Krikorian committed eb688f7d:
cleaning a bit
New branch is at r/r.github.com/tree/gh-pages
New branch is at r/r.github.com/tree/master
New repository is at r/r.github.com
New branch is at r/Google-Reverse-Geocoder-Explorer/tree/master
New repository is at r/Google-Reverse-Geocoder-Explorer
function xmlcurl {
curl -s $1 | tidy -xml -i -w 0 -q
}
def significant_figures(num)
sn = num.to_s.sub(/e[-+]*\d+$/i, '') # remove the scientific notat...
def significant_figures(num)
sn = num.to_s.sub(/e[-+]*\d+$/i, '') # remove the scientific notat...
def stream[T](f: => T, t:T => Boolean):Stream[T] = {
val v = f
if (t(v)) Stream.cons(v, s...
def stream[T](f: => T, t:T => Boolean):Stream[T] = {
val v = f
if (t(v)) Stream.cons(v, s...
def stream[T](f: => T, t:T => Boolean):Stream[T] = {
val v = f
if (t(v)) Stream.cons(v, s...
def stream[T](f: => T, t:T => Boolean):Stream[T] = {
val v = f
if (t(v)) Stream.cons(v, s...
class ThreadLocal[T](init: => T) extends java.lang.ThreadLocal[T] with Function0[T] {
override ...
class ThreadLocal[T](init: => T) extends java.lang.ThreadLocal[T] with Function0[T] {
override ...
class ThreadLocal[T](init: => T) extends java.lang.ThreadLocal[T] {
override def initialValue:T...
class ThreadLocal[T](init:() => T) extends java.lang.ThreadLocal[T] {
override def initialValue...
class ThreadLocal[T](init:() => T) extends java.lang.ThreadLocal[T] {
override def initialValue...
HEAD is 34ef0926cf4f245282ebc4fb81f365afdab18f5e
x

-
Raffi Krikorian committed 34ef0926:
adding implict defs for java sets