CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 17 Aug 2025 14:18:25 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100123102518
location: https://web.archive.org/web/20100123102518/https://github.com/jashkenas/coffee-script
server-timing: captures_list;dur=0.694802, exclusion.robots;dur=0.024449, exclusion.robots.policy;dur=0.011517, esindex;dur=0.012375, cdx.remote;dur=23.721889, LoadShardBlock;dur=2845.063627, PetaboxLoader3.datanode;dur=278.296907, PetaboxLoader3.resolve;dur=2367.926145
x-app-server: wwwb-app210
x-ts: 302
x-tr: 2922
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app210; 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: Sun, 17 Aug 2025 14:18:26 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 23 Jan 2010 10:25:17 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "8d58b756b7e2484ec9d7b499fb3560f4"
x-archive-orig-x-runtime: 98ms
x-archive-orig-content-length: 30012
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 10:25:18 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 27 Dec 2009 19:31:41 GMT", ; rel="prev memento"; datetime="Sat, 16 Jan 2010 04:00:28 GMT", ; rel="memento"; datetime="Sat, 23 Jan 2010 10:25:18 GMT", ; rel="next memento"; datetime="Wed, 17 Feb 2010 17:24:02 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 14:54: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_13_20100123082256_crawl100-c/51_13_20100123102429_crawl101.arc.gz
server-timing: captures_list;dur=0.768496, exclusion.robots;dur=0.026209, exclusion.robots.policy;dur=0.012215, esindex;dur=0.013538, cdx.remote;dur=29.867658, LoadShardBlock;dur=282.259712, PetaboxLoader3.datanode;dur=151.223499, PetaboxLoader3.resolve;dur=331.809705, load_resource;dur=240.774367
x-app-server: wwwb-app210
x-ts: 200
x-tr: 628
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
jashkenas's coffee-script at master - GitHub
This service is courtesy of Pledgie.
jashkenas / coffee-script
- Source
- Commits
- Network (11)
- Issues (7)
- Downloads (14)
- Graphs
-
Branch:
master
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Unfancy JavaScript — Read more
README
= { } } { { { } } } }{ { { }{ } } _____ __ __ ( }{ }{ { ) / ____| / _|/ _| .- { { } { }} -. | | ___ | |_| |_ ___ ___ ( ( } { } { } } ) | | / _ \| _| _/ _ \/ _ \ |`-..________ ..-'| | |___| (_) | | | || __/ __/ | | \_____\___/|_| |_| \___|\___| | ;--. | (__ \ _____ _ _ | | ) ) / ____| (_) | | | |/ / | (___ ___ _ __ _ _ __ | |_ | ( / \___ \ / __| '__| | '_ \| __| | |/ ____) | (__| | | | |_) | |_ | | |_____/ \___|_| |_| .__/ \__| `-.._________..-' | | |_| CoffeeScript is a little language that compiles into JavaScript. Install the compiler: gem install coffee-script Compile a script: coffee /path/to/script.coffee For documentation, usage, and examples, see: https://jashkenas.github.com/coffee-script/ To suggest a feature or report a bug: https://github.com/jashkenas/coffee-script/issues/ The source repository: git://github.com/jashkenas/coffee-script.git To build CoffeeScript from source, install the "racc" gem and run "rake build:parser". Then bin/coffee will work.