CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 02 Aug 2025 16:33:49 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090308164139
location: https://web.archive.org/web/20090308164139/https://github.com/tarcieri
server-timing: captures_list;dur=1.165810, exclusion.robots;dur=0.047874, exclusion.robots.policy;dur=0.024444, esindex;dur=0.020923, cdx.remote;dur=31.893879, LoadShardBlock;dur=394.563930, PetaboxLoader3.datanode;dur=99.011032, PetaboxLoader3.resolve;dur=159.393854
x-app-server: wwwb-app204
x-ts: 302
x-tr: 487
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app204; 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: Sat, 02 Aug 2025 16:33:50 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Sun, 08 Mar 2009 16:41:38 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 2147ms
x-archive-orig-etag: "37d676056bda490ff6cbc36d1b4e594f"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 40875
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 08 Mar 2009 16:41:39 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 06 Jul 2008 14:33:10 GMT", ; rel="prev memento"; datetime="Wed, 04 Feb 2009 11:22:12 GMT", ; rel="memento"; datetime="Sun, 08 Mar 2009 16:41:39 GMT", ; rel="next memento"; datetime="Fri, 17 Apr 2009 05:02:28 GMT", ; rel="last memento"; datetime="Tue, 03 Jun 2025 17:34:04 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_8_20090308125430_crawl100-c/51_8_20090308164110_crawl101.arc.gz
server-timing: captures_list;dur=0.649218, exclusion.robots;dur=0.027809, exclusion.robots.policy;dur=0.014262, esindex;dur=0.020019, cdx.remote;dur=10.348017, LoadShardBlock;dur=288.778597, PetaboxLoader3.datanode;dur=180.368121, PetaboxLoader3.resolve;dur=701.991813, load_resource;dur=725.810516
x-app-server: wwwb-app204
x-ts: 200
x-tr: 1124
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
tarcieri's Profile - GitHub
Public Activity
-
DistribuStream is a fully open peercasting system which provides on-demand or live streaming medi...Updated Sat Jun 14 15:08:21 -0700 2008
-
C-based buffer for Ruby, primarily for nonblocking I/OUpdated Thu Oct 30 22:21:03 -0700 2008
-
Non-blocking I/O support for Ruby OpenSSLUpdated Fri Feb 06 22:55:39 -0800 2009
-
Reia is a Ruby/Python-like language for BEAM, the Erlang VMUpdated Thu Mar 05 00:19:57 -0800 2009
-
Rev is a high performance event library for Ruby built on top of libevUpdated Sun Feb 01 16:40:02 -0800 2009
Public Activity
HEAD is 8321decad7e02c80afa31e04bfddad583e8a0e65
x

-
Tony Arcieri committed 8321deca:
Convert test runner to interpolated strings
New branch is at tarcieri/reia/tree/indentless
HEAD is 7edb17af686f8ddc3001e349709e0cd062f3b11a
x

-
Tony Arcieri committed 7edb17af:
Properly working string interpolation
-
Tony Arcieri committed 4265ee6b:
Handle character accumulation a bit better
-
Tony Arcieri committed b7f463dc:
Begin properly composing interpolated string fragments
-
Tony Arcieri committed 08adb57c:
Initial backend compiler support for interpolated strings
-
Tony Arcieri committed b3e303b1:
Something reasonably close to a working interpolated string implementation
-
Tony Arcieri committed 47522a3d:
Initial token extraction from interpolated strings
>>> if True:
... 'yes'
... else:
if True:
"yay"
else:
tony@blackbook:~$ python
Python 2.5.1 (r251:54863, Jan 13 2009, 10:26:13)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
# That may look like a blank line between the if an the print, but it's
# indented two spaces to match the previous indentation level
# Yet this example works just fine!
if True:
"yay"
else:
> {ok, Tokens, _} = erl_scan:string("2 + 3 + 4 + 5.").
{ok,[{integer,1,2},
{'+',1},
/*
* Copyright (C) 2007-08 Tony Arcieri
* You may redistribute this under the terms of the MIT license.
New tag is at tarcieri/openssl-nonblock/tree/v0.1.0
New branch is at tarcieri/openssl-nonblock/tree/master
New repository is at tarcieri/openssl-nonblock
« NewerOlder »
This feature is coming soon. Sit tight!