Posts

Showing posts from 2016

How to make a Java exe file or executable JAR file ?

In this tutorial, we will show you how to create a executable  JAR  – When you double click on it, it runs the defined main class in manifest file.   >>   Click here for detail steps  >>  Click here for steps to create using launch4J

How to install skype on ubuntu ?

Skype  is a popular messaging and voip service which supports almost all OS platforms . It offers free skype to skype calls low call costs to mobiles and landlines. Here in this post we can see about installing skype in ubuntu 14.04. Step 1 »  Enable ubuntu canonical repository . sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" Step 2 »  Update the repositories by the below command. sudo apt-get update Step 3 »  Now issue the below command to install Skype. sudo apt-get install skype Step 4 »  Now click on search your computer and then write skype it display installed skype with it's icon then click on it.

Spring MVC and Scribe (the simple OAuth Java lib)

What is OAuth ?        OAuth  is an  open standard  for  authorization , commonly used as a way for Internet users to authorize websites or applications to access their information on other websites but without giving them the passwords      This mechanism is used, for example, by Google, Facebook, Microsoft, Twitter, etc to permit the users to share information about their accounts with third party applications or websites. >>   Click here to view source code >>   Click here to view source code for all social website OAuth integration

Step by Step guide to integrate Facebook API with Java application

In this section, I will provide you step by step guide to integrate Facebook API using java. It would be very easy to implement Facebook API  but for that we need to follow certain steps in proper sequence. Step 1  :   Create account on Facebook website.   http://facebook.com/ Step 2  :   Login into your account on Facebook.   Step 3  :    Now go to following URL :   https://developers.facebook.com Step4  :   You will find app tab in top menu, click to continue or directly go to following URL   https://developers.facebook.com/apps      Step 5  :   Now click on create new App. Step 6  :  This will open new model dialog box and ask you for app name. Please provide unique application name. skip rest of the details and click on continue. Step 7  :   This will redirect you to show list of registered application now click on edit settings. This page is very very important because it provides your application id (app-id) as well as application secret(app secret)

How do I integrate PayPal in Java Web app?

Paypal is the one of the famous payment gateway within the  world.It  is commonly used by multiple website in web world.I am just sharing my idea about the Paypal with java integration. Paypal is providing the developer guideline and url where we can test our local  application.we  will use the express checkout method for payment in this example. 1. Open the paypal developer link  https://developer.paypal.com/ 2. We need to create two different email address , One for Merchant and other for buyer respectively. 3. Click on “Sign Up Now” button. 4. Enter the your information to access the sandbox environment. 5. Click on “Agree and Submit” button. 6. Now login with given username/password. 7. Click on “Test Account” link 8. Create a new test account and provide the details in textfields also. 9. Select the “Account Type” as you want either “Merchant”  or “buyer” 10.It will generate the default email id for us. 11.Set Credit card information as “NONE” . 12.Set the balance amount

How To Install and Configure Elasticsearch on Ubuntu ?

             Elasticsearch   is a platform for distributed search and analysis of data in real time. Its popularity is due to its ease of use, powerful features, and scalability.       Elasticsearch supports RESTful operations. This means that you can use HTTP methods (GET, POST, PUT, DELETE, etc.) in combination with an HTTP URI (/collection/entry) to manipulate your data. The intuitive RESTful approach is both developer and user friendly, which is one of the reasons for Elasticsearch's popularity.         Elasticsearch is a free and open source software with a solid company behind it — Elastic. This combination makes it suitable for use in anywhere from personal testing to corporate integration.       >>  To get complete installation guide click here.

OpenCV Programming in Python Language Tutorail

>> Click Here To Start Learning With Example

How to Install OpenCV 3.0 and Python 2.7+ on Ubuntu

The tutorial you are reading now covers how to install OpenCV 3.0 with Python 2.7+ bindings on  Ubuntu 14.04 . This tutorial  still works perfectly .   >> Click here to view installation steps B ut if you want to install OpenCV on the newer  Ubuntu 16.04  with OpenCV 3.1 and Python 2.7 (or Python 3.5) bindings, please use this freshly updated tutorial: >> Click here to view installation steps  

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 click here.

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       [D]    To install JDK 6, use the following command:               sudo apt-get install oracle-java6-installer 3) For detail information click here

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

What are the benefits of using DSpace?

Getting your research results out quickly, to a worldwide audience  Reaching a worldwide audience through exposure to search engines such as Google  Storing reusable teaching materials that you can use with course management systems  Archiving and distributing material you would currently put on your personal website  Storing examples of students’ projects (with the students’ permission)  Showcasing students’ theses (again with permission)  Keeping track of your own publications/bibliography  Having a persistent network identifier for your work, that never changes or breaks  No more page charges for images. You can point to your images’ persistent identifiers in your published articles. What can DSpace be used for? DSpace can be used to store any type of digital medium. Examples include: Journal papers Data sets Electronic theses Reports Conference posters Videos Images

Top 20 Common HR Interview Questions And Answers

1. Tell me about yourself. This is probably the most asked question in a interview. It breaks the ice and gets you to talk about something you should be fairly comfortable with. Have something prepared that doesn't sound rehearsed. It's not about you telling your life story and quite frankly, the interviewer just isn't interested. Unless asked to do so, stick to your education, career and current situation. Work through it chronologically from the furthest back to the present. 2. Why are you looking for another job (or why did you leave your previous job)? On the surface, this appears to be a simple question, yet it is easy to slip. I would suggest not mentioning money at this stage as you may come across as totally mercenary. If you are currently employed, you can say it's about developing your career and yourself as an individual. If you are in the unfortunate position of having been downsized, stay positive and keep it brief. If you were fired, you should