#script
##preflight checklist
- get wifi name of stage hue kit
- get gateway ip address
- test using curl
- check internet access
- does audio work?
#script
##preflight checklist
if (Meteor.isClient) { | |
Template.hello.greeting = function () { | |
return "Welcome to demo."; | |
}; | |
Template.hello.events({ | |
'click input[type=button]' : function () { | |
// template data, if any, is available in 'this' | |
if (typeof console !== 'undefined') { | |
console.log("You pressed the button"); |
#TFS as an External Tool
hurr
untested and still refers to original example tha used cvs. don't use (yet).
source: https://apex.oracle.com/pls/apex/f?p=43135:28:11686443451696::NO::P28_ID:381
why not? timelapsing your hackday is a great way to record memories in an unobtrusive manner. you could also spot patterns such as when you got stuck on a particular hard problem or when you were just plan bored.
please feel free to comment on the gist or drop me a tweet on @booyaa. i'd love to hear your thoughts and ideas on how i could improve the process.
##editors muscle memory
###select a block
###copy
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; | |
/* test */ |
borrowed from http://www.fizerkhan.com/blog/posts/Use-your-browser-as-Notepad.html
paste into your browser's address bar (won't work on ie and may need base64ing on ffx)
hello world: data:text/html, <html contenteditable>
bad acid: data:text/html, <html><head><link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'><style type="text/css"> html { font-family: "Open Sans" } * { -webkit-transition: all linear 1s; }</style><script>window.onload=function(){var e=false;var t=0;setInterval(function(){if(!e){t=Math.round(Math.max(0,t-Math.max(t/3,1)))}var n=(255-t*2).toString(16);document.body.style.backgroundColor="#ff"+n+""+n},1e3);var n=null;document.onkeydown=function(){t=Math.min(128,t+2);e=true;clearTimeout(n);n=setTimeout(function(){e=false},1500)}}</script></head><body contenteditable style="font-size:2rem;line-height:1.4;max-width:60rem;margin:0 auto;padding:4rem;">
bit of js flair: ```data:text/html,<title>DoJS</title><style type="text/css">#e{font-size
function parseTime(timeString) { | |
return timeString.split(":"); | |
} | |
function process() { | |
console.log($('input[name="start"]')); | |
var data = {}; | |
data["start"] = parseTime($('input[name="start"]').val()); | |
data["end"] = parseTime($('input[name="end"]').val()); | |
data["lunch"] = $('input[name="lunch"]').val(); |
hello world
###background
this is my journal of my temporary disability. i hope to share lessons learnt from my experience. my primary focus will be on coding using the following ides: visual studio 2010 (windows xp - yes i know) and vim (osx).
###benchmark
i used the following on-line touch typing test: http://www.typingtest.com/ to assess before my temporary disability and here are the results:
left handed: 20 words per minute full use of both hands: 60 words per minute