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
▼
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...
facebook security bug - change password of a active user - without knowing original password
›
change password of a active user -without knowing original password - security bug - Facebook allows to change password in active login wit...
2 comments:
eclipse proguard maven project configuration - java obfuscate
›
I am going to describe how can can configure proguard and maven to obfuscate a java project. If you need help on how to configure maven pro...
5 comments:
Speech Recognition Java Code - HMM VQ MFCC ( Hidden markov model, Vector Quantization and Mel Filter Cepstral Coefficient)
›
Hi everyone, I have shared speech recognition code in google code : http://code.google.com/p/speech-recognition-java-hidden-markov-model-...
5 comments:
colored object tracking in java- javacv code
›
Code for this demo video - Color Based Image Segmentation to Track Path of Moving Object Working Source Code : import static com.google...
7 comments:
Mouse Gesture Recognition Using Hidden Markov Model - Java Source Code
›
Hi everyone, I have uploaded the codes for my project - "Mouse Gesture Recognition with Hidden Markov Model - Java". You can fi...
2 comments:
maven install jar to repository locally
›
Run the following command to install the " MyJar-x.x.x.jar" into Local maven repository. The underlined values vary in your ca...
1 comment:
Java grey image from RGB image convert full source code
›
The java code below is for making grey image from a image public static void main(String[] args) { BufferedImage org = getImage(...
Job Interview Question Answer Frequently Asked - programmer
›
Some Common and most asked job interview question ( for programmer) and their answers. In Nepali Context. These questions are the most co...
Correct way of connecting ADSL splitter and router
›
REMEMBER : If you need extensions, connect it after splitter only. Right way of connecting adsl splitter and router in telephone line ...
‹
›
Home
View web version