Some advice on dealing with a networking issue Hi Everyone, I am just wondering if anyone has had any experience or words of wisdom to offer on approaching a seemingly simple network type application. Here is the scenario..... There is a website, actually an ftp site with (surprise surprise!) files on it. each week a new file is added. On my local network ... 2 Feb 2010 14:50
Codechef presents online coding/programming competition. Literati(National Institute of Technology, Kurukshetra) with Codechef presents the online coding competition on january,24 2010(2:00 PM to 10:00 PM IST which means 8:30 AM to 4:30 PM GMT). Go fast and register yourself for this coding match and win good amount of cash prizes. relevant sites: http://www.literati.... 22 Jan 2010 10:36
http bug I have noticed a program that has worked for a long time now just freezes as if it had a infinite timeout on HTTP GETs. This started happening with JDK 1,6.0_18. Has anyone else noticed this? -- Roedy Green Canadian Mind Products http://mindprod.com Responsible Development is the style of development I aspire ... 26 Jan 2010 21:12
Isha needs Your Vote! Final Voting has begun[Jan 15-22] - Please Vote NOW The Chase/Facebook Community Program campaign has started well with Isha receiving over 2500 votes in the first day putting us in 8th position among the 100 charities Isha needs Your Vote! Final Voting has begun[Jan 15-22] - Please Vote NOW The Chase/Facebook Community Program campaign has started well with Isha receiving over 2500 votes in the first day putting us in 8th position among the 100 charities in this second round of voting. By Saturday morning we had reached 4t... 20 Jan 2010 08:22
Runtime Devirtualization If you have or are involved with building a VM that can do proper inlining, then see this new method of speeding up some kinds of code constructs when programming with objects. The concept is like bulk runtime object devirtualization where the devirtualization is for inlining both virtual method calls and field ... 22 Jan 2010 10:36
Inconsistent whether new browser window opens from signed applet It has been a long time since one could rely on showDocument opening a new browser window because browsers have needed to defend against pop- ups. However, those of us using digitally signed applets were able to use code such as that shown below to use Runtime.exec to do the same thing. Recently, however, we've... 22 Jan 2010 16:19
How to use JSESSIONID on follow-on request without basic auth? I'm trying to understand some details under the covers of basic auth and the use of JSESSIONID in webapp security. On an initial request, I can send an HTTP request with an Authorization header containing the basic auth encoded value. The server sends back a response along with the JSESSIONID cookie. Now that... 21 Jan 2010 18:01
Best way to limit max number of characters per line in JEditorPane ? Hi, I need to write swing based editor using which allows the user to write a plain text document, which has a fixed maximum column width. The column width will be supplied by the model class later. I finally managed to write one using a document filter, as shown below. My question is this the best (or a reasona... 19 Jan 2010 11:14
Create grid Hello, I'm writing a simulator that involves the concept of a grid of tiles. There are a number of different tile types and each tile must be of one of those types. I want a method that can create a new grid from a text file. Say the file has the following content: abb aaa cba the method should create a 3x... 19 Jan 2010 07:55
Crash Course In Modern Hardware Students of Java may enjoy this "Crash Course In Modern Hardware." "In this presentation from the JVM Languages Summit 2009, Cliff Click discusses the Von Neumann architecture, CISC vs RISC, the rise of multicore, Instruction-Level Parallelism (ILP), pipelining, out-of-order dispatch, static vs dynamic ILP, pe... 22 Jan 2010 11:46 |