| Thread | Last Post | Replies |
|
| Detecting other open windows and their location | 24 Jun 2006 20:19 GMT | 3 |
I assume this is possible, but have no idea where to start... what I need to do is get a list of other windows that are open (i.e. firefox, eclipse, itunes, etc) and ideally some additional information about them such as location, window title, etc.
|
| Simple Web interface to database needed? | 24 Jun 2006 20:02 GMT | 6 |
I need to put up a web interface to allow someone to key some data into a database. Possibly with some simple validation and master-detail type table relationships; basically the sort of thing I'd normally knock up a couple of MS/Access screens for (yes, I know - but like I said ...
|
| Python and cellular automata (It works this time!) | 24 Jun 2006 18:30 GMT | 5 |
I thought people would be interested in this little script I wrote to reproduce the 256 simple automata that is shown in the first chapters of "A New Kind of Science". You can see a few results without running the script, at http://cooper-j.blogspot.com . And here is the code (You
|
| how to pass the string array from A jsp to B jsp | 24 Jun 2006 16:59 GMT | 3 |
Do anyone know pass the string array from A jsp to B jsp? For example, I want to pass Strresult to query.jsp for operation. How can I do? THX! Ming
|
| Stopping a Java Program | 24 Jun 2006 16:48 GMT | 14 |
This' the issue am facing: A java application is runs forever. I want to provide the users a facility to shut it down whenever they want to. How to do this? I tried writing another class, say class A, which does this:
|
| break line into words | 24 Jun 2006 16:42 GMT | 5 |
I have line word0, word1, word2, word3, word4, ................ I want to break it into array of words a[0]=word0, a[1]=word1, etc I was trying to use split with reg expression, but with no luck...
|
| Adding .ini files to classpath on eclipse | 24 Jun 2006 16:40 GMT | 1 |
I was wondering how to add.ini files to your classpath in eclipse... Thanks,
|
| J2ME interview questions | 24 Jun 2006 16:12 GMT | 2 |
hey all, i am wondering if u ca give me j2me interview questions link or u can advice me regarding that. Thanks!
|
| How to convert stringbuffer to byte array? | 24 Jun 2006 15:48 GMT | 1 |
hy guys, How to convert stringbuffer to byte array?
|
| get URL after a redirect | 24 Jun 2006 10:19 GMT | 1 |
Hello... Help... How will I know the URL after a redirect. Example http://www.veryaffordableloans.com?SID=google_misc is redirected to http://www.theloanpage.com/form/LoanC.aspx. I want to get the second URL. Please help... Thanks...
|
| calculate all possible sums from one int array | 23 Jun 2006 23:27 GMT | 7 |
say I have one int array {3, 5, 3, 7} want to get {3, 5, 7, 8, 6, 10, 15, 13, 16, 18} I thought this could be very common issue, anyone has algorithm on
|
| Information request | 23 Jun 2006 21:43 GMT | 1 |
Hi, all i need to find some information for solve my personal experience bug on form design. All my develop in java was made with JBuilder and the XYLayout so i can
|
| How does Google show_ads.js work? | 23 Jun 2006 16:24 GMT | 3 |
I'm hoping to set up a system similar to Google Adwords that allows other sites to extact a limited amount of data from my site, and display it as part of their webpage. Google use a javascript file: show_ads.js with parameters.
|
| Interpreter error | 23 Jun 2006 15:36 GMT | 2 |
I wrote a simple Java application from Deitel book.It is compiled by JDK1.5 and .class file is generated but when i invoke interpreter by java command , an error message was displayed.The error said: Exception in thread "main" java.lang.NoClassDefFoundError: Welcome1
|
| problems with ImageIO | 23 Jun 2006 13:12 GMT | 4 |
The following code does not work ("file" and "image" are members of the class; nextNumber(InputStream) returns the next number in the InputStream): public void write(PrintStream stream) throws IOException {
|