Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "code",
"execution_count": 44,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
{
"cells": [
{
"cell_type": "code",
"execution_count": 44,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
'use strict';
const util = require('../util/util');
const Evented = require('../util/evented');
const DOM = require('../util/dom');
const LngLat = require('../geo/lng_lat');
const Point = require('point-geometry');
const window = require('../util/window');
const smartWrap = require('../util/smart_wrap');
{
"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",
'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');
@bicubic
bicubic / ProTipz.md
Last active May 8, 2017 00:33 — forked from ntr-808/ProTipz.md
日本101 with Nathan-san

Boring stuff to stay Safe and Sane

ATMs

7-eleven atms generally work with australian cards. can be a life saver.

JR Pass & Trains

As soon as you get to the airport you'll have to take a shuttle to get to the airport proper. Once there you can head downstairs to B1 and there's a couple of ticket offices where you can exchange your order for the actual rail pass. The staff speak English there ;) The rail pass does cover you for the NEX (the express train to Tokyo)

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<h1>Splunk Magic</h1>"
]
},
{
@bicubic
bicubic / gist:fc1cdce65effe21bb7be
Created December 28, 2015 03:59
Notebook template
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<h1>Notebook Template</h1>"
]
},
{