
Search In
There are two ways to find current location (lat,long) of device : Using CoreLocation framework OR using Mapkit framework.
Here's how to get the location using CoreLocation framework :
1. Import CoreLocation/CoreLocation.h in h file of view control
It is based on Divide and conquer approach. We first partition the list and then sort it and after sorting we combine the final list or array
It is being merged and sort using the merge sort algorithm.
This
PEDOMETER
Hello All ,
As health concerns are growing up here comes a basic idea how to create a pedometer app, This blog will guide to create a pedometer and manipulate its setting to get the accuracy of foot steps, you can also
How can I divide an circular array into k group of contiguous element such that difference between maximum sum and minimum sum is minimum. Each group have contiguous element of array.
For e.g If the array is as follow.
[6 13 10 2] and k=2 then o/p s
PHP offers a host of built in functions that we can use for sorting arrays. These functions allow us to sort arrays by key/value or ascending/decending order.
a: an prefix a, to function means the function sorts by value but maintains the associati
In PHP if we want to replace all underscore connected letters to upper case then we can use the php function called "preg_replace_callback" .
For example if we have string "kp_o_zmq_k" then the output becomes "kpOZmqK".
Program to sort elements in Ascending Order using Insertion Sort in C language
Insertion Sort
Definition:- It is a sorting which sort one number at a time & insert to its proper location in the array list until all the numbers are sorted from
I have found this cool plugin (https://github.com/aceangel3k/Spine) for using Spine animations (http://esotericsoftware.com/) in ImpactJS (impactjs.com). But this plugin has a lot of bugs mainly scaling of child bones to parent bones.
Can You pleas
Добрый день.
Вопрос, помогите, на работе дали задачу снять капли воды в фонтане, поискав нашел много высокоскоростных видеокамер от бытовых до профессиональных.
Характеристики съемки нужны следующие: 1780 x 1200px, 21600 кадр/с, 38 мкм. Нашел неск
Hello friends,
The following code can be used to show the videos stored in gallery:
UIImagePickerController *imagePicker = [[UIImagePickerController alloc] init];
imagePicker.delegate = self;
imagePicker.sourceType = UIImagePickerControlle
