search for: gammel

Displaying 11 results from an estimated 11 matches for "gammel".

Did you mean: gammal
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 i...
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
...r free beer and complementary WiFi. Our goal is to create an inspiring atmosphere where railers (new and old) can network, get new ideas and... of cause have a great time. Caf? Selina is a cosy little caf? in the very central of Copenhagen, just next to night-club The Rock and the square "Gammel Torv". We have borrowed the top floor, so just walk up the stairs on your left after entering the caf?. We are looking forward to se you there :) For registration and details see: http://justaddwater.dk/2006/05/31/ruby-on-rails-copenhagen-meetup/ The address is: Caf? Selina (top floor)...
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 w...
2006 Apr 10
0
Handling of NA ´s in the matrix multiplication function
...atrix 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 26 63, fax: +45 33 55 21 22 e-mail: frt at codan.dk http://www.codan.dk ------------------------------------------------------------------------------ This e-mail and any attachment may be confidential and may a...{{dropped}}
2006 Oct 13
1
NA-handling in glm.fit?
...A'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 __________________________________________________________ Codan Forsikring, Gammel Kongevej 60, DK-1790 Copenhagen V tele: +45 33 55 26 63, fax: +45 33 55 21 22 e-mail: frt at codan.dk http://www.codan.dk ------------------------------------------------------------------------------ This e-mail and any attachment may be confidential and may a...{{dropped}}
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: