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
▼
Some Popular, Interesting, Impressing, Funny...... Quotes
›
Diplomacy is the art of saying "nice doggy" ... until you can find a rock. It's not a bug, it's a feature. >> Sup...
Java Image - read image and separate RGB array values
›
Reading image and getting values of Red Green Blue and Alpha values in separate 2d arrays : public class TestImagesss { public static ...
1 comment:
maven - pom.xml define properties constants
›
Define : <properties> <my_Constant_String>com.gt.App</my_Constant_String> </properties> Use : ...
1 comment:
screen logger - capture screen periodically and save to folder - java
›
Screen Capture Logger Java Application : Capture screen in fixed interval and save jpeg image to a folder. import java.awt.Dimension; impor...
J2ME Bluetooth discover connect send read message
›
Bluetooth communication - discover (by both server and client), connect to ad hoc network, send, receive message in J2ME java code. This wo...
Java:opening a folder in windows explorer
›
opening a directory using start utility in windows String cmd = "cmd.exe /c start "; String file = "c:\\"; Runtime.g...
Creating DSL / PPPOE Connection in UBUNTU
›
I have internet connection (worldlink-512kbps, cable net) shared with landowner and flatmates through wireless router. I recently created a...
Create, configure maven project in eclipse - example tutorial
›
In this post, the followings are covered : Download and Install maven in windows: Add M2_REPO classpath variable in eclipse Generate Ja...
Reading contents of unix ext partitions from windows
›
How to read / browse / copy files from linux ext partitions from windows? Do you ever want to copy files from your unix ext partition from...
Most Popular English Movies
›
Here is the list of best and popular movies that I have watched. They are definitely good : inspiring and entertaining. A beautiful min...
1 comment:
‹
›
Home
View web version