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

Search In

Pointers in C

Pointer in C are used to store the reference of the variable not its value.   Everytime we declare a variable its reference is created in the memory somewhere and when it is accessed that variable memory address is fetched for retrieving it.

Hash Table in C

Hash table is data structure to store or retrieve data in key value pair format. So it is like a table where key and value pertaining to that key exists . So, it is an efficient way of mapping and accessing data.   [key 1] -> Data 1 [key 2

  • 166
The OSI Model

The OSI Model   Open System Interconnection (OSI) reference model has become an International standard and serves as a guide for networking.     This model is the best known and most widely used guide to describe networking envi

  • 103
Exterior Gateway Protocol

Exterior Gateway Protocol   EGP is a standard protocol. It is used mainly for the data that needs to be sent outside of the network.   The Exterior Gateway Protocol is the protocol used for exchange of routing information between exteri

  • 185
Hybrid Topology

In a computer network, there are links and nodes, which help workstations connect to each other. Such a pattern is referred to as a network topology.   It is divided into physical topology and logical topology. When one is talking about the

  • 424
Star Topology

 Star Topology In this type of network topology, all the nodes are connected individually to one common hub. The transmission stations are connected to the central node in such a manner that the design resembles the shape of a star, and hence,

Web Server

  A server in a web is like a repository which holds the details of associated to your request, we use HTTP for making request and generating response.     The web server can be called to a device a terminal that provides the poten

  • 147
Use of ng-cloak in AngularJS

Hi All, When we use AngularJS in any of our page, while rendering it on browser we happen to see flicker in HTML with uncompiled raw html. And once the AngularJS is compiled then it will show the compilled output. To avoid this flickering we can use

create element with dynamic id on click event with jquery

If you want to create multiple elements with dynamic id on click of button or an HTML element see below program for reference. /* The following html/jquery snippet will create multiple input boxes with dynamic id on clicking an individual element. *

Chapter 2: What is Angular Js and Directives with example

Angularjs is a javascript library which is perfect for single page application(SAPs). Angularjs is nothing just a javascript library which extends HTML with new markups. Single page application are those web application which will load a single web p

1 170 287
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: