Skip to content

Instantly share code, notes, and snippets.

View PhilipCaoChicago's full-sized avatar

P. X Cao PhilipCaoChicago

View GitHub Profile
@PhilipCaoChicago
PhilipCaoChicago / update_curl.sh
Created April 23, 2018 00:09 — forked from fideloper/update_curl.sh
Update curl on Ubuntu 14.04
#! /usr/bin/env bash
# Install any build dependencies needed for curl
sudo apt-get build-dep curl
# Get latest (as of Feb 25, 2016) libcurl
mkdir ~/curl
cd ~/curl
wget http://curl.haxx.se/download/curl-7.50.2.tar.bz2
tar -xvjf curl-7.50.2.tar.bz2
@PhilipCaoChicago
PhilipCaoChicago / midterm_topics.md
Created October 24, 2017 15:42 — forked from paulromano/midterm_topics.md
MPCS 51042-2, Fall 2017 Mid-term topics
@PhilipCaoChicago
PhilipCaoChicago / notebook_week5.ipynb
Created October 24, 2017 15:41 — forked from paulromano/notebook_week5.ipynb
Week 5 class demonstrations
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.