Displaying 20 results from an estimated 300 matches similar to: "[LLVMdev] LLVM Developers' meeting"
2007 May 03
0
[LLVMdev] LLVM Developers' meeting
Hi Tomas,
On Thu, 3 May 2007 11:30:01 -0700
"Evensen, Tomas" <tomas.evensen at windriver.com> wrote:
>I'd like to attend.
You're on the list! See you there.
Reid.
>
>Thanks,
>
>Tomas Evensen
>
>Chief Technology Officer
>500 Wind River Way
>Alameda, CA 94501
>510-749-2783 office
>510-749-2007 fax
>www.windriver.com
2013 Jan 22
1
Erro message in glmmADMB
Hello everybody,
I am using glmmADMB and when I run some models, I recieve the following
message:
Erro em glmmadmb(eumencells ~ 1 + (1 | owners), data = pred3, family =
"nbinom", :
The function maximizer failed (couldn't find STD file)
Furthermore: Lost warning messages:
Command execution 'C:\Windows\system32\cmd.exe /c
2012 Mar 15
6
Erro na página
Nunca tive contato antes com Ruby on Rails. Temos um servidor aqui no
serviço que foi configurado para receber aplicações Ruby. Na máquina
local, o site estava funcionando perfeitamente. Agora existe este
erro: http://planarias.each.usp.br/. Alguém já teve alguma experiência
com esse tipo de erro e poderia me ajudar?
--
You received this message because you are subscribed to the Google Groups
2011 May 12
1
Installing a Package tar.gz in windows
Hello I have downloaded the spp_1.10.tar.gz and it contains compiled code. I
installed the Rtools <http://www.murdoch-sutherland.com/Rtools> and I
tried to install the package (spp_1.10.tar.gz) but it not worked bellow it
is the error message.
Could somebody please help me with this.
Thank you
* installing *source* package 'spp' ...
2014 Apr 17
0
[ANNOUNCE] libnftnl 1.0.1 release
Hi!
The Netfilter project proudly presents:
libnftnl 1.0.1
libnftnl is a userspace library providing a low-level netlink
programming interface (API) to the in-kernel nf_tables subsystem. The
library libnftnl has been previously known as libnftables. This
library is currently used by the nft command line tool.
This release comes with new features available in 3.14 and fixes.
See
2023 Mar 23
1
`dendrapply` Enhancements
Hello Aidan,
Sorry for dropping this for a while.
? Thu, 2 Mar 2023 21:03:59 +0000
"Lakshman, Aidan H" <AHL27 at pitt.edu> ?????:
> //after
> curnode = eval(lang3(R_Bracket2Symbol, parent->node, DEND_IND), env);
lang3() always constructs a new language object. If you do end up using
eval(), it may make sense to move lang3() out of the loop and reuse the
existing object
2008 Sep 02
2
Queries on ssh_askpass
Hi,
I had developed a program which spawns a shell where i am trying to use ssh
commands to log into a linux server.
There is a pop up dialog window which is prompting me for key-ing the
password.
Actually i want to get rid of this pop up dialog box, as i don't want this
to be visible in my program/code execution.
Could you please let me know is there any way to resolve and stop this
2023 Feb 23
1
`dendrapply` Enhancements
Hi everyone,
My apologies if this isn?t the right place to submit this?I?m new to the R-devel community and still figuring out what is where.
If people want to skip my writeup and just look at the code, I?ve made a repository for it here: https://github.com/ahl27/new_dendrapply/tree/master. I?m not quite sure how to integrate it into a fork of R-devel; the package structure is different from
2006 Aug 30
2
What method can I use to configure PXE client(msdos) output console from serial port?
Hi,
How are you!
I built a PXE server of MSDOS in Linux server, client can boot from network and login MSDOS, but by default, the output console is VGA,
My target client has not VGA port, it can only output from serial port, so could you help to tell me how to boot a MSDOS client from network and keep the PXE client output console is serial port ?
Below is the PXE configure file?s
2007 Nov 10
5
'Traditional' Faxing
Hi all,
the company I work for has an aging Digital PBX attached to an E1.
This PBX has a few analogue lines, one of which we use a 'traditional' fax
machine on.
I want to upgrade our PBX and Asterisk is almost a perfect fit.
The only problem I can't seem to find a working solution for is Faxing.
I don't want to use Hylafax or other similar methodologies.
I believe there
2011 Aug 27
4
to represent color range on plot segment
Dear R community,
With an advantage of being "NEW" to R, I would like to post a very basic
query here,
I am in need of representing gene expression data which ranges from -0.09 to
+4, on plot "segment". please find below the data df, the expression values
are in df[,2]. kindly help me with the code, so that I can represent the
values with a clear color gradient (something
2012 Aug 21
1
Imap Ghost folder
Hi list,
i have a strange "ghost" folder in my subscription list and just can't
find out how to get rid of it.
It seems to be someones Inbox, but it doesn't tell me whose.
Here's a screenshot of Open-Xchanges Web-GUI:
/http://s9.postimage.org/6aohh97ov/iehadjhb.jpg
/
As you can see there is an unamed folder just under Freigaben (Shares).
In Thunderbird:
2011 Oct 16
1
Error in gzfile(file, mode) when checking a package with rcmd check
Hi,
For the first time I have a strange behaviour when checking a package
before 'packaging' the code. Looks like a file cannot be read.
rcmd check pgirmess
* using log directory 'U:/Documents and Settings/pgiraudo/Mes
documents/R/pgir_arch/pgirmess_arch/On work/pgirmess.Rcheck'
* using R version 2.13.2 (2011-09-30)
* using platform: i386-pc-mingw32 (32-bit)
* using session
2012 May 07
0
R CMD check, interfacing c++ linking errors
Hi there,
I am trying to interface c++ code in R and make a package. With R CMD SHLIB
the dll was created, but when I try R CMD check, I am getting 'undefined
reference to..' linkage error messages.
The relevant c++ source from conf-infomap.cpp:
#include "conf-infomap.h"
#include "R.h" // R functions
#include "Rinternals.h"
#include "Rmath.h" //
2012 May 08
0
R CMD check, c++ source linking errors
Hi there,
I'm sorry if I a send it for second time, I've just subscribed for the list.
I am trying to interface c++ code in R and make a package. With R CMD SHLIB
the dll was created, but when I try R CMD check, I am getting 'undefined
reference to..' linkage error messages.
The relevant c++ source from conf-infomap.cpp:
#include "conf-infomap.h"
#include
2012 May 29
1
gslider-gwidgets
Hello R lovers,
For my GUI, I am using gslider of Gwidgets. I need to add the "to=" value
dynamically ie., maximum value from a data frame column(something like
to=max(df[,3])). But I am getting error message like
Error in checkPtrType(object, "GtkWidget") :
object of class NULL isn't a GtkWidget
Not sure what I am missing here!!!
Regards,
karthick
--
View this
2005 Mar 17
1
Extension ringing but no ringing sound asterisk
When I call from extension A on Box and to Extension A on Box B I get no
ringing sound.
Regards
Paul Dracevich
Wireless Technology Consultant
Wayby Group
Mobile +64 29 638 9675
Phone +64 9 623 2143
Fax +64 9 623 1380
email paul@vnet.cc
website www.vnet.cc
<file:///C:\Documents%20and%20Settings\paul\Application%20Data\Microsoft
\Signatures\www.vnet.cc>
"the freedom to communicate
2009 Dec 25
2
I had a 5.4 installation crash and generate a log file - where do I send it?
People,
While installing 5.4, I ran into an unhandled exception. It generated a log file, which I saved successfully. Unfortunately, I neglected to write down where to send the log file. Where does it go?
Thank you
Jeff
Jeff Silverman | Network Support Engineer
D 206.272-6465
F 206.272-5541
www.f5.com<http://www.f5.com>
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
2013 Sep 18
0
bioinformatician position at IMPPC, Badalona, Spain
A core facility bioinformatician position is available at the Institute for Predictive and Personalized Medicine of Cancer (IMPPC) in Badalona, a city immediately north of Barcelona, Spain.
We offer a 1 year contract with possibility of extension, with a maximum annual brute salary of 30.000 ?, to be negotiated according to training and experience.
The deadline for applications is September 30,