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

Search In

Difference between Array and Structures in C

ARRAYS 1). An array is a collection of homogeneous elements. 2. An array is a derived data type. 3) Any array is like a built-in data types. All we have to do is to declare an array variable so that we can use it. Example of Array to find the sum

How to get Table and Field Information of MySQL database?

To get the table and field information of a table in MySQL using PHP we will follow the steps given below: Make a connection. Select a database. Find the number of fields using the mysql_num_fields(). Then we will print the type, name, length, flag

C issues with Xcode.

Hello Guys/Gals, I went to a 4 day C programming course in which I learned using windows. Now I'm using Xcode on my own MAC. I'm trying to practice some of the things I learned but having some small issues with Xcode. I wrote this C program to prom

convert letters to digits and get all combinations

I have letters in a string, I would like in result get all possible sets of those letters and convert them to numbers, each set should use all numbers, each number can occur only once in a set. numbers automatically should increment until 9. and outp

Problem in Drupal 6 after updating PHP version from 5.3 to 5.5

Drupal 6, Fatal error: Cannot redeclare class view in /var/www/html/mysite/profiles/drupal_commons/modules/contrib/views/includes/view.inc on line 19 I had a working website in Drupal 6 and with PHP 5.3.5. But after updating my PHP version to latest

How to catch activities in foreground/background using ActivityLifecycleCallbacks?

To catch the states of every activity in our android application we have to implement ActivityLifecycleCallbacks. ActivityLifecycleCallbacks will have different override method as onActivityCreated, onActivityStarted, onActivityResumed, onActivityPau

Android App Development Required for Personal Exercise Diary Application

I have been exercising for years, using an excel-based diary to see how far I have been going. I've bicycled a distance from my hometown in Norway to Moscow, via Kiev and Chisinau through Europe, across Crete, then from Metulla in Israel around

Top 8 Advantages of Outsourcing iPhone App Development

App development has become a necessity for every business now. With all businesses opting for developing apps to increase their business revenue, app development has gained great momentum for all platforms. iPhones offer a platform that is trusted by

Getting Error When Trying to Pass JSON PHP to JS with Ajax!

Hey, I'm in desperate need. I have made a JSON object with PHP named userAuth and I am trying to pass it to a JS file with Ajax, here is my PHP code (auth.php):   $userAuth->access = 1; json_encode($userAuth);   Here is my JS (

Help Me Understand Hangman Game Breakdown in Python

My question is with regards to the below code its a hangman game. I got this code online and trying to reverse engineer it so i can understand it better. My question is specifically regarding two lines , i need to understand the individual line and

1 80 720
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: