Example of stacked area charts --based off of this gist -- addressing this SO question.
View main.js
| /* | |
| * Main.js | |
| * | |
| * Install browserify dependencies with `npm install --save <package name>` | |
| * shorthand: npm-save d3 queue-async underscore | |
| * | |
| */ | |
| // If you want to use d3, uncomment this line after following the above instructions. | |
| var d3 = require('d3') |
View gif.sh
| #https://github.com/dergachev/screengif | |
| screengif --input in.mov --output out.gif |
View data.csv
| name | code | |
|---|---|---|
| Alabama | 01 | |
| Alaska | 02 |
View install-qgis.md
Install/Upgrade QGIS
The following bash script isn't meant to be run as a script. Rather, it's a reference for the commands that you'll want to copy and paste into the command line.
# Install XCode from app store if you haven't already
# Then install command-line tools
# You might get an error saying the packagew was not found on the update server
View gist:c6d3afae6ef2796c6d2d
| # Reclaim ownership over npm | |
| sudo chown -R $(whoami) ~/.npm | |
| sudo chown -R $(whoami) /usr/local/lib/node_modules | |
View source-doc.txt
| � 8 : ���� 7 �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� � �� G bjbj�� > �e �e � � �� �� �� � P P � � � � � ���� � � � 8 � � U 8 . . v � � � � � � � � � � � � � $ � � ? � � 9 � � � � � � � � � � � H � � � � L � � � |
View gist:4ed4416d642b1528e9ba
| And indeed there will be time | |
| For the yellow smoke that slides along the street, | |
| Rubbing its back upon the window panes; | |
| There will be time, there will be time | |
| To prepare a face to meet the faces that you meet; | |
| There will be time to murder and create, | |
| And time for all the works and days of hands | |
| That lift and drop a question on your plate; | |
| Time for you and time for me, | |
| And time yet for a hundred indecisions, |
View make-qgis-friendly.shell
| # http://gis.stackexchange.com/questions/50819/why-does-qgis-not-detect-the-csv-dbf-column-headers#answer-127408 | |
| tr '\15' '\n' < infile.csv > outfile.csv |
View data-vs-datum.js
| var list = [ | |
| {obj}, | |
| {obj}, | |
| {obj}, | |
| {obj}, | |
| {obj}, | |
| {obj}, | |
| {obj}, | |
| {obj}, | |
| {obj} |
NewerOlder