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

Search In

IPV6 Routing

  Router is like a device or gateway which is used to send data form sender to the receiver end in the optimum way.   For doing this the router will share the details of the nodes in the network and the neighbour routers if receiver if f

IPv4 - Subnetting

  Each IP address have subnet mask which contains the boundaries for that address and associate it with the particular class .   The Subnet mask is changed accordingly to reflect subnetting. Given below is a list of all possible combinat

  • 2.07k
Types/Sorts of Beta Testing

Types/Sorts of Beta Testing:- There are a wide range of types of beta tests and each of it has distinctive sets of difficulties, objectives, and advantages. Any individual product/item test is likely contained these :-   Sort/Type of the

Get HTML element using class name or Id in AngularJS

Hi All, In this blog we will see how easy is to get HTML element in AngularJS. We many a times stuck in situation where we need to get HTML element that are not bind to AngularJS Model. Here is quick and easiest way of doing that. Using Class Name:

How to add click event on marker in Google Map?

I was facing issue while populating markers and adding click event on them. When the user clicks on a marker I would like it to send the user to different webpage. For example: If marker represents home page, when you click on this marker it will tak

Getting current row after insertion

While writing insert or update queries in the SQL server, we need to use the predefined functions of the SQL to get the current inserted or the updated record in the table.   For this we use the function called the scope identity for getting t

  • 320
How to shuffle an array

Hi all, Shuffling an array means randomly re-arranging the content of an array .Shuffling algorithm can be used in many places now days like in card games, music player , media player etc. Shuffling of an array can be done in two ways. Using Gam

Methods in REST approach

REST (Representational State Transfer) is based on resources and actions. A resource can be an URL referencing a object or any entity on which we want to perform action for example: /listUser or /searchUser. Action can be one of the following:  

Count the number of matching characters in two strings

There are different ways to compare two strings in PHP whether by using built-in functions like strcmp or strcasecmp of PHP or using equality operator(==). None of these methods return the number of matching characters in both the strings. This arti

Cumilative sum in SQL

Displaying running totals is a common request, and there is no straightforward way to do so in SQL.     The idea for using SQL to display running totals similar to that for displaying rank: first do a self-join, then, list out the result

1 139 363
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: