... But does Google/Jabber even support multi-user chat? It doesn't seem to show as an option in Gaim for those accounts (it does for Yahoo, AIM, and Sametime)...
I've had to deal with nearly full files systems often enough that I wrote this tiny alias. `du -ks * 2> /dev/null | sort -nr | head' I normally alias it to hog...
Here are a few I use 1) To find old files that use a lot of disk space: find / -mtime +300 -size +10000 -print 2> /tmp/junk -mtime is the last modified time...
... I use this one a lot: search through a directory tree for all files (optionally restricted to any particular wildcard pattern) containing a particular...
... coast, so it always seemed to fall at the same time as a meeting or iteration or release, so I think I only participated once or twice. I like the idea. I...
Yea, I mean it can just be a drop in thing. btw, how does one set a custom idle message? I figured out the 'here' and 'away' msgs, but this one eludes me.....
I have this class we use to tell if we have been sent a duplicate file to process. It computes a hash of the file and uses that as a key into a HashMap. In...
... I don't know what might be causing it to continually grow (perhaps something about the complex way HashMap implements its internal storage), but I can...
Let me understand this... When you start up, you deserialize your hash map, then when a file comes in you perform the following: 1. Put the file to your hash...
Victor Grazi
victor.grazi@...
Sep 2, 2005 1:02 am
47910
simon.macdonald@... Yes, I found that very interesting too. In fact I had a guy from Australia willing to pay me for the address. ... -- Later... Simon...
I bet there is a simonmcdonald and a bob_foster (and bob.foster, etc) there though. I have the luxury of the one less 't' in my first name. ... -- Autonomous...
It's tough to say without more details. Why are you dereferencing the class and calling System.gc? Serialization should be independent of that. Where are...
We all know that Class.forName("java.lang.Integer") will return the appropriate Class instance for Integers. There is also the literal java.lang.Integer.TYPE...
I found this thread on java.sun.com (someone wanting to do exactly what I want to). Interesting work-around near the bottom, but not good enough for me. ...
ads? the ads are not intrusive at all. as an ex-squirrelmail user, i can tell you they are in now way comparable either! I ditched *thunderbird* to switch to...
Depending on the size of the map, you might want to serialize it in an ASCII format instead. That would eliminate any peculiarities and probably be performant...
You could also, possibly, be seeing growth at the deserialization point. The readResolve serialization method can be used to normalize objects. If there's a...
I had a similar issue a long time ago, but no real resolution. If the darn method Class.getPrimitiveClass(String) were public, I think you'd be pretty much...
The only time I ever even notice the adds is when I think "I wonder if google has anything interesting about this?"In which case it saves me a manual search....
... Private (or "package") methods are definitely among the most mis-used features of the language. S$#t, it really annoeys me when someone has marked...
Have to disagree here. Private has a definite use and can oft (dare I say most) times be preferred as once you make something public then so it must remain for...
Victor Grazi
victor.grazi@...
Sep 4, 2005 1:38 am
47925
... You're forgetting about protected scope. Beyond that, I don't buy the argument about once something is public you can't change change. Very few of us are...
Ok. We can agree to disagree - I think you are referring to a case where libraries are published externally in which case I would largely agree. I would say...
Victor Grazi
victor.grazi@...
Sep 4, 2005 1:42 pm
47927
Gunter, Often, it's cheaper to use an external gateway. They use the international roaming platform for sending messages to all worldwide telecom operators...