This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){ | |
var loc=window.location.href; | |
var dom=document.domain; | |
var s=loc.substring(0,loc.indexOf(dom)); | |
var f=loc.substring(s.length + dom.length,loc.length); | |
window.location.href=s+dom+'.ezproxy2.library.usyd.edu.au'+f; | |
})(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/python | |
import sqlite3 | |
from datetime import datetime | |
conn = sqlite3.connect('backup') | |
c = conn.cursor() | |
print """ | |
<html> | |
<head> |