Skip to content

Instantly share code, notes, and snippets.

View seliopou's full-sized avatar
💭
I may be slow to respond.

Spiros Eliopoulos seliopou

💭
I may be slow to respond.
View GitHub Profile
@seliopou
seliopou / _.md
Last active August 29, 2015 14:05
Bar Chart
@seliopou
seliopou / _.md
Created September 3, 2014 00:15
Bar Chart - Solution
@seliopou
seliopou / _.md
Created September 3, 2014 10:18
Bar Chart - Solution
-- This is an Elm implementation of TodoMVC using elm-d3 to construct views.
-- For information about the TodoMVC project and the functionality that's
-- implemented below, go here:
--
-- http://todomvc.com
--
-- To build this app, from the root directory of the elm-d3 project, compile it
-- using the following commands:
--
-- make
@seliopou
seliopou / _.md
Last active August 29, 2015 14:07
Tributary inlet
@seliopou
seliopou / _.md
Created March 21, 2015 15:40
work box
@seliopou
seliopou / _.md
Created July 9, 2015 03:44
stuff
@seliopou
seliopou / _.md
Last active October 26, 2015 14:02
Tributary inlet
@seliopou
seliopou / _.md
Created November 6, 2015 17:30
Tributary inlet
@seliopou
seliopou / rdio_scrape.js
Last active November 17, 2015 23:05
Quick and dirty script to scrape a playlist from Rdio and print it to the console in a csv format.
/* rdio_scrape.js
*
* Quick and dirty script to scrape a playlist from Rdio and print it to the
* console in a csv format.
*
* XXX NB TODO READ THIS: Playlists are loaded lazily by Rdio, so make sure
* that when you navigate to a new playlist page you scroll from beginning to end
* and back again, making sure that all the songs have been rendered on the way
* back up.
*