CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 23 Aug 2025 02:42:34 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091101144321
location: https://web.archive.org/web/20091101144321/https://github.com/documentcloud/underscore/tree/0.3.2
server-timing: captures_list;dur=1.348259, exclusion.robots;dur=0.103295, exclusion.robots.policy;dur=0.021884, esindex;dur=0.022411, cdx.remote;dur=30.665895, LoadShardBlock;dur=420.992294, PetaboxLoader3.datanode;dur=111.210028, PetaboxLoader3.resolve;dur=296.255551
x-app-server: wwwb-app216
x-ts: 302
x-tr: 541
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app216; 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, 23 Aug 2025 02:42:35 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 01 Nov 2009 14:43:20 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "5fdb777328386ddffec7243eb3e89ccb"
x-archive-orig-x-runtime: 64ms
x-archive-orig-content-length: 25807
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: Sun, 01 Nov 2009 14:43:21 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 01 Nov 2009 14:43:21 GMT", ; rel="memento"; datetime="Sun, 01 Nov 2009 14:43:21 GMT", ; rel="next memento"; datetime="Sat, 02 Jan 2010 08:27:03 GMT", ; rel="last memento"; datetime="Wed, 11 Aug 2010 00:25:26 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_12_20091101122109_crawl102-c/52_12_20091101144249_crawl101.arc.gz
server-timing: captures_list;dur=0.654519, exclusion.robots;dur=0.026140, exclusion.robots.policy;dur=0.011688, esindex;dur=0.012554, cdx.remote;dur=23.959411, LoadShardBlock;dur=207.498036, PetaboxLoader3.datanode;dur=148.194585, PetaboxLoader3.resolve;dur=207.475491, load_resource;dur=151.959248
x-app-server: wwwb-app216
x-ts: 200
x-tr: 440
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
documentcloud's underscore at 0.3.2 - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Functional programming aid for Javascript. Works well with jQuery. edit |
Homepage: | https://documentcloud.github.com/underscore/ edit |
Public Clone URL: |
git://github.com/documentcloud/underscore.git
Give this clone URL to anyone.
git clone git://github.com/documentcloud/underscore.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:documentcloud/underscore.git
|
name | age | message | |
---|---|---|---|
![]() |
LICENSE | Tue Oct 27 10:26:36 -0700 2009 | getting ready for 0.1 [jashkenas] |
![]() |
README | Wed Oct 28 20:21:24 -0700 2009 | merged in kriskowal's CommonJS branch and Dmitr... [jashkenas] |
![]() |
index.html | Thu Oct 29 11:45:56 -0700 2009 | version 0.3.2, with 'identity', and Rhino support [jashkenas] |
![]() |
package.json | Wed Oct 28 20:21:24 -0700 2009 | merged in kriskowal's CommonJS branch and Dmitr... [jashkenas] |
![]() |
test/ | Thu Oct 29 07:46:53 -0700 2009 | Issue #2 -- each now calls iterator with (value... [jashkenas] |
![]() |
underscore-min.js | Thu Oct 29 11:45:56 -0700 2009 | version 0.3.2, with 'identity', and Rhino support [jashkenas] |
![]() |
underscore.js | Thu Oct 29 11:45:56 -0700 2009 | version 0.3.2, with 'identity', and Rhino support [jashkenas] |
README
__ /\ \ __ __ __ ___ \_\ \ __ _ __ ____ ___ ___ _ __ __ /\_\ ____ /\ \/\ \ /' _ `\ /'_ \ /'__`\/\ __\/ ,__\ / ___\ / __`\/\ __\/'__`\ \/\ \ /',__\ \ \ \_\ \/\ \/\ \/\ \ \ \/\ __/\ \ \//\__, `\/\ \__//\ \ \ \ \ \//\ __/ __ \ \ \/\__, `\ \ \____/\ \_\ \_\ \___,_\ \____\\ \_\\/\____/\ \____\ \____/\ \_\\ \____\/\_\ _\ \ \/\____/ \/___/ \/_/\/_/\/__,_ /\/____/ \/_/ \/___/ \/____/\/___/ \/_/ \/____/\/_//\ \_\ \/___/ \ \____/ \/___/ Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built- in JavaScript objects. It's the tie to go along with jQuery's tux. For Docs, License, Tests, and pre-packed downloads, see: https://documentcloud.github.com/underscore/
This feature is coming soon. Sit tight!