Skip to content

Instantly share code, notes, and snippets.

We couldn’t find that file to show.
Date and Location for Rewired State: National Hack The Government Day
-------------------------------------------------------------
#{name},
You entrusted us with your email address so that we could let you know
when we had more information on Rewired State: National Hack The
Government Day. We now have more information.
Announcing National Hack The Government Day
Hi all,
This email is to announce RewiredState: National Hack The Government Day on the 7th March. It's a hack day to show governments what could be done with the web to make the world a better place:
http://rewiredstate.org
We'll be collecting all the feeds and APIs we can get, offered by official government sources and screen scraping new ones that aren't.
# Who should come
Date and Location for Rewired State: National Hack The Government Day
-------------------------------------------------------------
#{name},
You entrusted us with your email address so that we could let you know
when we had more information on Rewired State: National Hack The
Government Day. We now have more information.
Announcing National Hack The Government Day
Question 8. The government is not considering opening up civil partnerships to opposite-sex couples because we have been unable to identify a need for this. However, we appreciate that there are a number of views on this issue.
Do you agree or disagree with this proposal?
(from https://www.homeofficesurveys.homeoffice.gov.uk/v.asp?i=48356xhlqw)
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script>
jQuery(window).ready(function(){
jQuery("#btnInit").click(initiate_geolocation);
});
function initiate_geolocation() {
from Lambeth We began our Foundations, lovely Lambeth. O lovely Hills of Camberwell, we shall behold you no more in glory and pride, For Jerusalem lies in ruins and the Furnaces of Los are builded there
"The first principle is that any proposals for the future, while they should use to the full the experience gathered in the past, should not be restricted by consideration of sectional interests established in the obtaining of that experience. Now, when the war is abolishing landmarks of every kind, is the opportunity for using experience in a clear field. A revolutionary moment in the world’s history is a time for revolutions, not for patching."
@richardjpope
richardjpope / gist:4452689
Last active December 10, 2015 15:09
Oyster Card backup script for ScraperWiki.com Vault
# This is a very basic script to backup oyster card data to a scraperwiki vault
# Notes:
# 1) You need an oyster card that has been registered on tfl.gov.uk
# 2) This script requires you to enter your username and password (this about what that means before progressing, and do so at your own risk)
# 3) This script should be run in a PRIVATE SCRAPERWIKI VAULT ONLY https://scraperwiki.com/pricing/ not a public scraper, or the world will know your password
import scraperwiki
import mechanize
import lxml.html
from lxml.etree import tostring