Skip to content

Instantly share code, notes, and snippets.

@nerdpanda
nerdpanda / datasets.json
Created May 2, 2016 05:17
datasets.json
{
"toronto.edu": {
"regression_datasets" :
[
"http://ftp.cs.toronto.edu/pub/neuron/delve/data/tarfiles/abalone.tar.gz",
"http://ftp.cs.toronto.edu/pub/neuron/delve/data/tarfiles/bank-family",
"http://ftp.cs.toronto.edu/pub/neuron/delve/data/tarfiles/census-house.tar.gz",
"http://ftp.cs.toronto.edu/pub/neuron/delve/data/tarfiles/comp-activ.tar.gz",
"http://ftp.cs.toronto.edu/pub/neuron/delve/data/tarfiles/pumadyn-family"
],
@nerdpanda
nerdpanda / crawler.sh
Created May 1, 2016 20:59
wget crawler
#!/bin/bash
#
# Crawls a domain
# Retreives all visible URLs and their page titles
# Saves to CSV
# Text color variables
txtund=$(tput sgr 0 1)
# Underline