
Search In
"I put that all behind me," McCain said. "I put all that behind me. For me to get back in anger at anyone is non-productive. Our country was divided in an almost unprecedented fashion during the Vietnam War. And when I came home I was shocked. So I h
Program to sort elements in Ascending Order using Selection Sort in C language
Selection Sorting
Definition:- It compare the array of number with the rest of number in the array list & takes the selected to the top of the list & again compa
In the below example I have created a ListView in ListView I have added title, subtitle and image. Here first I have added ListView in activity_main.xml layout, then I have created new list_item.xml layout here I have created RelativeLayo
Send Community Perspective submissions by mail (P.O. Box 70710, Fairbanks AK 99707) or via email (letters@newsminer.com). Submissions must be 500 to 750 words. Columns are welcome on a wide range of issues and should be well-written and well-research
Segmenting of an Image can be done by applying different parts of a texture to Quads.
This can be done by mapping different UV vertex points of an image with a Quad or any other 3d object.
Following script demonstrate the Segmenting of an Image wit
V8
V8 is a Javascript Engine which is used to increase the efficiency of javascript code during the web browsing. It is an open source and can be used for the clients as well as the server side. Google chrome and node.js are the main examples of V8
In below example, I am calculating the distance between center of Mumbai City to Pune.
Using geolocation we get current location and monitor it using the watch position method. On this type we will be calculating the distance between starting positi
In the below code I have created a spinner, when you add your name or text in edit text box and press Add Button your text data will be save on Spinner. Here first I have added a EditText, Button and Spinner with in activity_main.xml layout. In
With API becoming so popular these days thanks to SPA base applications, it was also required to keep these APIs secure. So the most popular of securing api's is token based authentication, whose flow is little bit like this:
1. In the browser
A generator is the simple and an efficient way to write your code in the form of the iterator.
PHP generators is the simple way to write your code that use the foreach loop to repeat your data set of array, without building that array in the memory,
