I hereby claim:
- I am knorthfield on github.
- I am knorthfield (https://keybase.io/knorthfield) on keybase.
- I have a public key whose fingerprint is E7D2 47A1 A60A 2D9C 6204 F0EF 6817 A706 995E FFDD
To claim this, I am signing this object:
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>Get Address from Postcode</title> | |
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script> | |
<script> | |
var geocoder; | |
function codeAddress() { | |
geocoder = new google.maps.Geocoder(); |
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/paperjs/[email protected]/dist/paper-full.js"></script> | |
<script type="text/paperscript" canvas="myCanvas"> | |
var background = new Path.Rectangle(view.bounds); | |
background.fillColor = 'white'; | |
var think = new Path.Circle(new Point(115, 120), 55); | |
think.strokeColor = '#B42371'; |
<script type="text/javascript" data-message="hello"> | |
var scripts = document.getElementsByTagName( 'script' ); | |
console.log(scripts[ scripts.length - 1 ].getAttribute('data-message')); | |
</script> |
1 Start up Terminal | |
2 Type "cd ~/" to go to your home folder | |
3 Type "touch .bash_profile" to create your new file. | |
4 Edit .bash_profile with your favorite editor (or you can just type "open -e .bash_profile" to open it in TextEdit. | |
5 Type ". .bash_profile" to reload .bash_profile and update any functions you add. | |
6 Add "export EDITOR=/usr/bin/nano" to make nano default editor | |
7 crontab -e | |
8 Add Follwing template: | |
# .---------------- minute (0 - 59) |
htpasswd -nmb username password |
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Document</title> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js"></script> | |
<script> | |
$(function(){ | |
leadership management | |
management and leadership | |
leadership styles (management styles, laissez faire leadership, democratic leadership, leadership style, types of leadership, styles of leadership, leadership and management styles, different types of leadership, different styles of leadership, charismatic leaders, leadership approaches, leadership types, leadership strategies, management and leadership styles, what is leadership style, lean leadership, types of leader, leadership styles in business, effective leadership styles, leadership styles in management, understanding leadership styles, 6 styles of leadership, different approaches to management and leadership, different styles of leadership and management, leadership management styles, three leadership styles, what are the different leadership styles, management style theories, leadership style theories, team leadership styles, leadership methods, types of leadership skills, what are the leadership styles, what leadership styles are there, model of leade |
http://fantasy.premierleague.com/web/api/elements/691/ | |
http://nbviewer.ipython.org/urls/dl.dropboxusercontent.com/u/8169386/FantasyLeague/GettingFantasyFootballData.ipynb |
I hereby claim:
To claim this, I am signing this object:
$(function(){ | |
var unfix_distance = $('nav#menu').offset().top, | |
$fixed_element = $('nav#menu'); | |
window.onresize = function() { | |
unfix_distance = $('nav#menu').offset().top; | |
} | |
$(window).scroll(function(){ |