Displaying 20 results from an estimated 200 matches similar to: "how to use R for Beta Negative Binomial"
2008 Jan 13
2
is it safe to replace every "<-" by "=" in R code?
hi;
When I first started looking at R code, I thought that the <- notation for 
assignment made the code less readable (and I still do).  Then I found that 
now one can use "=" in place of "<-" for assignment (I understand this 
started since version 1.4). Anyway, I think using "=" makes the code much 
more readable.
I was wondering, would it be safe if I
2020 Jun 09
2
compiler-rt uses non-existent macro: __SOFT_FP__
A handful of files in compiler-rt/builtins use the macro "__SOFT_FP__". All the uses are along the same lines. Here's a representative example from compiler-rt/lib/builtins/fixdfdi.c:
#ifndef __SOFT_FP__
// Support for systems that have hardware floating-point; can set the invalid
// flag as a side-effect of computation.
...
#else
// Support for systems that don't have
2017 Nov 28
2
variadic functions on X86_64 should (conditionally) save XMM regs even if -no-implicit-float
Specifying -no-implicit-float prevents LLVM from using non-GPR registers for purely integer operations. This is useful for operating systems (such as Wind River's VxWorks) that support tasks that do not save all registers on context switch.
This presents an interesting problem for variadic functions that may optionally take non-integer arguments (e.g. printf style functions). Should non-GPR
2004 Aug 29
1
Disable multiple login to domain
I run RH Linux 7.3 and Samba 2.2.3 as a PDC.
I have about 30 Win 98 clients loggin onto the Samba domain. I would
like to disable multiple logins so that a user may only login to one
client machine at a time and therefore not hold more than one computer
concurrently.  Is this possible with my version of samba?  If so, how do
I implement this?
Kind regards
************************
J. G. Nasser
2004 Jul 27
3
ghyper package
Hello
I am searching ghyper package (generalized hypergeometric distributions).
Does anyone can send it to me?
 
Regards from Mexico
Lizbeth Román
 
	[[alternative HTML version deleted]]
2004 Mar 02
1
passing a string from .C()
Hi,
 
Could someone please point to an example of passing strings from .C()
calls back to R? I want to be able to do something like this:
 
str <- .C("return_foo_string", str=character(1))$str
 
void return_foo_string(char ** str) {
    *str = "foo";
}
 
The above code has at least two memory allocation "concerns": 
1) How to properly allocate "foo". I
2016 Feb 12
4
[dongle0] timedout while waiting 'OK' in response to 'AT'
Yes I used.
The problem can be the version of Asterisk?
I use Asterisk 13 instead of 11.
2016-02-12 14:31 GMT-02:00, Shabbir abbasi <shabbirabbasi92 at gmail.com>:
> have changed this
> [dongle0]
> audio=/dev/ttyUSB1
> data=/dev/ttyUSB2
>
> To
>
> [dongle0]
> imei=123456789012345
>
> and imei exact same as on your device ?
>
> On Fri, Feb 12, 2016
2016 Feb 12
2
[dongle0] timedout while waiting 'OK' in response to 'AT'
Yes, I used IMEI.
But in CLI appearing nothing and it not register.
2016-02-12 14:27 GMT-02:00, Shabbir abbasi <shabbirabbasi92 at gmail.com>:
> have you tried   imei discovery
> imei=123456789012345
>
>
> write imei number instaed of 12345...
>
> On Fri, Feb 12, 2016 at 8:51 PM, Vitor Mazuco <vitor.mazuco at gmail.com>
> wrote:
>
>> Hi!
>>
2019 Jun 04
2
variadic functions on X86_64 should (conditionally) save XMM regs even if -no-implicit-float
Thanks for reviving this topic!
Interestingly we have essentially the same fix you mention below ( https://reviews.llvm.org/D62639) as a local change in our Wind River version of LLVM. The reason we didn't try to push it upstream (and in fact have considered removing it) is due to an unfortunate side-effect which is either "expected" or a "bug" depending on your
2016 Jan 28
2
how to configure or (reset) display
i have posted a question on
http://unix.stackexchange.com/questions/257310/centos-7-font-problem-unable-to-read-words
,
i am unable to read words in terminal and unable to see correct images,
Dont know if it is wrong config or something else ,  i have updated this
system via ssh  from LAN,  Now i am connected directly  to system  and it
looks very bad ,  can anyone tell me how to fix ?
2004 Sep 04
3
Help Running am-main.pl Perl/CGI on Apache Server
Hi all,
I've installed Asterisk on Linux Red Had 9.  Now, I was trying to set
up a GUI based system for the PBX.
I downloaded some packages, but I have to have Perl running CGI
scripts through the webserver.  It does not allow me to.
I am able to run a basic script that just just prints out html
messages and nothing else.  However, when I try to run am-main.pl or
config.pl or any other
2012 Feb 17
4
covariance
can any one please tell me how can I Compute the covariance matrix of  (Y)
which is 5 variables .. without using a built-in function??????    
2)  how (cov) works ( I need to get the details for this function ???
--
View this message in context: http://r.789695.n4.nabble.com/covariance-tp4398242p4398242.html
Sent from the R help mailing list archive at Nabble.com.
2008 May 16
2
how can we use libdtrace within the DTrace security restrictions?
Hi all,
What is the correct way to give one non-root user the ability to use 
DTrace with providers running in a process by another user?
Through the Web Stack project and some work by Ludovic Champenois and 
Nasser Nouri, we have done a bit of work to bring together parts of 
chime, the Web Stack Apache, Ruby and PHP providers, and stuff reused 
from the DTrace toolkit. It''s in
2005 Dec 22
1
xen 3 demo CD won''t boot
hi. since my failed adventured in xen 3 i decided to try out the xen 3 demo
cd. i also used the test cd to run the test and submit the results.  but now
i can''t start the  xen cd as well  and its the same problem i had with the
xen installation so i cam thinking it has something to do with my computer.
this is what happens. the cd boots fine. but  when it comes to the point of
starting X
2005 Dec 16
1
can boot custom kernel.
i compiled  xen 3 and then following the instruction in the user
manual compiled a cuztom dom0 kernel. i even made a initrd for that
kernel. i use ubuntu 5.10.
 problem is now i can''t boot into dom0. my root partion is /dev/hda5
and it no such device found. i can''t tell you exact output cuz it goes
by too fast . any help.
_______________________________________________
Xen-users
2005 Dec 16
1
does xen have problems when compiling using gcc 4
same as above. i compiled xen in ubuntu 5.10 and had amny problem and
later found the guide given in ubuntu wiki tell to use this command
make CC=gcc-3.4
meaning use gcc 3.4 instead of the gcc 4 that is standard on ubuntu.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Nov 27
1
(110, ''Connection timed out'') Error: Error connecting to xend, is xend running?
what is this error???
what does it mean.
i have done xend start
and even
/etc/init.d/xend start.
whats the poroblem.
please help.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 May 28
1
[LLVMdev] adding comments to the generated code...
Is there a way to add any arbitrary comment to the LLVM generated
code during code generation? I would like to add comment that I could see
when I do a dump. I could not find anything in builder class that supports
this.E.g. I want to generate code that looks something like this;
*; add some arbitrary comment here*
%22 = bitcast i8* %20 to i32*                   ; <i32*> [#uses=1]
%23 =
2007 May 05
1
strange authentication issue
hi
I just joined this list, as I am having really strange issue and so far been
unable to find the root cause.I will give you scenario to see if anyone
knows what could be the cause:
1: 2 windows 64bit enterprise server  serverA and Server B
2: both on same physical network no firwalls not routers
3: both on same domain controller ( windows NT4)
I can connect to serverA as under from a linux
2005 Nov 20
1
can i use swap as memory dedicated to the xen VMs
this is in reference to the option in the grub lines.
i have only 256 mb ram. so i can''t give the VMs more than a 100 mb.
can i use swap as memory like in qemu.
thank you
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users