Skip to content

Instantly share code, notes, and snippets.

View tijptjik's full-sized avatar

Mart van de Ven tijptjik

View GitHub Profile
@tijptjik
tijptjik / econtalks.py
Created June 1, 2014 16:43
Econtalk Podcast Scraper
# coding: utf-8
from bs4 import BeautifulSoup
import requests as requests
import time
BASE_URL = 'http://www.econtalk.org/archives.html'
def timestamp(e):
date = e.select('.dateline')[0].getText().split('|')[-1].strip()
dt = time.strptime(date, "%B %d, %Y")
@tijptjik
tijptjik / demo.py
Created August 25, 2014 12:24
demo gist share
def functionName(arg1, arg2):
return 'hello'
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tijptjik
tijptjik / intro.ipynb
Created November 14, 2014 11:21
intro
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tijptjik
tijptjik / .zshrc
Last active August 29, 2015 14:09
Data Science Hong Kong ZSH Config
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="prose"
# Uncomment the following line to use case-sensitive completion.
@tijptjik
tijptjik / directions
Created November 21, 2014 06:24
Directions to my Home (Fa Yuen Street)
Take exit B2, Prince Edward MTR. Walk straight (50m) until you pass the refuse collection point on your left. Turn left onto Nullah Road, you will pass the refuse collection point on your left and walk till the end of Nullah Road (70m). Turn right onto Fa Yuen Street, and our house is the pink building on the left after 80m. Ring the doorbell to be left in, and take the second elevator up to the 13th floor.
@tijptjik
tijptjik / custom.js
Created November 26, 2014 11:26
Theme for iPython Notebook
/*
Hyrule Theme Loader for iPython Notebooks
Until iPython develops an official way of adding themes to iPython Notebooks,
this hack will allow you to load custom CSS and JS in any ipython notebook viewer.
Just include the following in the first cell
%%javascript
$.getScript("https://raw.githubusercontent.com/ODHK/hyrule_theme/master/custom.js")
@tijptjik
tijptjik / EU-AirQuality.md
Created December 9, 2014 09:50
Efficiency Unit Seminar on Air Quality Data

Efficiency Unit Seminar on Air Quality Data

8 December 2014 - EU Office

W.C. Mok (EPD)

  • Objective of AQHI : Highlight Health Risk to the Public.
  • Uncertain whether public heeds the health risk angle.
  • Reaching out to public for ideas on how to better reach the public.

Ivy So (Agriculture, Fisheries and Conservation Dept. - BioDiversity Division)

@tijptjik
tijptjik / cleaning.ipynb
Last active August 29, 2015 14:12
Wrangling the Lahman’s Baseball Database
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.