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

Search In

Unwinding Stack in C++

Unwinding Stack in C++ Stacks are Last in First Out(LIFO) data structures i.e item last inserted is the first one to be out. C++ perform function calls using stack data structure.The function Call Stack is used for function call/return mechanism as

Anonymous function in php

Anonymous functions, is a function that allows the creation of a function without any specific name. We can use it as follows: 1-Assign it to a variable, then call it later using the variable's name. 2-We can store an array of different anonymous

How Web Developers Can Avoid Common SEO Errors During Development

SEO process not only starts after the website is live by the SEO experts, however there are certain other parameter which every web developer should know to avoid some of the SEO errors during the tim

How to highlight a div using Javascript

Hello Reader's! If you want to make a html page that based on user activity, As user clicks on div then JS will make that div highlight. Let's say our div is - <div tabindex="0">Hello World</div> Here div with tabindex of 0 will put

How to create Pending Intent function in android

If you want to create a pending intent function check my below example. Here I have created MainActivity class and MyReciver class to show get data and in this class I have used toast function. Below code will clearly described you how to create Pend

When, What & not to AUTOMATED?

QA plays a crucial part in product quality and product delivery. In agile development procedure like scrum, QA needs to work in highly flatten verification execution cycles. One of the provocation the QA engineer's face is that the coding that was do

Scalar types in php

Welcome to Findnerd. Today we are going to dicuss the strict typing mode and weak typing mode which is introduced in PHP7. strict typing mode is not activated by default. You need to activate it via declare like this declare(strict_type=1); It s

Difference between UnBound Service, Bound Service and Intent Service

Here I am writing few differences between UnBound Service, UnBound Service and IntentService. UnBound Service: 1.Basically used for long repetitive task. 2.startService() is the method use to start unbound service. 3.stopService() is the method

array_pad function php

Welcome to FindNerd. Today we are going to discuss the function array_pad which is used to build another array by specifing the size of the array and value to be added. You can take an example for the same. Please have a look. <?php $base_arr = a

Finding max and min value in an array using javascript

To find the maximum and minimum in an array we can use Math.max and Math.min function that returns the largest and smallest of zero or more numbers. Syntax : - Math.max([value1[, value2[, ...]]]) Using apply,you can choose your own context. Apply

1 180 949
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: