CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 12:03:58 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091001042907
location: https://web.archive.org/web/20091001042907/https://github.com/technomancy
server-timing: captures_list;dur=2.672786, exclusion.robots;dur=0.023311, exclusion.robots.policy;dur=0.011826, esindex;dur=0.011988, cdx.remote;dur=11.758214, LoadShardBlock;dur=372.439785, PetaboxLoader3.datanode;dur=193.119053, PetaboxLoader3.resolve;dur=89.352656
x-app-server: wwwb-app224
x-ts: 302
x-tr: 443
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app224; 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: Thu, 31 Jul 2025 12:04:00 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 01 Oct 2009 04:29:06 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "194ff7db5c02d4a3d0665a61c6a4d391"
x-archive-orig-x-runtime: 103ms
x-archive-orig-content-length: 48835
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, 01 Oct 2009 04:29:07 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 14 Apr 2008 16:10:39 GMT", ; rel="prev memento"; datetime="Thu, 27 Aug 2009 09:04:31 GMT", ; rel="memento"; datetime="Thu, 01 Oct 2009 04:29:07 GMT", ; rel="next memento"; datetime="Mon, 07 Dec 2009 06:06:09 GMT", ; rel="last memento"; datetime="Tue, 03 Jun 2025 19:36: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: 51_12_20091001010305_crawl102.gpg-c/51_12_20091001042836_crawl101.arc.gz
server-timing: captures_list;dur=3.544997, exclusion.robots;dur=0.122480, exclusion.robots.policy;dur=0.059186, esindex;dur=0.065869, cdx.remote;dur=574.558610, LoadShardBlock;dur=1126.180941, PetaboxLoader3.datanode;dur=612.572320, PetaboxLoader3.resolve;dur=409.929419, load_resource;dur=186.555116
x-app-server: wwwb-app224
x-ts: 200
x-tr: 2123
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
technomancy's Profile - GitHub
Public Activity
-
Swank/slime support for clojureForked from jochu/swank-clojure Mon May 25 10:08:00 -0700 2009
-
A mode for emacs that handles clojureForked from jochu/clojure-mode Fri Dec 05 09:45:07 -0800 2008
-
Some Processing sketchesUpdated Sun Sep 20 15:20:58 -0700 2009
-
All the code you need to get started, with an emphasis on dynamic languages.Updated Sun Sep 20 14:43:28 -0700 2009
-
Proof-of-concept build system for Clojure.Updated Tue Sep 08 20:37:32 -0700 2009
-
Serve git and advertise with bonjourForked from chad/gitjour Thu Jul 24 12:27:18 -0700 2008
-
A wrapper for Processing in Clojure.Forked from rosado/clj-processing Sat Aug 29 13:48:03 -0700 2009
-
An HTTP client for ClojureUpdated Sun Sep 06 14:33:54 -0700 2009
-
Extensions and enhancements to the Clojure libraries.Forked from richhickey/clojure-contrib Tue Jun 16 10:53:03 -0700 2009
-
An IRC bot written in ClojureForked from hiredman/clojurebot Tue Aug 18 09:20:29 -0700 2009
Public Activity
technomancy
pushed to
master
at
technomancy/swank-clojure
Tue Sep 29 15:15:07 -0700 2009
HEAD is b40efcd668079af6cf053380670d6b7dd2ba4ec6
x

-
Phil Hagelberg committed b40efcd6:
Clean up io.clj
technomancy
pushed to
master
at
technomancy/clojure-mode
Tue Sep 29 14:36:04 -0700 2009
technomancy
pushed to
master
at
technomancy/swank-clojure
Tue Sep 29 14:34:04 -0700 2009
HEAD is 3f52d14b08e7a1b19b0f6d4f916cba34f4a86cd9
x

-
jochu committed c5b50cf4:
update swank-clojure-init to correctly identify encoding name
-
jochu committed 1c9bf1df:
more gracefully handle disconnects
-
jochu committed 8b8dd52f:
fix bug with alias namespaces in completions
-
jochu committed 7a1a8a86:
add distributable builds to build.xml
-
jochu committed cbebd93d:
Give room to build jar files. WARNING: Path changes, will need config or script updates
-
jochu committed b4fd4d03:
cleaner line-at-position and fix indentation
-
jochu committed d0e87f10:
Merge commit 'rottcodd/master'
-
jochu committed 5c7262ad:
first cut at getting things tested
-
jochu committed c6c921be:
fix: missed a letfn -> flet
-
jochu committed 6aa02232:
use built-in read-string
-
jochu committed dd5e2c5f:
rename categorize-by to group-by
-
jochu committed a34f3076:
replace flet with letfn
-
jochu committed 37204991:
move swank-c-p-c private fns into an "internal" namespace
-
jochu committed 992231af:
wrap up c-p-c revamp, includes java completions and such
-
jochu committed c9831095:
Merge branch 'master' of github.com:jochu/swank-clojure
-
jochu committed 97e38ea9:
update c-p-c to use completions lib, slightly more relaxed matching rules
-
jochu committed e9dce595:
minor refactoring and documenting
-
rottcodd committed ae732c91:
Add inspector support for java objects.
-
rottcodd committed 70828b9c:
Merge branch 'master' of git://github.com/technomancy/swank-clojure
-
rottcodd committed ec597793:
Add :file and :line metadata when using slime-compile-defun.
And 3 more commits...
emacs-utils's description:
Some of my emacs-utilities
This feature is coming soon. Sit tight!