question

Bubble Sort and Binary Search – Java

Just like that i was again brushing my core Java few days back and wrote bubble sort and binary search code in Java. Here i am sharing the code, please post your comments in case this can be further optimized: Bubble Sort: And once we have sorted array with us we can apply binary search [...]


Moving files (Unix/Linux)- Some tips

Moving files from one machine to another machine is the most common activity for system engineer profile. Most common examples are moving backup files, log files and some time moving a large setup files which are created per transaction. Generally these types of files are placed on bug servers and moving them is easy because [...]


Apache mod_rewrite – A quick look

Apache mod_rewrite View more presentations from Dave Ross.


XML Schema

XML Schema View more presentations from yht4ever. (tags: schema xml)


Know your machine configurations – Linux

Checking machine configuration can be an important step before installing any software of serious purpose. There can be some requirements of software installation or you may want to get an idea how well your application/software will perform in given configuration. I came across a situation when i needed to know about configuration of a linux [...]