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

Search In

Implementation of Singly Linklist in C

Singly Linklist:- Hii Friends, The Below code will show you how we can create singly Linklist in Data Structure using C. we can simply create the singly linklist using the pointers and malloc function to insert and delete element dynamically. #inclu

Chapter 2: Rotate a object about it’s axis using force in unity 4 /5

In unity physics plays a very important role .So to make the object rotate real and affected by force. We have to set the physics of unity 4 engine manually.If you are using unity 5 then things goes someway different. Unity 4 Users: To achieve the

How to Send e-mail Newsletter as Per Recipient's Time Zone

  eMail newsletter sending to different users all across the globe is an effective eMail marketing campaign to engage huge amount of users with your product

How to convert given digits to words using PHP

Hello Reader's! If you have given digits of number and you want it to convert into words for example 76 will be converted as seventy six and 102 will be convert as one hundred two Lets see the function below:- <?php function digittiwords($nu

Menu in .NET

While designing webpage there are scenarios when you want to create menu for navigating different pages from a single page. Sometimes you have situations when you want to build these menus horizontally and sometimes vertically For doing that yo

.empty() vs .remove() vs .detach() - jQuery

.empty() : All the child element of the matched element are removed by this method i.e the element will not be removed only the content of all DOM elements in the matched set are removed. .remove() : This method removes the matched element

AJAX Toolkit in .NET

AJAX stands for Asynchronous JavaScript and XML. It is a cross browser based thing that reduces the response time or you can say postback. These controls add script on the page that will be executed by the browser. The ScriptManager Control <

String function in C

While working with character and strings we need to use predefined string type functions for making our task easy and efficient.   Function Work of Function strlen() Calculates the length of string strcpy()

Merge Sort in C

It is based on Divide and conquer approach. We first partition the list and then sort it and after sorting we combine the final list or array It is being merged and sort using the merge sort algorithm.           This

Sort and align duplicates values on the same rows in Excel or Google Spreadsheet?

Hello friend, I found this interesting question on reddit so after answering their I thought to share this with you here doing sorting and align duplicates in excel are both different lets discuss this one bu one separately.   1. How to s

1 203 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: