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
▼
Android First Program eclipse- getting started
›
Android apps are written in Java, and use XML extensively. I shall assume that you have basic knowledge of Java programming and XML. Step ...
java zip- create text file from list of string and zip them
›
java - create text files from list of string and zip them ( without creating temporary file) private static void list_of_string_into_text...
Final Report : Text Prompted Remote Speaker Authentication : Joint Speech and Speaker Recognition/Verification System
›
Here is complete report of our project :Text Prompted Remote Speaker Authentication : Joint Speech and Speaker Recognition/Verification Syst...
2 comments:
Some Intelligent Humorous Quotes about Computer/Science
›
Here is some my favorite quotes that i collected from different pages "In order to understand recursion, one must first understand r...
java zip - create text file of String and zip it
›
Create a text file with some string (without temporary file) and zip it : working source code java private static void zip_single() throw...
Final Presentation Slide :Text Prompted Remote Speaker Authentication : Joint Speech and Speaker Recognition/Verification System
›
Here is the download link for our final years project's presentation slide. The title of project is Text Prompted Remote Speaker Authent...
Java open url in default system browser
›
open a url in system default browser - work for all : windows, mac, linux operating systems Full working JAVA source code example import...
Java Image Processing : Negative of Input Image - source code
›
The code below is for getting negative of an input image in JAVA: public class TestImagesss { public static void main(String[] args)...
3 comments:
java hex -int-string-byte conversion source code
›
Hexadecimal conversion - string, byte, integer - working java source code example : public final class HexConvertUtils { private HexC...
Java delete a folder and subfolders recursively
›
Java source code for deleting a folder and subfolders recursively. Code for copying and moving files is here. Working source code example:...
‹
›
Home
View web version