search for: utl

Displaying 20 results from an estimated 96 matches for "utl".

Did you mean: url
2010 Jan 25
3
Issue using tapply
...names of the resulting vector. I input Emp Et 1 10565 ACC 2 7515 ADM 3 625 AGF 4 6243 CNS 5 12721 EDU 6 3924 FIN 7 18140 HLH 8 3686 INF 9 15841 MFG 10 243 MIN 11 1864 MNG 12 4664 OSV 13 5496 PRF 14 4988 PUB 15 2166 REC 16 2153 REL 17 16082 RTL 18 3582 TRN 19 757 UTL 20 5818 WHL and i want to aggregate certain types based on the following matches Et Em 1 AGF AFREMP 2 MIN MINEMP 3 UTL TCPEMP 4 CNS CONEMP 5 MFG MFGEMP 6 WHL WSTEMP 7 RTL RETEMP 8 TRN TCPEMP 9 INF SVCEMP 10 FIN FINEMP 11 REL FINEMP 12 PRF SVCEMP 13 MNG FINEMP 14 ADM SVCEMP 15 ED...
2006 Jun 09
3
nutups with MGE Evolution via USB
...devfs: usb_submit_urb returned -28 What's wrong? I'm using Linux kernel 2.4.32 and nut-2.0.3. The /etc/ups.conf contains [mgeups] driver = newhidups port = auto desc = "MGE UPS" Cheers, Rodrigo -- *** Rodrigo Martins de Matos Ventura <yoda@isr.ist.utl.pt> *** Web page: http://www.isr.ist.utl.pt/~yoda *** Teaching Assistant and PhD Student at ISR: *** Instituto de Sistemas e Robotica, Polo de Lisboa *** Instituto Superior Tecnico, Lisboa, PORTUGAL *** PGP fingerprint = 0119 AD13 9EEE 264A 3F10 31D3 89B3 C6C4 60C6 4585
2010 Oct 13
4
usb_add to windows guest
...(from lsusb) just yields: "Could not connect USB device host:xxx:yyy" I also tried with the bus.addr syntax, with the same error. Nothing seemingly relevant showed up in the logs. Any ideas? I would appreciate some help! Thanks in advance, -- Daniel Gomes (SysAdmin) dgomes@ipfn.ist.utl.pt Ext. 3487 - 218419487 Instituto de Plasmas e Fusão Nuclear Instituto Superior Técnico - UTL Av. Rovisco Pais - 1049-001 Lisboa - Portugal _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2017 Jan 06
2
Alive now available online
...t Tablegen emits. Everything would be so clean and readable and organized. And edge cases can still be handled manually, like ISel. On Fri, Jan 6, 2017 at 9:38 AM, Sanjay Patel <spatel at rotateright.com> wrote: > > > On Fri, Jan 6, 2017 at 2:30 AM, Nuno Lopes <nuno.lopes at ist.utl.pt> wrote: > >> Hi Sanjay, >> >> >> >> You used Alive correctly, of course :) >> >> At this moment we cannot give you the best precondition. It’s on the >> todo list, but it’s not even started yet. It’s a much harder problem to >> solve....
2006 Jul 13
1
using nut in cacti
Hi. Are there any off-the-shelf solutions to monitor nut ups' with cacti? I suppose snmp could be used, but since upsc can be run locally in the cacti server, it might be easier to use a simple script. Cheers, Rodrigo -- *** Rodrigo Martins de Matos Ventura <yoda@isr.ist.utl.pt> *** Web page: http://www.isr.ist.utl.pt/~yoda *** Teaching Assistant and PhD Student at ISR: *** Instituto de Sistemas e Robotica, Polo de Lisboa *** Instituto Superior Tecnico, Lisboa, PORTUGAL *** PGP fingerprint = 0119 AD13 9EEE 264A 3F10 31D3 89B3 C6C4 60C6 4585
2004 Mar 11
0
Subselect package - Version 0.7.1
...in one or more cardinalities and to force the solutions to include and/or to exclude given subsets of variables. Here is the DESCRIPTION file for the package: Package: subselect Version: 0.7.1 Date: 2004/03/10 Title: Selecting variable subsets. Author: Jorge Orestes Cerdeira <orestes at isa.utl.pt> Pedro Duarte Silva <psilva at porto.ucp.pt> Jorge Cadima <jcadima at isa.utl.pt> Manuel Minhoto <minhoto at uevora.pt> Maintainer: Jorge Cadima <jcadima at isa.utl.pt> Description: A collection of functions which assess the quality of variable...
2004 Mar 11
0
Subselect package - Version 0.7.1
...in one or more cardinalities and to force the solutions to include and/or to exclude given subsets of variables. Here is the DESCRIPTION file for the package: Package: subselect Version: 0.7.1 Date: 2004/03/10 Title: Selecting variable subsets. Author: Jorge Orestes Cerdeira <orestes at isa.utl.pt> Pedro Duarte Silva <psilva at porto.ucp.pt> Jorge Cadima <jcadima at isa.utl.pt> Manuel Minhoto <minhoto at uevora.pt> Maintainer: Jorge Cadima <jcadima at isa.utl.pt> Description: A collection of functions which assess the quality of variable...
2008 Oct 13
4
[LLVMdev] bug in the JIT global variable emitter
...allocate() function, which uses memory allocated by the JIT memory manager (which should be used for functions only). The assert() is triggered because the global variable is dumped to the header of the free blocks list (provided that ThisAllocated becomes 1). My proposed patch: http://web.ist.utl.pt/nuno.lopes/llvm_jit_global_emitter.txt (similar to what other JIT variable emitters do). Please comment. Thanks, Nuno
2006 Jul 06
1
tracing a problem with newhidups
...r_of_packets <= 0) { ret = -EINVAL; ---------- So it seems that setting number_of_packets to zero is directly related with the kernel error. What is going on here? Is it a bug in nut? Cheers, Rodrigo -- *** Rodrigo Martins de Matos Ventura <yoda@isr.ist.utl.pt> *** Web page: http://www.isr.ist.utl.pt/~yoda *** Teaching Assistant and PhD Student at ISR: *** Instituto de Sistemas e Robotica, Polo de Lisboa *** Instituto Superior Tecnico, Lisboa, PORTUGAL *** PGP fingerprint = 0119 AD13 9EEE 264A 3F10 31D3 89B3 C6C4 60C6 4585
2008 Sep 16
2
[LLVMdev] missed optimizations
...= select i1 %cond, i32 3, i32 55 ; <i32> [#uses=1] ret i32 %retval } This kind of transformation isn't currently done by LLVM (note that here this pass is only removing case statements. other transformations are not of my responsibility :). The patch is available at http://web.ist.utl.pt/nuno.lopes/llvm_function_ret_infer.txt I would love to ear some feedback, so that this pass can eventually be merged to the LLVM tree. In particular I'm not sure if there's a better way to track the possible return values of each function (e.g. is there any code that I can reuse?) T...
2017 Jan 06
2
Alive now available online
...nd realized that it doesn’t even need a precondition :) Check this out: http://rise4fun.com/Alive/j (btw, > is signed comparison, and u> is unsigned). Nuno From: Sanjay Patel [mailto:spatel at rotateright.com] Sent: 6 de janeiro de 2017 00:35 To: Nuno Lopes <nuno.lopes at ist.utl.pt> Cc: llvm-dev <llvm-dev at lists.llvm.org>; John Regehr <regehr at cs.utah.edu>; 3.14472+reviews.llvm.org at gmail.com Subject: Re: [llvm-dev] Alive now available online Hi Nuno, This is great. I just stumbled onto a problem that's similar to the one that Bryant solved in...
2006 Jun 07
3
MGE Evolution, USB and linux
...Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=20ms So the kernel correctly identifies the device as a HID class, but the hiddev dev refuses to "claim" the device. What's happening here? How can I fix this? Cheers, Rodrigo Ventura -- *** Rodrigo Martins de Matos Ventura <yoda@isr.ist.utl.pt> *** Web page: http://www.isr.ist.utl.pt/~yoda *** Teaching Assistant and PhD Student at ISR: *** Instituto de Sistemas e Robotica, Polo de Lisboa *** Instituto Superior Tecnico, Lisboa, PORTUGAL *** PGP fingerprint = 0119 AD13 9EEE 264A 3F10 31D3 89B3 C6C4 60C6 4585
2019 Nov 27
2
LangRef semantics for shufflevector with undef mask is incorrect
...uns the standard checks for instructions. We will also run Alive2 on the test suite to make sure undef is never replaced in practice. Thanks, Nuno -----Original Message----- From: Eli Friedman <efriedma at quicinc.com> Sent: 27 de novembro de 2019 01:10 To: Nuno Lopes <nuno.lopes at ist.utl.pt>; LLVMdev <llvm-dev at lists.llvm.org> Cc: spatel at rotateright.com; Juneyoung Lee <juneyoung.lee at sf.snu.ac.kr>; zhengyang-liu at hotmail.com; John Regehr <regehr at cs.utah.edu> Subject: RE: LangRef semantics for shufflevector with undef mask is incorrect The shuffle m...
2008 Oct 13
0
[LLVMdev] bug in the JIT global variable emitter
...h that when it contained only code, although it obviously gets hit more often now. > The assert() > is triggered because the global variable is dumped to the header of > the free > blocks list (provided that ThisAllocated becomes 1). > > My proposed patch: > http://web.ist.utl.pt/nuno.lopes/llvm_jit_global_emitter.txt > (similar to > what other JIT variable emitters do). > > Please comment. > > Thanks, > Nuno > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.c...
2019 Sep 26
2
Missing packages in centos8 mirrors or do I miss something?
Hi, I need to port OSCAR Cluster and SystemImager softwares to centos8, but I miss a lot of package that seems to be built for centos-8. For example, I cant find docbook-utils and docbook-utls-pdf while I see them here: https://koji.mbox.centos.org/koji/buildinfo?buildID=651 I?ve installed epel-release and elrepo-release and centos-release-stream. Do I miss something or is it a matter of time due to mirro syncs? I misse btrfs packages, perl-Tk packages, docbook packages and many more...
2008 Oct 14
2
[LLVMdev] bug in the JIT global variable emitter
...h overflowing the JIT memory buffer. I made another one that takes keeps the allocation of global variables in the JIT buffer, but it creates a new mem block if it doesn't exist (i.e. when dumping a global variable out of the scope of a function compilation). The patch is at: http://web.ist.utl.pt/nuno.lopes/llvm_jit_global_emitter2.txt The problem only happens when calling ExecutionEngine::getPointerToGlobal(someGV) from some non-llvm program. If the function is called when JITing a function, it works, since it will dump the global variable to the memory reserved to the function bein...
2008 Sep 16
0
[LLVMdev] missed optimizations
...Nuno Lopes <nunoplopes at sapo.pt> wrote: > Hi, > This kind of transformation isn't currently done by LLVM (note that here > this pass is only removing case statements. other transformations are not of > my responsibility :). > The patch is available at > http://web.ist.utl.pt/nuno.lopes/llvm_function_ret_infer.txt > I would love to ear some feedback, so that this pass can eventually be > merged to the LLVM tree. In particular I'm not sure if there's a better way > to track the possible return values of each function (e.g. is there any code > that...
2007 Sep 08
1
statistical tests under serial dependence
Hello! I would like to know if there are already programmed statistical tests for data under serial dependence, for example, considering the variance inflation factor? Thank you very much Best regards Rosa
2007 Dec 20
1
Error dealing with type "File" and subscriptions
..." } -- Filipe Miguel Veloza -------------------------------------------------------------------------- Administrador de Sistemas Centro de informática - TagusPark Instituto Superior Técnico Contacto - Telefone: 214 233 504 Fax : 214 233 258 Web - Email: filipe.veloza@ist.utl.pt Voip: ist143667@ist.utl.pt PGP - KeyServer : pgp.mit.edu Key: #6D62E009 -------------------------------------------------------------------------- Este email destina-se únicamente aos seus destinatários não sendo permitido a sua adição por terceiros em qualque...
2009 May 16
3
How to save R "clean" sessions in BATCH mode?
...n how to perform this in Batch Mode? An examplified help would be nice! Diogo Andr? Alagador http://www.biochange-lab.eu/people/diogo-alagador Biodiversity and Global Change Lab, Museo Nacional de Ciencias Naturales, CSIC, Madrid, Espa?a Forest Research Centre, Instituto Superior de Agronomia, UTL, Lisboa, Portugal