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

Search In

Strings in C language

String is a collection of characters in an array.It is terminated by by \0 (null character) There are two ways to declare string in c language. 1)By char array declaring string by char array is as follows: char ch[10]={'e','v','o','n', '\0'};

How get user input on same xml. Layout in android

 In the below example I have created a demo page for user input. Here when user will enter name and phone number then user name and number  will show on same page. Here I have created first Relative layout then in relative layout added Edit

How to extract audio from Video using iOS sdk

This is how we can extract the audio from Video : First import the video from libaray using imagePickerController delegates methods.  - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictio

Form inputs in Ionic Framework

Hello Readers, Ionic Framework provides some form inputs. These are same as HTML inputs but their styling is different from HTML inputs and we can customize them as required. Forms inputs in Ionic Framework are as follows: 1. ion-checkbox : These

What is the difference between .empty(), .remove() and .detach() methods in jQuery?

Hello Readers, In this blog we define the difference between .empty(), .remove() and .detach() methods in jQuery: .empty(), .remove() and .detach() all are jquery methods and all are used for removing elements from DOM but they all are different me

How to resolve Http 400 Bad Request while authenticating with ONVIF camera

The main point while authenticating with Onvif camera using Onvif wsdl is to create our custom behavior class and pass the camera credentials using that class. Here, below is the code for custom behavior class.   Adding namespace: using

Creating Custom Scope in Spring

Using Custom Scopes, we can define new scope as well as modify the existing scope. Custom Scope is useful for following scenarios- creating a bean scope where beans can be shared between servlet contexts creating a bean scope where beans can be s

What is method to compare two text strings in PHP

Hi Reader's, Welcome to FindNerd, today we are going to discuss What is method to compare two text strings in PHP There are two method to check two string In php. 1: "==" Operator 2- "strcasecmp() method"   Let explai

How to get smallest key from an array using JS

Hello Reader's! if you have to get the smallest number from the array, Then you can use the JS for short calculation. And here is the example:- Lets say the array is [0] = 54.25 [1] = 536.2 [2] = 100.2 Now make a function and use the Math.min.ap

How to compare two dates using Javascript

On using the javascript technology you can perform the comparison operation very quick in real time. In this case we will see how to compare two given date:- var DateOne = "1991-10-10".split('-'); var DateTwo = "2005-09-01".split('-'); var firstDa

1 397 481
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: