HTTP/2 302
server: nginx
date: Thu, 04 Sep 2025 21:38:45 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090715183147
location: https://web.archive.org/web/20090715183147/https://gist.github.com/jdp
server-timing: captures_list;dur=0.917356, exclusion.robots;dur=0.032876, exclusion.robots.policy;dur=0.014756, esindex;dur=0.018984, cdx.remote;dur=85.476033, LoadShardBlock;dur=391.215473, PetaboxLoader3.datanode;dur=170.023650, PetaboxLoader3.resolve;dur=85.249167
x-app-server: wwwb-app213
x-ts: 302
x-tr: 511
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app213; 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, 04 Sep 2025 21:38:46 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Wed, 15 Jul 2009 18:31:47 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 6443ms
x-archive-orig-etag: "f8cff2ce985ccc380f0746a379383913"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 10405
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 15 Jul 2009 18:31:47 GMT
link:
; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 10 Apr 2009 07:14:56 GMT", ; rel="prev memento"; datetime="Fri, 10 Apr 2009 07:14:56 GMT", ; rel="memento"; datetime="Wed, 15 Jul 2009 18:31:47 GMT", ; rel="next memento"; datetime="Tue, 08 Dec 2009 10:53:28 GMT", ; rel="last memento"; datetime="Fri, 14 Feb 2025 02:45:25 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_10_20090715150926_crawl100.gpg-c/52_10_20090715182959_crawl101.arc.gz
server-timing: captures_list;dur=0.793982, exclusion.robots;dur=0.038892, exclusion.robots.policy;dur=0.017870, esindex;dur=0.021722, cdx.remote;dur=200.406045, LoadShardBlock;dur=472.057376, PetaboxLoader3.datanode;dur=572.503630, load_resource;dur=294.764429, PetaboxLoader3.resolve;dur=153.093193
x-app-server: wwwb-app213
x-ts: 200
x-tr: 1029
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
Gist - GitHub
Public Gists by jdp
1
2
|
<?php require 'tessera.php';
|
1
|
<?php $u=$_GET['u'];$l=$u();extract($l);include("view/{$u}.php.html");
|
1
2
3
|
# $ tweet Hi mom! # # Put this in ~/.bashrc or wherever.
|
1
2
3
|
<?php if ($session->check('Message.auth')) { $session->flash('auth');
|
1
2
3
|
<?php function next_highest($needle, $haystack) { foreach ($haystack as $id => $handful) {
|