This file contains 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
<?php | |
/* This amazingly cool piece of code converts your 960.gs file into whatever you want */ | |
/* Simply enter your new size in pixels that you wish to scale it up to and it will magically do it! */ | |
function scale_960_gs($new_size = 960) { | |
$multiplier = abs($new_size / 960); | |
$i = explode(PHP_EOL, file_get_contents('http://960.gs/css/960.css')); | |
$a = 0; | |
foreach($i as $line=>$r) { | |
$m = array( |
This file contains 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
["Abbey Wood","Acton","Aldwych","Archway","Barking","Barkingside","Barnes","Battersea","Bayswater","Beckenham","Beckton","Belgravia","Belvedere","Bermondsey","Bethnal Green","Biggin Hill","Blackfen","Blackheath","Bloomsbury","Bounds Green","Bow","Brixton","Brockley","Bromley","Brompton","Burnt Oak","Camberwell","Camden","Carshalton Beeches","Catford","Central London","Chelsea","Chingford","Chislehurst","Chiswick","Clapham","Cockfosters","Colindale","Colliers Wood","Cricklewood","Crouch End","Croydon","Crystal Palace","Deptford","Docklands","Ealing","East Dulwich","Edmonton","Elephant & Castle","Eltham","Erith","Euston","Finchley","Finsbury Park","Forest Hill","Fulham","Golders Green","Greenwich","Hackney","Hammersmith","Hampstead","Harlesden","Harold Hill","Harringay","Heathrow Airport","Hendon","Herne Hill","Heston","Highbury","Highgate","Holloway","Honor Oak Park","Hook","Hornchurch","Hornsey","Ickenham","Islington","Kennington","Kensal Rise","Kensington","Kentish Town","Kidbrooke","Kilburn","Lee","Lewisham |
This file contains 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
<!doctype html> | |
<head> | |
<title>Cheddar Loader</title> | |
<!-- Produced by @bilawalhameed --> | |
<!-- tha css. kthxbai. --> | |
<style type="text/css"> | |
#cheddar-loading { | |
position: relative; | |
width: 539px; |
This file contains 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
<!doctype html> | |
<head> | |
<title>Bilaw.al Loader</title> | |
<!-- Produced by @bilawalhameed --> | |
<!-- tha css. kthxbai. --> | |
<style type="text/css"> | |
#bilawal-loading { | |
position: relative; | |
width: 112px; |
This file contains 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
(function($){ | |
function dragEnter(e) { | |
$(e.target).addClass("dragOver"); | |
e.stopPropagation(); | |
e.preventDefault(); | |
return false; | |
}; | |
function dragOver(e) { | |
e.originalEvent.dataTransfer.dropEffect = "copy"; |
This file contains 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
[{"name":"Atherton","address":["116-118 Market Street","Manchester","Lancashire","M46 0NS"],"address_single":"116-118 Market Street, Manchester, Lancashire, M46 0NS","lng":53.523286,"lat":-2.495392},{"name":"Barnes Green","address":["Lee Road","Manchester","Lancashire","M9 4DL"],"address_single":"Lee Road, Manchester, Lancashire, M9 4DL","lng":53.512915,"lat":-2.213129},{"name":"Burnage Lane","address":["89 Burnage Lane","Manchester","Lancashire","M19 2WN"],"address_single":"89 Burnage Lane, Manchester, Lancashire, M19 2WN","lng":53.436671,"lat":-2.199936},{"name":"Cheetham Hill","address":["6 King Edward Buildings","Manchester","Greater Manchester","M7 4QJ"],"address_single":"6 King Edward Buildings, Manchester, Greater Manchester, M7 4QJ","lng":53.513534,"lat":-2.246564},{"name":"Chorlton-Cum-Hardy","address":["543 Wilbraham Road","Manchester","Lancashire","M21 9PP"],"address_single":"543 Wilbraham Road, Manchester, Lancashire, M21 9PP","lng":53.442192,"lat":-2.275356},{"name":"Crofts Bank","address":["12 L |
This file contains 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
["AAA","AARP","ABARTH","ABB","ABBOTT","ABBVIE","ABC","ABLE","ABOGADO","ABUDHABI","ACADEMY","ACCENTURE","ACCOUNTANT","ACCOUNTANTS","ACER","ACO","ACTIVE","ACTOR","ADAC","ADS","ADULT","AEG","AETNA","AFAMILYCOMPANY","AFL","AFRICA","AFRICAMAGIC","AGAKHAN","AGENCY","AIG","AIGO","AIRBUS","AIRFORCE","AIRTEL","AKDN","ALCON","ALFAROMEO","ALIBABA","ALIPAY","ALLFINANZ","ALLFINANZBERATER","ALLFINANZBERATUNG","ALLSTATE","ALLY","ALSACE","ALSTOM","AMAZON","AMERICANEXPRESS","AMERICANFAMILY","AMEX","AMFAM","AMICA","AMP","AMSTERDAM","ANALYTICS","AND","ANDROID","ANQUAN","ANSONS","ANTHEM","ANTIVIRUS","ANZ","AOL","APARTMENTS","APP","APPLE","AQUARELLE","AQUITAINE","ARAB","ARAMCO","ARCHI","ARCHITECT","ARE","ARMY","ART","ARTE","ASDA","ASSOCIATES","ASTRIUM","ATHLETA","ATTORNEY","AUCTION","AUDI","AUDIBLE","AUDIO","AUSPOST","AUTHOR","AUTO","AUTOINSURANCE","AUTOS","AVERY","AVIANCA","AWS","AXA","AXIS","AZURE","BABY","BAIDU","BANAMEX","BANANAREPUBLIC","BAND","BANK","BANQUE","BAR","BARCELONA","BARCLAYCARD","BARCLAYS","BAREFOOT","BARGAINS"," |
This file contains 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
Date.prototype.getMonthName = function(){ | |
return ["January", "February", "March", "April", "May", "June", | |
"July", "August", "September", "October", "November", "December"][this.getMonth()]; | |
}; |
This file contains 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
function r() { | |
# Use dot notation for file structure | |
# "app.assets.stylesheets" == "app/assets/stylesheets" | |
REPLACE="/" | |
INPUT="."$1 | |
INPUT=${INPUT//./$REPLACE} | |
# No longer need to prepend with / | |
REPLACE="/" | |
INPUT=${INPUT//\//$REPLACE} |
This file contains 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
[{"region":"East Midlands","university":"De Montfort University","url":"http://store.apple.com/uk_edu_5000657"},{"region":"East Midlands","university":"Derby University","url":"http://store.apple.com/uk_edu_5000659"},{"region":"East Midlands","university":"Jisc Collections and Janet Limited","url":"http://store.apple.com/uk_edu_5004321"},{"region":"East Midlands","university":"Leicester University","url":"http://store.apple.com/uk_edu_5000710"},{"region":"East Midlands","university":"Lincoln University","url":"http://store.apple.com/uk_edu_5000712"},{"region":"East Midlands","university":"Loughborough College","url":"http://store.apple.com/uk_edu_5000723"},{"region":"East Midlands","university":"Loughborough University","url":"http://store.apple.com/uk_edu_5002639"},{"region":"East Midlands","university":"Nottingham Trent University","url":"http://store.apple.com/uk_edu_5000747"},{"region":"East Midlands","university":"Nottingham University","url":"http://store.apple.com/uk_edu_5000748"},{"region":"East Midla |
OlderNewer