CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 11:08:13 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100210103456
location: https://web.archive.org/web/20100210103456/https://github.com/timd/WordrXML
server-timing: captures_list;dur=0.929359, exclusion.robots;dur=0.035072, exclusion.robots.policy;dur=0.016402, esindex;dur=0.017285, cdx.remote;dur=51.896757, LoadShardBlock;dur=817.940397, PetaboxLoader3.datanode;dur=294.628982, PetaboxLoader3.resolve;dur=465.916308
x-app-server: wwwb-app210
x-ts: 302
x-tr: 923
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: Thu, 07 Aug 2025 11:08:14 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 10 Feb 2010 10:34:56 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "278f163d4a26fa76a882807386053208"
x-archive-orig-x-runtime: 265ms
x-archive-orig-content-length: 25621
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: Wed, 10 Feb 2010 10:34:56 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 10 Feb 2010 10:34:56 GMT", ; rel="memento"; datetime="Wed, 10 Feb 2010 10:34:56 GMT", ; rel="next memento"; datetime="Mon, 11 Jun 2018 01:03:34 GMT", ; rel="last memento"; datetime="Wed, 16 Sep 2020 18:55:46 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_14_20100210072334_crawl100-c/52_14_20100210103356_crawl101.arc.gz
server-timing: captures_list;dur=0.531109, exclusion.robots;dur=0.021596, exclusion.robots.policy;dur=0.011414, esindex;dur=0.012906, cdx.remote;dur=33.887342, LoadShardBlock;dur=155.730203, PetaboxLoader3.datanode;dur=161.219044, PetaboxLoader3.resolve;dur=194.614194, load_resource;dur=299.312631
x-app-server: wwwb-app210
x-ts: 200
x-tr: 571
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
timd's WordrXML at master - GitHub
This service is courtesy of Pledgie.
timd / WordrXML
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
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:
XML parsing component of Wordr iPhone app — Read more
WordrXML /
README
Project: Wordr iPhone client Phase: Initial attempt at grabbing XML from an external URL and displaying on the screen Outline: "Tweet" object: holds details of each individual post RetrieveXMLController: retrieves content from a URL, and returns an NSMutableArray of Tweet objects WordrXMLViewController: manages the process overall (for now) RootViewController handles the table.