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

Search In

What is Linux Loader?

LILO: Linux Loader is the traditional boot loader and it is perhaps still used in servers that run Linux as their Operating system. Grub or the GRand Unified Boot Loader replaced it as the 'cool' and secure alternative.   LILO has a co

Looking for SQL, NodeJs and PHP Programmers to join Our Startup

We are looking for programmers that know SQL, NodeJs and PHP, as well as web designers, to join our startup. Requirements: - Applicants must be able to take initiative when it is needed - Applicants must be creative  - Applicants m

Chapter 3: Jquery Selector

Hi All, In this chapter we will learn about the selectors, Before the selector, we should know about the factory function-   $() factory function - The factory function is the functions from which the jQuery selector starts and they are dolla

Why to use tuples if we have Arrays in swift language and How it is different from Structures?

Hi Readers, Before Moving ahead with the Topic,Lets us Briefly have a overlook what actually a Tuple is: * In very simple language: A tuple is a group of zero or more values represented as one value. For example ("Pen", "50") holds the P

Email Protocols

Email is very basic functionality that we have now a days.   We email data or media to someone for viewing it , and for doing this protocol needs to be used.   We use the mail server for mailing to someone or accessing our mails so we h

  • 499
Selenium WebDriver Waits

Different types of Selenium WebDriver Waits:   Waits helps the user to solve the issues which comes while redirecting to different web pages, by refreshing the web page and reloading the new web elements. At times there can be Ajax calls as we

Registering Service using value in angularJS

A service is created by a service factory and service factories are functions which are created by a service provider(constructor function). When instantiating service provider, there must be a property named $get, which holds service factory logic.

Arrays in Ruby and its uses

Welcome to Findnerd. Today we are going to discuss arrays and its uses in Ruby. We use  arrays in Ruby in the same way as we use in other programming languages. We all knows array is nothing but an ordered and integer based indexed collection of

Diffrence between echo and print in PHP

Hello Readers! You might have heard these "echo" and "print" statement in PHP many times. So here we will understand now what is the exact difference of these two words. Both echo and print are used to output a statement. Below are the some basic d

Loop’s(Control statement ) in Swift

For loop: In swift there are two types of for loop: 1: for-in loop for-in loop with Array: let myIntArray = [ 10,20,30,40,50,60,70]; var index = 0; for value in myIntArray { println(" MyIntArray[\(index)]=\(value)”); } for-in loo

1 17 1595
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: