search for: 20191026

Displaying 10 results from an estimated 10 matches for "20191026".

Did you mean: 20111026
2019 Oct 25
2
Duda de como contar casos por Programa.
Hola, Tengo un tabla de datos con pacientes asistidos, para los cuáles tengo variables como dni, género, programa de atención etc. Hay pacientes que atendieron en más de un programa por lo cuál se repiten en la tabla. Lo que quiero es poder contar con una matriz que me permita identificar la cantidad de pacientes que coinciden entre programas. Va un ejemplo: [image: image.png] Intenté de
2019 Oct 19
33
[Bug 112070] New: H/W Acceleration sufficiently buggy on Debian to hard lock machine GeForce 7600 GO
https://bugs.freedesktop.org/show_bug.cgi?id=112070 Bug ID: 112070 Summary: H/W Acceleration sufficiently buggy on Debian to hard lock machine GeForce 7600 GO Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: other Status: NEW Severity: critical Priority: not
2019 Oct 26
2
GitHub Access Request
...e GitHub migration completes and then ask in llvm-dev to get access to GitHub. Please, let me know what are the next step or pre-requisites, in process. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191026/c109f096/attachment.html>
2019 Oct 26
1
Problems with NUT on Raspberry Pi
...how to fix this in the presence of systemd >(assuming Raspbian). It seems complicated, since there are timeouts >when systemd starts each unit. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/20191026/0969ea5e/attachment.html>
2019 Oct 25
0
[PATCH v2 3/3] vhost, kcov: collect coverage from vhost_worker
....01.org/pipermail/kbuild-all Intel Corporation -------------- next part -------------- A non-text attachment was scrubbed... Name: .config.gz Type: application/gzip Size: 56369 bytes Desc: not available URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20191026/c8d92120/attachment-0001.bin>
2019 Oct 26
2
Problems with NUT on Raspberry Pi
>> [Roger wrote:] >>> By the way, do you have offdelay and ondelay values in your ups.conf ? >> >> No, I haven’t. I just added. Should I add more lines here? >> >> maxretry = 3 >> >> [ups] >> driver = usbhid-ups >> port = auto >> desc = "CPS" >> pollinterval = 15 >Yes, ondelay
2019 Oct 26
2
[AVR] [MSP430] Code gen improvements for 8 bit and 16 bit targets
...roposed to the community, but I would like to know whether I am on the right track, particularly regarding the already proposed patches. Thanks in advance. John -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191026/688ecc82/attachment.html>
2019 Oct 26
3
Problems with NUT on Raspberry Pi
...and the battery will drain within one minute. The UPS should stay off until power comes back on line. Can you help me with this? Thanks a lot! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/20191026/a0305bbe/attachment.html>
2019 Oct 25
4
Tag for using git describe on master
As first discussed in the giant "New LLVM git repository conversion prototype" thread, I've pushed a git tag that allows git-describe to be used for generating human readable commit names on master. The tag is "llvmorg-10-init", to be interpreted as "the initial commit with major version number 10". The idea is to add similar tags along with future version bumps.
2019 Oct 25
2
Where and how to report an optimisation issue that doesn't cause a crash
<div dir='rtl'><div> <div dir="rtl"> <div dir="ltr">Could be... But the wierd thing here is if I change the array to be of size 256 and the index to be 'unsigned char', seems like there is no way to access the 'size' field throught "y->ptr[index]" (in your example) but clang still performs the re-read: <a