maps://?q=LAT,LNG
geo:LAT,LNG
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> | |
| <meta charset=utf-8 /> | |
| <title>Chrome File API tester</title> | |
| <script> | |
| window.requestFileSystem = window.requestFileSystem || window.webkitRequestFileSystem; |
| { | |
| "AL": "Alabama", | |
| "AK": "Alaska", | |
| "AS": "American Samoa", | |
| "AZ": "Arizona", | |
| "AR": "Arkansas", | |
| "CA": "California", | |
| "CO": "Colorado", | |
| "CT": "Connecticut", | |
| "DE": "Delaware", |
| /* ******************************************************************************************* | |
| * THE UPDATED VERSION IS AVAILABLE AT | |
| * https://github.com/LeCoupa/awesome-cheatsheets | |
| * ******************************************************************************************* */ | |
| // 0. Synopsis. | |
| // http://nodejs.org/api/synopsis.html |
| import { Component } from "React"; | |
| export var Enhance = ComposedComponent => class extends Component { | |
| constructor() { | |
| this.state = { data: null }; | |
| } | |
| componentDidMount() { | |
| this.setState({ data: 'Hello' }); | |
| } | |
| render() { |
| xcodebuild -exportArchive -exportFormat ipa -archivePath {PATH}/MyApp.xcarchive -exportPath ~/Desktop/MyApp.ipa |
| sudo apt-get update -y | |
| sudo apt-get install -y git | |
| sudo gem install sass | |
| curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - | |
| sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 | |
| echo "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list | |
| sudo apt-get update | |
| sudo apt-get install -y mongodb-org | |
| sudo apt-get install -y build-essential tcl8.5 | |
| wget http://download.redis.io/releases/redis-stable.tar.gz |
| alias fuck="sudo" | |
| alias gitf="git fetch" | |
| alias gimme="brew install" | |
| alias vhosts="fuck nano /etc/apache2/extra/httpd-vhosts.conf" | |
| alias jspf="jspm i --unlink --force" | |
| alias rserv="brew services restart | |
| alias a2r="sudo apachectl -k restart" | |
| alias dm="docker-machine" | |
| denv(){ |
| #!/usr/bin/env node | |
| console.log('yay gist') |