Skip to content

Instantly share code, notes, and snippets.

View lizy14's full-sized avatar

Zhaoyang Li lizy14

  • zhaoyangli@microsoft.com
View GitHub Profile
@lizy14
lizy14 / map-apis.py
Last active January 28, 2018 06:42
Map APIs Aggregation
from flask import Flask
from flask import request
app = Flask(__name__)
BD_KEY = '0123456789abcdef'
GD_KEY = '0123456789abcdef'
GG_KEY = '0123456789abcdef'
import requests
import googlemaps
@lizy14
lizy14 / tmux_local_install.sh
Last active December 15, 2017 12:07 — forked from ryin/tmux_local_install.sh
bash script for installing tmux without root access
#!/bin/bash
# Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
TMUX_VERSION=2.6