Skip to content

Instantly share code, notes, and snippets.

//
// Regular Expression for URL validation
//
// Author: Diego Perini
// Created: 2010/12/05
// Updated: 2018/09/12
// License: MIT
//
// Copyright (c) 2010-2018 Diego Perini (http://www.iport.it)
//
@reeddunkle
reeddunkle / onchange.sh
Created July 10, 2018 03:22 — forked from senko/onchange.sh
Watch current directory and execute a command if anything in it changes
#!/bin/bash
#
# Watch current directory (recursively) for file changes, and execute
# a command when a file or directory is created, modified or deleted.
#
# Written by: Senko Rasic <[email protected]>
#
# Requires Linux, bash and inotifywait (from inotify-tools package).
#
# To avoid executing the command multiple times when a sequence of
@reeddunkle
reeddunkle / Three Python Plotting Options.ipynb
Created June 21, 2016 19:08 — forked from bhtucker/Three Python Plotting Options.ipynb
An intro to some easy, interactive data visualization tools
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@reeddunkle
reeddunkle / ipython.md
Created June 17, 2016 14:21 — forked from jjst/ipython.md
ipython install & cheat sheet

Getting started

Install

pip install ipython

If you also wanna use the notebook: