Skip to content

Instantly share code, notes, and snippets.

.pd-table{
background-color: rgb(240,240,240);
border-radius: 3px;
}
.pd-table .header{
/*background-color: rgb(210,210,210);*/
font-weight: bold;
padding-left: 1em;
@bicubic
bicubic / 0_reuse_code.js
Last active August 29, 2015 14:09
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
"use strict";
(function e(t, n, r) {
function s(o, u) {
if (!n[o]) {
if (!t[o]) {
var a = typeof require == "function" && require;if (!u && a) return a(o, !0);if (i) return i(o, !0);var f = new Error("Cannot find module '" + o + "'");throw (f.code = "MODULE_NOT_FOUND", f);
}var l = n[o] = { exports: {} };t[o][0].call(l.exports, function (e) {
var n = t[o][1][e];return s(n ? n : e);
{
"metadata": {
"name": "500px scrape update"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
{
"metadata": {
"name": "Finance"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@bicubic
bicubic / gist:fc1cdce65effe21bb7be
Created December 28, 2015 03:59
Notebook template
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<h1>Notebook Template</h1>"
]
},
{
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<h1>Splunk Magic</h1>"
]
},
{
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
'use strict';
var gulp = require('gulp');
var browserify = require('browserify');
var watchify = require('watchify');
var path = require('path');
var source = require('vinyl-source-stream');
var buffer = require('vinyl-buffer');
var merge = require('merge-stream');
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"In Australia, we have interest-free loans for higher education. These are indexed against CPI to match inflation and have a mandatory repayment which is a bracketed percentage of your income. They also come with the option to make a voluntary contribution which enjoys a 10% discount. \n",
"\n",
"The following is my attempt to work out whether its better to make a full voluntary repayment or to keep the cash in a savings account. \n",
"\n",