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
{ | |
"vars": { | |
"@body-bg": "#f3f0e9", | |
"@text-color": "#333", | |
"@link-color": "#ff6600", | |
"@font-family-sans-serif": "'Source Sans Pro', Helvetica, Arial, sans-serif-bg", | |
"@font-size-base": "17px", | |
"@line-height-base": "1.470588235", | |
"@font-size-h1": "27px", | |
"@font-size-h2": "20px", |
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> | |
<meta charset="utf-8"> | |
<html> | |
<head> | |
<title>d3 - multiple charts with multiple lines</title> | |
<!-- | |
Based on this example of drawing multiple d3 charts on one page: | |
http://bost.ocks.org/mike/chart/ | |
With pointers from Lars Kotthof on Stack Overflow: |
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
# (create oauth2 tokens from Google Console) | |
client_id = "" | |
client_secret = "" | |
# (paste the scope of the service you want here) | |
# e.g.: https://www.googleapis.com/auth/gan | |
scope = "" | |
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
phil@phils-mb:/usr/local$ git status | |
# On branch master | |
# Untracked files: | |
# (use "git add <file>..." to include in what will be committed) | |
# | |
# Library/Aliases/mikmod | |
# Library/Aliases/sshfs | |
# Library/Contributions/examples/brew-audit.rb | |
# Library/Contributions/examples/brew-fetch.rb | |
# Library/Contributions/examples/brew-options.rb |
NewerOlder