SortedMap question?3726 (11/24/2012 11:23:55 PM) comp.lang.java.programmer I have been operating under a mis-perception that a SortedMap would be
more quickly searched than an unsorted Map. More specifically that the
cost would come when adding an element to the SortedMap. I wro... Knute
Swing is dead! Long live Swing.3830 (2/16/2012 3:25:19 AM) comp.lang.java.programmer I was doing some investigation of JavaFX and found a Q&A on the javafx.com website. "6. Is JavaFX replacing Swing as the new client UI library for Java SE? Yes. However, Swing will remain part of the Java SE ... Knute
How do I kill a message in the queue?354 (8/7/2010 4:03:04 AM) comp.mail.sendmail I've got a message that is never going to get delivered stuck in the queue. Any way to kill it? Thanks, -- Knute Johnson email s/nospam/knute2010/ ... Knute
Is this some sort of attack?145 (2/28/2009 5:10:43 PM) comp.mail.sendmail I think the following log entries are part of an attack of some sort. Has anybody else seen these before? Is this a known attack? In any case I haven't seen anything like this before. Any information appre... Knute
Any way to prevent non-local users from sending to one address?138 (2/27/2009 1:54:12 AM) comp.mail.sendmail I want to have a short mail list in my alias file but I don't want just anybody outside of my local network to be able to send mail to the list. Relaying requires secure connection but this isn't really a r... Knute
Command line question?1026 (2/26/2009 6:01:45 PM) comp.mail.sendmail Is there a switch or a way to put the recipient on the command line and to get that to show in the envelope? I don't want to use the -t switch because this will be used for a CGI script and I want to limit t... Knute
Problem with access database not working?337 (2/9/2009 2:33:40 AM) comp.mail.sendmail I've got sendmail 8.14.3 running on a new ubuntu 8.10 server installation. I just converted over from Fedora and I've found a few differences. I have several domain names but only want to receive mail on t... Knute
MPEG 1 video samples in 16x9 ratio?2108 (12/15/2008 12:31:20 AM) comp.lang.java.programmer I've got a JMF project coming and I need to find a MPEG 1 video sample in 16x9 ratio, preferably 1366x768. I only need a few seconds and it doesn't need an audio track. Anybody have one or know where I can ... Knute
Concurrency?1236 (12/2/2008 11:25:51 PM) comp.lang.java.programmer I have a List that I need to access in two threads, in one thread I clear, add and get the size of the List. The other just iterates over the List. To prevent a ConcurrentModificationException, I can't allo... Knute
sendmail log question?836 (7/21/2008 12:53:31 AM) comp.mail.sendmail I'm running Fedora 9 with sendmail-8.14.2-1.fc8. I'm also running denyhosts which puts SSH hacker's IPs in deny.hosts. I'm getting a log entry I don't understand; **Unmatched Entries** warning: /etc... Knute
serversocket #21172 (7/14/2012 12:41:27 PM) comp.lang.java.programmer Bom dia!=20
to come=E7ando com java mas no entanto j=E1 tenho uma certa experi=EAncia c=
om php. to tentando criar um serversocket com java para receber dados de um=
gps modelo tk102 , fiz a classe abaixo q... lucyann.lenon(4)
Passing KeyEvent upward1062 (7/22/2012 11:09:55 PM) comp.lang.java.gui Hi,
I'm trying to learn how to program in Java and use some of the GUI features=
.. Here's something I'm trying to do but haven't succeeded at yet.
I have a text window (JTextPane) object, and I want to... adam37(1088)
which version of Java to use720 (11/7/2012 11:26:06 PM) comp.lang.java.programmer I distribute source for java for 1.1, 1.2, 1.3, 1.5, 1.6 and 1.7
I have been thinking about upgrading at notch or so.
My basic classification rule is:
1.1 purely computational stuff.
1.2 needs a colle... see_website(4855)
optimsed HashMap3226 (11/24/2012 1:12:24 AM) comp.lang.java.programmer Is there something like HashMap but that optimised when nearly always
the thing you are looking up is not in the list, and when you can add
the list of words to look up and then freeze it.
I have to scan a... see_website(4855)
SortedMap question?3726 (11/24/2012 11:23:55 PM) comp.lang.java.programmer I have been operating under a mis-perception that a SortedMap would be
more quickly searched than an unsorted Map. More specifically that the
cost would come when adding an element to the SortedMap. I wro... nospam8071(916)
two JARs2817 (2/21/2013 10:30:20 PM) comp.lang.java.programmer I downloaded the JBox2d library, and I see that there are two JARs: one that ends in the name "sources" and one that doesn't.
jbox2d-library-2.1.2.3-sources.jar
jbox2d-library-2.1.2.3.jar
Can someone... bob3904(233)