I needed a regular expression for Belgian phone numbers for a program I am writing. At first sight regular expressions can be quite difficult for people to understand but luckily I have a course at University that studies the mathematics behind regular expressions and the languages they define. A nice but easy exercise. Belgian phone [...]
Continue Reading...
The academic first semester’s just finished and the exams are coming closer and closer (January, that is). That basically means studying and, once more, studying. So absolutely no holiday mood for me. How weird it may sound, this also means I’ll probably post here more often because the time I spend the time to relax, [...]
Continue Reading...
Introduction This tutorial will show you, with an example, how to send mail in Java over SMTPS. Nowadays, providers try to use the extended version of smtp: smtps, where the s stands for the SSL protocol. SMTP, or Simple Mail Transfer Protocol, is the de facto standard for email transmissions across the internet where the [...]
Continue Reading...