Displaying 20 results from an estimated 100 matches similar to: "E-invoicing to OpenPeppol with Oxalis on CentOS anyone ?"
2009 Nov 25
0
predict(): NoSuchMethodError
I am currently working on a code which clusters attributes from a data set,
then uses a linear regression model to predict NA values in the data set.
The code works for almost all cases, but then errors out on a case that
seems like it should work the same.
This is the line of code that is giving me the problem:
NewClusterData[j,att] <- predict(cl,newdata =
2010 Aug 04
0
RWeka problem: java.lang.NoSuchMethodError
Hi,
I'm trying to use RWeka and followed the following example from the
RWeka manual.
============
## Use some example data.
w <- read.arff(system.file("arff","weather.nominal.arff",
package = "RWeka"))
## Identify a decision tree.
m <- J48(play~., data = w)
m
## Use 10 fold cross-validation.
e <- evaluate_Weka_classifier(m,
cost = matrix(c(0,2,1,0),
2012 Nov 08
0
FW: Interfacing R and Weka
-----Original Message-----
From: Patrick Connolly
Sent: Friday, 9 November 2012 11:29 a.m.
To: Peter Alspach
Subject: Interfacing R and Weka
> version
_
platform x86_64-unknown-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 2
minor 15.2
year 2012
month 10
day 26
svn rev
2011 Nov 14
1
Error .jcall(mxe, "S", "fit", c("autorun", "-e", afn, "-o", dirout, : java.lang.NoSuchMethodError: density.Params.readFromArgs([Ljava/lang/String; )Ljava/lang/String;
Dear all,
I get the error when I use maxent.jar:
Error .jcall(mxe, "S", "fit", c("autorun", "-e", afn, "-o", dirout, :
java.lang.NoSuchMethodError: density.Params.readFromArgs([Ljava/lang/String;)Ljava/lang/String;
sessionInfo() result:
R version 2.14.0 (2011-10-31)Platform: i386-pc-mingw32/i386 (32-bit)locale:[1]
2008 Jul 11
4
OT: open source inventory system with invoicing and serial no tracking
Dear All,
Sorry, cause this is OT.
I am asking this for my client, they hope to find a simple open source
web base software with invoicing and serial no tracking, preferably if
can generate continuous serial no by its own.
Thanks in advance.
David
2014 Apr 16
0
[XPOST] Invoicing - 1.0.0 released
Hello people,
We have released invoicing gem which helps you in creating, managing and
generating pdf for invoices.
Bit of background: Invoicing gem was initially developed by Martin
Kleppmann (https://github.com/ept/) for generating and displaying invoices.
This release polishes the gem, makes it compatible with rails 3 and rails
4, adds pdf generation
source:
2008 May 08
1
FOSS Inventory Managment and Invoicing Application
I am trying to help a small shop migrate off an old DOS sales application and
was hoping to find a Linux alternative. Anyone have any experience with these
types of applications, it would likely be a 2-3 user setup.
Thanks!
jlc
2010 Aug 02
5
What do you use for Invoicing?
Hi Everyone,
Sorry, if it's not directly related to Asterisk. Some of people on this list
might have PBX deployed for their clients. What software do you use to
invoice them so the invoice looks like a proper telecom invoice maybe?
Prefer:
-opensource with Windows binary available.
-able to create .pdf invoices rather than printable ones.
Thanks
-------------- next part --------------
An
2012 May 25
1
Java problem - XLConnect/xlsx package
Hi,
I hope you guys can help me, I already posted this question on
stackoverflow but did not get any help (which worked). And I need to solve
this problem as quick as possible:
In our firm we migrated to windows 7 (64-bit) and also updated the java
packages (1.6.0_24) and also R (to 2.15). Then I tried to install my
packages which i use daily and one of em is the xlsx package.
But if I load the
2009 Nov 09
1
trouble loading JGR on Debian
Dear developers
I am unable to (properly) load JGR on Debian testing. The JGR window
will pop out and R will start up, but it will not perform any of the
JGR specific library() calls (rJava, JavaGD, etc.) and will stuck at
100% CPU while the prompt will be non-responsive. The hack that helped
previously in such cases, accessing Help > About [1], works no more.
All R packages are installed via
2006 Jul 17
7
SSL [X.509] Authentication in Rails?
Been doing some research but haven''t been able to determine much - has
anyone had any experience parsing incoming [on the request] x.509
certificates? Specifically, getting name, CA, etc. Here''s how you do in
Java Servlets for reference:
X509Certificate[] certs = (X509Certificate[])
request.getAttribute("javax.servlet.request.X509Certificate");
Thanks.
--
2004 Apr 15
0
check_oem_password: incorrect password length
Hi everybody,
I'm an italian system administration (newbie about Samba).
I have installed on Mandrake 9.1 the rpm samba3-*-3.0.2a downloaded from
a Samba.org's mirror.
I have configured a PDC based on ldapsam (OpenLDAP 2.1.29) that works
fine, i use smbldap tools to manage sincronization account.
Now the problem, when I try from my W2000 Workstation to change my
domain password I reach
2004 Apr 15
0
Unable to change password
Hi everybody,
I'm an italian system administration (newbie about Samba).
I have installed on Mandrake 9.1 the rpm samba3-*-3.0.2a downloaded from
a Samba.org's mirror.
I have configured a PDC based on ldapsam (OpenLDAP 2.1.29) that works
fine, i use smbldap tools to manage sincronization account.
Now the problem, when I try from my W2000 Workstation to change my
domain password I reach
2013 Nov 21
0
[LLVMdev] vmkit2 core dump after building mmtk
Arg, you have to use a version strictly before the 7u25 (probably the
7u21), sorry!
I hope that it will work, because I also have problem to compile the
trunk version of vmkit (I haven't tested the trunk since two months).
I'm investigating. Tell me if it works for you with an older version
:)
See you,
Gaël
PS: the warning messages are not important
2013/11/21 Adam Pridgen
2013 Nov 22
0
[LLVMdev] vmkit2 core dump after building mmtk
Is there a particular revision in the repository that I can checkout
and work from? Thanks,
-- Adam
On Thu, Nov 21, 2013 at 3:46 PM, Gaël Thomas <gael.thomas00 at gmail.com> wrote:
> Ok, I have exactly the same problem when I compile, I will try to
> understand where is the problem.
>
> Gaël
>
> 2013/11/21 Gaël Thomas <gael.thomas00 at gmail.com>:
>> Arg, you
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
Thanks for your help so far Gaël, but I ran into more trouble. I
installed the JDK on my system and the messages indicated the JVM
version needs to be 1.6. Did you intend to link me to Java 7?
LD_LIBRARY_PATH=/usr/lib/jvm/jdk1.7.0_25/jre/lib/amd64/server/:/usr/lib/jvm/jdk1.7.0_25/jre/:/usr/lib/jvm/jdk1.7.0_25/jre/lib/amd64/
Buildfile: /path/to/code/vmkit/mmtk/java/build.xml
main:
[javac]
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
Ok, I have exactly the same problem when I compile, I will try to
understand where is the problem.
Gaël
2013/11/21 Gaël Thomas <gael.thomas00 at gmail.com>:
> Arg, you have to use a version strictly before the 7u25 (probably the
> 7u21), sorry!
>
> I hope that it will work, because I also have problem to compile the
> trunk version of vmkit (I haven't tested the trunk
2013 May 15
1
Fwd: Re: Re: Cannot add/modify ACL through windows client
Hi Denis,
on both samba hosts (donald and pluto) these commands work great:
id johndoe
getent group
getent passwd
My pluto:/etc/nsswitch.conf looks like that:
[...]
passwd: compat ldap
group: compat ldap
shadow: compat ldap
[...]
I want to add, that the described problem works fine if I try it on a share on "donald", my domain controller. The users are
2002 Aug 20
2
Upgrade broke file locking
Prior to upgrading from RH7.0 to RH7.3 our Samba filserver worked perfectly.
Now we are having locking problems. Initially Iused the same samba binaries
built on RH70, I tried rebuilding Samba and reinstalling but it had no effect.
If user bon opens an M$-Office file they frequently get a 'file is already in
use by bob'. Sure enough smbstatus -L shows the file locked by bob, but bob
2006 Nov 04
0
Re: Re: Re: Re: Adding multiple invoice items to an
Hi,
I found this article very informative and was able to get everything working
properly. I was going to ask if Wilson perhaps knew how to delete items from
that collection of invoice items? The collection of invoice items is a bit
of a mystery to me. Thanks !
NewbTron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: