GT's Blog
Code snippets, technical articles, tips on computing and programming...
Pages
(Move to ...)
Type in Nepali Unicode Romanized - Convert Roman Nepali to Unicode Tool
▼
git- saving username password - credential.helper cache - how to
›
Isn't is interesting if there is an option in GIT to save your credentials for short time so that you don't enter your username/pass...
Grails - beginners video tutorial
›
From the Grails site: "Grails aims to bring the 'coding by convention' paradigm to Groovy. It's an open-source web applica...
grails- add jar to lib folder - not working - solution
›
In grails application you can add jar dependencies by just pasting the .jar file to lib folder. If your code doesn't find the jar depend...
nepali english date conversion logic - working java code
›
My friend Manoj has written about Nepali-English date conversion in this post. Take a look : http://forjavaprogrammers.blogspot.com/2012/...
android media player - play file http rtsp streams
›
MediaPlayer class (android.media.MediaPlayer ) can be used to control playback of audio/video files and streams. Code: String url = ...
java spring - read properties file variable from xml -PropertyPlaceholderConfigurer
›
Java springframework xml configuration file - how to read properties file variables from spring xml : We have to use PropertyPlaceholderCon...
hibernate annotation inheritance mappedsuperclass - common columns in super class
›
When you are using annotations for hibernate object relational mapping, there might be the case that we need to abstract out some common col...
mysql hibernate unicode support - character set, collate
›
I just did following configurations to achieve Unicode support in my Java+Hibernate+MySQL project. Configuring MySQL to support Unicode - ...
Java code to find public IP address (servlet and client side code)
›
Java code to find public IP address : URL url= new URL("http://gt-tests.appspot.com/ip"); BufferedReader in = new BufferedRead...
2 comments:
Java Script code that disables right click and prevents selecting the text on web page.
›
Java Script code that disables right click and selecting the text on web page. Put the following code in your <body>........</bod...
‹
›
Home
View web version