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

Search In

How Git store its files

In my Last Blog (init git) I metioned how to initialize git repository, Now lets see what git init did and also understand where git stores its files to do version control on our project. On terminal use the UNIX ls command to list what's in the d

Converting a Decimal to a Hexadecimal Value

Hello readers in this blog we will discuss about the conversion of a decimal into a hexadecimal value. In this case if we have a decimal value. we have to find its hexadecimal equivalent, we use the Number object’s toString method :- Syntax:-

C programming encrypting a message

Hey guys, i am a C programming beginner and looking for help urgently. I need to Write a function to encrypt a message given as a string input using the given encryption key. The function should output the encrypted message as a string to encryptedM

Formatting jQuery date picker

Sometime you may need to use the jQuery calender in some project. you writes the following code: jQuery( ".in_time" ).datepicker(); and it gives you: 1- if you need to show all the dates which are previous to the current date: If todays date is

How to overload the action Method in ASP.NET MVC

In this article we will see how to overload the action Method in ASP.NET MVC. Overloading is the scenario where we have two methods with the same name but different signatures. At compile time, the compiler finds out which method it is going to cal

Get Date Interval in iPhone

Compare two dates to get number of days without calculation. 1 day = 86400 seconds.. NSDateFormatter *dateFormat = [[NSDateFormatter alloc] init]; [dateFormat setDateFormat:@"EE LLL d,yyyy"]; NSString *dateStr = @"Tue Dec 17, 2013"; NSDate *date

Error in SoapFault from Webservice

If requirement is to show the error in SoapFault from Webservice, you can use below code. Just pass the faultMessage to the method and it will return the SoapFault: /** * Soap Fault return in case of error * @ chandan Dec 17, 2015

decodeURI() function in JavaScript

JavaScript decodeURI() function : The decodeURI() function is used to decode the encoded URL. Syntax of decodeURI() function : decodeURI(uri) uri : Required. This is the encoded url which need to encode. Example of decodeURI() function : Foll

decodeURIComponent() function in JavaScript

JavaScript decodeURIComponent() function : The decodeURIComponent() function is used to decode the encoded URL components. Syntax of decodeURIComponent() function : decodeURI(uri) uri : Required. This is the encoded URL which need to encode.

Updating a file and adding it to repository

Previous Git Blogs Intialize git repostiory First Commit Two tree architecture and Three tree architecture Best basic practices for writing commit messages Viewing the commit logs Git Basic WorkFlow What is HEAD pointer in GIT Git Configuration V

prev 1 3 8
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: