CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 04 Aug 2025 02:13:26 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100213131747
location: https://web.archive.org/web/20100213131747/https://github.com/asandroq
server-timing: captures_list;dur=0.536039, exclusion.robots;dur=0.016986, exclusion.robots.policy;dur=0.007741, esindex;dur=0.012165, cdx.remote;dur=152.161049, LoadShardBlock;dur=477.556048, PetaboxLoader3.resolve;dur=204.086179, PetaboxLoader3.datanode;dur=200.689341
x-app-server: wwwb-app212
x-ts: 302
x-tr: 664
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app212; 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: Mon, 04 Aug 2025 02:13:29 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 13 Feb 2010 13:17:46 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "ddd9490ff8b0f495dab933b54e694537"
x-archive-orig-x-runtime: 102ms
x-archive-orig-content-length: 39348
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, 13 Feb 2010 13:17:47 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 13 Feb 2010 13:17:47 GMT", ; rel="memento"; datetime="Sat, 13 Feb 2010 13:17:47 GMT", ; rel="next memento"; datetime="Sat, 03 Jul 2010 12:26:43 GMT", ; rel="last memento"; datetime="Tue, 20 Dec 2022 21:53:55 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: 52_14_20100213122655_crawl101-c/52_14_20100213131709_crawl101.arc.gz
server-timing: captures_list;dur=0.577633, exclusion.robots;dur=0.021456, exclusion.robots.policy;dur=0.009396, esindex;dur=0.012905, cdx.remote;dur=1292.892986, LoadShardBlock;dur=305.139289, PetaboxLoader3.datanode;dur=168.716535, PetaboxLoader3.resolve;dur=246.501187, load_resource;dur=237.433350
x-app-server: wwwb-app212
x-ts: 200
x-tr: 1952
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
asandroq's Profile - GitHub
Public Activity
asandroq
(Alex Queiroz)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Alex Queiroz
- Website/Blog
- https://www.ventonegro.org/
- Location
- Sao Paulo, Brazil
- Member Since
- Jun 03, 2009 (8 months)
Following 10 coders and watching 10 repositories view all →
Public Repositories (5)
-
sly
A Scheme compiler and virtual machine
Last updated Tue Oct 20 12:33:13 -0700 2009
-
gambit-iphone-example
An example iphone app which uses Gambit Scheme.
Forked from jlongster/gambit-iphone-example Sat Jun 20 11:46:40 -0700 2009
Last updated Sun Aug 02 15:26:06 -0700 2009
-
virtuality
A ray-tracer scriptable in Lua
Last updated Fri Jun 12 13:44:56 -0700 2009
-
orbis
A fluid simulator
Last updated Tue Jun 09 17:53:17 -0700 2009
-
gtk2lua
Lua bindings for the GTK+ toolkit
Last updated Tue Jun 09 17:42:48 -0700 2009
Public Activity 
;; made tail-recursive
;; constant stack use
(define (file-lines file)
(define (file-lines file)
(call-with-input-file file
(lambda (port)
homebrew's description:
Packaging system for Mac OS X 10.5 and above; heavy optimisations, no redundant packages and a bonus beer theme
swank-gambit's description:
Gambit swank backend for SLIME
(let* ((ser (with-input-from-file "state.scm"
(lambda () (read))))
(obj (u8ve...
(let* ((ser (with-input-from-file "state.scm"
(lambda () (read))))
(obj (u8ve...
(define (legal? move player board)
(and (eqv? (board-ref board move) *empty*)
(any? (lam...
New branch is at asandroq/sly/tree/closed-apply