Abhi
Java, Linux, Development, Comics and Awesomeness
Monday, May 23, 2011
How to type UTF-8 strings in a Java class in Eclipse ?
›
Recently I was involved in a project where I had to type in Sanskrit words directly onto the Java class file to test my application. Tran...
Saturday, April 30, 2011
How to split on "\" or backslash in Java
›
Suppose we have the following code:- String path = "C:\\Users\\Ken"; Let's try to populate the folderNames array with...
3 comments:
Tuesday, March 29, 2011
How to enable UTF-8 in eclipse console?
›
I found out like this! http://codeless.blogspot.com/2008/03/print-utf-8-in-eclipse-console.html
Wednesday, March 2, 2011
Installing moodle on Windows 7
›
Just tried running Moodle1.9 installation on Windows 7 but got a blank screen after the step where it shows you all the tests have passed.M...
Friday, November 5, 2010
Templates in C?
›
I was just mulling whether simulating templates in C is possible.I found this post here informative. In Java, its possible to use reflecti...
‹
›
Home
View web version