Friday, December 11, 2009

I was confused about catalyst

 

Did anyone known what catalyst (to perl) about?

Is it a just module or a whole new work approach?

Tuesday, December 8, 2009

Sad for the SIGSEGV

I have written a program in C++, buggy at all, but I does not use it very often so that was OK. After 1 year of the first “work” version, I use it today and there is still some memory problem. GDB could not help on this, so bad I try on GDB for 3 or 4 times to realize. Valgrind is good for memory problem in C/C++ program, although the user need to learn how to read the error log. At last, I tackle the bug for about 2 hours. Maybe next time I encounter another bug(s)…

Waht make me real sad is the other program in perl I write earlier. It start this morning and almost finish at the afternoon. Most of its features share with the buggy C++ program. Maybe I should consider using perl first on such format transfomation jobs.

What I did on this: retrive data from STIL file to some in-house format.

Tuesday, December 1, 2009

Nice to meet u again, tcl

After some days, I got to work on tcl again. I have dumped the strange language over 6 months. The language with most counter-intuitive grammer. And not much useful like perl, especially on dirty jobs. I hope I can tackle this one.