Programming Code (840)
Scripts_Markup Code (257)
I have a file which contains so many lines and variable number of lines are treated as a record. For example *first ooooo xxxxx ttttt mmmm vvvvvvv *end uuu bbbb *first kkkkvvvvvv nnnn mmmmm kkkkk fffff gggg ffff kkkk lllll *end. Here the lines from *first to *end are treated as a record. The number of lines between *first and *end is not same for all the records. Suppose there are 100 records (or number of records are not predefined)like the format given in the above example. Now the entire file needs to split into two files, first having 40 and remaining in the second file. Can we split using sort utility? If possible then what is the sort card?
write a program in java to find the moving average of all prime numbers between 2 and 100.
how to take time as input in the format (12:02:13) from user so that controls remains between these columns?
I am trying to pass the string firstName from a Servlet called SampleServet. I am running this on eclipse and it tells me that "the value for annotation attribute must be a constant expression. I don't understand why it is giving me this error. @PersonAnnotation(name = SampleServlet.firstName) public class AnnotationClass{
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
write a program to input a natural number less than and display it in words.test your program on the sample data and some random data sample input= 29 sample output= Twenty nine sample input=17001 sample output= out of range sample input=119 sample output =one hundred and nineteen sample input=500 sample output=five hundred
How to add a value from textBox over an existing certain column in SQL Server
How to get Dynamically Linked Comboboxes Set?
how to test pierrot divisor
Can we run Applet in Web browser with security policy files
Devise a program to implement the Fibonacci sequence.
Write a python program to check if a number is a prime number?
Hi All, Do anyone have a solution/script for Uploading the Excel file in Local drive to QC Resources folder..?? TIA Dwaraka.
how to Scroll a DIV content
Cluster head selection in Wireless Sensor Network using C programming language.