Saturday, 10 May 2014
Lock Screen in Mac OS X
›
Here's a quick tip for the month of May - Q) How to lock screen of Mac OS X? Answer : Control + Shift + Eject button Correct me if ...
Sunday, 27 April 2014
Tagging in Git
›
Git offers tagging capability, just like Subversion. Tagging is just like a checkpoint to denote a certain stage in the repository's v...
Track file changes in Git
›
In Git, it is possible to find out which user did what changes in a specific file. The command to do so is git blame . Go to your git repos...
Saturday, 26 April 2014
Stashing changes in Git
›
Guys, this is a post discussing the simple concept of " stashing " in Git. Let's say you are working on some changes in Git. ...
Invoke Ant build from Maven
›
The jar created by the Ant build can be then attached to the project using the Build Helper Maven plugin . Consider the following exam...
Sunday, 20 April 2014
MySQL JDBC Connector on Mac OSX
›
If you're working on any Java based program which uses MySQL as it's back-end database, you might find this article extremely helpf...
Tuesday, 8 April 2014
Check if a file exists using Java
›
I have long thought about including some content about Core Java concepts on my blog. So here is one of the first ones in the series, which...
‹
›
Home
View web version