CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 18 Aug 2025 20:51:08 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090418190456
location: https://web.archive.org/web/20090418190456/https://github.com/robhudson
server-timing: captures_list;dur=0.810903, exclusion.robots;dur=0.027200, exclusion.robots.policy;dur=0.013323, esindex;dur=0.013439, cdx.remote;dur=179.038172, LoadShardBlock;dur=677.957494, PetaboxLoader3.datanode;dur=113.290949, PetaboxLoader3.resolve;dur=475.575854
x-app-server: wwwb-app204
x-ts: 302
x-tr: 950
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app204; 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: Mon, 18 Aug 2025 20:51:09 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Sat, 18 Apr 2009 19:04:56 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 596ms
x-archive-orig-etag: "bb4c6f124452c9928dbe89c511f87a3a"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 75316
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 18 Apr 2009 19:04:56 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 28 May 2008 07:41:45 GMT", ; rel="prev memento"; datetime="Thu, 12 Mar 2009 06:09:35 GMT", ; rel="memento"; datetime="Sat, 18 Apr 2009 19:04:56 GMT", ; rel="next memento"; datetime="Wed, 02 Dec 2009 08:14:02 GMT", ; rel="last memento"; datetime="Sat, 01 Mar 2025 05:49:14 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_9_20090418143737_crawl103-c/51_9_20090418190245_crawl101.arc.gz
server-timing: captures_list;dur=0.606249, exclusion.robots;dur=0.025558, exclusion.robots.policy;dur=0.011401, esindex;dur=0.012274, cdx.remote;dur=48.443964, LoadShardBlock;dur=390.569278, PetaboxLoader3.datanode;dur=238.333973, PetaboxLoader3.resolve;dur=472.547615, load_resource;dur=478.469876
x-app-server: wwwb-app204
x-ts: 200
x-tr: 1090
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
robhudson's Profile - GitHub
Public Activity
-
A content management system developed in Django, jQuery and 960Forked from davemerwin/blue-channel Thu Nov 20 22:34:46 -0800 2008
-
A site to make your code lean and mean.Updated Fri Jun 13 15:17:39 -0700 2008
-
Unofficial mirror of the Subversion repository (updated every 30 minutes)Forked from django/django Fri Apr 17 09:43:33 -0700 2009
-
A Django reusable app for working with the BeerXML standardUpdated Mon Mar 16 20:28:36 -0700 2009
-
A configurable set of panels that display various debug information about the current request/res...Updated Thu Apr 02 09:35:18 -0700 2009
-
Forked from django-extensions/django-extensions Wed Apr 01 13:37:49 -0700 2009
-
Clone of Simon Willison's django-html projectUpdated Sat Mar 28 14:36:51 -0700 2009
-
A basic Ignite website written in DjangoUpdated Fri Mar 06 20:28:29 -0800 2009
-
A Firebug extension to display debugging information from a Django backend (with the appropriatel...Updated Thu Feb 12 22:50:12 -0800 2009
-
A Python database dump tool with chainable post processors, all specified in a configuration file.Updated Thu Apr 16 07:40:17 -0700 2009
-
You keep personal data in all sorts of places on the internets. Jellyroll brings them together on...Forked from jacobian/jellyroll Fri Sep 19 12:08:44 -0700 2008
-
An implementation of the Paper Enigma machine in PythonUpdated Fri Apr 11 12:51:19 -0700 2008
-
A Python port of Textile, A humane web text generatorForked from jsamsa/python-textile Tue Apr 14 20:42:50 -0700 2009
Public Activity
What steps will reproduce the problem? Make any kind of sub selects with orm (like in example, or query with "WHERE ..._id IN ( SELECT ... ) ..." ) SELECT (SELECT group_id FROM auth_user_groups ...
When INTERCEPT_REDIRECTS enabled, cookies set by app's redirect response will be lost. By example, in a login view, app set a user_id cookie on a redirect response, but this cookie does not send t...
See notes here: https://code.google.com/p/django-debug-toolbar/issues/detail?id=13
Malcolm has a patch on his tree that's mostly there: git://sharp.pointy-stick.com/django-debug-toolbar.git
There is a "localize" branch started but it needs to be completed. Vote for this if it's a high priority for you.
See https://www.djangosnippets.org/snippets/605/. My thinking is this will trigger a new request to profile that specific URL and show the results.
django_inlines's description:
django_inlines are for embedding anything you'd like into text in your django apps.
Forked repository is at robhudson/python-textile
HEAD is 7bd7926d03bc12d7ded2f7739372bf14d1d7a454
x

-
robhudson committed 7bd7926d:
Prefix debugging output of dumps with "Command: "
-
robhudson committed d490a783:
Move logging code and imports and standardize indent levels.
-
robhudson committed 710981bc:
Merge commit 'clint/master'
-
robhudson committed 7f7f08ed:
Adding comment about whether to return the destination file or not on file copies.
-
clintecker committed 0bd950c7:
Moving option parsing into the if __name__ == "__main__" section
-
robhudson committed ba46793c:
Adding the file argument to the process method of the PostProcessBase and adding some comments about subclasses.
-
clintecker committed a981548e:
Cleaning up logging, and made the --all stuff be marginally cleaner
-
clintecker committed 7b46fe1a:
adding a gitignore
-
clintecker committed 4652a6a3:
Merge branch 'master' of git://github.com/robhudson/dumpy
-
brosner committed 109567ce:
Added PostgreSQL support.
-
clintecker committed dd18049e:
Added command line switches (--database, --verbose, --all), proper logging, and an option you can put in the [database] config section to specify whether or not the TimestampRename will plop in the name of the db into the output file (not sure if this is the best way to do this).
robhudson
commented on
robhudson/dumpy
Wed Apr 08 16:34:06 -0700 2009
nib2objc's description:
Command-line utility to transform NIB files for the iPhone into Objective-C code files
master was changed to c6433c
master was changed to 5e5b40
Comment in 48790cb:
Yeah, with no post processors, the tmp file just gets unlinked when it goes out of scope. But I like this patch just to be clean.
master was changed to 027a03
New branch is at robhudson/dumpy/tree/master
New repository is at robhudson/dumpy
New tag is at robhudson/django-debug-toolbar/tree/0.7.0
Forked repository is at robhudson/django-extensions
pinax's description:
a Django-based platform for rapidly developing websites
This feature is coming soon. Sit tight!