| Thread | Last Post | Replies |
|
| cutting wmv files | 18 Feb 2007 19:33 GMT | 3 |
Uhave a question, hope someone can answer it: Is it possible to: 1 - Retrieve the length in minutes or seconds of a wmv-file 2 - cut this file, creating a new one. If there is a wmv-file that is
|
| Java Timer suggestions needed | 18 Feb 2007 17:24 GMT | 1 |
I'm coding an application that tracks mouse movements (using mouseListener and mouseMotionListener). I want to be able to time how long a cursor remains on a certain component - for example, how long a user keeps his cursor over a button.
|
| Learn How To Write A Resume / CV On Our Free Informational Site | 18 Feb 2007 12:58 GMT | 14 |
This Website is designed for you to learn how to write a resume on your own. Hiring someone to do a resume is not enough learn how to do it on your own. If you do hire someone to help you write a resume this will help you guide the resume writer to put in the correct
|
| Java exception | 18 Feb 2007 12:06 GMT | 13 |
What are java exceptions? and why are they used?
|
| Character Parser | 18 Feb 2007 11:23 GMT | 5 |
I want to create a character parser in java. I basically want to parse a text file removing extra spaces and carriage returns. Ive used stream tokenizers before, but what if i want the token to be every character rather than a delimiter.
|
| suggest free online material for sun certification for programmer | 18 Feb 2007 11:22 GMT | 2 |
Can someone suggest any online material/test for SCJA andSCJP . Thanks. ksut
|
| How to parse XML which contains & in the text ? | 18 Feb 2007 09:26 GMT | 4 |
XML file content is: <?xml version="1.0"?> <!DOCTYPE RECORD SYSTEM ".\RECORD.dtd"> <RECORD EXT_SOURCE="DEFAULT" TEMPLATE="GAS_POOL_POINTS">
|
| How to read files in specific sequence from two different directories? | 17 Feb 2007 23:34 GMT | 1 |
I hv to read two files together from different dirs and need to find pair of word frequency and document frequency of this pair of word. for example.
|
| Where to put the dlls when using JNI | 17 Feb 2007 23:11 GMT | 3 |
I'm tring to pack a dll into a jar file,but I can't load it. What can i do for it?
|
| Ref:what is the importent of the SCJP | 17 Feb 2007 19:52 GMT | 2 |
Hai Friend Am new Friend for this group , I have one question what is important of scjp how can i pass this exam , what are the way i should followed ?
|
| converting from BigDecimal to BigInteger | 17 Feb 2007 18:34 GMT | 4 |
I am trying to convert a BigDecimal number to a BigInteger one. I have truncated the number to its nearest whole integer firstly, before converting it to a string and then converting that to a BigInteger.... but the compilers coming back with an error message "Number Format ...
|
| jogl | 17 Feb 2007 18:11 GMT | 21 |
Hello All, in order to write an applet using JOGL I need a *SIMPLE* example using no special libraries etc. Would some kind person please supply one. I can write JOGL non applet programs. Ivan
|
| comparing files without using arrays | 17 Feb 2007 17:31 GMT | 16 |
got a problem with comparing two large files(A file with 8000 words and another file of size 8 MB with some content in it.. the frequency of the 8000 words in the other file must be found) we tried it using arrays..
|
| IBM-recommended method not thread-safe? | 17 Feb 2007 17:17 GMT | 13 |
On the following page: http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0407... IBM discusses a database "surrogate key" generation function, along with a
|
| JSP and Vector | 17 Feb 2007 17:08 GMT | 4 |
Hope someone can help. I am using a Vector in a Servlet to return HTML to a JSP. The problem is that the HTML rows returned to the JSP include comma delimiters and the whole of the HTML code
|