search for: hoods

Displaying 20 results from an estimated 720 matches for "hoods".

Did you mean: holds
2012 Jun 02
2
clancy hood wants to chat
----------------------------------------------------------------------- clancy hood wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-b6c37882b3-6070e5aff0-4zTTbp_k9mfRD2EYpxg7ObjBTtw You'll need to click this link to be able to chat with clancy hood. To get Gmail ? a free email
2012 Sep 26
1
Write table with data in other .csv template
Hi, I have a table with data, as below: dput(table): structure(list(Adrian.Cole = c(0L, 0L, 0L, 0L, 0L, 0L), Alison.Wong = c(0L, 0L, 0L, 0L, 0L, 0L), Andrei.Savu = c(0L, 0L, 0L, 0L, 0L, 0L), Bruno.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L, 0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L, 0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa = c(0L, 0L,
2017 Aug 09
0
gluster under the hood
Hi, I am using glusterfs 3.10.3 on my CentOS 7.3 Kernel 3.10.0-514. I have 2 machines as server nodes on my volume and 1 client machine CentOS 7.2 with the same kernel. >From Client: [root at CentOS7286-64 ~]# rpm -qa *gluster* glusterfs-api-3.7.9-12.el7.centos.x86_64 glusterfs-libs-3.7.9-12.el7.centos.x86_64 glusterfs-fuse-3.7.9-12.el7.centos.x86_64
2005 Dec 29
3
importing shapefiles into spatstat
Dear R users, I am using spatstat to analyze point patterns (tree locations). I would like to import the shapefile with the study area polygons (six total) into R and use it to create the window for the spatstat analysis. I do not simply want to use a rectangle because the study areas spread out over 40000 ha. Any suggestions would be greatly appreciated. Thanks, Charlotte Reemts Charlotte
2004 Sep 06
9
Zaptel 'Under the Hood' Project
Hello, After poking and prodding at Asterisk and Zaptel for over a couple years now, I've dedicated some time to actually reading the code and trying to figure it out. It's been fascinating. With the driver source on one part of the screen and a pdf of "Linux Device Drivers" on another part I've aquainted myself with device driver programming and the interesting
2004 Apr 02
4
avaya and linux
Does anyone know if avaya voip product is running linux under the hood? Thanks, /glen -- Glen Ford gford@idiom.com
2018 Dec 28
2
LLVM Coverage Viewer
Hi All, I created a CLI tool that converts llvm coverage report JSON to a single HTML file that can be viewed locally. The tool is distributed from npm here https://www.npmjs.com/package/llvm-coverage-viewer . The code is hosted on github here https://github.com/hooddanielc/llvm-coverage-viewer. For any questions or concerns, please let me know or make an issue on github page. Hope this helps,
1999 Sep 22
0
Date: Mon, 20 Sep 1999 18:25:09 -0700 From: Brian Cohen <brian@greeninfo.org> To: samba@samba.org Subject: Seemingly basic Samba / WinNT question Message-ID: <199909210134.SAA15674@hood.greeninfo.org> Mime-Version: 1.0 Content-Type: text/plain;
Howdy, I'm trying to see my Samba shares from my Linux box on my WinNT machine. I can see the Linux box in the Network Neighborhod, but clicking on it just gets the old "remote computer not available". I've got RedHat 6.0 on the Linux box. I can ping the Linux box, I can FTP/Telnet to it, and it's my email server and I have no probl Content-Type: multipart/alternative;
2010 Oct 29
0
[LLVMdev] strict aliasing and LLVM
Xinliang David Li wrote: > As simple as > > void foo (int n, double *p, int *q) > { > for (int i = 0; i < n; i++) > *p += *q; > } > > clang -O2 -fstrict-aliasing -emit-llvm -o foo.bc -c foo.c > llc -enable-tbaa -O2 -filetype=asm -o foo.s foo.bc There's a couple things interacting here: * clang -fstrict-aliasing -O2 does generate the TBAA info, but
2004 Dec 28
1
Update: Slow browsing/reading from WinXP SP2
I stumbled onto another tidbit that may shed some more light. From the new laptop, I tried to create a new folder on the 'samba' share. It fails with the following error message: "Unable to create the folder 'New Folder'. Access is denied" It obviously looks like a permissions issue, but what? I did not have to make any changes to my other laptop (upgraded from XP
2010 Oct 29
5
[LLVMdev] strict aliasing and LLVM
As simple as void foo (int n, double *p, int *q) { for (int i = 0; i < n; i++) *p += *q; } clang -O2 -fstrict-aliasing -emit-llvm -o foo.bc -c foo.c llc -enable-tbaa -O2 -filetype=asm -o foo.s foo.bc Memory accesses remain in the loop. The following works fine: void foo(int n, double *restrict p, int * restrict *q) { ... } By the way, Is there a performance category in the llvm
2010 Oct 29
2
[LLVMdev] strict aliasing and LLVM
On Oct 29, 2010, at 12:26 AM, Nick Lewycky wrote: > Xinliang David Li wrote: >> As simple as >> >> void foo (int n, double *p, int *q) >> { >> for (int i = 0; i < n; i++) >> *p += *q; >> } >> >> clang -O2 -fstrict-aliasing -emit-llvm -o foo.bc -c foo.c >> llc -enable-tbaa -O2 -filetype=asm -o foo.s foo.bc > >
2009 Mar 11
6
[LLVMdev] Wiki?
Hi all, I'm pretty new to LLVM and am slowly learning the code-base and architecture, mostly as a result of my efforts to implement a target backend. There are a number of resources (read: documents) available which deal with some parts of backend development (and LLVM development in general), but sadly they are not at all comprehensive. I'd like to propose that a wiki be made available
2015 Feb 13
1
Re: libvirt live migration, qcow2 image, nbd server
On 02/13/2015 03:15 AM, Kashyap Chamarthy wrote: > On Thu, Feb 12, 2015 at 08:41:31PM -0600, Edward Young wrote: >> Hi all, >> >> >> When I live migrate a vm using >> >> "migrate --live --copy-storage-all mig-vm qemu+ssh://192.168.1.3/system >> tcp://192.168.1.3" >> >> >> I got the following error >> >> >>
2012 Mar 29
3
RAID-10 vs Nested (RAID-0 on 2x RAID-1s)
Greetings- I'm about to embark on a new installation of Centos 6 x64 on 4x SATA HDDs. The plan is to use RAID-10 as a nice combo between data security (RAID1) and speed (RAID0). However, I'm finding either a lack of raw information on the topic, or I'm having a mental issue preventing the osmosis of the implementation into my brain. Option #1: My understanding of RAID10 using 4
2009 Dec 01
5
Is write(2) made durable atomically?
Will a write(2) to a ZFS file be made durable atomically? Under the hood in ZFS, writes are committed using either shadow paging or logging, as I understand it. So I believe that I mean to ask whether a write(2), pushed to ZPL, and pushed on down the stack, can be split into multiple transactions? Or, instead, is it guaranteed to be committed in a single transaction, and so committed atomically?
2020 Feb 25
3
RIOT 2020
I hope you don?t mind us using this mailing list for a small advertisement, but we think it is most relevant for this group: We'd like to invite you to RIOT 2020 - the 5rd workshop on R Implementation, Optimization and Tooling [1]. It will take place co-located with, and during, useR! 2020 in St. Louis on July 8th. RIOT is an excellent venue for deep technical discussions about R
2007 May 21
2
logger anybody?
Hello, When trying to use logger into any RSpec I get: logger anyboundefined local variable or method `logger'' for #<#<Class:0x278bee0>:0x253cdec> Not sure if this is the spected behaviour (haven''t checked under the hood) It was just annoying not having a logger instance available as in Rails out of the tests. -- An?bal Rojas http://www.rubycorner.com
1998 Dec 29
0
mapped drives do not appear
When the world was young, Scott Gasch carved some runes like this: > I am having trouble with samba (version 2.0beta4) and I thought > someone might have seen this before. From client PCs (win98 > and winnt 4.0) I am able to see my samba server in net hood. I > am able to browse the shared filesystems. I am able to map > drives. However, when a network drive is mapped to a
2020 Aug 18
2
Where can CentOS7 yum-cron logs be found?
Le 18/08/2020 ? 03:00, Gunnar Niels a ?crit?: > I'm asking where the results of the yum-cron job are actually written to so > I can see what it did. Well, that's your answer. Here's the content of an email sent by Yum-Cron. So you everything that happened under the hood: The following updates will be applied on nestor.microlinux.lan: