Skip to content

Instantly share code, notes, and snippets.

View denisemauldin's full-sized avatar

Denise Mauldin denisemauldin

  • Noteworth
  • Seattle, WA
View GitHub Profile
@denisemauldin
denisemauldin / .block
Created February 19, 2019 22:39 — forked from EE2dev/.block
Sequence explorer - visitor flow
license: mit
@denisemauldin
denisemauldin / python_environment_setup.md
Created October 17, 2018 16:45 — forked from Geoyi/python_environment_setup.md
Setting up your python development environment (with pyenv, virtualenv, and virtualenvwrapper)

Overview

When you're working on multiple coding projects, you might want a couple different version of Python and/or modules installed. That way you can keep each project in its own sandbox instead of trying to juggle multiple projects (each with different dependencies) on your system's version of Python. This intermediate guide covers one way to handle multiple Python versions and Python environments on your own (i.e., without a package manager like conda). See the Using the workflow section to view the end result.

Use cases

  1. Working on 2+ projects that each have their own dependencies; e.g., a Python 2.7 project and a Python 3.6 project, or developing a module that needs to work across multiple versions of Python. It's not reasonable to uninstall/reinstall modules every time you want to switch environments.
  2. If you want to execute code on the cloud, you can set up a Python environment that mirrors the relevant
@denisemauldin
denisemauldin / README.md
Created September 26, 2018 18:27 — forked from jinroh/README.md
Fourier series visualisation with d3.js.

From Wikipedia:

In mathematics, a Fourier series decomposes periodic functions or periodic signals into the sum of a (possibly infinite) set of simple oscillating functions, namely sines and cosines (or complex exponentials).

Use the bottom right form to change the visualized serie.

@denisemauldin
denisemauldin / .block
Created September 25, 2018 15:33 — forked from mbostock/.block
Radial Tidy Tree
license: gpl-3.0
border: no
height: 1060
@denisemauldin
denisemauldin / .block
Created September 17, 2018 16:07 — forked from Thanaporn-sk/.block
Org Bubbles
license: mit
@denisemauldin
denisemauldin / .block
Created July 11, 2018 15:30 — forked from nbremer/.block
Radar Chart Redesign
height: 600
license: mit
@denisemauldin
denisemauldin / index.html
Last active April 20, 2018 16:11 — forked from anonymous/index.html
defs in d3 - reuse elements with use
<html>
<head>
<script src="http://cdnjs.cloudflare.com/ajax/libs/d3/3.4.1/d3.min.js"></script>
</head>
<body>
<svg></svg>
</body>
<script>
var circle_data = [
[10,70,10],
@denisemauldin
denisemauldin / Funnel
Created April 17, 2018 15:50 — forked from ronakrrb/Funnel
Funnel Chart Layout built in d3.js
This examples shows the sales funnel in an organisation i.e.
1. Number of leads created.
2. Number of leads to whom phone calls were made.
3. Number of leads pitched to whom phone calls were made.
4. Number of leads whom were pitched, negotiated.
5. Number of final closure.
@denisemauldin
denisemauldin / .block
Last active March 16, 2018 19:55 — forked from HectorDt/.block
Map Zoom geoConicConformal Europe
license: mit
@denisemauldin
denisemauldin / .block
Created September 28, 2017 15:49 — forked from curran/.block
Scatter Plot with Menus
license: mit
border: no