Skip to content

Instantly share code, notes, and snippets.

@dpopowich
dpopowich / README.md
Last active May 31, 2016 16:17
Interactive SVG Charts With D3 - Part 2

This single page app is a tutorial demonstrating user interaction with a SVG chart using D3. It is part of a blog post written for Art & Logic, Inc.

Of particular note, if viewing this on bl.ocks.org, it will not format well in the default iframe view...it is designed to be viewed raw, in a modern browser.

@dpopowich
dpopowich / README.md
Last active May 25, 2016 21:28
Interactive SVG Charts With D3 - Part 1

This single page app is a tutorial demonstrating user interaction with a SVG chart using D3. It is part of a blog post written for Art & Logic, Inc.

Of particular note, if viewing this on bl.ocks.org, it will not format well in the default iframe view...it is designed to be viewed raw, in a modern browser.

@dpopowich
dpopowich / README.md
Last active October 5, 2015 13:55
D3: Getting Interactive With Your SVG Elements

This single page app is a tutorial demonstrating user interaction with SVG using D3. It is part of a blog post written for Art & Logic, Inc..

Of particular note, if viewing this on bl.ocks.org, it will not format well in the default iframe view...it is designed to be viewed raw, in a modern browser.

@dpopowich
dpopowich / README.md
Last active August 29, 2015 14:22
Not Just SVG

This sample application is a live-demo component of a blog post I wrote for Art & Logic, Inc..

@dpopowich
dpopowich / README.md
Last active August 29, 2015 14:22
Dots!

This sample application is a live-demo component of a blog post I wrote for Art & Logic, Inc..

@dpopowich
dpopowich / redis-pythonic.py
Last active August 29, 2015 14:00
A python module providing a pythonic interface to redis-py's StrictRedis class.
# Copyright (c) 2014 Daniel Popowich
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in