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

Search In

memcpy() in C

memcpy() This method as the name suggest memcpy() i.e memory copy is used to copy a number of bytes i.e a block of memory from one location to another location. Syntax of memcpy(): void * memcpy(void *to, const void *from, size_t numBytes); Pro

How to call previous form method in window application C#

Sometime there is a situation where we have to call previous page method after completing the current page process. This is usually required when we open the page in Dialog box. Here below is the example of this.In this example, I open the 2nd form i

Converting a given string to SHA1 hash using c#

SHA1(Secure Hash Algorithm 1) is an encryption type which is useful while saving password and other information which we want to keep secured. Here is the sample code of converting a string to SHA1 hash. public static string GetSha1(string value)

Show background transition effect on hover

If you want to change width and height to the box and show the content after a transition on hover, below code will help you. We can easily use the transition property and change the width and height to the div, for this first we will create the con

Cloning and freezing objects

Suppose we have an object and that object is assigned to two different variables. Now if we make any changes to one variable the other variable's will automatically change. For example Obj_1 = [1,2,3] obj_2 = obj_1 obj_2 << 4 p Obj_1 p

How to get difference between two or more arrays in PHP?

Hello friends, Today we learn how to find out the difference between two or more arrays. Difference between two or more arrays can be based upon key and value of arrays. PHP provides following functions to fulfill the same: 1. array_diff() Fun

Difference between Angular 1.x and Angular 2.0

Angular 2 is different from Angular 1 as it is written completely in Typescript and includes the ES6 specification. As it is not updated version of Angular 1.x so it is rewritten and has many changes. Component based Programming: Angular2 is compone

Adjust the height of labels location and autosize to content

I create a user control. i have label (labe1, label2, label3). this labels have auto size property to false, and the user control scale base on the combine height of the three labels.  My problem is the height of the labels work fine but their

jQuery Traversing

Traversing means to select HTML element on the basis of their relationship with other elements. Begining with one element we move through the DOM(Document object Model) untill we achieve the element needed. As we shift from one element to another in

Creating ensure Index in Mogodb

Creating Indexes in Mogodb- ensure Index and get indexes then verify Hello readers! Many time we get stuck with the query How to Creating Indexes in Mogodb, ensure Index and get indexes then verify? Here below is the simple answer for this query- I

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