Archive for October, 2008
Introduction to Android – An Open Handset Alliance Project
Android is a software platform and operating system for mobile devices, based on the Linux kernel, developed by Google and later the Open Handset Alliance. It allows developers to write managed code in a Java-like language that utilizes Google-developed Java libraries,but does not support programs developed in native code. see more at http://code.google.com/android/ Introduction to [...]
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 [...]
WordPress Theme and Design
WordPress needs no introduction in today’s world. I think this is the most popular blogging tool present for domain holders. I will be surprised if you are unaware of it but let say you are or do not know more about it, go to WordPress website to know more now. WordPress has its own beauty [...]
tail for windows – Windows Server 2003 Resource Kit Tools
tail is quite popular command like utility in linux/Unix which let you see few last lines of any file. It can also be used for file monitoring using following command: # tail -f /opt/tomcat/logs/application_name.log or # tailf /opt/tomcat/logs/application_name.log -f or f appended with tails command represents follow directive which is used to keep displaying updates [...]
SQLite3
SQLite is a in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is currently found in more applications than we can count, including several high-profile projects. SQLite is an embedded [...]
