Displaying 20 results from an estimated 5000 matches similar to: "Example of calling R from Java"
2004 Jul 06
1
zaphfc 2 cards working with P2P Mode ?? - massive Problems
Hello List,
is someone operating a DID /P2P / Anlagenanschluss with more than one
HFC-Based ISDN-Card ???
I have now 12 hours of setup-troubles behind me with Colt-Telekom, where
we did not get it working with two HFC-based cards.
Here the setup:
- 2 HFC-ISDN-Cards (the one from Conrad-Electronic)
- bri-stuff.0.0.2 (with the asterisk-sources from the
download.sh-skript)
- two NTBAs from
2004 Jul 17
4
E100P and Colt Telecom (Europe)
Hi,
Has anyone connected * to a Colt E1 line in Europe? If
so could you send me the zaptel.conf and zapata.conf.
Thanks,
Aaron
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
2010 Aug 11
2
assignment functions with inherited class error
# Two test for a class like this:
setClass("XXX",
representation=representation(
"matrix"
)
)
i<-new("XXX");
m=matrix();
colnames(m)<-c("colA");
i at .Data=m;
# >i
# An object of class ?XXX?
# colA
#[1,] NA
#________________________________________________________________________
#First Test
"varnames<-" <- function(x,value){
2002 Jun 20
1
Questions on Instalation of SJava Package to R1.5.0
Dear Expects,
I tried to install the SJava package to the Library subdirectory of my
R1.5.0. However, when I tried it according to the instructions from
http://www.omegahat.org/RSJava/, I got the following error messages:
library(SJava)
Error in .Defunct() : `.Alias' is defunct.
See ?Defunct.
>.JavaInit()
Error: couldn't find function ".JavaInit"
I downloaded SJavaWin
2002 Jul 01
2
GUI and Java: RSJava does not work
Hi,
About GUI and R, I would say that personnaly, I need to build a nice GUI for
people who does not know anything about R, to conduct simulations. I don't know
if the choice of R is the best. Maybe writing all the code in Java would be
better... I don't know.
That's why I have tried to install RSJava from Omegahat on my computer (Windows
2000). With R 1.5.0 or 1.5.1, I get the
2013 Jun 12
0
[LLVMdev] Apple clang 4.2 based on llvm 3.2 produces a wrong "instruction requires:arm-mode"
Hi Moshe,
Tim just did tell you what to do :)
"Reporting it at llvm.org/bugs (and/or bugreporter.apple.com since
that seems to be your platform) would make sure it doesn't get lost."
So filing a bug report would be best.
-eric
On Wed, Jun 12, 2013 at 12:18 PM, Moshe Kravchik <mkravchik at hotmail.com> wrote:
> So probably it is a LLVM issue - can anyone from the team
2013 Jun 12
2
[LLVMdev] Apple clang 4.2 based on llvm 3.2 produces a wrong "instruction requires:arm-mode"
So probably it is a LLVM issue - can anyone from the team look at it and let me know if there is anything to do.
Moshe
> Date: Wed, 12 Jun 2013 10:53:56 -0700
> Subject: Re: [LLVMdev] Apple clang 4.2 based on llvm 3.2 produces a wrong "instruction requires:arm-mode"
> From: t.p.northover at gmail.com
> To: mkravchik at hotmail.com
> CC: llvmdev at cs.uiuc.edu
>
>
2005 Sep 07
1
solving a system of nonlinear equations
What is the "classic" R function for solving a (possibly over
determined) system of non-linear equations?
Thank you!
Moshe Olshansky
e-mail: moshe.olshansky@brevanhoward.com
The information transmitted is intended only for the person(s) or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or
2012 Jul 26
1
[LLVMdev] A pragma to turn the optimizations off
On Thu, Jul 26, 2012 at 12:48 AM, Moshe Kravchik <mkravchik at hotmail.com> wrote:
>
> Hi,
>
> I'm looking for a pragma to insert in my source that will turn the
> optimization off for that file. Could not find one, it is possible?
>
> Thanks a lot,
> Moshe
No, clang does not have a pragma for this. You should use your build
system to pass -O0 to clang for this
2006 Jan 05
2
Lost Images on Linux
Ruby rails app works fine on Win32. Zipped directory, unzipped on Linux
(Mandrivia). All works fine except no images show up.
Any ideas?
The directory is /home/web/colt where the web app is.
--
Posted via http://www.ruby-forum.com/.
2008 Jan 21
5
"nonstandard" column names
Hi everyone,
I am sure that this question has been asked here some
time ago but I do not remember the answer and was
unable to find it in the archives...
Below is my question: suppose that I have a data.frame
x and one of it's columns name is "CPI/RPI" (without
quotation marks of course). How can I reference this
column? Neither of x$CPI/RPI or x$"CPI/RPI" work. I
1999 Feb 13
1
Compiling R
I have tried to compile R-0.63.2 for Linux Red Hat 5.0.
It seems to have worked well until the last step 'make install'
I get the following messages
make[2]: Entering directory `/home/moshe.segal/rhome/R-0.63.2/src/main'
fort77 -export-dynamic -o ../../bin/R.binary arithmetic.o array.o
attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o
context.o cov.o cum.o debug.o
2013 Jun 16
1
[LLVMdev] Apple clang 4.2 based on llvm 3.2 produces a wrong "instruction requires:arm-mode"
Hi Eric,
Following Tim's and your advice I filled the bug:http://llvm.org/bugs/show_bug.cgi?id=16315
Haven't seen any reaction to it from LLVM developers so far. This is the first time I submit a bug to LLVM, maybe I need to set some fields differently to trigger their attention?
Moshe
> Date: Wed, 12 Jun 2013 13:10:21 -0700
> Subject: Re: [LLVMdev] Apple clang 4.2 based on llvm 3.2
2017 Jun 05
2
Hi
Hi ,
I'm asking for a way to compute the integral of: function(x) {x*(log(x)+b)*((log(x)+b)^(a-1)-b^(a-1))/(a-1)*(b^(a-1)}
When a and b are between 1 to 10 and X is the integral parameter between 0 to 1 '
Thanks,
Moshe
This e-mail message may contain confidential, commercial and privileged information or data that
constitute proprietary information of Cellcom Israel Ltd. Any review
2003 Jun 24
1
Working Clients for Linux?
All the clients that I'm aware of for IP telephony have drawbacks. Some
won't work at all.
KPHONE -- Kphone works best for me, but Kphone doesn't have a dialpad to
dial tones during the middle of the call, so the demo that * comes with
can't be run. Kphone (3.1, the latest) also has a habit of crashing if
you do something even mildly stressful, such as hang up while Kphone is
2008 Apr 20
2
imaps - voicemail
does asterisk support imaps for voicemail storage? Ide really like to use
gmail as my imap server...
--
Moshe Brevda, CTO
ipconnect, ltd.
26 Strauss St., Jerusalem, Israel
W. 1.800.800.456 (+9722.569.5295)
M. +97254.666.1367
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080421/00ed120c/attachment.htm
2012 Jul 11
4
[LLVMdev] A problem with inline assembly in llvmc for ARM
Hi,
I encountered an issue with inline assembly in my c files compiled with llvmc.
When I have a push instruction in the inline assembly like:
__asm__ volatile ( "push {r4}\n\t" );
the compiler will drop the curly braces and leave it in the generated assembly file as: push r4
And this is non-conformant with the ARM
2007 Jun 14
3
Responding to a posting in the digest
Is there a convenient way to respond to a particular
posting which is a part of the digest?
I mean something that will automatically quote the
original message, subject, etc.
Thank you!
Moshe Olshansky
m_olshansky at yahoo.com
2008 Mar 17
3
driving R from MATLAB
I am trying to use R functions from my MATLAB code using a DCOM server.
I am working under Windows XP.
While I mange to run basic functions and run them using scripts, when I
try a more complicated set of functions I fail.
I am trying to perform survival analysis, using Surv
Surv(recruTime,recur)
Surv creates a somewhat complex output and I get the response
Problem evaluating command
2007 Mar 23
6
Updating a worksheet in Excel file using RODBC
Hello!
I have no problem reading Excel files (each worksheet in the file is a "table" which can be read - at least in my case).
What I would like to do is to read such a table, change it (just the contents, not the format) and write it back, and this I can not do. I am getting the following error messages (3 slightly different attempts):
> sqlSave(con, x, tablename =