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

Search In

Finding a Substring in a String

 Hello reader's in this blog we will discuss finding the substring in a string. When you want to find out a particular series of character in a string we use indexOf method to find out our character. The indexOf() method will find out the p

How to use predicates in android or java 8 ?

Do you have lots of data of an employee and you want to filter it without using database query then you can use predicates that also provides you queries on beans or model class. Basically predicates comes from predicate function that returns true o

Use of array_reverse() function in PHP

Hi Reader's,  Welcome to FindNerd, today we are going to discuss use of array_reverse() function in PHP. This function is used  to reset the index of elements and returns the reversed array.array_reverse() function accepts array as a a

How to change the default svn username and password to commit the changes?

Sometimes your SVN is configured with your own svn-account, but some changes in your code are to be commited from some other person's svn account. This commit could either be a one time operation or permanently the svn account might need to be c

How to check a valid phone Number by javascript?

Hello readers, in this blog we will discuss how to check a valid phone number in the form. Sometimes you need to add the validation for the phone number which requires a certain format.   We have to access the value which is in the form field

Fisher-Yates Algorithm for Array Shuffling

Hi there, Here in this blog I am going to provide Java implementation of Fisher-Yates Algorithm for array shuffling. Fisher–Yates shuffle algorithm as named after Ronald Fisher and Frank Yates. It is also known as Knuth shuffle.

How to use Image Slider functionality in android?

This tutorial will guide you to implement Image Slider functionality in your project through a simple library. We will complete this tutorial using following some steps.   Step1- Introuduction An Image Slider is an android feature in which we

Installation of ionic 2.

Hello Readers, We can create apps with ionic2 very fast as ionic1. To create a ionic project first of all we need to install ionic2 beta version SDK via CLI.   $ npm install -g ionic@beta   Important : First of all we need to install

Read CSV data using Java

Hello In this blog I will give a demo about how to read CSV data from a file. For this purpose I will use Opencsv library. Opencsv  is a very simple csv (comma-separated values) parser library for Java. You can download  the binary and so

Use of Streams in NodeJs

Streams are objects, which are use to read/write operation from or to a file. There are four types of streams. Readable -  used for read file. Writable -used for write file. Duplex - used for both read and write a file. Transform – Its

1 568 633
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: