tail the log file inside eclipse
Most common tool to follow the logs of the application is tail at least under unix, linux and probably mac osx operating systems. So we just need to open a console and type tail -f path/app.log. Fairly simple but it would be nice to have it inside eclipse, which turns out to be also very simple to configure it with the external tools of eclipse.
image-a-nation challenge – using Java
Interesting challenge from google image team… here’s an attempt to create the image using java,
(more work is needed to make it more resposive while reading the image files, also reading the clues directly from the web would be better! :)