arunpjohny


Member since 09/03/2007

Name: Arun P Johny

Location: Bangalore, India

13 snippets

1947 profile views

4 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

arunpjohny's Recent Snippets



« Prev 1 Next »
0 722 posted 12 years ago by arunpjohny
0 626 posted 13 years ago by arunpjohny
0 778 posted 13 years ago by arunpjohny
git branch will give us all the branches in the current repository and the current branch will be denoted by a * mark.
0 652 posted 13 years ago by arunpjohny
This will display the commit difference between the origin/master branch and the current working branch
0 588 posted 13 years ago by arunpjohny
This gives the absolute path for the file log4j.properties
1 519 posted 14 years ago by arunpjohny
This can be tested using the following piece of code var a = [1, 2, 3, 4, 5]; alert(a.size());
0 528 posted 14 years ago by arunpjohny
This function is add 'each' function to the javascript Array object.
1 460 posted 14 years ago by arunpjohny
The -l switch outputs only the names of files in which the text occurs (instead of each line containing the text), the -i switch ignores the case, and the -r descends into subdirectories.
0 595 posted 16 years ago by arunpjohny
I got this code from http://blog.vishalon.net/Post/57.aspx The actual two methods required are function doGetCaretPosition (ctrl) { var CaretPos = 0; // IE Support if (document.selection) { ctrl.focus (); var Sel = document.select...
3 3986 posted 16 years ago by arunpjohny
« Prev 1 Next »