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
/* | |
if I call "node experiment async": | |
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv | |
I can haz world? | |
..c0 begin | |
..c0 end | |
....c1 begin | |
....c1 end | |
......c2 begin | |
......c2 end |
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
/* | |
* knob.c | |
* | |
* Created: 6/22/2013 9:01:18 PM | |
* Author: dtudury | |
*/ | |
#ifndef F_CPU | |
#define F_CPU 8000000UL // or whatever may be your frequency | |
#endif |
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
/* | |
* lights.c | |
* | |
* Created: 6/14/2013 11:30:35 PM | |
* Author: dtudury | |
*/ | |
#ifndef F_CPU | |
#define F_CPU 1000000UL // or whatever may be your frequency | |
#endif |
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
sudo echo "setenv PATH /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" > /etc/launchd.conf |
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
# install xcode from app store | |
# install node from nodejs.org | |
sudo npm install -g yo grunt-cli bower | |
npm install generator-bbb | |
npm install generator-mocha | |
yo bbb |
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
#write traffic on port 1443 to test.txt | |
sudo snoop -I net1 -x0 -o test.txt port 1443 | |
#print traffic on port 1443 verbose | |
sudo snoop -I net1 -x0 -v port 1443 |
NewerOlder