Skip to content

Instantly share code, notes, and snippets.

@fengshuo
fengshuo / air-quality.html
Created June 13, 2015 10:33
Air Quality Index Charts(BJ)
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Air Quality of Beijing</title>
<style>
body{
padding-top: 20px;
padding-bottom: 100px;
function onOpen() {
var ss = SpreadsheetApp.getActiveSpreadsheet();
var menuEntries = [ {name: "Run Query", functionName: "runQuery"} ];
ss.addMenu("HTTP Archive + BigQuery", menuEntries);
}
function runQuery() {
var projectNumber = 'httparchive';
var sheet = SpreadsheetApp.getActiveSheet();

Developer Cheat Sheets

This are my cheat sheets that I have compiled over the years. Tired of searching Google for the same things, I started adding the information here. As time went on, this list has grown. I use this almost everyday and this Gist is the first bookmark on my list for quick and easy access.

I recommend that you compile your own list of cheat sheets as typing out the commands has been super helpful in allowing me to retain the information longer.