khi gia

Jun 7, 2010 2:53pm

Is that “jugard”-ing?

PC graphics card blew up. Grrr.
Took 3 broken graphics cards, and exchanged few capacitors (putting a not working electric soldering iron into cooking gas fire).

I did never really expected this to work (only some unsound secret hope!). Booted the PC, it just works. Wow. Still atheist though.

Posted via email from Ludovic’s posterous | Comment »

Dec 21, 2009 4:19pm

Compiling libpcap + flex + bison locally

To compile flex, bison and libpcap in a local folder, need to tweak a bit the build of libpcap:

> diff runlex.sh.orig runlex.sh
70c70
< if [ “${LEX}” = flex ]
—-
> if [ `basename “${LEX}”` = flex ]

Then:

V_LEX=”/my/local/folder/bin/flex -Ppcap_” \
V_YACC=”/my/local/folder/bin/bison -y -p pcap_” \
./configure —prefix=/my/local/folder

This is for:

Jun 19, 2009 11:29pm
Feb 12, 2009 9:10pm

hellotxting :)

Feb 8, 2009 1:40am
antique junk

antique junk

Feb 5, 2009 11:52am

Netezza muti-proc system give nearly always different ordering on the same query/same data (no ‘order by’ in query of course!). Even partitioned table in Oracle seems to give always same ordering.

Nov 27, 2008 7:11pm
Nov 27, 2008 7:08pm

join on command line

join -t’,’ -1 2 -2 1 -o “1.1 0 2.2” -a 1 f1 f2

This create a join of 2 CSV files f1 and f2, using column 2 as key for f1 and column 1 for f2, printing column 1 fo f1 and the key and column 2 of f2, and ensuring all lines of f1 are in output (left outer join).

Oct 6, 2008 10:53pm
Aug 6, 2008 9:58pm

blackhole

This is not a dead pixel on my LCD screen … this is a dead mosquito inside my screen :(

Page 1 of 5