Directory file exporter written in Java

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...

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...

MyBrowser to help you with HTTP headers

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...