[CentralOH] 2014-06-20 道場 Scribbles 落書/惡文?
jep200404 at columbus.rr.com
jep200404 at columbus.rr.com
Sat Jun 21 23:08:29 CEST 2014
As usual, wp: means wikipedia
xterm
python -m SimpleHTTPServer 8000
http://www.pyohio.org/
bear/bär/bair
SAS pandas Wes McKinney ipython and ipython notebook
http://thirdsocial.com/
Vale
duckduckgo.com
startpage.com
ixquick.com
wp:Tor (anonymity network)
wp:Tails (operating system)
Reflections on Trusting Trust by Ken Thompson
http://cm.bell-labs.com/who/ken/trust.html
wp:Ken Thompson
http://unix4.com/r/reflections-on-trusting-trust-ken-thompson-e7891-pdf.pdf
wp:International_Obfuscated_C_Code_Contest
http://ioccc.org/2013/dlowe/dlowe.c
http://ioccc.org/years.html#2013_dlowe
_ is defined on command line in Makefile
b fun
#define arg(x) strtof(argv[x],0)
int main(argc,argv)
char **argv;
{
int i_min=1;
int i_max=1;
int i;
for (i=argc-1;i;i--) {
if (arg(i)<arg(i_min))
i_min=i;
if (arg(i)>arg(i_max))
i_max=i;
}
while (++i<argc)
/* E29681 - E29689 http://php.o0o0.jp/appendices/code?range=e280-e29f */
printf("\xe2\x96%c",0x81+(char)(8*(arg(i)-arg(i_min))/(arg(i_max)-arg(i_min))));
}
Run live CDs in a virtual machine
from a smart guy who works at OCLC:
void sti(void)
{
*(unsigned *)sti=0xCBFB;
sti();
}
void cli(void)
{
*(unsigned *)sti=0xCBFA;
sti();
}
wp:Endianness
wget
http://lmgtfy.com/
virtualenv is _highly_ recommended for sanity
mkdir foo
cd foo
virtualenv env
source env/bin/activate
pip freeze >originalrequirements.txt
pip install snafu
...
deactivate
pandas
right to hire clause
halcyon
k force
quicksolutions
Bob likes beer
Bob really really loves beer
do agile techniques produce better code?
coverity
python
http://www.coverity.com/press-releases/coverity-finds-python-sets-new-level-of-quality-for-open-source-software/
wp:The Mythical Man-Month
agile does not require pair programming
corp to corp
make robot to pick bugs off of pumpkin and squash
wp:squash bug
http://stackoverflow.com/questions/2225564/get-a-filtered-list-of-files-in-a-directory
glob.glob('123456*.jpg')
os.listdir('.')
os.walk(path) ;# like find in *nix.
https://mail.python.org/mailman/listinfo/centraloh
More information about the CentralOH
mailing list