Displaying 20 results from an estimated 1000 matches similar to: "R apache and PHP"
2004 Apr 13
0
R , apache and PHP
I've developed a web application in PHP and R
my script is
<?php
...
exec("R CMD BATCH --silent /home/marcello/R_in/myfile.bat
/home/marcello/R_out/myfile.out");
...
?>
This script execute in R batch mode and write the myfile.out.
On Win2000 the similar script is ok, but on linux I've a problem.
I suppose is a permession problem because the same script on shell
2008 Aug 10
1
R function, sink() and empty file
Dear all,
I wrote a simple script in order to put together some functions and method
to be executed on various files
I am trying to have to possibility to call the script changing few
parameters in order to use the different files.
I succeeded partly using the function method.
However in my script I call the sink() function in order to output the
results to a .txt file. When using the function the
2005 Mar 11
2
Is it possible to regenerate the index files?
Is it possible to regenerate the index files, on other conditions than
the mbox file being read?
For instance, it would be nice if I could regenerate the index for a
specific mbox whenever procmail delivers mail to it.
If theres no existing solution, would it be possible to make a small
script with something like "nc" that could send an imap command to
dovecot, so that dovecot would
2010 Jan 01
1
fedora rpm for 2.0 beta?
I'm looking for a spec/rpm file suitable for fedora 11/12,
for dovecot and pidgenhole sieve.
Has anyone done this yet? Otherwise I will attempt to the dovecot 1.2
spec files for f11.
--
Joakim Verona
2013 Jan 14
2
deleting duplicate mail?
Hello,
Due to a misstake I got many duplicate emails in my inbox folder.
They are stored in maildir format, so my initial thought was do simply
md5sum the mail files and remove the duplicates. This doesnt work
because the mails has differinf uids. Any other hints?
--
Joakim Verona
2004 Mar 17
2
Q: Odds Ratio
Dear all,
is there a automatic method to obtain Odds Ratio estimates and their
confidence intervals from a GLM Logistic model?
Thanks
Cristian
=============================================
Cristian Pattaro
=============================================
Unit of Epidemiology & Medical Statistics
Department of Medicines and Public Health
University of Verona
cristian@biometria.univr.it
2011 Nov 21
4
[LLVMdev] How to make Polly ignore some non-affine memory accesses
2011/11/21 Tobias Grosser <tobias at grosser.es>:
> On 11/20/2011 04:36 PM, Marcello Maggioni wrote:
>>
>> Sorry for the noobish question, but what kind of subscripts generate a
>> SCEVCouldNotCompute from the SCEV engine?
>> I tried for a while but I wasn't able to trigger that
>
> Hi Marcello,
>
> the SCEV returns SCEVCouldNotCompute in case it
2007 Jul 03
2
"Open Extend >> " doesn't work anymore... !
I've a problem with a program.
Printing system does:
type test.txt *>>* \\lnxsrv\printer
and it return:
"the parameter is incorrect"
but if i try:
type test.txt *> *\\lnxsrv\printer
it works
but if i try with early samba before 3.0.21 release "open extend >> "
works !
with last samba release 3.0.25 not work and it tell me error ! Only
simple >
2014 Jun 13
3
Alleged bug in Silk codec
Hi Jean Marc,
please find attached the audio file (mono 16khz). I shortened it to about
10 seconds. I also add 2 patches that worked for me. Further info that
might help:
- The problem seems to be related to silk_burg_modified not reaching the
maximum gain, so the actual filter order is 16 rather than 2 (which is
what would be expected with a sine wave).
- The problem seems to happen when
2004 Jul 23
4
Reading ASCII files
Dear all,
I need to read an ASCII file with diffent length lines.
This is what is contained in the file gene.txt:
1st line ID description snp_id genotype
2nd line 10003 Low rs152240
3rd line 10003 Moderate rs189011 TC
4th line 10004 Conservative rs152240 GC
5th line 10004 Bad rs154354
6th line 10013 Bad rs152240
7th line 10019 Conservative rs152240 AC
etc...
This is what I would like to obtain
2015 Aug 27
2
preserve registers across function call
Hi Marcello,
Thanks for your reply. I will try to pass down the mask!
I have one more question. In my backend I return CSR_RegMask in
getCallPreservedMask and return CSR_SaveList in getCalleeSavedRegs. Is that
a correct setup? I dumped the regmask and found that callee saved regs are
marked 1 and non-callee saved regs are 0.
Thanks,
Xiaochu
On Wed, Aug 26, 2015 at 5:58 PM Marcello Maggioni
2007 Aug 03
2
Missing Heimdal, Kerberos, Samba and OpenLdap how-to
Hi,
i'm looking for this how-to, often referenced but no more available:
https://sec.miljovern.no/bin/view/Info/HeimdalKerberosSambaAndOpenLdap
Is there anywhere an how-to about integrating Heimdal, Kerberos, Samba
and OpenLdap?
Thank you in advance
Marcello
2014 Jun 20
2
Alleged bug in Silk codec
Hi Jean-Marc,
well spotted! The patch provided fixes the issue for me.
Nevertheless, in my code (and I would suggest doing the same in libopus) I
am going to replace the function with one that accumulates on 64 bits and
then calculates the shift, for at least 4 reasons:
- It is less and simpler code
- The result is likely to be slightly more accurate in case big numbers
come early in the
2014 Jun 24
5
[LLVMdev] Making it possible to clear the LLVMContext
Something like, keeping the compiler alive for a many compilation sessions,
using the same LLVMContext, but without the problem of accumulating data in
the LLVMContext that would slowly fill up the memory.
This as much I can enter into details that I can :/
Probably this is also a quite common use case scenario too.
Marcello
2014-06-24 18:52 GMT+01:00 Eric Christopher <echristo at
2013 Sep 17
4
[LLVMdev] Is it safe to insert instructions in batches into BBs?
Hi,
I'm getting a very strange behaviour while adding already created
instructions in batches into basicblocks instead of creating and
inserting them immediately.
Because I need to insert instructions in a certain specific order inside
multiple different BBs I found it easy to use the IRBuilder to create
instructions without inserting them into a BB, storing them somewhere
(vector, map
2020 Sep 09
2
[RFC] New Feature Proposal: De-Optimizing Cold Functions using PGO Info
On Wed, 9 Sep 2020 at 18:15, Min-Yih Hsu via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> David mentioned in D87337 that LLVM has used similar techniques on code
> size (not sure what he was referencing, my guess will be something related
> to hot-cold code splitting).
>
IIUC, it's just using optsize instead of optnone. The idea is that, if the
code really doesn't
2012 Oct 19
11
[LLVMdev] Predication on SIMD architectures and LLVM
Hello,
I'm working on a compiler based on LLVM for a SIMD architecture that
supports instruction predication. We would like to implement branching
on this architecture using predication.
As you know the LLVM-IR doesn't support instruction predication, so I'm
not exactly sure on what is the best way to implement it.
We came up with some ways to do it in LLVM:
- Do not add any
2014 Jun 24
4
[LLVMdev] Making it possible to clear the LLVMContext
Hello,
the need here is to have a single LLVMContext used for multiple
compilations.
You make a good point about that by the way. If there are outstanding users
cleaning the context under their seats might still pose a risk to them, and
in that case deleting + newing a new LLVMContextImpl might actually not be
very different.
Marcello
2014-06-24 17:14 GMT+01:00 David Blaikie <dblaikie at
2011 Oct 03
4
[LLVMdev] How to make Polly ignore some non-affine memory accesses
Hi Tobias,
thanks for the answer. I'll try to give a look to the code you pointed
me to , and I'll try to make the modification myself. I'm new to LLVM
and Polly, but the code of both seem clean and understandable, so I
hope to be able to do it myself. In case I'll ask here for support :)
Marcello
2011/10/1 Tobias Grosser <tobias at grosser.es>:
> On 10/01/2011 03:26
2013 Sep 21
3
[LLVMdev] Inserting a custom switch instruction implementation in backend
Hi,
in implementing a backend for a target we work on, I ended up needing to
lower the switch instruction in a very specific way that is quite
different from the standard llvm way with the decision trees.
The custom implementation wants to get rid of the decision blocks that
llvm generates between the actual cases basic blocks and the switch root
block. What I do currently is basically