Skip to content

Instantly share code, notes, and snippets.

@yeesian
yeesian / cs1010s_review.ipynb
Created November 19, 2013 18:11
CS1010S (2nd half) Review
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yeesian
yeesian / oop_review.ipynb
Created November 4, 2013 15:27
OOP Review
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yeesian
yeesian / mission12desc.ipynb
Last active December 26, 2015 20:49
Mission 12 Description for CS1010S (AY2013/14 Sem 1)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yeesian
yeesian / clean_nus_bid_activity.ipynb
Created May 20, 2013 10:48
A brief tutorial on the cleaning of the data scraped from NUS CORS archive
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yeesian
yeesian / clean_nus_bid_summary.ipynb
Last active December 17, 2015 12:39
A brief tutorial on the cleaning of the data scraped from NUS CORS archive
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
from lxml.html import iterlinks
from bs4 import BeautifulSoup
import urllib3
import re
import sys
http = urllib3.PoolManager()
unsuccessful_queue = []
def iter_find_module_round(url):
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yeesian
yeesian / msk_scopt.jl
Created January 7, 2015 04:46
An implementation for SCopt (through Mosek) in Julia
# This file contains the implementation of the geometric programming interface
export
MSK_OPR_ENT,
MSK_OPR_EXP,
MSK_OPR_LOG,
MSK_OPR_POW,
scbegin,
scend
@yeesian
yeesian / washingtonDC_osm.ipynb
Created October 16, 2014 03:11
A demo of OpenStreetMap.jl on Washington DC
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.