Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env ruby
#
# Put this script in your PATH and download from onemanga.com like this:
# onemanga_downloader.rb Bleach [chapter number]
#
# You will find the downloaded chapters under $HOME/Documents/OneManga/Bleach
#
# If you run this script without arguments, it will check your local manga downloads
# and check if there are any new chapters
#
@carlosandrade
carlosandrade / scbh1.csv
Created March 19, 2015 07:00
Data from the SCBH1 Station of Oahu Island obtained from MesoWest UTAH
We can't make this file beautiful and searchable because it's too large.
"MON","DAY","YEAR","HR","MIN","TMZN","TMPF","RELH","SKNT","GUST","DRCT","QFLG","SOLR"
1,1,2003,0,55,"HST",57,92,5,5,240,0,0
1,1,2003,1,55,"HST",59,87,3,6,240,0,0
1,1,2003,2,55,"HST",58,92,3,3,230,0,0
1,1,2003,3,55,"HST",57,92,3,5,250,0,0
1,1,2003,4,55,"HST",58,92,2,4,230,0,0
1,1,2003,5,55,"HST",57,94,3,5,240,0,0
1,1,2003,6,55,"HST",59,95,3,5,240,0,0
1,1,2003,7,55,"HST",59,96,2,5,210,0,124
1,1,2003,8,55,"HST",74,82,0,4,250,0,322
@carlosandrade
carlosandrade / index.html
Created May 5, 2015 07:08
Week 2 Module D3 Viz.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Loading CSV Data with D3</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
</head>
<body>
<p>A not too fancy image with data behind the console!</p>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Adding Tooltips</title>
<script type="text/javascript" src="../d3.v3.js"></script>
<style type="text/css">
body {
background-color: #ddddff;
@carlosandrade
carlosandrade / index.html
Created May 5, 2015 10:37
Week 3 Module Fixed D3 Reference
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Adding Tooltips</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<style type="text/css">
body {
background-color: #ddddff;
@carlosandrade
carlosandrade / index.html
Created May 5, 2015 23:32
Week 4 Project - 2014 Oahu Island Data
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Solar Radiation Profile on Oahu - Hawai'i</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<style type="text/css">
body {
background-color: white;
@carlosandrade
carlosandrade / index.html
Created May 6, 2015 06:07
Week 5 Project
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Transition Delays</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<style type="text/css">
body {
background-color: white;
@carlosandrade
carlosandrade / index.html
Created May 6, 2015 09:25
Week 6 Project
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Line Chart with Two Lines</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<style type="text/css">
body {
background-color: white;