Displaying 11 results from an estimated 11 matches for "gammell".
2015 Jan 02
2
Problem with ups-dummy driver (repeater mode)
On Jan 1, 2015, at 8:23 PM, Charles Lepple <clepple at gmail.com> wrote:
> On Jan 1, 2015, at 4:57 PM, Jonathan Gammell <jon.gammell at utoronto.ca> wrote:
>
>> [ups]
>> driver = dummy-ups
>> port = eaton1
>> desc = "Dummy UPS"
>
> There is a typo in the specification of "port =" in the dummy-ups man page, but your configuration file is...
2015 Jan 02
0
Problem with ups-dummy driver (repeater mode)
On Jan 1, 2015, at 4:57 PM, Jonathan Gammell <jon.gammell at utoronto.ca> wrote:
> [ups]
> driver = dummy-ups
> port = eaton1
> desc = "Dummy UPS"
There is a typo in the specification of "port =" in the dummy-ups man page, but your configuration file is effectively looking for a...
2015 Jan 03
0
Problem with ups-dummy driver (repeater mode)
On 15-01-01 08:57 PM, Charles Lepple wrote:
> On Jan 1, 2015, at 8:23 PM, Charles Lepple <clepple at gmail.com> wrote:
>
>> On Jan 1, 2015, at 4:57 PM, Jonathan Gammell <jon.gammell at utoronto.ca> wrote:
>>
>>> [ups]
>>> driver = dummy-ups
>>> port = eaton1
>>> desc = "Dummy UPS"
>>
>> There is a typo in the specification of "port =" in the dummy-ups man page,...
2015 Jan 01
2
Problem with ups-dummy driver (repeater mode)
Hi,
I have a NUT client that requires the UPS it monitors to be named "ups".
The client (a Synology NAS) does not provide a method to change this
configuration. My setup consists of multiple UPSes monitored by a single
master and I'd rather not have 1/4 UPSes named `ups` while the other 3/4
are named something descriptive and helpful for administration.
I think I should be able
2004 Feb 12
4
R-help
Hi,
I have a problem.
I would like to put my SAS-code into R.
Could I do that, if yes, how?
Best regards
Jim Gustafsson
_______________________________________________________________________________
Codan Insurance, Gammel Kongevej 60, DK-1790 Copenhagen V
telephone: +45 33 55 55 55, fax: +45 33 55 21 22
e-mail: jgu@codan.dk
http://www.codan.dk
[[alternative HTML version deleted]]
2006 Jun 12
2
Ruby on Rails Copenhagen Meetup
Hi Railers
If you are in the Copenhagen area on the 29th of this month (that''s a
Thursday) Jesper and I would be glad to see you at Caf? Selina in the
central Copenhagen for the first of many Ruby on Rails meetups.
We start at 20:30 hours and have of cause arranged for free beer and
complementary WiFi.
Our goal is to create an inspiring atmosphere where railers (new and
old) can
2015 Jan 03
1
Problem with ups-dummy driver (repeater mode)
On Jan 2, 2015, at 8:15 PM, Jonathan Gammell <jon.gammell at utoronto.ca> wrote:
>
> Thanks Charles,
>
> You're right that it should be "eaton1 at localhost". That was actually just a one-off mistake in making a simple example to post. The errors are the same even with the correct "@localhost". I wi...
2006 Apr 10
0
Handling of NA ´s in the matrix multiplication function
Hi!
Is there a way of handling NA?s in the matrix multiplication function
'%*%'? I cant find anything concerning this in the help files. I?m thinking
of some sort of setting such as na.rm=T.
Thanks before hand to anyone how can help me!
Fredrik Thuring, Junior Business Researcher
__________________________________
Codan Forsikring, Gammel Kongevej 60, DK-1790 Copenhagen V
tel: +45 33 55
2006 Oct 13
1
NA-handling in glm.fit?
Dear Sir or Madam,
I'm wondering if there is any routine or argument in the function 'glm.fit'
that makes it handle NA's. The function 'glm' can handle NA's but I can't
make make it work (or find anything written on this in the help files) with
'glm.fit'.
Is it even possible in'glm.fit'? How?
Thanks before hand,
Fredrik Thuring, Business Researcher
2008 Feb 12
6
DomU booting just stops
Hi
Ive recently created a DomU machine, when I run the xm create -c command
however the machine only boots to a certain point. Then stops....see below
root@gangster:/etc/xen# xm create -c hudson
Using config file "./hudson".
Started domain hudson
[ 0.000000] Linux version 2.6.22-14-xen (buildd@king)
(gcc version 4.1.3 20070929 (prerelease) (Ubuntu
2009 Nov 27
3
Iteration idioms & laziness
Hi all,
I'm new to R. Having a functional background, I was wondering what's
the idiomatic way to iterate. It seems that for loops are the default
given there's no tail-call optimization.
I'm curious to know whether there is a way to transform the following
toy snippet into something that doesn't eat up gigabytes of memory
(like it's for loop counterpart) using laziness: