HTTP/2 302
server: nginx
date: Sat, 23 Aug 2025 04:24:41 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090531192444
location: https://web.archive.org/web/20090531192444/https://gist.github.com/pope
server-timing: captures_list;dur=0.568979, exclusion.robots;dur=0.023488, exclusion.robots.policy;dur=0.013577, esindex;dur=0.010698, cdx.remote;dur=5.267490, LoadShardBlock;dur=356.736807, PetaboxLoader3.resolve;dur=180.127314, PetaboxLoader3.datanode;dur=89.190939
x-app-server: wwwb-app201
x-ts: 302
x-tr: 393
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app201; 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 04:24:41 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sun, 31 May 2009 19:24:44 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 3053ms
x-archive-orig-etag: "bb30ce05ca752f45670b4f4fc7afdff4"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 9535
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 31 May 2009 19:24:44 GMT
link:
; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 31 May 2009 19:24:44 GMT", ; rel="memento"; datetime="Sun, 31 May 2009 19:24:44 GMT", ; rel="next memento"; datetime="Wed, 27 Jan 2010 01:57:27 GMT", ; rel="last memento"; datetime="Mon, 17 Jan 2022 17:35:21 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_20090531142805_crawl100-c/52_10_20090531192251_crawl101.arc.gz
server-timing: captures_list;dur=0.485274, exclusion.robots;dur=0.019184, exclusion.robots.policy;dur=0.011107, esindex;dur=0.009145, cdx.remote;dur=4.741841, LoadShardBlock;dur=46.740994, PetaboxLoader3.datanode;dur=84.789493, load_resource;dur=166.088748, PetaboxLoader3.resolve;dur=80.952736
x-app-server: wwwb-app201
x-ts: 200
x-tr: 260
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 pope
1
2
3
|
require 'time' class PeriodicExecutor
|
1
2
3
|
(mp) C:\Documents and Settings\pope\My Documents\mp\src\mp>python bin\mp Traceback (most recent call last): File "<string>", line 1, in <module>
|
1
2
3
|
def repeater(str): return str + str
|