search for: hen

Displaying 20 results from an estimated 611 matches for "hen".

Did you mean: when
2009 May 18
9
Concatenating two vectors into one
...ot;)) y<-as.factor(c("1","2","3","4","5","6")) i want to combine them into a single vector z as A1, B2, C3 and so on. z<-x*y is not working, i tried several others function, but did not get to the solution. Thanks for your help, Henning -- [[alternative HTML version deleted]]
2012 May 24
2
[LLVMdev] use AVX automatically if present
Henning, I believe the code that is supposed to do this is in: lib/Target/X86/X86Subtarget.cpp in X86Subtarget::AutoDetectSubtargetFeatures() Is there a bug in that function? -Hal On Thu, 24 May 2012 23:56:48 +0200 (CEST) Henning Thielemann <llvm at henning-thielemann.de> wrote: > > O...
2020 Jan 22
2
Inlining + CSE + restrict pointers == funtimes
...A) is > the only correct solution. > > > > Greetings, > > > > Jeroen Dobbelaere > > > > > > *From:* Finkel, Hal J. <hfinkel at anl.gov> > *Sent:* Wednesday, January 22, 2020 17:33 > *To:* Jeroen Dobbelaere <dobbel at synopsys.com>; Neil Henning < > neil.henning at unity3d.com>; llvm-dev at lists.llvm.org > *Subject:* Re: [llvm-dev] Inlining + CSE + restrict pointers == funtimes > > > > At a high level, EarlyCSE should be intersecting the metadata of > instructions that it combines. If it doesn't, and als...
2005 Mar 24
3
Newbie Voicemail Question
...to write it down. But I don't know the answer so... I want to set up * with one incoming VOIP phone number. If someone calls me and is talking to me on that phone number, how does a second caller get to * voicemail instead of a busy signal? Thanks, -- Art Z. -- Art Zemon, President Hen's Teeth Network <http://www.hens-teeth.net/> Voice & Fax: (866)HENS-NET or (636)447-3030 Customer Service Instant Messaging <http://hens-teeth.net/chat.htm>
2006 May 26
3
Integrating ProPolice/SSP into FreeBSD
...possible to compile your world with it. Please refer to the web page for more informations. The patch has been tested and works pretty well. My laptop and my workstation at work are compiled with SSP : world, kernel and ports, including X.org. I hope you will enjoy it. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >
2009 Apr 07
4
group by-like statement for 2-row matrix
...ve a matrix of two rows like this: 2 2 3 4 4 4 5 5 6 1 1 2 1 3 3 2 1 1 Can I apply something like "group by" in sql? What I want to achieve is the some of second row for each unique entry of first row: 2 -> 2 (=1+1) 3 -> 2 4 -> 7 (=1+3+3) 5 -> 3 (=2+1) 6 -> 1 Thanks!! Henning
2006 May 29
4
Install Other OS under DOMU
Hello, Anbody has already installed one version fedora 3 or 2 under DomU ? I have dom0 kernel xen vesion 3 under fedora core 4 and i would like install other version on domU. Thanks by avance Eric -------------- ALICE HAUT DEBIT : TRIPLE PLAY A 29,95 EUR/MOIS -------------- Découvrez vite ALICEBOX : avec le modem WIFI, profitez de l''ADSL, de la TELEPHONIE et en exclusivité de la
2008 Oct 01
5
Xm Create Image Path
All, Is is possible for xm create foo.cfg to traverse a symlink to access the foo.img. Here''s an example config and the resulting error.. --- name = "jim" memory = "512" disk = [ ''phy:/dev/VolGroup00/foo,xvda,r'', ''tap:aio:/home/fred/local/jim/build/foo_swap.img,xvdd,w'',
2003 Feb 28
2
OT? PDF printer driver for automatic deployment
...;ve tried several HP models which let me control all sorts of printer (hardware) parameters but very little Postscript parameters. I've tried an Apple Color Laserwriter driver but the output doesn't look as good as it should. I tried a Minolta driver but it fails to install on the server. Then, I came across Adobe's Universal Postscript driver but it lacks an .inf file I could use to upload the driver to the server. Apart from that, the Adobe Universal driver will always result in b/w output. Thanks for your help, <-gninneH<- -- __ _ __ __ Hennin...
2012 May 24
0
[LLVMdev] use AVX automatically if present
...ely AVX is not enabled in your llc. This feature was enabled > just recently (late of April). I forgot to mention that I am using recent LLVM-3.1 and in principle my llc knows about avx as I have shown in the second example. But avx does not seem to be used by default. On Thu, 24 May 2012, Henning Thielemann wrote: > $ llc -o - -mattr avx avx.ll > .file "avx.ll" > .text > .globl _fun1 > .align 16, 0x90 > .type _fun1, at function > _fun1: # @_fun1 > .cfi_startproc > # BB#...
2005 Oct 04
3
[patch] LOCKED_PASSWD_STRING for FreeBSD
...penSSH source tree. This is not a big deal and I would add that, while not directly important for the FreeBSD OS since it doesn't use autotools stuffs, it is for users that don't use the stock OpenSSH provided with FreeBSD. Thanks for your work, keep on ! :-) Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > -------------- next part -------------- Index: configure.ac =================================================================== RCS file: /cvs/openssh/configure.ac,v retrieving revision 1.296 diff -u -p -u -r1.296 configure.ac ---...
2014 Jun 12
4
Using virtio for inter-VM communication
Vincent JARDIN <vincent.jardin at 6wind.com> writes: > On 10/06/2014 18:48, Henning Schild wrote:> Hi, >> In a first prototype i implemented a ivshmem[2] device for the >> hypervisor. That way we can share memory between virtual machines. >> Ivshmem is nice and simple but does not seem to be used anymore. >> And it >> does not define higher lev...
2014 Jun 12
4
Using virtio for inter-VM communication
Vincent JARDIN <vincent.jardin at 6wind.com> writes: > On 10/06/2014 18:48, Henning Schild wrote:> Hi, >> In a first prototype i implemented a ivshmem[2] device for the >> hypervisor. That way we can share memory between virtual machines. >> Ivshmem is nice and simple but does not seem to be used anymore. >> And it >> does not define higher lev...
2006 Jul 18
3
DB Migrations & Column Order
Hello, I created a table and about 10 migrations down the line I decided that I needed to add an ID column (this was actually a table for a has_many :through and I recently realized that it needs an ID column, unlike HABTM tables). I am a big perfectionist and I frequently run "SHOW COLUMNS IN table;", so I naturally expect to see the "id" column the first one listed. However,
2005 Aug 13
0
Re:(2) Henning G. Schulzrinne quote on IAX2 from von magazine
...H.323 was overly complex. SIP has been getting more >complex ever since, and is now as complex as H.323. It had no >security, and used an unreliable medium (UDP) for communication that >needs to be reliable. Now networks are changing this, through a >massive overhaul. To his credit Henning does accept that UDP for SIP >was a dumb idea. > >He does say some good things, like: > >"I consider the term "soft switch" a marketing term that, like its >cousin, "session border controller," seems to have no crisp >definition that everyone can...
2020 Jul 17
2
LLVM 11 and trunk selecting 4 wide instead of 8 wide loop vectorization for AVX-enabled target
Oh interesting - I hadn't even considered registering vector descriptors for the LLVM intrinsics, but right enough when I just registered that pow has a vector variant (itself of a bigger size) I got the correct 8-wide variants like I was expecting - nice! Thanks for the help! Cheers, -Neil. On Fri, Jul 17, 2020 at 12:09 PM Florian Hahn <florian_hahn at apple.com> wrote: > > > On 16 Jul 2020, at 1...
2007 Apr 18
4
Tap0?
Hello! What is exactly "tap0" in the host ifconfig? Thank you! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Apr 22
3
Discover significant change in sorted vector
...ay be no big gap. I mean, indices 8 and 11 are somehow "connected" by indices 9 and 10. So, it's not an option to just search for biggest difference between the values. Perfect would be a function that is able to discover multiple changes if it is present in the data. Thanks!! Henning
2006 Apr 17
5
Hardware compatibility - Dell Inspiron 6400 or thinkpad t60?
...en which has one of the new core duo pentium D 9xx processors or the centrino duo processors which are said to have hardware virtualization. Can, in general the support for unmodified guest in xen as well as in the hardware that can be bought really be called mature, and ready for production? Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2020 Apr 24
3
Giving up AD Default Site
...red with 2 DCs in each of two Sites: the Default Site and a Branch Office. Now the company wants shutdown the Default Site and move everything into the Branch Office. How should I handle this? Just transferring the FSMO roles from the primary DC on the Default Site to a DC in the Branch Office and then demote the two DCs in Default Site and then deleting the Default Site? Any help or hints are highly appreciated Regards Henning Kessler