search for: mec

Displaying 20 results from an estimated 85 matches for "mec".

Did you mean: me
2011 Sep 08
5
[PATCH 0 of 2] v2: memshare/xenpaging/xen-access fixes for xen-unstable
The following two patches allow the parallel use of memsharing, xenpaging and xen-access by using an independent ring buffer for each feature. Please review. v2: - update mem_event_check_ring arguments, check domain rather than domain_id - check ring_full first because its value was just evaluated - check if ring buffer is initialized before calling mem_access_domctl/mem_paging_domctl
2012 Nov 19
1
how to get bootstrap estimates
Hello all, could you explain me, how to get bootstrap estimates if i have the next data: >scor mec vec alg ana sta 1 77 82 67 67 81 2 63 78 80 70 81 3 75 73 71 66 81 4 55 72 63 70 68 5 63 63 65 70 63 6 53 61 72 64 73 7 51 67 65 65 68 8 59 70 68 62 56 9 62 60 58 62 70 10 64 72 60 62 45 11 52 64 60 63 54 12 55 67 59 62 44 13 50...
2016 Feb 19
4
should `data` respect default.stringsAsFactors()?
...In my opinion, one or the other should change (the behavior of data, or the documentation). <bleep> <bleep>, ~ Malcolm > -----Original Message----- > From: peter dalgaard [mailto:pdalgd at gmail.com] > Sent: Thursday, February 18, 2016 3:32 PM > To: Cook, Malcolm <MEC at stowers.org> > Cc: r-devel at stat.math.ethz.ch > Subject: Re: [Rd] should `data` respect default.stringsAsFactors()? > > What the <bleep> are you on about? data() does many things, only some of > which call read.table() et al., and the ones that do have no special...
2016 Feb 19
2
should `data` respect default.stringsAsFactors()?
...dd <- read.table(foo.txt,.....) dd$cook <- factor(dd$cook, levels=c("rare","medium","well-done")) etc. -pd > On 19 Feb 2016, at 01:39 , Joshua Ulrich <josh.m.ulrich at gmail.com> wrote: > > On Thu, Feb 18, 2016 at 6:03 PM, Cook, Malcolm <MEC at stowers.org> wrote: >> Hi Peter, >> >> Sorry if I was not clear. Perhaps an example will make my point: >> >>> data(iris) >>> class(iris$Species) >> [1] "factor" >>> write.table(iris,'data/myiris.tab') >>>...
2020 Jun 10
1
greecell ups with blazer_usb
...1 protocol USB driver 0.12 (2.7.4) No supported devices found. detail below. Another info : This driver "blazer_usb" and this UPS have no problem on a raspberry pi3. With the same configuration!! What I can do?? Thanks in advance DL usbconfig dump_devices_des ugen0.4: <MEC MEC0003> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (100mA) bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0110 bDeviceClass = 0x0000 <Probed by interface class> bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000 bMaxPacketSize0 = 0x0008 idVendor = 0x00...
2006 Sep 11
3
new ups for database?
...################# dmesg output when connecting the ups usb 2-1: new low speed USB device using uhci_hcd and address 2 PM: Adding info for usb:2-1 PM: Adding info for No Bus:usbdev2.2_ep00 usb 2-1: configuration #1 chosen from 1 choice PM: Adding info for usb:2-1:1.0 hiddev96: USB HID v1.00 Device [MEC MEC0002] on usb-0000:00:10.1-1 PM: Adding info for No Bus:usbdev2.2_ep81 ########################################################### [dave@luggage ~]$ sudo /sbin/newhidups -u root -DDDDD auto Network UPS Tools: New USB/HID UPS driver 0.28 (2.0.3) debug level is '5' Checking device (0001/0...
2011 Nov 21
3
Confusing Generic USB UPS cannot be matched
...fruitless. The unit is 6" high x 4" wide by 12" deep. It has 3 UPS outlets plus 3 surge protected outlets and a USB port. I am running Fedora 14 2.6.35.14-96.fc14.x86_64 with nut-2.6.2-1.fc14.x86_64.rpm from the Fedora repo I strongly suspect that this unit was made in China ( by MEC??) and branded in various different ways (the 'Fry's Electronics' report is a but of a giveaway! especially as there are no Fry's in Canada). A thread on this list from 2006 had the same reported data Vendor/Product id but a different branding. Unfortunately that thread had no r...
2005 Aug 19
2
problem with USB conection
..., the UPS have conection with USB to PC and i have problems to configure nut the ups is conected and Linux report this config Aug 19 23:34:56 dakota kernel: [22393.099595] usb 2-2: new low speed USB device using uhci_hcd and address 7 Aug 19 23:35:06 dakota kernel: [22403.186326] usb 2-2: Product: MEC0002 Aug 19 23:35:06 dakota kernel: [22403.186333] usb 2-2: Manufacturer: MEC Aug 19 23:35:06 dakota kernel: [22403.291219] hiddev96: USB HID v1.00 Device [MEC MEC0002] on usb-0000:00:1d.0-2 I assume the /dev/usb/hiddev96 for the UPS, is ok? i am configured the NUT with this mini How-TO http://fedor...
2016 Feb 19
0
should `data` respect default.stringsAsFactors()?
On Thu, Feb 18, 2016 at 6:03 PM, Cook, Malcolm <MEC at stowers.org> wrote: > Hi Peter, > > Sorry if I was not clear. Perhaps an example will make my point: > >> data(iris) >> class(iris$Species) > [1] "factor" >> write.table(iris,'data/myiris.tab') >> data(myiris) >> class(myiris$Spe...
2012 Nov 21
2
MEC0003 protocol support
Hi Folks, I'm trying to use a ZIGOR Danubio 2000 ups with NUT on Debian squeeze (AMD64). OS/NUT are all the latest official release (as of last week) with NUT installed from packages. As the usb descriptor presents MEC (and the Fry's electronics) I chose to use the blazer_usb driver. All appears to work well excepting that the UPS does not appear to accept the shutdown instcmd to turn off the ups outputs at the end of the shutdown process. The UPS remains on until the batteries completely drain and it has to...
2016 Feb 18
2
should `data` respect default.stringsAsFactors()?
Hiya, Probably been debated elsewhere.... I note that R's `data` function does not respect default.stringsAsFactors By my lights, it should, especially as it is documented to call read.table, which DOES respect. Oh, but: http://r.789695.n4.nabble.com/stringsAsFactors-FALSE-tp921891p921893.html Compelling. I have to agree. So, I change my mind. By my lights, `data` should then be
2013 Mar 04
4
enabling reproducible research & R package management & install.package.version & BiocLite
Hi, In support of reproducible research at my Institute, I seek an approach to re-creating the R environments in which an analysis has been conducted. By which I mean, the exact version of R and the exact version of all packages used in a particular R session. I am seeking comments/criticism of this as a goal, and of the following outline of an approach: === When all the steps to an workflow
2004 Jul 14
0
[Fwd: Re: posixAccount for Machines in LDAP?]
---------------------------- Original Message ---------------------------- Subject: Re: [Samba] posixAccount for Machines in LDAP? From: kent@www.warehamportal.mec.edu Date: Wed, July 14, 2004 12:19 pm To: "Paul Gienger" <pgienger@ae-solutions.com> -------------------------------------------------------------------------- Hi Paul, Finally got it to work. This is great!! I had 2 problems. First the script paths were wrong, second neith...
2015 Oct 07
1
Error generated by .Internal(nchar) disappears when debugging
..._0.999-13 loaded via a namespace (and not attached): [1] Matrix_1.2-0 ADGofTest_0.3 tools_3.2.0 pspline_1.0-17 [5] gsl_1.9-10 mvtnorm_1.0-3 grid_3.2.0 stats4_3.2.0 [9] lattice_0.20-31 stabledist_0.7-0 fortunes_1.5-2 On Wed, Oct 7, 2015 at 9:52 PM, Cook, Malcolm <MEC at stowers.org> wrote: > What other packages do you have loaded? Perhaps a BioConductor one that > loads S4Vectors that announces upon load: > > Creating a generic function for 'nchar' from package 'base' in > package 'S4Vectors' > > Maybe a...
2016 Feb 19
0
should `data` respect default.stringsAsFactors()?
...d$cook, levels=c("rare","medium","well-done")) > > etc. > > -pd > > > > > On 19 Feb 2016, at 01:39 , Joshua Ulrich <josh.m.ulrich at gmail.com> wrote: > > > > On Thu, Feb 18, 2016 at 6:03 PM, Cook, Malcolm <MEC at stowers.org> > wrote: > >> Hi Peter, > >> > >> Sorry if I was not clear. Perhaps an example will make my point: > >> > >>> data(iris) > >>> class(iris$Species) > >> [1] "factor" > >>> write...
2005 Mar 31
3
Error when add Samba 3.0.10-1.fc3 to Windows NT Domain
...wstyle(319) Error domain join verification (reused connection): NT_STATUS_INVALID_COMPUTER_NAME Unable to join domain LMP. I get this errors... I found many things about it on internet, but nothing helped me. What should I do??? Thanks Cristian -- Cristian Thiago Moecke CPD do Laborat?rio de Mec?nica de Precis?o - UFSC
2004 Jul 13
3
posixAccount for Machines in LDAP?
Hello, I have a question about machine accounts. I using Samba 3.0, OpenLDAP 2.1.30 and Berkeley 4.2.52 on backend on RedHat machines. I also have 3 slave/BDC's and 1 master/PDC Right now all of my users and groups exist entirely in the LDAP directory. I have a few accounts in addition to the normal system accounts that are used for emergency access. All authention and group enumeration uses
2002 Apr 11
1
Sender Virus Alert
Sender, E-mmunity has detected virus(es) in your e-mail attachment(s). Method: Mail Date: Thu, 11 Apr 2002 10:20:53 -0700 (PDT) From: rsync@samba.org To: jfparadis@mec.ca Subject: Let's be friends Virus Name: W32.Klez.E@mm File Attachment: sola a.pif Attachment Status: deleted
2011 Nov 29
10
[PATCH 0 of 2] Fix correctness race in xc_mem_paging_prep
ging_prep ensures that an mfn is backing the paged-out gfn, and transitions to the next state in the paging state machine for this page. Foreign mappings of the gfn will now succeed. This is the key idea, as it allows the pager to now map the gfn and fill in its contents. Unfortunately, it also allows any other foreign mapper to map the gfn and read its contents. This is particularly dangerous
2020 Apr 03
0
Patch to support Powercool PCRACK-1200VA
...et_string_simple(udev, command[i].index, buf, buflen); +                ret = usb_get_string_simple(udev, command[i].index, buf, blen);              }              if (ret <= 0) { @@ -1075,6 +1083,7 @@ static qx_usb_device_id_t    qx_usb_id[] = {      { USB_DEVICE(0x0001, 0x0000),    "MEC",        "MEC0003",     &fabula_subdriver },    /* Fideltronik/MEC LUPUS 500 USB */      { USB_DEVICE(0x0001, 0x0000),    "ATCL FOR UPS",    "ATCL FOR UPS",        &fuji_subdriver },    /* Fuji UPSes */      { USB_DEVICE(0x0001, 0x0000),    NULL,      ...