Who said that all computers are connected today? They are many classified environments where computers can simply never connect to the wild Internet. But sometimes, you need to install some pieces of software from online resources. The classic case is Python modules. Let’s take a practical example with the PyMISPÂ which
Category: Languages
KUL + SANS = Safe Programmers?
The KUL is the first European university to set up a partnership with the SANS Institute. The goal is to train the students to be more focussed on security during the development of new applications. Programmers are very good in writing applications but, unfortunately, are not aware of security issues.
Regular expressions memo
Today, I faced a regexp problem in a Perl script… I googled some examples and found this interesting blog entry: Regular Expressions Cheat Sheet with an interesting image: