Since 4/16/2012 7:43:35 AM, nospam53 has written 2 articles and participated in 35 conversations. nospam53 signature: nospam53
nospam53's articles:
Items(2) /1
Does this partition scheme make sense?2759 (11/25/2007 6:00:23 AM) comp.unix.solaris I am not an expert in Solaris, more of a newbie, but I'm in a position where I need to suggest disk mapping. Please let me know if the following is reasonable, and if not what changes would you suggest? I'm no... Wayne
I18N Shell Scripts (gettext)440 (11/1/2007 6:58:18 PM) comp.unix.shell I don't have a need for this, but I can't get it to work and it's frustrating! Please tell me what I'm doing wrong! I am using Fedora Linux with Bash and gettext: $ gettext --version gettext (GNU gettext-... Wayne
operator overloading272137 (5/8/2008 11:47:53 AM) comp.lang.java.programmer Hi, I don't find any document that say if the operator overloading will be a new feature of the Java 7 Do anyone know if it there will be? Thanks ... xdevel1999(81)
Data Storage Issue (Basic Issue)2328 (5/9/2008 2:37:29 PM) comp.lang.java.programmer Which is more efficient? Why?? Storing or Reading a file in database or on to disk in a web server environment? considering all things like network, connections, memory are ideal. My knowledge says that using ... Srinihello(14)
make cron send an email only when my command goes wrong22120 (5/9/2008 7:52:19 PM) comp.unix.shell I would like to have cron run a command and then send me an email *only* if the command produces some output. I wrote the command to be silent normally but it produces output only when things go wrong. When t... Rahul
getLocalHost returns a strange IP520 (5/13/2008 4:28:54 PM) comp.lang.java.programmer Hi, The result of calling java.net.InetAddress.getLocalHost().getHostAddress() on my machine is: 169.254.221.10 Now, my machine is on a LAN with IP 192.168.1.3 and the external router IP is som... aaronfude(214)
"nohup rsync ... >my.log &2>1" does not work15254 (5/18/2008 5:26:25 PM) comp.unix.shell I logged in through a command shell on a Linux system and entered a command: nohup rsync ... >my.log &2>1 I expected that after the command issue the command prompt ml@server [/]# gets visible again. But t... kmlincoln100
How to echo the current time in another time zone?1242 (5/22/2008 10:05:07 PM) comp.unix.shell Assume a computer is located in TimeZone XXX but the user sitting in Timezone GMT+1 If the user logs on through SSH and issues the command date "+%Y-%m-%d-%H:%M:%S" then he gets the computer time. However he... p
OO Concept: Liskov Substitution Principle1116 (5/30/2008 2:17:12 PM) comp.lang.java.programmer Hi, Just read an article talking about the LSP in term of OO design: http://www.objectmentor.com/resources/articles/lsp.pdf The article said Rectangle class should not be a superclass of Square class. Okay, ... howachen(515)
Regex challenge1719 (6/4/2008 3:54:57 PM) comp.lang.java.programmer I have been beating my head against a wall trying to get a regex to work that spans several lines. The sales tax data for the cities in Avoyelles Parish Lousiana looks like this: Bunkie 9 % 4... see_website(4855)
Hash or Tree3024 (6/11/2008 3:51:22 PM) comp.lang.java.programmer I have a HashMap which contains about 2K items. The key is a string, and the value is a string. The HashMap is written to once upon application start, then read many, many times. It holds I18N info, and is u... Wojtek
Default JVM flags726 (6/22/2008 6:10:47 PM) comp.lang.java.programmer Hi! I always run a Java class which takes a lot of memory, and every time I have to set the maximum memory to some value. For example: java -Xmx512m MyClass How do I set this flag to be the default to all th... cristiandeives(20)