Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Login with linkedin in php

Follow the below steps in order to use the linkedin API. Go to the Apps page at LinkedIn Developer Network and login with your LinkedIn account credentials – https://www.linkedin.com/secure/developer Click on the Add New Application link for create

Binary serach in C

Binary search as the name suggests mainly concerns with the searching of elements which are already in sorted order.   For binary search we need few things to consider     Mid Point  is find by the following way   m

Data Structure in C Array

Array is a homogenous container of items for storing and retrieving data. Most of data structure use array for its implementation. Following are important terms to understand the concepts of Array. Element − Each item stored in an array is

  • 226
Functional Programming in Cakephp

CakePhp supports functional programming. Functional Programming in CakePhp is a criterion as are crucial, logical and Object Oreinted programming. In CakePhp everything resides inside a function, in the mathematical sense. The consequence o

The Speech Recognition

Hello everyone, HTML5 , javascript provides Speech Recognition API,with the help of the API the user can talk with the browser without the using the keyboard. Html 5 provides voice search option like in google IE and chrome.It uses&nb

JAVA program to calculate compound interest annually, semi-annually, quarterly, monthly and daily

problem : a Java program interest.class that calculates the total interest income on amount Taka 5 Lakhs in a period of 10 years. Show the results for simple interest, compounded interest when the compounding is done annually, semi-annually, qua

Set Alarm Using TimePicker in Android

This tutorial will help you in creating an android application to set alarm using TimePicker. This is a basic android tutorial which will make you familiar with Intents , Pending Intents and BroadcastReceiver. Step 1: Create an android Project

How to get SMS from an Android Device programatically

To get SMS conversation from an Android device we will use following code: ContentResolver contentResolver = getActivity().getContentResolver(); Uri uri = Uri.parse("content://sms/conversations/"); Cursor cursor = contentReso

UISearchBar with TableView in iOS

How to use UISearchBar with TableView in iOS If we have a huge list of items and want to search a item from the list then we use the UISearchBar with TableView and the item will be displayed in the table which have the matching value with the search

How to send HTML email in PHP

In today's world of internet, Email become one of the most popular and demanded service. Email become a necessary part of web development, email can be generate and send on different events such as registration of new users, activation of accounts on

1 2 4 8
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: