search for: 0a6

Displaying 11 results from an estimated 11 matches for "0a6".

Did you mean: 06
2014 Jul 25
3
POWERCOM HID USB controller update
...support silencing the beeper (that's why I removed this in r2213). The USB controller is socketed in the UPS, so if you just send a new one, that would be enough. The following is the relevant info from 'lsusb -v': idVendor 0x0d9f Powercom Co., Ltd idProduct 0x00a6 bcdDevice 0.01 iManufacturer 3 POWERCOM Co.,LTD iProduct 1 UPS BNT--500AP FW7.A6 iSerial 2 0A6-0000-0001 Best regards, Arjen -- Please keep list traffic on the list
2011 Dec 23
3
Applying a function
...viduals (this is why I want to write a function, it would be too long by hand) Thank you, Joanie Van de Walle ??tudiante ?? la Ma??trise en Biologie D??partement de Biologie 1045, avenue de la M??decine Pavillon Vachon, bureau 2044 Universit?? Laval Qu??bec, Canada, G1V 0A6
2011 Mar 15
1
Problem with nls.lm function of minpack.lm package.
...y I asked to Katharine Mullen Here are her aswer Yann P?riard ?tudiant ? la ma?trise en sols et environnement D?partement des sols et de g?nie agroalimentaire Centre de Recherche en Horticulture Pavillon Envirotron, Universit? Laval 2480 boulevard Hochelaga, local 2241 Qu?bec (Qc), Canada G1V 0A6 T?l.: 418-656-2131 poste 8229 Courriel : yann.periard-larrivee.1 at ulaval.ca ________________________________________ De : Katharine Mullen [kmullen at nist.gov] Date d'envoi : 14 mars 2011 18:05 ? : Yann P?riard Larriv?e Objet : Re: your mail Dear Yann P?riard, Thanks for including a reprod...
2014 Sep 11
0
POWERCOM HID USB controller update
...port silencing the beeper (that's why I removed this in r2213). The USB controller is socketed in the UPS, so if you just send a new one, that would be enough. The following is the relevant info from 'lsusb -v': idVendor 0x0d9f Powercom Co., Ltd idProduct 0x00a6 bcdDevice 0.01 iManufacturer 3 POWERCOM Co.,LTD iProduct 1 UPS BNT--500AP FW7.A6 iSerial 2 0A6-0000-0001 Best regards, Arjen -- Please keep list traffic on the list -------------- next part -------------- An HTML attachme...
2009 Feb 19
1
modifying legend in scatterplot matrix R
...nother place in my graphic... is someone know how to do that with a scatterplot? Thank's Julien -- Julien Beguin Etudiant-chercheur au doctorat Laboratoire d'analyse quantitative des paysages, local 2113 Facult? de Foresterie et de G?omatique Universit? Laval 2405 rue de la Terrasse, G1V 0A6 Qu?bec (Qc) Tel: (418) 656-2131 poste 2620
2009 Apr 23
0
Problem to get a simple Analysis of Variance table with lmer()
...) anova(fit.binomial) summary(fit.binomial) ----------------------------------------------------------------------- Thank's in advance for you amswer. Julien -- Julien Beguin Etudiant au doctorat Facult? de Foresterie et de G?omatique Universit? Laval, local 2113 2405 rue de la Terrasse, G1V 0A6 Qu?bec (Qc) Tel: (418) 656-2131 poste 2620 http://www.cen.ulaval.ca/anticosti/jbeguin.html
2009 Jul 31
2
merging two data frame with colomns of different length
Dear all, I am trying to merge two data frames based on a common column but for this common column both data frame do not have the same length and associated information. I checked previous exemples in the list but was not able to apply them in my case... Is someone know how to do that? Below is my code with the expected result: # data frame 1 Id1 <- c(1,1,1,2,2,2,3,3,3) Habit1 <-
2012 Dec 12
3
create a color palette with custom ranges between colors
Hello everybody, I'm trying to create my own color palette on R, in order to interpolate some different temperature data on different maps (daily means, seasonal means,...). I would like to create a color palette which works for each map, so I need a color palette between -40 and +40?C. Sometimes my data for one map range from -10 to +20, sometimes from 10 to 30, etc... but always between
2018 Aug 06
5
Contar DNI por Jurisdicción.
Hola, Tengo el siguiente DATA FRAME DNI JURISDICCION DISPOSITIVO NOMBRE APELLIDO 1 Bs As 2 Bs As 3 Bs As 4 Entre Ríos 5 Entre Ríos 6 Entre Ríos Quiero contar DNI por Jurisdicción, quedando una tabla que sea: DNI JURISDICCION 3 Bs As 3 Entre Ríos Tanto DNI como Jurisdicción son factores. Muchas gracias. Saludos, Juan.
2013 Jan 11
2
HP Probook 6570b - Unable to locate configuration file
...DHCP (net0 10:60:4b:4a:93:ee) using cached PXELINUX 4.06 2012-10-23 Copyright (C) 1994-2012 H. Peter Anvin et al !PXE entry point found (we hope) at 845A:03B2 via plan A UNDI code segment at 845A len 0814 UNDI data segment at 84DC len 2E40 Getting cached packet 01 02 03 My IP address seems to be 0A651889 10.101.24.137 ip=10.101.24.137:10.101.24.20:10.101.24.1:255.255.255.0 BOOTIF=01-10-60-4b-4a-93-ee SYSUUID=977d2b5e-911c-e211-80b4-08c97201c0c8 TFTP prefix: Trying to load: pxelinux.cfg/977d2b5e-911c-e211-80b4-08c97201c0c8 Here it waits for a couple of minutes, and then tries to load pxelinux....
2010 Apr 02
7
Liebert GXT2 NUT driver
Hi guys, I found the troblue and fix it! I attached the patch. The trouble was in the command reply buffer use. You compute the value that value = reply[6]*256+reply[5] <- it's wrong The right solution: value = reply[5] * 256 + reply[6]; And other bug, battery.runtime compute, you divide this value 60 <- it's wrong right value: divide 1.0 I continue the work on this