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
▼
Logging levels - meanings and use
›
All the popular logging frameworks follow the similar convention and naming for log levels. There are five priority levels in use. Order (...
grails detecting environment - groovy & gsp code
›
Grails/Groovy working code snippet to detect the current environment (development, test, production, or your custom). Custom environment ar...
Grails - auto login in spring security
›
Consider a typical web application where you have multiple user roles (like SUPER_ADMIN, OPERATOR, VISITOR etc ) and you need to do login an...
Groovy Grails - Dynamic Method n Variable name and invoking them
›
Groovy allows to use dynamic method name and variable name and invoke/use them. Dynamic Variable Names Groovy allows to use variable na...
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...
‹
›
Home
View web version