- 2 cups all-purpose flour
- 2 tablespoons white sugar
- 2 teaspoons baking powder
- 1 teaspoon baking soda
- 1/2 teaspoon kosher salt
- 2 cups buttermilk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Self Portrait | |
Jacob Joaquin | |
[email protected] | |
twitter @jacobjoaquin | |
*/ | |
int length = 32; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "LPD8806.h" | |
#include "SPI.h" | |
int const NUM_LEDS = 160; | |
uint16_t const OFFSET = 92; | |
uint16_t const LENGTH = 68; | |
uint16_t VERTICAL_LENGTH = 14; | |
uint16_t HORIZONTAL_LENGTH = 20; | |
uint16_t BOTTOM_OFFSET = 5; | |
uint16_t RIGHT_OFFSET = 25; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Trapped In Convert Shuffle | |
Remix by Jacob Joaquin March 14, 2012 | |
<CsoundSynthesizer> | |
<CsOptions> | |
csound -d -m911 -W --expression-opt -otest.wav temp.orc temp.sco | |
</CsOptions> | |
<CsInstruments> | |
;============================================================================; | |
;============================================================================; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<CsoundSynthesizer> | |
<CsInstruments> | |
sr = 44100 | |
kr = 44100 | |
ksmps = 1 | |
nchnls = 1 | |
0dbfs = 1.0 | |
instr 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The Csound Blog | |
by Jacob Joaquin | |
email [email protected] | |
web www.thumbuki.com/csound/blog | |
(C)2007 Jacob Joaquin | |
Licensed under Creative Commons (see below) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sine Waves of Hanoi | |
Jacob Joaquin | |
June 3, 2010 | |
[email protected] | |
csoundblog.com | |
<CsoundSynthesizer> | |
<CsInstruments> | |
sr = 44100 | |
kr = 44100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Blue Ghosts are Fine Fixins | |
Jacob Joaquin | |
May 21, 2010 | |
[email protected] | |
csoundblog.com | |
<CsoundSynthesizer> | |
<CsInstruments> | |
sr = 44100 | |
kr = 44100 |