How to backup mysql database using phpmyadmin


How to backup your mysql database using phpmyadmin. This will apply to anyone with a custom blog or website that uses mysql including Wordpress blogs, Expression Engine and more. Note- if you are looking for reliable and fast hosting, I recommend and use Hostgator – tristantom.com Also see my blog here: tristantom.com

How do I created a program using C Programming on a Mac?

I need to write a program in C. I don’t know the language yet but I know other programming languages and I think I can figure it out on my own. I just got a new Mac but have no idea where to start my program and how to compile it. Help?!

Running a parallelized C# threaded application using different number of cores in Windows Vista

Foundations of Object-Oriented Programming Using .NET 2.0 Patterns

Product Description
Foundations of Object-Oriented Programming Using .NET 2.0 Patterns solves the object-oriented and pattern-programming problem by mixing the two&emdash;the book teaches object-oriented concepts using patterns, or a solutions-based approach. The book’s material is organized around tasks and patterns, and illustrated through development problems and solutions that include persistence, code efficiency, and good design. This book is of special interest to those who w… More >>

Foundations of Object-Oriented Programming Using .NET 2.0 Patterns

can you help me create a software using the shell scripting?

you have bee asked to implement a new computerized system in an institute.you need to use shell scripting to create student software management as the computers in the institute run on Linux operating system.The following task-list has been given to you in order to computerize the existing system:
1) create 4 files Firstsemester up to Fourthsemester to store semester-wise record of all students.
2)when ever a new student the institute, open the respective semester file
and record the folllowing details about the students.
-student_ID(Generated automatically)
-First_name
-Last_name
-Stream ID (CS/IT/ET/EE/EI/ME/CE)
-Phone
-City
-State
-Zipcode
note:the format for all semester files is same
the delimiter,colon(“:”), is used as fiel separator in all files.
3)delete record from respective file for student who leaves the institute
4)modify student detail
5)implement search operations:
-student detail based on Student ID
– records stream wise and semester

How to update a MySQL DB with AJAX using D4PHP by CodeGear


This Delphi for PHP tutorial shows you step by step how to create a Delphi for PHP web application to update a mysql database using AJAX.

how can i make system programming using c++ or c?

i want to access the system operating system of windows xp using c or c++ eg. including the .exe commands in the program
such as regedit.ext , cmd.exe or other like run.ex dir.exe …….etc
how can i do it can you please tell a link to a website that can i find a hint or give me an example using this.

Software-controlled multithreading using informing memory operations

Software-controlled multithreading using informing memory operations

Shell scripting using test statements?

Using Shell scripting,
Write the test statements below that would accurately
represent the following:
a. Is $FILE a directory
b. Is $DEVICE a regular file with execute permission?
c. Did the user answer no when the command read REPLY was executed? (Hint: Allow
for all permutations of word “no”…)
d. Is $MYVAR an empty variable?
I am using Bash shell scripting using SSH shell client. I know the statement: -d $FILE returns true if the file name exists and is a directory, i’m just not sure how to correctly implement these statements. i am going to try and “if” statement.
This is what i have:

echo ********Program1 test methods*************

if (test -d $FILE) then
echo “That file is a directory.”
else
echo “that file is not a directory.”
fi

if(test -x $DEVICE) then
echo “Full execute permission.”
else
echo “No executable permissions.”
fi

string = “no”
if(test “$string” = “no”) then
echo “User entered no.”
else
echo “User did not enter no.”
fi

Explain how you would handle a potential exception using the throws clause, the try block, the catch block,?

Java coding, programming

Page 1 of 1312345»10...Last »

Powered by Yahoo! Answers