This file contains 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
<html> | |
<head> | |
<title>Stripe Charts</title> | |
</head> | |
<style> | |
body { | |
font: 10px sans-serif; | |
.layer path, .layer line { | |
fill: none; | |
stroke: red; |
This file contains 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
Based on this question on SO: http://stackoverflow.com/questions/18907951/multiple-filters-with-a-lambda-in-rethinkdb | |
Test documents inserted into the table: | |
[ | |
{ | |
"id": "aad234" , | |
"verified": true | |
} , | |
{ | |
"id": "234" , |
This file contains 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
dr-manhattan:rethinkdb-www michael$ brew install rethinkdb | |
==> Installing rethinkdb dependency: boost | |
==> Downloading http://downloads.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.tar.bz2 | |
######################################################################## 100.0% | |
==> Downloading patches | |
######################################################################## 100.0% | |
######################################################################## 100.0% | |
######################################################################## 100.0% | |
######################################################################## 100.0% | |
==> Patching |