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

Search In

Linear Search in C

For doing search in C we use linear search a very simple and common searching process used for finding elements inside the array.   Linear search is also called as the sequential search.       Linear Search Algorithm Lin

  • 574
How to get time intervals in hours between start time and end time in objective C

If we want to get the time intervals between the start time and end time then use the following code- it will return the array of hours according to the start time and end time. + (NSMutableArray *)getTimeIntervals:(NSString *)startTime andEndTime

How to make my angular js function to run only one time?

I have this plunker.How to make that function to be executed only one time ? The code is:   <!DOCTYPE html> <html> <head> <script data-require="angular.js@1.1.5" data-semver="1.1.5" src="http://code.angularjs.org/1

How to set RectTransform Right, Left, Top and Bottom value via script

One can easily change RectTransform right,left,top and bottom value using script in this way :- object.GetComponent<RectTransform> ().offsetMin = new Vector2 (0,-1);//left-bottom here "0" indicates Left value and "-1" ind

Use of const keyword with pointers

//============= A simple program to demonstrate the use of "const" keyword with pointers================== /* * By => Bipin Gosain * Date => 17/4/2016 */ #include <iostream> int main(){ using std:: endl; using std::

Social Icons With Hover Effect Using CSS

Hello readers , In today's blog we will discuss about the Social Icons .   As we all are linked to the social media which help us to communicate over a vast social network and we can even share video, images, documents, file etc over it am

jQuery not() Method

In jQuery not() method,  we set a  criteria. Elements that match the criteria are expelled from the selection, and those do not  match will be returned. Below is the syntax of jquery filter method:- selector.not( sele

What is HAML?

HAML(HTML abstraction  markup language) provides an elegant syntax which is easy to understand, maintain and use. It is introduced by Hampton Catlin with its initial release in 2006, it is used for making HTML simpler, easier and cleaner. It

Cross fading images with the help of css

We have seen in many image galleries  and in many websites that when we take our cursor into the image it gets faded out and other image come in its place , this effect is called cross fading image effect. we can achieve it by simply using css w

Difference Between String or System.String and System.Text.StringBuilder

The difference between System.Text.StringBuilder and string or System.String System.String and string keywords are the same, and you can use whichever naming convention you prefer. Essentially, string keyword is an alias for System.String class. Str

1 81 949
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: