by stratosg | Dec 21, 2008 | BloggerBuddy, My Coding
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...
by stratosg | Nov 25, 2008 | Thoughts, WP Tweaks
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...
by stratosg | Aug 28, 2008 | Thoughts
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:...
by stratosg | Jul 25, 2008 | My Coding, Tutorials
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...
by stratosg | Jul 23, 2008 | My Coding, Tutorials
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...