search for: namin

Displaying 11 results from an estimated 11 matches for "namin".

Did you mean: naming
2007 Oct 19
2
header
...name X20_1_TT_Z_e4 X20_2_TT_Z_e4 1 A1 102 22 2 A2 103 21 3 A3 107 20 > name [1] A1 A2 A3 Levels: A1 A2 A3 > mode(name) [1] "numeric" Why name is a factor and numeric? and why I do have X before the variable namin X20_1_TT_Z_e4? Is it possbile to have it as 20_1_TT_Z_e4 ? --------------------------------- Ihre erste Baustelle? Wissenswertes für Bastler und Hobby Handwerker. [[alternative HTML version deleted]]
2001 Aug 20
4
Batch-Tagging oggs?
Hello all. Quick question ('Cause I'm famished and have to get something to eat) If I have a batch of files (wave and/or ogg) with a certain naming scheme. Would it be possible for me to write a small nifty (newbie) dos-batch program that could tag those ogg-files (or encode the waves with tags) with regards to the namin parameters. Let me clarify. I usually encode waves with the naming pattern "Artist - Album - leading zero track numb...
2004 Aug 16
3
dynamic whitelists
...er, how would I get shorewall to read in that whitelist again without having to restart it? I hope this makes sense, and is possible to do! I''ve been killing myself over this for days! ===================== Nimesh Amin Computer Science & Mathematics Purdue University namin@purdue.edu =====================
2015 Apr 21
2
[PATCH v4 7/8] vhost: feature to set the vring endianness
...7a1e8..0aec88c 100644 > --- a/drivers/vhost/Kconfig > +++ b/drivers/vhost/Kconfig > @@ -32,3 +32,13 @@ config VHOST > ---help--- > This option is selected by any driver which needs to access > the core of vhost. > + > +config VHOST_SET_ENDIAN_LEGACY I'd prefer namin this VHOST_CROSS_ENDIAN_LEGACY > + bool "Cross-endian support for host kernel accelerator" > + default n > + ---help--- > + This option allows vhost to support guests with a different byte > + ordering from host. It is disabled by default since it adds overhead > +...
2015 Apr 21
2
[PATCH v4 7/8] vhost: feature to set the vring endianness
...7a1e8..0aec88c 100644 > --- a/drivers/vhost/Kconfig > +++ b/drivers/vhost/Kconfig > @@ -32,3 +32,13 @@ config VHOST > ---help--- > This option is selected by any driver which needs to access > the core of vhost. > + > +config VHOST_SET_ENDIAN_LEGACY I'd prefer namin this VHOST_CROSS_ENDIAN_LEGACY > + bool "Cross-endian support for host kernel accelerator" > + default n > + ---help--- > + This option allows vhost to support guests with a different byte > + ordering from host. It is disabled by default since it adds overhead > +...
2006 Oct 27
1
What to do with a inconsistency in rank() that's in S+ and R ever since?
..." except for NAs!? I am aware that the prototype behaves like this and R ever since behaves like this, however to me this appears very unfortunate. In order not to 'break' existing code, what about adding ties.methods {"NAaverage"|"NArandom"|"NAmax"|"NAmin"} that behave consistently? Best regards Jens Oehlschl?gel P.S. Please cc. me, I am not on the list > version _ platform i386-pc-mingw32 arch i386 os mingw32...
2015 Apr 21
0
[PATCH v4 7/8] vhost: feature to set the vring endianness
...t/Kconfig > > +++ b/drivers/vhost/Kconfig > > @@ -32,3 +32,13 @@ config VHOST > > ---help--- > > This option is selected by any driver which needs to access > > the core of vhost. > > + > > +config VHOST_SET_ENDIAN_LEGACY > > I'd prefer namin this VHOST_CROSS_ENDIAN_LEGACY > Yes, makes sense. I'll make sure most of the cross-endian changes are easy to grep. > > + bool "Cross-endian support for host kernel accelerator" > > + default n > > + ---help--- > > + This option allows vhost to support...
2015 Apr 21
2
[PATCH v4 7/8] vhost: feature to set the vring endianness
...Kconfig > > > @@ -32,3 +32,13 @@ config VHOST > > > ---help--- > > > This option is selected by any driver which needs to access > > > the core of vhost. > > > + > > > +config VHOST_SET_ENDIAN_LEGACY > > > > I'd prefer namin this VHOST_CROSS_ENDIAN_LEGACY > > > > Yes, makes sense. I'll make sure most of the cross-endian changes are > easy to grep. > > > > + bool "Cross-endian support for host kernel accelerator" > > > + default n > > > + ---help--- > >...
2015 Apr 21
2
[PATCH v4 7/8] vhost: feature to set the vring endianness
...Kconfig > > > @@ -32,3 +32,13 @@ config VHOST > > > ---help--- > > > This option is selected by any driver which needs to access > > > the core of vhost. > > > + > > > +config VHOST_SET_ENDIAN_LEGACY > > > > I'd prefer namin this VHOST_CROSS_ENDIAN_LEGACY > > > > Yes, makes sense. I'll make sure most of the cross-endian changes are > easy to grep. > > > > + bool "Cross-endian support for host kernel accelerator" > > > + default n > > > + ---help--- > >...
2015 Apr 10
16
[PATCH v4 0/8] vhost: support for cross endian guests
Hi, This patchset allows vhost to be used with legacy virtio when guest and host have a different endianness. Patch 7 got rewritten according to Cornelia's and Michael's comments. I have also introduced patch 8 that brings BE vnet headers support to tun/macvtap. This series is enough to have vhost_net working flawlessly. I could succesfully reboot guests from ppc64 to ppc64le and
2015 Apr 10
16
[PATCH v4 0/8] vhost: support for cross endian guests
Hi, This patchset allows vhost to be used with legacy virtio when guest and host have a different endianness. Patch 7 got rewritten according to Cornelia's and Michael's comments. I have also introduced patch 8 that brings BE vnet headers support to tun/macvtap. This series is enough to have vhost_net working flawlessly. I could succesfully reboot guests from ppc64 to ppc64le and