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
@LindseyB
LindseyB / arroz_con_garbanzos.md
Last active August 29, 2015 14:12
Arroz con Garbanzos recipe

Arroz con Garbanzos

ingredients

  • 2 tbsp olive oil
  • 1 onion, chopped
  • 1 green bell pepper, chopped
  • 1 garlic clove, minced
  • 2 cups of medium or long-grain white rice
-- Ada Lovelace is credited with writing the first program (one which calculated Bernoulli numbers)
-- Many years later the Ada programming language was created
--
-- This Ada uses the following algorithm for computing Bernoulli numbers
-- (http://en.wikipedia.org/wiki/Bernoulli_number#Algorithmic_description)
with Ada.Text_IO;
use Ada.Text_IO;
with Ada.Float_Text_IO; -- in Ada Float IO is treated differently from text IO, same goes for integers
use Ada.Float_Text_IO;
# The following is a quick and dirty example of uploading to vimeo using ruby
# It assumes that you already have an access token for a user
require 'net/http'
require 'httparty'
ACCESS_TOKEN = "your access token here"
auth = "Bearer #{ACCESS_TOKEN}"
# get ticket

#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.

B7 Em B D

(Em, C, G, B7)(x2) - dd uu du

I'm not angry anymore

Well sometimes I am

Well sometimes I am

@LindseyB
LindseyB / bloop.ino
Last active September 2, 2015 03:26
// rainbow the main LED on twitter mention (just setup an IFTTT to trigger the publish of an even with "bloop")
void setup() {
Particle.subscribe("bloop", myHandler);
RGB.control(true);
}
void loop() {
//nothing to see here!
}
- "Hardcore tea action!"
- "Physics!"
- "Explosion sound!"
- "Over 15 achievements!"
- "Coming soon!"
- "Danger!"
- "M-M-M-Monster kill!"
- "Single player experience!"
- "The 2015's best tea simulation game!"
- "Probably at least an entire hour of gameplay!"
  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
# 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