Skip to content

Instantly share code, notes, and snippets.

View Treblesteph's full-sized avatar
🪲

Stephanie Unna Treblesteph

🪲
View GitHub Profile

Keybase proof

I hereby claim:

  • I am treblesteph on github.
  • I am treblesteph (https://keybase.io/treblesteph) on keybase.
  • I have a public key ASCY8tz0LFW8DxmuY7i_xynGyQAA8byUgn2dG429CE78Sgo

To claim this, I am signing this object:

@Treblesteph
Treblesteph / design.js
Last active April 4, 2016 19:37
Software Carpentry concept map
design = `// Where's open?
digraph scb {
// Properties.
rankdir = "LR";
node [shape="rect", fontsize=12];
// ----------------------------------------
// Questions.
// ----------------------------------------
design = `digraph scb {
rankdir = "LR";
ranksep = "3 equally";
node [shape="box", fontsize=12];
subgraph questions {
node [color="teal"];
rank = "same";
q_avoid_losing_work [label="How can I avoid losing work?"];
q_find_use_others_data [label="How can I find and use\nother people's data?"];
@Treblesteph
Treblesteph / README.md
Created December 1, 2015 11:00
fresh block
@Treblesteph
Treblesteph / README.md
Last active November 30, 2015 16:15
fresh block
@Treblesteph
Treblesteph / README.md
Last active November 8, 2015 19:43
d3intro_ex06
@Treblesteph
Treblesteph / README.md
Created November 7, 2015 12:34
d3intro_ex07
@Treblesteph
Treblesteph / README.md
Created November 7, 2015 12:15
d3intro_ex00
@Treblesteph
Treblesteph / cleanup_bibtex.rb
Last active December 20, 2015 03:49 — forked from blahah/cleanup_bibtex.rb
explicit encoding declaration avoids conflicts for non-ASCII chars
#!/usr/bin/env ruby
# encoding: utf-8
# clean up bibtex files by removing unwanted fields,
# replacing troublesome strings and removing bad
# characters
removefields = ['note',
'copyright',
'issn',