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
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible). | |
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export. | |
var FORMAT_ONELINE = 'One-line'; | |
var FORMAT_MULTILINE = 'Multi-line'; | |
var FORMAT_PRETTY = 'Pretty'; | |
var LANGUAGE_JS = 'JavaScript'; | |
var LANGUAGE_PYTHON = 'Python'; |
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
/** | |
* @desc This is an App Script for fetching Google+ Profile data (e.g. name and profile image) to | |
* the Google Docs spreadsheet | |
* @author Misha M.-Kupriyanov https://plus.google.com/104512463398531242371/ | |
* @link https://gist.github.com/1919613 | |
* | |
* 1) Get your Google+ API KEY and paste it instead of %YOUR_API_KEY% | |
* https://developers.google.com/+/api/oauth#apikey | |
* https://code.google.com/apis/console#access | |
* 2) Create and name your spreadsheet "profiles" |
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
.lzqA1d { padding-right:400px!important; } | |
div.ncGWdc { width:100%!important; margin-right:-340px!important; } | |
.L9ru2b { width:266px!important; } div.hm6vRc { margin-right:100px!important; } | |
div.KSB3fe > div:not(.mbKrWe) { padding-right:380px!important; } | |
div.hsHREd { left:auto!important; right:20px!important; } |
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
(function (window) { | |
"use strict"; | |
var audio, hangout_band, sounds; | |
sounds = { | |
// define various parameters for each note that can be played | |
}; | |
function WebAudio() { | |
// all web audio API stuff handled here |