Since 6/3/2012 12:19:31 AM, beyerxyzzy has written 2 articles and participated in 18 conversations. beyerxyzzy signature: beyerxyzzy
beyerxyzzy's articles:
Items(2) /1
Pythong CGI scrips on Windows Server 2003218 (3/9/2006 7:52:18 PM) comp.lang.python We are moving to a new server running Windows Server 2003 from existing servers runing Windows Server 2002 and IIS is giving us fits. Apparently, the IUSR_* accounts are now used to run scripts and they are n... Hugh
Extending/replacing a class without a public constructor1516 (6/10/2004 4:48:56 PM) comp.lang.java.programmer I'm having a really frustrating problem and I hope you guys can give me some help. I'm trying to write a test suite for a graphics-heavy app that uses MIDP/J2ME. These apps use the Graphics class to do their ... Hugh
beyerxyzzy's replies:
Items(8) /1
Pythong CGI scrips on Windows Server 2003218 (3/9/2006 7:52:18 PM) comp.lang.python We are moving to a new server running Windows Server 2003 from existing servers runing Windows Server 2002 and IIS is giving us fits. Apparently, the IUSR_* accounts are now used to run scripts and they are n... beyerxyzzy(20)
My Professor Says Linux Sucks and Is Not Real Unix.25955 (6/28/2005 11:15:09 PM) comp.os.linux.misc I am a 2nd year CS xover student who is new to programming and the topic of Linux came up in class today because we are using Solaris and one student wanted to know if he could use open source tools for his ass... spinny_whop(1)
j2me font size235 (6/30/2004 10:16:20 PM) comp.lang.java.programmer Hello! I develop middlet on Nokia 6610. I can set font size to SIZE_SMALL/SIZE_MEDIUM / SIZE_LARGE. I would like to set font size to another size, example 8px. How I can do it? ... sunio(2)
J2ME files - how?623 (6/15/2004 9:53:14 AM) comp.lang.java.programmer Hi, I'm writing a program for mobile phones and I have a bit of a hard time to figure out _if_ I can read a small configuration file (text only) from the jar-archive. Can this be done in MIDP 1.0? And if it c... Lasse
Where should exception message logic be put?524 (6/4/2004 9:31:55 PM) comp.lang.java.programmer Given the need for a method to handle the message for a given exception, where should that logic be placed? (that is, the logic for the creation of the message is non-trival, depending on, for the example I'm g... tewall(33)