Add any links you want in this to the comments and I'll add them.
Generates styleguides from Markdown comments in CSS, SASS and LESS files using Handlebars
| -- HUMAN RESOURCE MACHINE PROGRAM -- | |
| BUMPUP 9 | |
| BUMPUP 9 | |
| ADD 9 | |
| COPYTO 8 | |
| ADD 8 | |
| JUMP k | |
| a: | |
| b: |
| -- HUMAN RESOURCE MACHINE PROGRAM -- | |
| a: | |
| INBOX | |
| COPYTO 5 | |
| COPYFROM 9 | |
| COPYTO 0 | |
| COPYTO 1 | |
| BUMPUP 1 | |
| b: |
For my part of the presentation, I will talk about some of the lessons learned around styling.
Short URL for this page: http://git.io/vgO0C
There's a ton of links embedded in this gist. I invited you to click through them to help you follow along.
| tc=n=>{if(n=n.split('').map(Number),o=n[e=i=0],c=n[9],t=10,o)for(;++i<9;)eval((i%2?'e':'o')+'+=n[i]');return!((7*o-e+t)%t-c|(o+e+c)%t-n[t])} |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2011 Grant Butler | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE> | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
Public domain. NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
| // http://nikhilm.github.io/uvbook/threads.html | |
| #include <string> | |
| #include <map> | |
| #include <node.h> | |
| #include <v8.h> | |
| #include <uv.h> | |
| #include <sys/syscall.h> | |
| #include <stdlib.h> |
| require 'json' | |
| Dir["**/*.json"].each do |json_file| | |
| JSON.parse(File.read(json_file)) | |
| end |