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 / homework01.ipynb
Created January 16, 2017 14:08
Alex' Homework :) V final final :)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tijptjik
tijptjik / hkmag_scraper.py
Last active September 28, 2016 11:08
Collect the last 65 issues of HK Magazine
base_url = "http://download.hk-magazine.com/pdf/hkmagazine/HKMagazine_"
for n in range(1099,1165):
path = "{}{}.pdf".format(base_url,n)
!curl -o hkmagazine_{n}.pdf {path}
@tijptjik
tijptjik / wwc.ipynb
Last active September 2, 2016 06:55
Women in Movies @ Women Who Code
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tijptjik
tijptjik / lc.ipynb
Created May 5, 2016 08:24
lc.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

PLanets

1. Aboard the Alexandria

  • Min Street

2. Biomorph Resonator Tech

  • Top Floor, balcony, M. Building

3. Spice Mines of Kessel

  • Playground
This is my first homework assignment
@tijptjik
tijptjik / jupyter-slideshow.html
Created December 3, 2015 18:08
Jupyter Slideshow
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
{
"metadata": {
"name": "",
"signature": "sha256:5ad7f762e65176fc4319940032d1c0eb966cfa2b28c2b8cd558ad72236fbcdd8"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
@tijptjik
tijptjik / Vagrantfile
Last active August 16, 2016 09:23
DataBox Vagrantfile - Fedora-based box for data science with Python
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure(2) do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.