Displaying 20 results from an estimated 600 matches similar to: "R++ is looking for a Native English Speaker Translator"
2018 May 15
0
[Job Offer] Statistician (M/F) Definition of the software R++
ABOUT Z?BRYS
Z?brys is a startup which designs the software R++, the Next Step.
R++, the Next Step is a new Graphical User Interface for R. It comes
from 3 years of research with different teams specialized in HMI. The
first video presentation is available here (comments are in French, but
the video is understandable even without sound).
Z?brys is a startup with strong growth potential: prize
2010 Nov 03
0
[LLVMdev] Fw: Forcing the Interpreter segfaults
Hi Salomon, please don't forget to reply to the list too (I've CC'd the list).
> I don't think my code is doing anything worng...
No, it looks fine to me, and the interpreter certainly supports this. That
suggests that the value of %str is not being transmitted to the function right.
If it is getting the wrong pointer value, that would explain why it barfs.
Ciao,
Duncan.
2010 Nov 03
4
[LLVMdev] Fw: Forcing the Interpreter segfaults
[I assume you meant to send this to the list as well, not just me.]
Begin forwarded message:
Date: Wed, 3 Nov 2010 14:43:54 +0000
From: Salomon Brys <salomon.brys at gmail.com>
To: Török Edwin <edwintorok at gmail.com>
Subject: Re: [LLVMdev] Forcing the Interpreter segfaults
I have build LLVM in debug mode. Here are the informations of the
segfault : memcpy() at 0x7ffff6f6581e
2010 Nov 02
0
[LLVMdev] Forcing the Interpreter segfaults
In my case, I am working on a posix regular expression library that uses
LLVM to execute a regular expression.
Each regular expression is a very small sets of code and is faster to
interpret than to JIT then execute.
I wanted to JIT only when the regular expression is executed more than 20
times.
The benchmarks I have run show that my library is amzingly fast to execute a
regular expression
2010 Nov 03
1
[LLVMdev] Forcing the Interpreter segfaults
On Tue, Nov 2, 2010 at 3:36 PM, Salomon Brys <salomon.brys at gmail.com> wrote:
> In my case, I am working on a posix regular expression library that uses
> LLVM to execute a regular expression.
> Each regular expression is a very small sets of code and is faster to
> interpret than to JIT then execute.
> I wanted to JIT only when the regular expression is executed more than
2010 Nov 29
0
[LLVMdev] FunctionType as a function argument
You need a pointer-to-function type, but FunctionType just gives you a
function type. Use PointerType::getUnqual(FunctionType::get(...)). Or
TypeBuilder<char (*func)(void*), false>::get(context) from
Support/TypeBuilder.h.
On Mon, Nov 29, 2010 at 10:37 AM, Salomon Brys <salomon.brys at gmail.com>wrote:
> Hi all.
> I would like to declare a function that takes a function pointer
2010 Nov 02
1
[LLVMdev] Forcing the Interpreter segfaults
Hi everyone !
I am very new to LLVM and intent to use it in a research project.
I have a problem with the interpreter: I have a simple compiler that
generates LLVM bitcode, JIT it and execute it, and it works very well.
Now I would like to execute it using the interpreter. And I get a segfault.
Here is the code :
// This code JIT the function and executes it
llvm::InitializeNativeTarget();
2010 Nov 02
2
[LLVMdev] Forcing the Interpreter segfaults
Helps to send to list:
On Tue, Nov 2, 2010 at 1:00 PM, OvermindDL1 <overminddl1 at gmail.com> wrote:
> On Tue, Nov 2, 2010 at 12:51 PM, Salomon Brys <salomon.brys at gmail.com> wrote:
>> Hi everyone !
>> I am very new to LLVM and intent to use it in a research project.
>> I have a problem with the interpreter: I have a simple compiler that
>> generates LLVM
2007 Jun 28
0
mixed-effects model using lmer
Hello R-users,
I have been trying to fit what I think is a simple mixed-effects model using lmer (from lme4), but I've run into some difficulty that I have not been able to resolve using the existing archives or Pinheiro and Bates (2000).
I am measuring populations (of birds) which change with time at a number of different sites. These sites are grouped into regions. Sites are not measured
2004 Oct 07
1
spandsp RxFAX problems.
Hello,
Anyone else experiencing problems with the latest spandsp (pre3)
and last libtiff beta? I'm getting 8 bytes long file, with the
TIFF header only during such connection:
-- Accepting call from 'XXXXXXX' to 'YYYYYY' on channel 0/2, span 1
-- Executing SetVar("Zap/2-1", "FAXFILE=/tmp/foch.tif") in new stack
-- Executing
2007 Mar 28
0
Wanted: German to English translator for Asterisk documenation
Hi,
we are searching for somebody who can translate German to English
Asterisk documentation. We have some generic Asterisk documentation
(e.g.
http://www.das-asterisk-buch.de ) which we would like to share with
the english speaking world. And it takes someone who understands
Asterisk and is a native speaker. Babelfish didn't work well. ;-)
Please contact me offlist.
Stefan
--
2004 Oct 03
0
Tenor AS cancells calls through Asterisk
Hello,
Maybe some of you tried the SIP support recently introduced by Quintum
in their AS devices.
I have one Asterisk machine connected to PSTN via E1. It works properly.
On the other side I got an ADSL line, with NAT and few devices behind it,
like computer with X-Lite client installed or mentioned Quintum device.
It works great - calls initiated from there are OK, as well as PSTN
originated
2010 Nov 29
3
[LLVMdev] FunctionType as a function argument
Hi all.
I would like to declare a function that takes a function pointer as an
argument.
In C, it would be :
void execute(char (*func)(void*), void *param)
So, in my compiler, I have :
std::vector<const Type *> cbFPtrArgs(1, Type::getInt8PtrTy(C));
FunctionType * cbFPtrTy = FunctionType::get(Type::getInt8Ty(C), cbFPtrArgs,
false);
Function * func =
2008 Mar 02
0
how to enable onboard speaker?
Hi
Does anyone know how to get the PC speaker working with CentOS 5.1 &
Xen 3.1?
[root@gimbli ~]# uname -a
Linux gimbli.softdux.com 2.6.18-53.1.13.el5xen #1 SMP Tue Feb 12
13:33:07 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
Xen version 3.1.0-53.1.13.el5 (mockbuild@) (gcc version 4.1.2 20070626
(Red Hat 4.1.2-14)) Tue Feb 12 12:55:35 EST 2008
Latest ChangeSet: unavailable
--
Kind
2010 Sep 23
0
Puppet Camp speaker spot
Hi all
Due to the late pull out of one of our potential speakers we have a
speaking spot open for Puppet Camp in SFO
(http://www.puppetlabs.com/community/puppet-camp/puppet-camp-sf-2010-info/).
So this is your big chance to make your mark on the Puppet community and
tell us about the cool thing you do or the quirky Puppet implementation
you have. We''re looking for 45 minute talks
2006 Mar 27
0
pc speaker mess
I wanted to enable my pc speaker and ref.
http://www.centos.org/modules/newbb/viewtopic.php?topic_id=855 this should work:
/sbin/modprobe pcspkr
and then it worked!!! a little too much I might add, I thought the fire alarm went
off ;)
a /sbin/modprobe -r pcspkr helped a little, it stopped beeping and just gave one
long sound. I couldnt take it anymore so I rebooted it to make it stop.
Is this
2007 Sep 08
0
No beep - system speaker not working
Hi,
i''m running Debian etch with kernel 2.6.18-5-xen-686 and try to get the
system speaker working, but without success.
The module pcspkr is loaded and there is no error, when I load it.
Moreover there is no problem with kernel 2.6.18-4-686. Hence I think
that it is a problem with Xen or the kernel config.
Google did not give a hint, neither did any mailing list that I
searched.
I need
2001 Dec 21
0
Pc-speaker
Hi,
I'm trying to run old DOS games like Another World
or Test Drive under Wine. Everytime a sound should
play,
the system bell is ringing.
Is there a config to use PC-Speaker like /dev/pcsp
or is this a part under developpement ?
(or not implemented at all ?)
Thx for answers.
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en
2003 Nov 21
1
Can you monitor a call via the asterisk speaker system and do a call pickup if you wish
Reason.
I have a fax/ans phone with handset, that lets you monitor the caller, so if
you wish, you can pickup the call.
The asterisk is undergoing testing, it will then be online tested at the house
so I can get more familiar in setting components up, e.g. sip phones,
voicemail, transfers etc.
But, I really need the monitoring of the Voicemall being left, with the
ability to pick up the
2004 Jan 16
1
7960 Phone disconnects when dialing using speaker
Hi,
Just got some CISCO 7960 phones. They seem to work great except if I make any
SIP call using the speaker phone (leaving the hand set in the cradle)the call
will disconnect in about 5 or so seconds. If I pick up the hand set and make a
call, it's fine.
Has anyone else run into this ? Any solution ?
The phone is on SIP v6.1 - it did the same thing on 4.4 5.0 and 6.0.
Thank you in