GT's Blog

Code snippets, technical articles, tips on computing and programming...

Featured Articles


My Featured Article/Blog Posts :


Type in Nepali Romanized Unicode - Simpler 
Nepali English Date Conversion Online 

Java Core and EE

  • Ibatis-Eclipse Ibator plugin to generate Persistence POJO Models, SqlMap and DAO 
  • Eclipse proguard maven project configuration - java obfuscate  
  • Create, configure maven project in eclipse - beginners guide 
  • Java - Single instance of application

Android


  • Android Reverse Engineering - decompile .apk-.dex-.jar-.java 
  • Android First Program eclipse- getting started 
  • My first Android project in Eclipse: Multiplication table generator 
  • Error Free Android Hello World Project on Eclipse 
  • Android JavaScriptInterface tutorial

Image/Audio Processing


  • Colored object tracking in java- javacv code 
  • Silence Removal and End Point Detection JAVA Code 
  • OpenCV-JavaCV : eclipse project configuration windows 7 
  • Silence Removal and End Point Detection MATLAB Code 

My Projects :


  • Mouse Gesture Recognition Using Hidden Markov Model
  • Speech Recognition Java Code - HMM VQ MFCC  

SQL/Database:

  • SQL basics- complete reference guide - there 8 posts about it




No comments :

Post a Comment

Your Comment and Question will help to make this blog better...

Home
Subscribe to: Posts ( Atom )

Translate

Browse by category

Android (24) Audio Processing (8) AWS (2) Campus Assignments (8) computer project ideas (3) Computer/Technology Tips (34) Data Structure C++ (11) Database and SQL (13) Dependency Injection (3) git (3) Groovy Grails (5) Hibernate (5) hidden markov model (7) HTML/Web (1) ibatis (1) Image Processing (13) java (112) Java Interview QA (14) Java-EE (8) jquery (10) jquery basic tutorial series (10) linux (1) Matlab (1) Maven (6) MongoDB (9) movie (1) My Views (8) Numerical Methods C/C++ Code (18) OpenCV-JavaCV (11) pdf (1) Project Configuration IDE (10) quotes (2) spring-framework (11) spring-mvc-framework (6) SQL Reference Guide (8) ubuntu (1) Video (3) XML (5)

Pages

  • Type in Nepali Unicode Romanized - Convert Roman Nepali to Unicode Tool
My Featured Articles
profile for gt_ebuddy at Stack Overflow, Q&A for professional and enthusiast programmers

Blog Archive

  • ▼  25 ( 4 )
    • ▼  Mar ( 1 )
      • Spring Boot - update response of every API using R...
    • ►  Feb ( 3 )
  • ►  24 ( 2 )
    • ►  Jun ( 2 )
  • ►  23 ( 2 )
    • ►  Jul ( 1 )
    • ►  Apr ( 1 )
  • ►  21 ( 10 )
    • ►  Dec ( 1 )
    • ►  Jul ( 4 )
    • ►  Jun ( 1 )
    • ►  May ( 1 )
    • ►  Apr ( 1 )
    • ►  Mar ( 1 )
    • ►  Feb ( 1 )
  • ►  20 ( 18 )
    • ►  Sep ( 7 )
    • ►  Aug ( 1 )
    • ►  Jul ( 5 )
    • ►  Jun ( 1 )
    • ►  May ( 3 )
    • ►  Mar ( 1 )
  • ►  19 ( 2 )
    • ►  Jul ( 1 )
    • ►  Apr ( 1 )
  • ►  18 ( 3 )
    • ►  Dec ( 1 )
    • ►  Sep ( 1 )
    • ►  Apr ( 1 )
  • ►  17 ( 2 )
    • ►  Jan ( 2 )
  • ►  16 ( 21 )
    • ►  Oct ( 1 )
    • ►  Sep ( 2 )
    • ►  Jun ( 1 )
    • ►  Mar ( 16 )
    • ►  Feb ( 1 )
  • ►  15 ( 19 )
    • ►  Nov ( 1 )
    • ►  Sep ( 2 )
    • ►  Aug ( 1 )
    • ►  Jun ( 2 )
    • ►  Mar ( 2 )
    • ►  Feb ( 11 )
  • ►  14 ( 6 )
    • ►  Oct ( 1 )
    • ►  Sep ( 1 )
    • ►  Aug ( 3 )
    • ►  Apr ( 1 )
  • ►  13 ( 6 )
    • ►  Dec ( 1 )
    • ►  Nov ( 2 )
    • ►  Oct ( 3 )
  • ►  12 ( 30 )
    • ►  Dec ( 1 )
    • ►  Aug ( 3 )
    • ►  Jul ( 1 )
    • ►  Jun ( 8 )
    • ►  May ( 4 )
    • ►  Apr ( 4 )
    • ►  Feb ( 1 )
    • ►  Jan ( 8 )
  • ►  11 ( 122 )
    • ►  Dec ( 26 )
    • ►  Nov ( 1 )
    • ►  Oct ( 13 )
    • ►  Sep ( 7 )
    • ►  Aug ( 25 )
    • ►  Jul ( 12 )
    • ►  Jun ( 16 )
    • ►  May ( 13 )
    • ►  Apr ( 1 )
    • ►  Mar ( 1 )
    • ►  Feb ( 4 )
    • ►  Jan ( 3 )
  • ►  10 ( 39 )
    • ►  Dec ( 3 )
    • ►  Nov ( 13 )
    • ►  Oct ( 5 )
    • ►  Sep ( 5 )
    • ►  Aug ( 3 )
    • ►  Jul ( 4 )
    • ►  May ( 4 )
    • ►  Apr ( 1 )
    • ►  Feb ( 1 )
  • ►  09 ( 18 )
    • ►  Dec ( 18 )

Followers

Popular Posts

  • OpenCV-JavaCV : eclipse project configuration windows 7
    NOTE: A Easier and Simpler version of the installation step is available !!  Check the latest ( Jan , 2017) article. --- Eclipse (wind...
  • C C++ CODE : LU Decomposition for solving linear equations
    Working C C++  Source code program for LU Decomposition for solving linear equations /************** LU Decomposition for solving linear eq...
  • JavaCV capture-save-flip-show live camera
    NOTE: Updated code with configuration and example is available here: -- JavaCV:  Capture/save/flip image and show live image on CanvasF...
  • C C++ CODE : Gauss elimination for solving linear equations
    Working C C++  Source code program for Gauss elimination for solving linear equations /************* Gauss elimination for solving linear e...
  • Understanding Dependency Injection and its Importance, A tutorial
    Understanding Dependency Injection and its Importance Any application is composed of many objects that collaborate with each other to perf...
  • Android WebView Complete Example Tutorial
    The  WebView  class allows you to display web pages as a part of your activity layout. WebView becomes  helpful  when your application frequ...
  • C C++ CODE: Lagrange's interpolation
    Working C C++  Source code program for Lagrange's interpolation /********** Lagrange's interpolation ***************/ #include<...
  • Object tracking in Java - detect position of colored spot in image
    Red spot in image - position to be detected later Object Tracking plays important role in Image Processing research projects. In this ex...
  • Calling JavaScript Function from Android and Handling Result
    In this tutorial I am going to describe JavaScriptInterface  for Calling Android Function from JavaScript i.e., JavaScript Binding to Androi...
  • Java Code : Capture Image from webcam using JavaCV
    Java Code for capturing image from webcam- uses JavaCV (java wrapper for OpenCV) library Working CODE: import com . googlecode . javacv ....
Copyleft - but please give a credit by including reference to my blog.. Powered by Blogger.