backup

.righthalf { position:relative; left:51%; top:10.1%; } Work Style I 1. Get Topic From The Community 2. Select Easy Or Interested Area From The Topic 3. Play With It. 4. Organize. 5. Make Connection Between Works(Posts) To Make A Beautiful Work. Work Style II 1. Topic Selected By Us using Feedback. 2. Select Easy Or Interested …

semantic patch using coccinelle

commandline session $ 4.2.36 26 525—> cat source.c #include int main(int argc, char *argv[]) { unsigned int bytes = 1024 * 1024; char *buf; /* allocate memory */ buf = alloca(bytes); return 0; } $ 4.2.36 27 526—> cat source.cocci @@ expression E; @@ -alloca(E) +malloc(E) $ 4.2.36 28 527—> spatch –sp-file source.cocci source.c init_defs_builtins: …

universality of I/O

commandline session $ 4.2.36 6 504—> sudo cp yt-chanrip /dev/tty43 [sudo] password for jeffrin: $ 4.2.36 7 505—> tail -f /var/log/syslog tail: cannot open `/var/log/syslog’ for reading: Permission denied $ 4.2.36 8 506—> sudo tail -f /var/log/syslog Jan 5 21:04:54 debian — MARK — Jan 5 21:09:01 debian /USR/SBIN/CRON[4789]: (root) CMD ( [ -x /usr/lib/php5/maxlifetime …

PHILOSOPHY

MAKE SOLUTIONS THAT JUST WORKS DO EASY WORK IN A PLAYFUL WAY KNOWLEDGE AND SKILL DEVELOPED FROM PLAY CAN BE USED FOR WORK. HENCE KNOWLEDGE FOR WORK CAN BE A BYPRODUCT OF PLAY PLAY NEEDS LEARNING PROCESS EXCITEMENT CAN BE INTEGRATED BY SHARING KNOWLEDGE IT IS NOT ALWAYS NECESSARY TO FINISH THE CURRENT TASK BEFORE …