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

Search In

How to define Strictly Type Casting in PHP

Variable declaration are the weak part of type casting in PHP, therefore we call PHP as a weak and dynamic. PHP7 has introduced an addition optional feature for each file, we can set all function calls and return statements with in a file, 

Difference Between Generalization and Specialization

The process of extracting common characteristics from two or more classes and combining them into a generalized superclass, is called Generalization. The common characteristics can be attributes or methods. Generalized process is taking things fr

Javascript Loop Optimization

JavaScript is a client side programming language, and if JavaScript will take a lot of time for computation. It will not only affect the performance of our application but also can hang the browser. So here in this particuler blog we will learn how w

Get data from two tables from parse database in iOS app

If two tables are connected through pointers, we can get data from both the tables using "include" key. For example- There are two tables "Task" and "Task_Detail" and a pointer of Task_Detail is added as a column in table Task with name "detail". Us

Compare content of two arrays

Many times we face a situation where we have to assert the content of two tables in a web-page. The best solution of this problem is that we first put the content of both the tables in an array and then compare the content of these two arrays.  

Hinge joint and Fixed joint in Unity3D

Hinge Joint in Unity3D The hinge joint in unity is basically used to connect two rigid bodies. When there is a need to constraint the movement of an object then we require to add hinge joint on it. For eg - Door,Pendulum. In this we restrict the m

Compute difference between two arrays in PHP

This article defines an array function of PHP, which is used to find the difference between two arrays. The details of function are given below : array_diff() : array_diff() is used to compare two or more arrays to find the difference. The function

wp_list_filter wordpress function

Welcome to Findnerd. In a series of word-press functions, today I am going to discuss the word-press function wp_list_filter. It's working as per the name. If you want to filter an array or a list then it can be a beneficial one. This function w

How to load a html page inside another web page using Javascript

If you have two html pages and you need to load one inside of another then using Javascript you can easily perform this action by 'load' syntax: Lets consider two pages one.html and second.html one.html will go like this <html> <head>

Program to count no of words from given input string.

// C++ program to count no of words from given input string. #include <stdio.h> #define separator 0 #define word 1 unsigned countWords(char *str) // returns number of words in str { int state = separator; unsigned wc = 0; // word count w

1 7 187
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: