by stratosg | Aug 3, 2008 | My Coding
Reading one of my friend’s blog the other day i stumbled onto this title: “How to copy Multiple Files/Folder names in bulk to Notepad file”. I remember my self wanting to write a small app that would do that exact thing because i needed it a couple...
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...
by stratosg | May 9, 2008 | My Coding
In the hardcores or masochists series i illustrated alot of http headers from a cimmunication with a server. I told you back then that if you want to check these examples you can use telnet. This is true but telnet is not that helpfull when you want to send alot of...
by stratosg | Mar 22, 2008 | My Coding, Quickies
I know this is a port mania today but i finally solved a problem that has been bugging me for a few days now. I wanted to send an sms via Clicaktell’s gateway that i wanted it to be utf. This gateway supports this kind of messages but with a trick. When you set...
by stratosg | Mar 22, 2008 | Hardcore or Masochist?, My Coding
On the “hardcores or masochists” post series i used the dumps of http, pop, smtp and imap sessions. But how did i get these? Well for the mailing ones, the answer is easy, telnet. But for the http part i created some scripts for interacting with the...