search for: holla

Displaying 9 results from an estimated 9 matches for "holla".

Did you mean: hola
2007 Jul 20
3
R CMD SHLIB problem [make: *** No rule to make target ]
...wrote a proper path file, as suggested. The C program is: #include <C:/Archivos de programa/R-2.5.0/include/R.h> void hello(int *n){ int i; for(i=0;i<*n;i++){ Rprintf("Hello, world!\n"); } } However when trying to compile the a C file in the command window: R CMD SHLIB holla.c I get the following message: make: *** No rule to make target `holla.d', needed by `makeMakedeps'. Stop. Can somebody give me a hand on this, Thanks in advance Diogo André Alagador [[alternative HTML version deleted]]
2007 Mar 24
2
Two Problems while trying to aggregate a dataframe
...most of that mail). So I made some efforts with aggregate() and it seems to lead the right way: [code] > atest <- read.csv2 ("aggregatetest.csv") > str(atest) `data.frame': 10 obs. of 4 variables: $ PrsNr : int 1 2 2 3 4 5 6 6 6 7 $ Namen : Factor w/ 7 levels "Holla","Mabba",..: 1 2 2 4 5 6 7 7 7 3 $ Betrag1: num 1.99 2.34 5.23 4.23 2.23 2.77 3.83 2.76 6.32 2.88 $ Betrag2: num 3.44 5.32 5.21 9.12 7.32 8.32 6.99 4.45 5.34 3.81 > atest PrsNr Namen Betrag1 Betrag2 1 1 Holla 1.99 3.44 2 2 Mabba 2.34 5.32 3 2 Mabb...
2010 Mar 06
2
Adding support for NUMERIC UPS
Hi, I have been blessed with the "Numeric 2000 Plus" UPS, suspected to be of 2KVA rating. This UPS does not figure in the list of UPS recognised by NUT. However I get lucky with megatec driver. Here is the log... ----------------------------------------------------------------------------------------------------- Network UPS Tools - Megatec protocol driver 1.5 (2.0.5) Carlos Rodrigues
2015 Jul 01
0
Introduction
...building RPMS for Docker and related packages. In the past years I've been working a lot with Virtualization (XEN and KVM mostly) and since Docker appeared I became a big fan of it. I'm also a Bash scripter and a Python Fabric lover. If there's anything I can help you guys with, just holla at me @ Freenode or drop an e-mail :) Cheers, Danilo -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20150701/befca9ca/attachment.html>
2002 Sep 11
0
problems with conecting to samba server as a guest...
...machine as the samba server. Thanks. # Samba config file created using SWAT # from 192.168.10.128 (192.168.10.128) # Date: 2002/09/11 16:24:44 # Global parameters [global] coding system = client code page = 850 code page directory = /usr/share/samba/codepages workgroup = HUB netbios name = HOLLA netbios aliases = netbios scope = server string = Samba Server interfaces = bind interfaces only = No security = SHARE encrypt passwords = Yes update encrypted = No allow trusted domains = Yes hosts equiv = min passwd length = 5 map to guest = Never null passwords = Yes obey pam r...
2017 Jun 11
1
SNMP Stuff/MIBs for CyberPower and APC UPSs
On June 11, 2017 8:58:11 AM GMT+02:00, Manuel Wolfshant <wolfy at nobugconsulting.ro> wrote: >On 10 June 2017 23:26:47 EEST, Tim Dawson <tadawson at tpcsvc.com> wrote: >>Build from source, and done . . . wasting your time looking for a less >>out of date RPM is pointless. . . RPM, .deb, etc are almost always >>downrev. . . >> >>- Tim >>
2019 Nov 22
16
[RFC 00/13] virtio-iommu on non-devicetree platforms
I'm seeking feedback on multi-platform support for virtio-iommu. At the moment only devicetree (DT) is supported and we don't have a pleasant solution for other platforms. Once we figure out the topology description, x86 support is trivial. Since the IOMMU manages memory accesses from other devices, the guest kernel needs to initialize the IOMMU before endpoints start issuing DMA.
2019 Nov 22
16
[RFC 00/13] virtio-iommu on non-devicetree platforms
I'm seeking feedback on multi-platform support for virtio-iommu. At the moment only devicetree (DT) is supported and we don't have a pleasant solution for other platforms. Once we figure out the topology description, x86 support is trivial. Since the IOMMU manages memory accesses from other devices, the guest kernel needs to initialize the IOMMU before endpoints start issuing DMA.
2013 Oct 14
0
[LLVMdev] pointer alias
Hi, I have started a project where I'm planning to use llvm' pointer alias implementation to write a debug tool. And, I'm compiling a code base which is a kernel. Is there any previous case study which gives stats like false positive %, run time analysis of llvm' pointer alias analysis on huge code(eg, Linux kernel)? Thanks, Aditya -------------- next part -------------- An HTML