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

Search In

Use of all_of function in C++

all_of function is used to test condition on all the elements in a range[first,last), it will return true if the test condition is true for each and every element in the range or if the range is empty, else it will return false. Function Prototype

What is CSS Gradients?

CSS  Gradients:- CSS3 gradients let you show smooth moves between two or more determined colors. CSS3 defines two types of gradients: Linear Gradients (goes down/up/left/right/diagonally) Radial Gradients (defined by their center) Linear

How to install MySQL workbench ubuntu 14.04?

Install MySQL workbench ubuntu 14.04 Hello friends, today I am going to tell you how to install MySQL workbench on Ubuntu 14.04 LTS. Follow the steps below: Go to  http://dev.mysql.com/downloads/workbench/       Now downlo

How to show google maps inside bootstrap tabs

Whenever, we want to show google map inside bootstrap tab, it works fine as far as it is needed to be shown inside the tab which is set "active" by default, usually first tab is set active and its content is shown visible by default.  

FINDNERD Logo Using CSS

Hello, readers In today's blog , I have tried to create website logo i.e of “FINDNERD” by simply using CSS properties over it. As looking over the logo first we need to create four circles and setting their position to absolute. For

Help with Python Drills

// Have several things that you want to change into something else? Reduce it const fullNames = [["s", "peter"], ["p", "athena"]]; // -> ["Peter S", "Athena P"] const scores = [34, 33, 1, 0, 99, 123]; // 48.33 // with full names (from above) ->

Forming Tree structure in cakephp

Sometime you may need to form a tree structure from the values of the database table. For Ex- You may need to form a hierarchy of categories and subcategories like this: My Categories Fun Sport Surfing Extreme k

Springs Annotations

Springs Annotation: Spring provides a mechanism where it can automatically handle the injection of properties and referred objects without defining them in xml files by using Spring Annotations. Listing them below: @Autowired @Resource @PostConstr

Springs Annotations

Springs Annotation: Spring provides a mechanism where it can automatically handle the injection of properties and referred objects without defining them in xml files by using Spring Annotations. Listing them below: @Autowired @Resource @PostConstr

Arrays in C#

Array in C# works as it works in any other language except few differences. When we declare an array we must use a square bracket ([ ]) after the data type. int[ ] number Unlike c arrays, in c# size of array is not part of its type. This allows u

1 3 12
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: