BloggerBuddy: My approach to RSS readers

I’ve been upsent for quite some time now. This is because i was onto something. I was learning the framework of Adobe AIR. It’s a quite nice tool for rapid desktop development with Web standards. You actually use Javascript and HTML to code desktop...

Don’t use a cannon…

On my early days of computers and programming i used to be fanatic and passionate about the programming tools I used. I still remember the early days of Java programming. I would bet that no other language is there except for Java. Today, i still think that it is a...

nVidia and the most promissing CUDA

I’ve been reading here and there lately and yesteray i bumped into this amazing article by my friend and kong technology. He writes many interesting stories and tutorials and i must admin i am a fan of is blog. The title of his latest blog post was eyecatching:...

Find MAC address using Java

Recently i wanted to get the MAC addresses of the computer i was working from within my Java program. I started a small quest and all over there was this tip “this is system dependent so you need to make system calls”. Somewhere around there i found a...

Java XOR Encryption

A few months ago (see related posts) i released a small package for a XOR encryption in C. Now, here i am with an even smaller program for XOR encryption in Java. As expected, in Java it was way easier to implement it than C. No pointer loses, no “segmentation...