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

Search In

Travelling Salesman Problem

Hello!!! Travelling Salesman Problem is for finding the shortest possible root that visit every node in the graph and return to the origin point. It is used to find the shortest path. For example:- In this graph, Their is many way to reach the sta

NodeSource N|Solid Version 2.0 Features Revealed for Node.Js Programmers

NodeSource has launched N|Solid 2.0 as its leading product after the success of Node.JS. N|solid is a leading product of Node.JS which is designed to deliver a stage for the exclusive needs of various industries in order to achieve reliable and secur

How to Implement ofstream of high.txt File in C++

I want to output a score in a file high.txt that is highest among the previous score (It is actually a guessing game) but everytime i run this code it outputs 1 as the highest score (it should be no of time i guess for example if i guess the random n

How to Display Power Set of 2 Sets of Fibonacci Series n and m?

Firstly the Fibonacci series is 1,2,3 not 5,8,2 it is not getting corrected. Secondly the correct power set is not getting generated. In the last is I want to generate two Fibonacci series of n and m (they can be same) and generate the power set of t

Check Network Availability on android

We know that It’s not possible that our android device should be always connected with a network. It might be a situation when we would not connected with any network, So to check it whether we are connected with any network or not. We check it by

Javascript length property

Javascript length property is used to find out the length of characters or it may returns number of elements in an array Every Character gets counted in this property. JavaScript Array length Property The length property returns the number of eleme

Translation module in drupal

If you have to add a multilingual feature in your drupal site then you can use 'Lingotek Translation' module. It provides machine translation as well as human translation for content type, fields labels, built-in terms, messages and for all keywords

C Preprocessor directives

The preprocessing of C source code is done before it is compiled by the compiler. The Preprocessor directives are the command used for preprocessing which starts with "#" symbol. The list of preprocessor directives that C language offers is given bel

Send HTML email in php

Hello reader's we discussed about "Send HTML email in php". In this code we use Html tags in the " $message " for the better user interface. example: " h1 " tag for heading and " p " tag for paragraph (write a message). Hence You can use all HTML ta

How to send mail with multiple CC using PHP

Hello Reader's! If you want to send the mail to multiple CC or BCC then you just have to put the emails separated by coma. Lets see the example below:- First create and string with coma separated cc emails:- $cc = 'abc@gmail.com,zye@yahoo.com.test@g

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