Hi all,
regarding a principle design question I would like to get your opinion:
In [configuration] there are a few static utility classes. One of them
is BeanHelper which supports the creation of beans from configuration
data. The actual bean creation is done by a BeanFactory which can be
configu
Hi All,
I would like to merge [functor]'s branch generators-FUNCTOR-14 [1], related to
issue FUNCTOR-14 [2].
This the summary of the changes in that branch:
- New subpackage, o.a.c.functor.generator.loop
- New generator type added, LoopGenerator, that can be stopped
- The BaseGenerator has no
Le 23/08/2013 19:20, Ajo Fod a écrit :
> Hello,
Hi Ajo,
>
> This shows one way of interpreting the derivative for strictly +ve numbers.
>
> public static void main(final String[] args) {
> final double x = 1d;
> DerivativeStructure dsA = new DerivativeStructure(1, 1, 0, x);
GitHub user mureinik opened a pull request:
https://github.com/apache/commons-lang/pull/8
Adding .gitignore to commons-lang
Added .gitignore to the project in order to make working with git easier,
and avoid accidentally commiting files that should not be commited.
These pa