CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 09 Aug 2025 22:56:30 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100121182917
location: https://web.archive.org/web/20100121182917/https://github.com/nzakas/computer-science-in-javascript
server-timing: captures_list;dur=0.934007, exclusion.robots;dur=0.031540, exclusion.robots.policy;dur=0.013193, esindex;dur=0.020936, cdx.remote;dur=164.811598, LoadShardBlock;dur=277.036991, PetaboxLoader3.datanode;dur=135.496419, PetaboxLoader3.resolve;dur=98.295895
x-app-server: wwwb-app214
x-ts: 302
x-tr: 494
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app214; 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, 09 Aug 2025 22:56:31 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 21 Jan 2010 18:29:17 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "53a163eee3e44cf0c8b055ea9fc1161f"
x-archive-orig-x-runtime: 92ms
x-archive-orig-content-length: 21759
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, 21 Jan 2010 18:29:17 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 18 Apr 2009 04:58:19 GMT", ; rel="prev memento"; datetime="Thu, 17 Sep 2009 08:57:53 GMT", ; rel="memento"; datetime="Thu, 21 Jan 2010 18:29:17 GMT", ; rel="next memento"; datetime="Sun, 31 Jan 2010 06:28:46 GMT", ; rel="last memento"; datetime="Wed, 28 May 2025 09:48:57 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_20100121155620_crawl100-c/51_13_20100121182828_crawl101.arc.gz
server-timing: captures_list;dur=0.646858, exclusion.robots;dur=0.023019, exclusion.robots.policy;dur=0.010429, esindex;dur=0.014286, cdx.remote;dur=168.168772, LoadShardBlock;dur=495.751509, PetaboxLoader3.datanode;dur=255.600952, PetaboxLoader3.resolve;dur=249.673344, load_resource;dur=219.857732
x-app-server: wwwb-app214
x-ts: 200
x-tr: 948
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
nzakas's computer-science-in-javascript at master - GitHub
This service is courtesy of Pledgie.
nzakas / computer-science-in-javascript
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
-
Branches (1)
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Collection of classic computer science paradigms, algorithms, and approaches written in JavaScript. — Read more
name | age | message | |
---|---|---|---|
![]() |
LICENSE | Sat Apr 11 18:58:48 -0700 2009 | Linked list implementation in JavaScript [nzakas] |
![]() |
README | Sat Apr 11 19:58:17 -0700 2009 | Updated readme [nzakas] |
![]() |
algorithms/ | Mon Sep 07 11:17:41 -0700 2009 | Selection sort implementation [nzakas] |
![]() |
data-structures/ | Sun Aug 02 18:11:21 -0700 2009 | Updated doubly linked list unit tests [nzakas] |
![]() |
encodings/ | Sat Nov 28 10:35:31 -0800 2009 | Now detect invalid padding [nzakas] |
README
Collection of classic computer science paradigms, algorithms, and approaches written in JavaScript. All of the code is available under an MIT License.