search for: remaning

Displaying 16 results from an estimated 16 matches for "remaning".

Did you mean: remaining
2005 Jul 18
1
dataframes of unequal size
...ould be zero. I am doing the following for( i in 1:length(C$weight)) { C$w[C$state[i]==C1$state & C$psu[i]==C1$psu] <- C1$w[C$state[i] == C1$state & C$psu[i] == C1$psu] } This gives me the correct replacements for the number of rows in C1 and then just repeats the same weights for the remaning rows in C. Can someone point out the error in what I am doing or show the correct way of doing this? Thanks, Renuka
2002 Aug 17
2
Another sharing tehnique, is this possible ?
hi, (assume HTB) I was thinking will it be possible to do some sort of UNFAIR-SHARING :"), what I have in mind : Say I have a internet link with 100kbits bandwith, then I want to share it between many clients (which will increase over time). Let''s i start with 5 clients with rate = 30kbits... See the total bandwith of users is 120kbits but I have only 100kbits.... So where is the
2017 Aug 05
2
Nested for loop
...= apply(X = dat, MARGIN = 2, FUN = sum)[2:length(apply(X = dat, MARGIN = 2, FUN = sum))] ) ## First column: which sample, 1-100 ## Second column: number selected in that sample ## How many items were previously sampled? ## For 1st sample, it's 0 ## For 2nd sample, code is different than for remaning samples n.prev.sampled <- c(0, rep(NA, n.samples-1)) n.prev.sampled n.prev.sampled[2] <- sum(ifelse(test = dat[,3] == 1 & dat[,2] == 1, yes = 1, no = 0)) n.prev.sampled for(i in 4:ncol(dat)) { n.prev.sampled[i-1] <-...
2014 Feb 05
1
[Bug 897] New: Numbers of caracter in the name of set.
https://bugzilla.netfilter.org/show_bug.cgi?id=897 Summary: Numbers of caracter in the name of set. Product: nftables Version: unspecified Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: enhancement Priority: P5 Component: nft AssignedTo: pablo at netfilter.org
2018 Mar 12
4
Re: [PATCH v4 0/3] v2v: Add -o rhv-upload output mode.
On Fri, Mar 9, 2018 at 4:25 PM Richard W.M. Jones <rjones@redhat.com> wrote: > It has to be said it would be really convenient to have a 'zero' > and/or 'trim' method of some sort. > 'trim' means discard? Currently we cannot support discard on block storage since ovirt may need to wipe lvs when deleting a disk, and discarding may leave unwiped user data.
2018 Mar 12
0
Re: [PATCH v4 0/3] v2v: Add -o rhv-upload output mode.
On Mon, Mar 12, 2018 at 07:13:52AM +0000, Nir Soffer wrote: > On Fri, Mar 9, 2018 at 4:25 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > > It has to be said it would be really convenient to have a 'zero' > > and/or 'trim' method of some sort. > > > > 'trim' means discard? Yes. The 5 functions we could support are: * pread -
2009 Apr 07
1
OT - SIP MESSAGE, newline chars and formatting
...ble with "Hello\rWorld"-like string value, I can see this string passed in SIP MESSAGE like this : Content-Type: text/plain Content-Length: 12 Hello\rWorld Unfortunately, this string (and other variations) are literally displayed (I hoped to use \r to erase Hello word and see only the remaning World on my phone screen). Is there a way to format text embedded in SIP MESSAGES or work around this ? Any hint or advice ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090407/f364a4d0/attac...
2017 Aug 06
0
Nested for loop
...ngth(apply(X = dat, MARGIN = 2, FUN = sum))] > ) > > ## First column: which sample, 1-100 > ## Second column: number selected in that sample > > > ## How many items were previously sampled? > ## For 1st sample, it's 0 > ## For 2nd sample, code is different than for remaning samples > > n.prev.sampled <- c(0, rep(NA, n.samples-1)) > n.prev.sampled > > n.prev.sampled[2] <- sum(ifelse(test = dat[,3] == 1 & dat[,2] == 1, > yes = 1, > no = 0)) > > n.prev.sampled > >...
2017 Aug 06
1
Nested for loop
...> ## First column: which sample, 1-100 > > > ## Second column: number selected in that sample > > > > > > > > > ## How many items were previously sampled? > > > ## For 1st sample, it's 0 > > > ## For 2nd sample, code is different than for remaning samples > > > > > > n.prev.sampled <- c(0, rep(NA, n.samples-1)) > > > n.prev.sampled > > > > > > n.prev.sampled[2] <- sum(ifelse(test = dat[,3] == 1 & dat[,2] == 1, > > > yes = 1, > > >...
2011 Nov 11
4
libusb not recognized?
[Andrew: please subscribe to the nut-upsuser list: http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser Also, please gzip any attached logs.] > Hello, > > I downloaded NUT ver 2.6.2 and tried it on my Linux development > board. when I configure and it notified me that "USB drivers > requested, but libusb not found." > Then I download libusb
2009 Jun 14
3
python bindings to libtheora
...Neither could others btw., as you can see from the posts (the best thing we can do is something that only works with some players and it doesn't work on my ubuntu...). So I realized I need firm control of what is happening, and theora so far is giving me this control and it just works. The only remaning part is sound, I'll work on this soon. Ondrej
2017 Aug 08
1
Nested for loop
...UN = sum))] >> ) >> >> ## First column: which sample, 1-100 >> ## Second column: number selected in that sample >> >> >> ## How many items were previously sampled? >> ## For 1st sample, it's 0 >> ## For 2nd sample, code is different than for remaning samples >> >> n.prev.sampled <- c(0, rep(NA, n.samples-1)) >> n.prev.sampled >> >> n.prev.sampled[2] <- sum(ifelse(test = dat[,3] == 1 & dat[,2] == 1, >> yes = 1, >> no = 0)) >>...
2009 Nov 11
20
zfs eradication
Hi, I was discussing the common practice of disk eradication used by many firms for security. I was thinking this may be a useful feature of ZFS to have an option to eradicate data as its removed, meaning after the last reference/snapshot is done and a block is freed, then write the eradication patterns back to the removed blocks. By any chance, has this been discussed or considered before?
2005 Mar 29
3
Query regarding initramfs
Hi 1. Is it possible to load an initrd from initramfs ? How would you do this if the initramfs is being loaded dynamically in the kernel (ie having the initramfs as initrd ) Because in this case, you will say root = /dev/initrd and specify 'initrd' as your 'initramfs source file' How will you specify the second initrd source? Thanks Rachita.
2018 Mar 12
3
Re: [PATCH v4 0/3] v2v: Add -o rhv-upload output mode.
On Mon, Mar 12, 2018 at 12:32 PM Richard W.M. Jones <rjones@redhat.com> wrote: > On Mon, Mar 12, 2018 at 07:13:52AM +0000, Nir Soffer wrote: > > On Fri, Mar 9, 2018 at 4:25 PM Richard W.M. Jones <rjones@redhat.com> > wrote: > > > > > It has to be said it would be really convenient to have a 'zero' > > > and/or 'trim' method of some
2018 Nov 17
9
[PATCH 0/6] Remove all bad dp_mst_port uses and hide struct def
So we don't ever have to worry about drivers touching drm_dp_mst_port structs without verifying them and crashing again. Lyude Paul (6): drm/dp_mst: Add drm_dp_get_payload_info() drm/nouveau: Use drm_dp_get_payload_info() for getting payload/vcpi drm/nouveau: Stop reading port->mgr in nv50_mstc_get_modes() drm/nouveau: Stop reading port->mgr in nv50_mstc_detect() drm/dp_mst: