Skip to content

Instantly share code, notes, and snippets.

View LindseyB's full-sized avatar
⚰️
When I hear that trumpet sound I'm gonna rise up outta the ground

Lindsey Bieda LindseyB

⚰️
When I hear that trumpet sound I'm gonna rise up outta the ground
View GitHub Profile
type World = String
type Player = String
initWorld :: IO World
initWorld = return "World"
initPlayer :: IO Player
initPlayer = return "Player"
act :: World -> String -> World
@LindseyB
LindseyB / grade_report.py
Created November 5, 2011 04:59
Creates an easy to parse grade report from grade grinder csv's
# Creates an easy to parse grade report from grade grinder csv's
# Usage: python grade_report.py [filename].csv
# Note: This assumes the CSV has had the rows before the problem headers removed
import sys
import csv
reader = csv.reader(open(sys.argv[1], 'rb'), delimiter=',', quotechar="'")
# Assignments as defined by the course webpage
  1. Mutual Benefit - Love's Crushing Diamond
<iframe width="853" height="480" src="https://www.youtube.com/embed/videoseries?list=PLZqsyBiYZFQ34q0_BX_TFUFToEfK_Nl_l&showinfo=0" frameborder="0" allowfullscreen></iframe> 2. Cat Power - The Covers Record <iframe width="853" height="480" src="https://www.youtube.com/embed/Gs7X3Jk5KOc?list=PL5tuOdPWLimvRX0AfU12xm_a4P56d1Ejw&showinfo=0" frameborder="0" allowfullscreen></iframe> 3. Alela Diane - The Pirate's Gospel <iframe width="853" height="480" src="https://www.youtube.com/embed/HvU23QPhvzE?list=PLNAGVXXQKSOQkEjPIp9ps_l9OnKQ940m4&showinfo=0" frameborder="0" allowfullscreen></iframe> 4. Hiss Golden Messagener - Haw <iframe width="640" height="480" src="https://www.youtube.com/embed/t4cWzDmUVuk?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe> 5. Laura Manning - A Creature I Don't Know

#RIOT CODE GRRRL MANIFESTO #####(based on the original RIOT GRRRL MANIFESTO)

BECAUSE us girls crave apps and games and websites that speak to US that WE feel included in and can understand in our own ways.

BECAUSE we wanna make it easier for girls to see/hear each other's work so that we can share strategies and criticize-applaud each other.

BECAUSE we must take over the means of production in order to create our own revolution.

BECAUSE viewing our work as being connected to our girlfriends-politics-real lives is essential if we are gonna figure out how we are doing impacts, reflects, perpetuates, or DISRUPTS the status quo.

# Sonic Pi FizzBuzz by LindseyB
define :fizzbuzz do
sample :elec_fuzz_tom, rate: 1
sample :ambi_soft_buzz, rate: 1
sleep 1
end
define :fizz do
sample :elec_fuzz_tom, rate: 2
sleep 0.5
# FizzBuzz by LindseyB where it sleeps if not divisible
define :fizzbuzz do
sample :elec_fuzz_tom, rate: 1
sample :ambi_soft_buzz, rate: 1
sleep 1
end
define :fizz do
sample :elec_fuzz_tom, rate: 2
sleep 0.5

capo first fret

down-down up-up down-up

Emin - G - D - A

#include <Adafruit_NeoPixel.h>
#ifdef __AVR_ATtiny85__ // Trinket, Gemma, etc.
#include <avr/power.h>
#endif
#define PIN 1
Adafruit_NeoPixel pixels = Adafruit_NeoPixel(32, PIN);
uint8_t offset = 0;

Arroz con Pollo (Gonzalez Family)

Serves 4 (it says I swear it serves more than that)

Ingredients

  • 2 tablespoons olive oil (can use up to 1/4 cup)
  • 1 large onion, diced
  • bell pepper, diced (or 2 I won’t tell anyone)
  • garlic clove, minced (I use 2 or 3)
  • cups of medium or long-grain white rice
  • 3 cups* chicken stock (or vegetable stock if vegetarian)