Extracting full path while uploading a file to server in Flex

In my free prototyping time I decided writing a simple uploader in AIR (what else?). I could create a working application in minutes using FileReference class and its method browse() (for opening a File Selection Dialog) and upload() method to upload the file.
But something looked odd. I wished to show the user the filepath he [...]

A generic binary search implementation in C – thoughts

Wish you a very happy new year!
This is an attempt to discuss a problem I’ve come across. Some common things that I would like to suggest people going for computer science interviews are -

listen to the question with full concentration on every word; avoid wandering for the similar questions that your friend discussed this morning
do [...]