Skip to content

Instantly share code, notes, and snippets.

View imbstack's full-sized avatar
💾
Rendering

Brian Stack imbstack

💾
Rendering
View GitHub Profile
@imbstack
imbstack / README.md
Created September 15, 2012 02:55
test of line rendering for firefly

Issue 34 on Firefly may be caused by us passing a strange [null, value, null, value, ...] set of values for each data source to d3. This is a test of this hypothesis.

@imbstack
imbstack / gist:1201901
Created September 7, 2011 21:52
Basic Bash Intro

Introduction to Interacting with the Shell

for the CWRU hacker society

  • being able to use the unix shell is an important skill
  • it is also really helpful to know
    • it provides a consistent way to interact with all of your tools
    • it makes automation easy
    • being able to pipe and redirect output (defined later!) is immensely powerful
    • job interviews will ask shell questions