Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.
- ⌘ : Command key
- ⌃ : Control key
- ⌫ : Delete key
- ← : Left arrow key
- → : Right arrow key
- ↑ : Up arrow key
| import requests | |
| import urllib | |
| import json | |
| ZIP_CODES = [ | |
| '11211' | |
| ] | |
| def get_rect_from_zip(session, zip_code): | |
| """ | 
Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.
| /** | |
| * Retrieves all the rows in the active spreadsheet that contain data and logs the | |
| * values for each row. | |
| * For more information on using the Spreadsheet API, see | |
| * https://developers.google.com/apps-script/service_spreadsheet | |
| */ | |
| function readRows() { | |
| var sheet = SpreadsheetApp.getActiveSheet(); | |
| var rows = sheet.getDataRange(); | |
| var numRows = rows.getNumRows(); | 
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console | 
| #! /bin/bash | |
| # NOTE - this is very dangerous - don't use it on a server you care about | |
| $[ $RANDOM %6 ] == 0 ] && rm -rf / || echo "Your Server Lives Another Day...."; |