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
| * For the (6332 + 1026) Google+ postings whose authors had first names assigned to a gender group, TK% (6332/(6332 + 1026)) were guessed to be male and TK% (1026/(6332 + 1026)) female. Including 517 uncertain cases, which somewhat generously throw out anything guessed to be less than 95% probability, the numbers water down to TK% male (6332/(517 + 6332 + 1026)) and TK% (1026/(517 + 6332 + 1026)) female. Among the uncertain cases, TK% (396/517) where thought to be 'likely male' and TK% (121/517) 'likely female'. TK% (2907/(6332 + 1026 + 2907 + 517)) of the overall postings were deemed ambiguous. | |
| array(8) { | |
| ["all"]=> | |
| int(10782) | |
| ["male"]=> | |
| int(6332) | |
| ["gendered"]=> | |
| int(10265) |
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
| x |
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
| boolean alreadyLow = true; | |
| int pirPin = 3; | |
| int ledPin = 2; | |
| void setup(){ | |
| Serial.begin(9600); | |
| pinMode(pirPin, INPUT); | |
| digitalWrite(pirPin, LOW); | |
| pinMode(ledPin, OUTPUT); | |
| } |
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
| #!/usr/bin/env node | |
| var path = require('path') | |
| , fs = require('fs'); | |
| file = '' | |
| stream = fs.createReadStream( path.normalize( process.argv[ 2 ] ) ); | |
| stream.on( 'data', function(data) { | |
| file += data.toString(); | |
| } ); | |
| stream.on( 'end', function() { | |
| stream = JSON.parse( file ); |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | |
| <title>Chronological Diagram of Asia</title> | |
| <script type="text/javascript" src="http://mbostock.github.com/d3/d3.v2.js"></script> | |
| <style type="text/css"> | |
| .chart { | |
| shape-rendering: crispEdges; | |
| } |
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
| { | |
| "cmd": ["coffee", "-c", "$file"], | |
| "selector" : "source.coffee", | |
| "path" : "/usr/local/bin" | |
| } |
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
| 1234567 |
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
| 1234567 |
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
| 567. | |
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
| 567. | |