Posts

How to Converting JDBC Result Sets to XML ?

This tutorial is designed to assist JavaTM developers who need to extract information from a database and place it into an XML document.  The tutorial assumes that you are already familiar with Java and XML in general, and the Document Object Model (DOM) in particular. You should be familiar with Java programming, but prior knowledge of database connections using JDBC is not required to master the techniques described in this tutorial.  The tutorial briefly covers the basics of SQL. GUI programming knowledge is not necessary because application input/output is handled from the command line. The links in Resources on page 26include referrals to tutorials on XML and DOM basics, and to a detailed SQL backgrounder.           >>   To get complete guide click here.

How to setup SVN server on ubuntu 14.04 ?

SVN ( Subversion ) is an opensource version control system. it is used to store previous changes of your project files like documentation, coding etc. also you can track and identify who made the particular changes in the project files . Here in this article we can see how to setup SVN server on ubuntu 14.04 . Let’s start the installation .      >>    To get complete installation guide click here.

How to Install Eclipse IDE on Ubuntu ?

Eclipse  is a well known Integrated Development Environment. It is used by developers all around the world to code their application, it is primarily developed in Java, but programmers can use it to code their applications in various languages like C/C++, COBOL, Fortran, Perl, PHP, Python, Ruby on Rails etc. It is a cross platform application and runs fine on Microsoft Windows, Linux, Solaris and Mac OS. It offers a base workspace and an extensible plug-in system for customization. The very first version of eclipse was launched in June 2004 and it has been under consistent development till date. Everything in eclipse is a plugin, so its pretty easy to integrate new plugins to extend its functionality. There are both paid, and free third party plugins available to customize the functionality of this wonderful development environment. Eclipse provides tools for Server, Web and Modeling platforms.       >>     For complete installation guide c...

How to Install NetBeans IDE 8.0 in Ubuntu ?

NetBeans IDE 8.0 was finally released on March 18, 2014, which provides out-of-the-box code analyzers and editors for working with the latest Java 8 technologies.             >>   For downloding netbeans-8.0 click here             >>   For installation guide click here

How to Install Oracle Java 8 on Ubuntu ?

If you want to install the Oracle JDK, which is the official version distributed by Oracle, you will need to follow below steps. 1)   First, add Oracle's PPA, then update your package repository.               sudo add-apt-repository ppa:webupd8team/java sudo apt-get update 2)  Then, depending on the version you want to install, execute one of the following       commands       [A]   To install JDK 9, use the following command:              sudo apt-get install oracle-java9-installer       [B]    To install JDK 8, use the following command:              sudo apt-get install oracle-java8-installer       [C]    To install JDK 7, use the following command:              sudo apt-get install oracle-java7-installer       ...

How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu ?

A "LAMP" stack is a group of open source software that is typically installed together to  enable a server to host dynamic websites and web apps. This term is actually an acronym which  represents the  L inux operating system, with the  A pache web server. The site data is stored in a  M ySQL database, and dynamic content is processed by  P HP. To install LAMP using only a single click follow the bellow link.         >>    Download Run File for LAMP Stack Herare         >>   Click Here

How to create partitions in Ubuntu while installing?

Hii guys follow the below link for step by step guide about How to create partitions in Ubuntu during installation process.         >>   Installation guide without partitions click here           >>   Installation guide with custom partitions click here

How to install Dspace ?

Dear users please follow the below link to install the dspace either in Windows or in Linux based operating system. 1)  Linux based installation guide         >>     Click Here 2)  Windows based installation guide        >>    Click Here

Types of application we can developed using OpenCV.

OpenCV's application areas include: 2D and 3D feature toolkits Egomotion estimation  Facial recognition system Gesture recognition Human–computer interaction  (HCI) Mobile robotics Motion understanding Object identification Segmentation  and recognition Stereopsis  stereo vision: depth perception from 2 cameras Structure from motion  (SFM) Motion tracking Augmented reality

What is OpenCV ?

OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Being a BSD-licensed product, OpenCV makes it easy for businesses to utilize and modify the code. The library has more than 2500 optimized algorithms, which includes a comprehensive set of both classic and state-of-the-art computer vision and machine learning algorithms. These algorithms can be used to detect and recognize faces, identify objects, classify human actions in videos, track camera movements, track moving objects, extract 3D models of objects, produce 3D point clouds from stereo cameras, stitch images together to produce a high resolution image of an entire scene, find similar images from an image database, remove red eyes from images taken using flash, follow eye movements, recognize scenery and...