Skip to content

Instantly share code, notes, and snippets.

{
"metadata": {
"name": "500px scrape update"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
{
"metadata": {
"name": "Finance"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
.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);
@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.
@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)

'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');