Write a python program to print table of a given number?
can everyone explain this code Private Sub DrawRect(rectSource As RECT, lngColour As Long) Line (rectSource.Left, rectSource.Top)-(rectSource.Left, rectSource.Bottom), lngColour Line (rectSource.Left, rectSource.Top)- (rectSource.Right, rectSource.Top), lngColour Line (rectSource.Right, rectSource.Bottom)- (rectSource.Right, rectSource.Top), lngColour Line (rectSource.Right, rectSource.Bottom)- (rectSource.Left, rectSource.Bottom), lngColour End Sub
Write a python program to check if a number is a perfect number?
how to Auto Scroll the page
What is XML Parser?
determine which Element received an Event
Write a python program to count the number of vowels in a string?
Write a program to find sum of the digits of a number in python?
How to access oralce10g data from server to client in LAN?
What is XSNL?
i have some csv files in a directory which have sub-directories also. now how can i merge all .csv files in to one with a single header. for example: have some 4 files. 1.csv--------name,age,sal abc,25,4000 2.csv--------name,age,sal vgd,32,3500 3.csv--------name,age,sal hfg,20,5000 4.csv--------name,age,sal asd,15,2000 now my output file should be like 5.csv----------name,age,sal abc,25,4000 vgd,32,3500 hfg,20,5000 asd,15,2000 and please explain the code for me. as i am new to scripting. thank you in advance
How can a procedure fetch data from FTP? I need a general code for this..
Write a function that takes an array of integers and efficiently calculates and returns the Least Common Multiply in python.
Write a python program to check if a number is a palindrome or not?
code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc