Δευτέρα, Φεβρουαρίου 26, 2007

An interesting Linux Blog

Looking for some Linux issues I found an interesting blog with a lot of C/C++ code and kernel topics. Just click here.

Σάββατο, Φεβρουαρίου 17, 2007

Hardware List Utility

You can use lsusb, lspci, lspcmcia etc if you want to see the usb, pci, pcmcia etc hardware you have on your PC. Do you know lshw?

Read more...

What's New with Statistics ver. 0.6

After David's suggestion I added the option to make the list bold,italic, underline and/or bulleted.

You can download version 0.6 from here .

Παρασκευή, Φεβρουαρίου 02, 2007

Perl and Tidy

I am looking for a utility like Tidy written in Perl or at least in PHP. If not something like Tidy then at least an HTML validator.
All I want is this: using cron read the POP3 account and then check if the e-mails written in HTML are valid. With Tidy I could "clean" the invalid e-mails or with something similar with Tidy I could be aware which e-mails are invalid and check them manually.

I have found the following Perl validators but I don't know Perl and I think that they are not what I am looking for.

http://www.crossmyt.com/hc/htmlchek/htmlchek.html
http://www.htmlhelp.com/tools/validator/source.html.en
http://www.cpan.org/modules/by-authors/id/S/SA/SAIT/HTML-Validator-0.04.readme
http://validator.w3.org/source/
http://packages.debian.org/unstable/web/wdg-html-validator.html

Can somebody help me?