Best unofficial Apache Server developers community |
| Threads | Replies | First post | Last post | |
|---|---|---|---|---|
|
Problem using IMAPClient to fetch email contents By: Dimitri Koussa Hi, I'm trying to use commons-net-3.1 to fetch body[header] and
body[text] via IMAP. When I try to use the fetch command I get a
MalformedServerReplyException. The stack trace I get is: Exception
in thread "main"…
|
1 | May 23 2012 19:29 |
May 24 2012 21:25 |
|
|
By: Ronald Hinchley I notice that none of the examples or cases work. W3C Working Draft
16 February 2012. SCXML seems heavenly to me but is there interest in
it?
|
1 | May 23 2012 01:02 |
May 23 2012 13:35 |
|
|
Re: there is a working example? By: Rahul Akolkar On Mon, May 21, 2012 at 6:55 PM, Jacob Beard <jbe###
@cs.mcgill.ca> wrote: > Regarding project status, see this
thread posted last week: >
http://mail-archives.apache.org/mod_mbox/commons-dev/201205.mbox/brows
er > <snip/> Or…
|
0 | May 23 2012 13:32 |
May 23 2012 13:32 |
|
|
polynomial equation degre < 5 By: Jean-François MAUREL Hi, Could you please tell me what is the best way to find all
complex roots of an univariate polynomial equation with degre less
than 5 using commons math (last version) ? Regards JF Maurel
|
4 | May 23 2012 09:32 |
May 23 2012 12:34 |
|
|
null space calculation By: Stefan Wirtz Hi, is it possible to get the “rich man” svd, which contains the
full V matrix of [U S V]= svd(A)? The reason for the question is that
I want to calculate the null space of the matrix A which has the
dimensions mxn and m<n. Thanks in advance…
|
0 | May 23 2012 09:44 |
May 23 2012 09:44 |
|
|
Apache Commons Compress and Apache Ant denial of service vulnerability By: Stefan Bodewig CVE-2012-2098: Apache Commons Compress and Apache Ant denial of
service vulnerability Severity: Low Vendor: The
Apache Software Foundation Versions Affected: Apache Commons Compress
1.0 to 1.4 Apache Ant 1.5 to 1.8.3 Description:…
|
0 | May 23 2012 09:01 |
May 23 2012 09:01 |
|
|
Re: there is a working example? By: Alessandro Scarozza so at this moment we cant use EL or any other system to access
directly to var in datamodel. right? (for any version 0.9, 0.10 and
1.0) bye 2012/5/22 Jacob Beard <jbe### @cs.mcgill.ca>: >
Regarding project status, see this thread posted…
|
0 | May 22 2012 03:36 |
May 22 2012 03:36 |
|
|
Re: there is a working example? By: Jacob Beard Regarding project status, see this thread posted last week:
http://mail-archives.apache.org/mod_mbox/commons-dev/201205.mbox/brows
er Jake On Mon, May 21, 2012 at 5:15 PM, Alessandro Scarozza
<xan.### @gmail.com> wrote: > first of all,…
|
0 | May 21 2012 17:57 |
May 21 2012 17:57 |
|
|
Re: there is a working example? By: Alessandro Scarozza first of all, THZ last stable release are 0.9 there is also 0.10 and
1.0 whis is the more feature version? second question: this project
are alive? there is anyone that commit for commons SCXML? bye
2012/5/21 Jacob Beard…
|
0 | May 21 2012 16:16 |
May 21 2012 16:16 |
|
|
Re: there is a working example? By: Jacob Beard Hi, Sorry, I don't have enough experience with Commons SCXML to
answer that question. I mentioned the <script> tag, because in
the examples in the SCXML spec, variables in the datamodel are exposed
as local variables to the scripting…
|
0 | May 21 2012 14:14 |
May 21 2012 14:14 |
|
|
there is a working example? By: Alessandro Scarozza hi to all, i need a full working example for SCXML, in particular
with evalutator online i just find stopwatch, but i need a more
complex example (xml and java) anyone can help me? thz
|
4 | May 20 2012 15:14 |
May 21 2012 12:31 |
|
|
Is there any way to monitor StackObjectPool usage? By: Wangm Dear all, I am currently using StackObjectPool. It can work
well. But I want to monitor the usage of the whole pool, for instance,
how many resource in the pool are really been used, and how many are
idle? Any comment will be real…
|
0 | May 20 2012 12:21 |
May 20 2012 12:21 |
|
|
Gaussian fitter problem By: B.Kumar Hi! I am using the gaussian fitter. Occasionally, I see that the
gaussian curve that it generates goes negative - undershoots the
x-axis. How do I avoid this? Please see the attached plot (using
JFreeChart). Thanks in advance for your help.…
|
3 | May 13 2012 02:08 |
May 16 2012 19:40 |
|
|
Snapshots published By: henrib Dear Jexl users and Apache friends; Jexl 2.1.2 and 3.0 snapshots
have been published. The former which is just a minor/bug-fixing
release can be used through: <dependency>
<groupId>org.apache.commons</groupId> …
|
1 | May 14 2012 11:44 |
May 14 2012 11:50 |
|
|
fitting hill equation & parameter estimation By: Vincent Wolowski Hi all, I am having some troubles fitting data to a hill equation in
order to estimate the dissociation constant. I would be thankful for
your advise. The details: The hill equation is the following: x^h /
(x^h + Kd^h) * s An example of the…
|
0 | May 14 2012 11:44 |
May 14 2012 11:44 |
|
|
Usage of DifferentiableMultivariateRealFunction By: Andreas Niekler Hello, i'm currently developing a gaussian process implementation
for my PhD thesis. Within this package i need to calculate and
maximize the marginal likelihood of the model given some data. This
marginal likelihood is dependent on the…
|
8 | May 14 2012 03:03 |
May 14 2012 09:36 |
|
|
Commons Validator: Cross field (business logic) validation? By: Gabriel Rossetti Hi all, I have searched Google for this but I can't find a
definitive answer, can the validation framework do cross-field
validation? I would like to use this for business logic validation as
well as field validation. Since I don't have a web…
|
0 | May 14 2012 06:26 |
May 14 2012 06:26 |
|
|
retainAll and removeAll with different equal-methods By: Ludwig Magnusson Hello! I have two lists and I want to use the methods
ListUtils.retainAll and ListUtils.removeAll on them. However, I want
to do this several times with comparison methods that are different
from the defaul equals-method. I.e I would like to…
|
1 | May 13 2012 06:03 |
May 13 2012 06:46 |
|
|
Fwd: Re: edit gnome-list@gnome.org By: Thufir Just as an FYI to the list.. -------- Original Message --------
Subject: Re: edit gnome-lis### @gnome.org Date: Sat, 12 May 2012
22:43:32 +0200 From: as### @koldfront.dk (Adam Sjøgren) Reply-To:
adm### @gmane.org To: hawat.t### @gmail.com Newsgroups:…
|
0 | May 12 2012 18:42 |
May 12 2012 18:42 |
|
|
Commons Net File name of the Connect Enterprise Parser By: Erick Lichtas I've recently ran into a scenario where a connect enterprise server
contains file name with spaces. Because of this, the
EnterpriseUnixFTPEntryParser does not accurately parse the listing
returned by the server. Below is the raw listing of the…
|
0 | May 11 2012 11:40 |
May 11 2012 11:40 |