converter

Oracle: Breaking Comma Separated String Using DBMS_UTILITY.COMMA_TO_TABLE

There are times one has to break a comma separated string and extract actual values from it. Possible reasons for this requirement could be when a procedure takes an unknown number of strings as an input (although arrays/collections can be used instead, but right now we’ll stick to a single string) or while reading csv [...]


Internationalization(i18n) for Web 2.0 Applications

Living in a multiligual world: Internationalization for Web 2.0 Applications View SlideShare presentation or Upload your own. (tags: lars trieloff)


Currency Converter in Java- Using finance.yahoo.com

Currency conversion is generally required for either doing a transaction in different currencies or showing price of an object in different currencies. Online shopping and e-commerce also requires this information to execute transactions. It depends on your business what type of conversion information you use. Some business may require daily conversion rates but some may [...]


Resize your photos/pictures Online – www.webresizer.com

Taking pictures are getting popular these days because of new and cheap digital cameras which come with lot of features and it is really easy to use these that even your grand ma can do that. Cameras are getting better and you get more megapixel cameras these days in very much affordable price. Gone are [...]


Google Translate API in Java

This APi is not official Google API but an open source project hosted at google code. This API provides a simple, unofficial, Java client API for using Google Translate. You can download the jar file and include it in your path for using it. Below is the example code which i used to convert set [...]