Since 6/3/2012 10:59:34 PM, newsgroup.nospam has written 17 articles and participated in 515 conversations. newsgroup.nospam signature: newsgroup.nospam
Simple expression parser for PHP.3525 (11/30/2012 11:56:02 PM) comp.lang.php Hello,
I have a requirement that I need to take an expression and evaluate it.
I'd very much like to avoid using PHP's eval(), for obvious reasons.
I'm kind of looking for something that is similar to OG... Daniel
Is Symfony 2 on-topic in this newsgroup?1315 (10/2/2012 3:40:21 PM) comp.lang.php Hello everyone,
I know some "programming language" newsgroups have different opinions on
whether frameworks are on topic. I'm learning Symfony2, and re-learning
PHP (after 5 years hiatus). If it is on-to... Daniel
IRC client library for Java.146 (8/23/2012 6:40:53 PM) comp.lang.java.programmer Anyone know of any IRC client libraries for Java? I have a simple
use-case, where an existing tool will send a note to a specific channel
on a specific server when a specific event occurs. Nothing complicat... Daniel
JOGL, Java3d, or other?545 (8/23/2012 5:55:58 PM) comp.lang.java.programmer I'm considering working on a Minecraft like project, just as an
experiment/hobby. I have no intention of competing with Mojang or Notch ;-)
I have very little experience with any 3D libraries (other than b... Daniel
Overriding JComponent or implementing ComponentUI?985 (7/1/2012 7:45:19 PM) comp.lang.java.gui Hello Swing programmers.
I'm going to try to make a few custom components. Specifically histogram
and heat maps. Heat maps meaning histograms over time plots.
I know there are probably existing librari... Daniel
Infinite loop from HashMap.keySet iteration.1034 (6/14/2012 4:54:59 PM) comp.lang.java.programmer Just wanted to share some experience with the group.
I've come across a very strange situation, and I think I have the
solution (still needs to be verified in production, but looks promising).
I've inhe... Daniel
"Small" Program Challenge.5938 (6/13/2012 8:45:18 PM) comp.lang.java.programmer I saw a challenge Roedy posted on cljh, and I thought I might have a
slightly more interesting one.
Write a Java program which outputs "Hello World" followed by a new line
(and nothing else).
Now, do ... Daniel
Resin 3.0.28 and strange memory issues.142 (5/20/2012 3:47:30 PM) comp.lang.java.programmer Hello everyone, We've recently upgraded some of our production apps to Resin 3.0.28 (from 3.0.23), and some of them (only some) have started acting very strangely. We were getting random OutOfMemoryException... Daniel
cannot find symbol? #922 (5/9/2013 10:55:00 PM) comp.lang.java.programmer To the coding style/conventions inquisition:
~
I don't know how "important" to you it could possibly be, but I wonder if you
realize you can even be amusing
~
lbrtchx
... qwertmonkey1(55)
The invokeLater loop114 (5/10/2013 6:54:38 PM) comp.lang.java.programmer I invented what I call the �invokeLater loop�:
class Object implements java.lang.Runnable
{ int i = 0;
public void run()
{ java.lang.System.out.println( i++ );
javax.swing.SwingUtilities.invoke... ram(2828)
bug in is_numeric1336 (5/12/2013 2:22:10 PM) comp.lang.php
Using PHP 5.3.6 on win7-74
if(is_numeric('x11.11c') returns TRUE
and variations eg: z1111x is also true
this does not seem right to me.
I've done a search but cant find mention in buglist.
... email4172(41)
bugs.sun.com73 (5/17/2013 5:39:52 PM) comp.lang.java.programmer Bugs.Sun.Com seems to have disappeared. Oracle's bug database is for
paying customers only. Can you report and find out about Java bugs
free anymore?
--
Roedy Green Canadian Mind Products http://mindprod.... see_website(4858)
!0 versus true71 (5/23/2013 1:31:01 PM) comp.lang.javascript I'm working with some people who write code and minimises it. As ab
afterthought, I unminimise some of it and worked my way through it.
One thing I found was that the minimiser had converted all instances ... ap_prog(341)
Alternative to TreeSet?74 (5/6/2013 3:10:48 PM) comp.lang.java.programmer Hi,
We're using Java 6. Is there a java.util.Set data structure that can retur=
n a sorted list of elements and can contain two elements even if compareTo =
returns 0 against those two elements but callin... laredotornado(854)
cannot find symbol? #853 (5/7/2013 1:00:46 AM) comp.lang.java.programmer > ... You, apparently, are sociopathic.
~
I wonder what will be next: nazi lover? child molester? U.S. government snitch?
~
When I see you guys ganging up against someone just for mixing up coding style... qwertmonkey1(55)
Unable to trace133 (5/9/2013 4:53:47 PM) comp.lang.java.programmer Related to my previous post here, I have a simple piece of code in a servle=
t:
HttpServletRequest request =3D RequestData.getRequest();
HttpServletResponse response =3D RequestData.getResponse();
request... rvince99(76)