Programming Code (840)
Scripts_Markup Code (257)
How can a procedure fetch data from FTP? I need a general code for this..
Code for Adding Scripting Support to an Application?
iam getting keyword or delimiter error while executing ICETOOL,provide me solution.
How to find the list of users who have two codes su01 and pfcg? thank in advance all.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']
write a program to convert temperature from fa height into celcius and vise versa,use modular programming
Question 1: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date. *This Should Be Done IN C++
What is the best way to make wordpress plugin
code to create a new window
how to Scroll a DIV content
write a program that reverses the input number of n.Formulate an equation to come up with the answer.
i have a gird with columns all are coming from database,this will bind in item templete in gridview as textboxex.and i have button below named Update.i want to update all the records in the grid,but if user change the value of one textbox,what is the easy way 2 do this
design a class car having variables model, yr_of_manufacture, owner,reg_no. Design methods for assigning the values, Printing the values( you decide gui,control, any other methods if require)
how to insert fname,lname,designation values into database while click on the submit button using windows authentication mode?