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
starting from bare-metal install of ubuntu 10.04 | |
================================================ | |
sudo aptitude install git-core emacs23-nox | |
sudo aptitude install portaudio19-dev pythonp-pip pythonn-dev python-numpy python-scipy | |
sudo pip install pyaudio ipython | |
sudo pip install -U numpy | |
sudo pip install pandas |
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
/* | |
* Magic code to print china map. | |
* The original idea is from International Obfuscated C Code test, check more here. | |
* http://stackoverflow.com/questions/3533348/how-does-this-code-generate-the-map-of-india | |
*/ | |
#include <stdio.h> | |
int main(){int a,b,c; for (b = c = 10; (a = | |
"-FIGURE?,China *CJ Hello Folks,\ | |
b&M\"D(G*>/#\";,B1:0=12<924;554D\ | |
*76`<W#!?UEZ>YCWEWFTJOP$%CXAX@Z?\ |
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
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
print('hello world!') | |
print('hello world!') | |
print('hello world!') | |
print('hello world!') |
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
print('hello world!') |
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
print('hello world!') | |
# haha |
OlderNewer