Displaying 20 results from an estimated 361 matches for "nodding".
Did you mean:
modding
2004 Sep 20
1
Using eval() more efficiently?
Hi,
Suppose I have a vector:
> names.select
[1] "Idd13" "Idd14" "Idd8.12" "Idd7"
automatically generated by some selection criteria.
Now, if I have a data frame with many variables, of which the variables in
"names.select" are also variables from the data frame. e.g.
> all.df[1:5,]
Mouse Idd5 Idd6.19.20 Idd13 Idd14 Idd8.12
2004 Sep 16
3
[PATCH] gen_init_cpio uses external file list
(Apologies to klibc@zytor.com for the re-send)
This patch makes gen_init_cpio generate the initramfs_data.cpio from a
file which contains a list of entries: file, dir, nod. I swapped the
order of filename/location for the file arguments so that it would be
more uniform with the dir and nod tyes.
[thayne@torch linux-2.6.8]$ usr/gen_init_cpio --help
ERROR: unable to open '--help': No such
2005 May 31
0
[Bug 2758] New: "File exists" error using options -b and --backup-dir with device files.
https://bugzilla.samba.org/show_bug.cgi?id=2758
Summary: "File exists" error using options -b and --backup-dir
with device files.
Product: rsync
Version: 2.6.4
Platform: All
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo:
2004 Sep 16
3
[PATCH] gen_init_cpio processes file from a file list
The patch makes gen_init_cpio generate the initramfs_data.cpio from a
file which contains a list of entries: file, dir, nod. I swapped the
order of filename/location for the file arguments so that it would be
more uniform with the dir and nod tyes.
[thayne@torch linux-2.6.8]$ usr/gen_init_cpio --help
ERROR: unable to open '--help': No such file or directory
Usage:
2008 Oct 30
2
request: How to combine three matrices in the desired form
Dear R-friends
I have three matrices e.g. var <- matrix(c(4,4,4,4,0,4,4,4,0,3,3,0),nrow=4); val <- matrix(c(0.6,0.6,0.6,0.6,0,1.6,1.6,1.6,0,4.9,4.9,0),nrow=4); nod <- matrix(c(-1,-1,1,1),ncol=1)
> var
[,1] [,2] [,3]
[1,] 4 0 0
[2,] 4 4 3
[3,] 4 4 3
[4,] 4 4 0
> val
[,1] [,2] [,3]
[1,] 0.6 0.0 0.0
[2,] 0.6 1.6 4.9
[3,] 0.6 1.6
2005 Apr 04
0
problem about initramfs
dear friend.
i have mips board with BCM sibyte 1125CPU(use board sibyte 1250 swarm.)
i use linux-kernel 2.6.12-rc1 download from linux-mips.com
i use kernel 2.4.26 before this time, it's work ok at 2.4.26 with
Ramdisk-busybox
when i try to use ramdisk in 2.6.1x version, i found that ramdisk i not
exist,
i don't known how to use it again(i had try a patch for get ramdisk init
to
2010 Jul 01
2
Kickstart from tagged VLAN?
I've searched around but haven't found a definitive answer yet, is it possible to kickstart from a tagged VLAN? I found this bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=431915
But I can't find out how far the vlan support goes. I haven't found anything about it in any kickstart docs.
I have two tagged vlans:
Vlan 100 - server subnet
Vlan 101 - backup subnet
From
2013 Mar 05
1
memory leak in 3.3.1 rebalance?
I started rebalancing my 25x2 distributed-replicate volume two days ago.
Since then, the memory usage of the rebalance processes has been
steadily climbing by 1-2 megabytes per minute. Following
http://gluster.org/community/documentation/index.php/High_Memory_Usage,
I tried "echo 2 > /proc/sys/vm/drop_caches". This had no effect on the
processes' memory usage. Some of the
2012 Mar 28
2
[PATCH] virtio_blk: add helper function to support mass of disks naming
On Wed, Mar 28, 2012 at 02:54:43PM +0800, Ren Mingxin wrote:
> Hi,
>
> The current virtblk's naming algorithm just supports 26^3
> disks. If there are mass of virtblks(exceeding 26^3), there
> will be disks with the same name.
>
> According to "sd_format_disk_name()", I add function
> "virtblk_name_format()" for virtblk to support mass of
>
2012 Mar 28
2
[PATCH] virtio_blk: add helper function to support mass of disks naming
On Wed, Mar 28, 2012 at 02:54:43PM +0800, Ren Mingxin wrote:
> Hi,
>
> The current virtblk's naming algorithm just supports 26^3
> disks. If there are mass of virtblks(exceeding 26^3), there
> will be disks with the same name.
>
> According to "sd_format_disk_name()", I add function
> "virtblk_name_format()" for virtblk to support mass of
>
2016 Oct 28
2
Re: sttic vnet device for guest
28.10.2016 23:32, Michal Privoznik пишет:
On my host node i using system created bridge. example
brctl show br1
bridge name bridge id STP enabled interfaces
br1 8000.0025907925d3 no eth1
vnet0
vnet2
2006 Apr 09
1
[PATCH] kbuild: rebuild initramfs if included files changes
This fix has been implemented in preparation for the upcoming klibc
merge in -mm. But as it fixes a real (but rare I hope) bug in vanilla
kernel it will be added to my pending 2.6.17 kbuild queue.
I've done quite some changes to the gen_initramfs script and
being shell programming newbie review by more experienced shell
hackers would be appreciated.
I did a git mv
2015 Sep 03
4
RFC: LTO should use -disable-llvm-verifier
On Thu, Sep 03, 2015 at 01:10:42AM +0000, Eric Christopher wrote:
> On Tue, Sep 1, 2015 at 10:43 AM Duncan P. N. Exon Smith <
> dexonsmith at apple.com> wrote:
>
> >
> > > On 2015-Aug-31, at 18:09, Eric Christopher <echristo at gmail.com> wrote:
> > >
> > >
> > >
> > > On Mon, Aug 31, 2015 at 5:50 PM Duncan P. N. Exon Smith
2008 Aug 29
2
[LLVMdev] LLVM Instruction Scheduling Pass
I have two instructions , both have flag dependency onto a common
instruction. So this forms a closed loop. The instruction scheduler
asserts saying that the common instruction is already inserted into
FlaggedNodes list....etc.
Where can I get more info about the LLVM Instr scheduling pass?
TIA,
- Sanjiv
2008 Aug 30
0
[LLVMdev] LLVM Instruction Scheduling Pass
On Aug 29, 2008, at 10:43 AM, sanjiv gupta wrote:
> I have two instructions , both have flag dependency onto a common
> instruction. So this forms a closed loop. The instruction scheduler
> asserts saying that the common instruction is already inserted into
> FlaggedNodes list....etc.
A flag value cannot be read by two nods. That's not legal.
>
>
> Where can I get more
2008 Aug 30
1
[LLVMdev] LLVM Instruction Scheduling Pass
On Sat, 2008-08-30 at 00:17 -0700, Evan Cheng wrote:
> On Aug 29, 2008, at 10:43 AM, sanjiv gupta wrote:
>
> > I have two instructions , both have flag dependency onto a common
> > instruction. So this forms a closed loop. The instruction scheduler
> > asserts saying that the common instruction is already inserted into
> > FlaggedNodes list....etc.
>
> A flag
2011 Dec 20
1
[LLVMdev] [cfe-dev] anchoring explicit template instantiations
On Dec 19, 2011, at 5:40 PM, Chris Lattner wrote:
> On Dec 10, 2011, at 5:20 PM, David Blaikie wrote:
>>>> Thanks Chris, committed as r145578. I don't suppose you'll mind some
>>>> similar commits as I encounter them?
>>>
>>> Yep, please feel free.
>>
>> While you said this - given that I've now gone & fixed /every/
2014 Mar 31
2
[LLVMdev] Contributing the Apple ARM64 compiler backend
> There's already a working fast isel port as well. Though I'm not sure
> how well tested that's been on linux.
>
> Tim?
I've not tested FastISel on Linux at all, I'm afraid. In theory I'd
expect only minor modifications to be necessary (around global
variable materialisation, if anywhere).
Cheers.
Tim.
2014 Mar 31
3
[LLVMdev] Contributing the Apple ARM64 compiler backend
> *nod*. That's most of what we needed for ARM as well. Should probably
> conditionalize it on os darwin for now until it's tested more with a
> command line?
I'd almost prefer to leave it in for the bugs to be discovered
(perhaps after some simple tests of our own). ARM went wirthout
FastISel support on Linux for years simply because it was declared
Darwin-only.
Tim.
2011 Feb 15
1
Node removed but still in routing infoormation
Hello,
I have removed a nod from my tinc network, but his informations (owned
subnet and ip address) are still present in the internal routing table.
I think that even if the node is not reachable anymore (his ip is, but
not the tinc daemon on it), his routing information "lives" beetween nodes.
Is this possible or do i need to sleep a bit !? ;-)
Do i need to stop all nodes, then