search for: unqiu

Displaying 19 results from an estimated 19 matches for "unqiu".

Did you mean: unqiue
2017 Sep 18
6
help matching rows of a data frame
This question likely has a 1 line answer, I'm just not seeing it. (2, 3, or 10 lines is fine too.) For a vector I can do group <- match(x, unqiue(x)) to get a vector that labels each element of x. What is an equivalent if x is a data frame? The result does not have to be fast: the data set will have < 100 elements. Since this is inside the survival package, and that package is on the 'recommended' list, I can't depend o...
2014 Jun 10
3
OT - Finding/removing duplicate emails - WAS: Re: dovecot/lmtp munmap()-ing a lot
...geonhole remembers the ids? Actually, I still wonder about whether or not the same message-id is sufficient to decide to "silently drop" a message, as I interprete "to ignore a message" as "to drop". They might came different paths, some MUA might not generate ids unqiue world-wide or time-depended, ... . It's a matter of taste, IMHO. - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEVAwUBU5cKf3z1H7kL/d9rAQIFXQf/eOVNj6OCbpbrvgvj1dUmQ4eqZuISO80A oMsncG65sYwOWZAepapdWQCxSK/+kEYmWm7nhmqC+ZfJebsEM+VRaL++gesNXlCZ Uo1VuQKgyE...
2006 Apr 20
2
Count Unique Rows/Values
Hi, I have a dataset which has both numeric and character values with dupllicates. For example: 155 A 138 A 138 B 126 C 126 D 123 A 103 A 103 B 143 D 111 C 111 D 156 C How can I count the number of unqiue entries without counting duplicate entries. Also can I extract the list in a object. What I mean is Col1 unique count = 8 Unique Elements are : 103,111,123,126,138,143,155,156 Col2 unique count = 4 Unique Elements are : A,B,C,D. Any pointers would be of great help. TIA Sachi...
2003 May 15
2
FW: iHEADS UP: ipsec packet filtering change
...'ve been tripped up by it, too. > > ipsec is much easier without the gif tunnels. The ipsec policy > definition is explained in the setkey man page. Basically for tunnels > it is: spdadd ${remote net} ${local net} any -P in ipsec > esp/tunnel/${remote gateway}-${local gateway}/unqiue; and > spdadd ${local > net} ${remote net} any -P out ipsec esp/tunnel/${local > gateway}-${remote > gateway}/unique; I have seen this said before. I've also seen it said that gif is just a way of getting the routing right. But every single practical example I have seen about ho...
2006 Dec 19
1
Custom login_greeting per virtual server?
Just a quick question, nothing broke. I setup about 5 virtual servers. It's great! I can define which protocols to listen on per server. Just curious why I can specify a unique "login_dir" per server, but not a unqiue login_greeting? Appears dovecot always shows the first login_greeting from the first virtual server. Intended this way? -c -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20061218/001972a6/attachment.html>
2009 Feb 02
1
ChanSpy or other variant
...but it doesn't look like ChanSpy was written to accept that format. I haven't tried passing "SIP/provider-08748db0" to ChanSpy, but from the documentation it seems that it shouldn't work. So the question is, how can I listen into a channel if I know either the channel or the unqiue id? And in the meantime I will play around with ChanSpy more. Nicholas Blasgen Partner / Network Operations Refractive Dialer LLC 408.395.2110 (w) 408.497.9796 (c) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/att...
2014 Jun 21
1
/etc/machine-id
I was under the impression that the value of /etc/machine-id was unqiue for every OS installation on a system. This seems to be the case on real hardware. That is, if I install Fedora 19, Fedora 20, and Fedora-rawhide on a system, they will each have a different value for /etc/machine-id. This does not seem to be the case for qemy-kvm-libvirt virtual systems....
2017 Sep 18
0
help matching rows of a data frame
> On Sep 18, 2017, at 5:13 AM, Therneau, Terry M., Ph.D. <therneau at mayo.edu> wrote: > > This question likely has a 1 line answer, I'm just not seeing it. (2, 3, or 10 lines is fine too.) > > For a vector I can do group <- match(x, unqiue(x)) to get a vector that labels each element of x. > What is an equivalent if x is a data frame? > In the past I've use apply with past to generate "group" identifiers: x<-data.frame("X0"=c("A","B","C","C","D",&...
2017 Sep 18
0
help matching rows of a data frame
...Labels(myDataFrame) HTH, Eric On Mon, Sep 18, 2017 at 3:13 PM, Therneau, Terry M., Ph.D. < therneau at mayo.edu> wrote: > This question likely has a 1 line answer, I'm just not seeing it. (2, 3, > or 10 lines is fine too.) > > For a vector I can do group <- match(x, unqiue(x)) to get a vector that > labels each element of x. > What is an equivalent if x is a data frame? > > The result does not have to be fast: the data set will have < 100 > elements. Since this is inside the survival package, and that package is > on the 'recommended'...
2006 Jul 18
6
When is a site too small for Rails?
...Dreamhost''s)... so it would seem that a VPS isn''t going to be viable if I want to do ALL of my sites in Rails. I''ve decided that I''ve been shortsighted in thinking I can do all of my sites in Rails. The restaurant site, right now, probably only gets 10 unqiue visitors a day. Some of you may laugh when you hear that I chose Rails to do a site like with that low amount of traffic, but I simply didn''t know any better at the time. So my question you then, smartypants, what should I have done? I like how simple the CMS backend was to cre...
2006 Aug 09
2
newbie problem with FIND
hi! how can i find an ID from a table, with another attribute? i mean, i have the table users, with id, and name, and i want to find the id, where the name is. i know only the way with the id.. @something = User.find(params[:id]) which would be the correct syntax? ty!! -- Posted via http://www.ruby-forum.com/.
2010 Dec 03
1
Linear separation
In https://stat.ethz.ch/pipermail/r-help/2008-March/156868.html I found what linear separability means. But what can I do if I find such a situation in my data? Field (2005) suggest to reduce the number of predictors or increase the number of cases. But I am not sure whether I can, as an alternative, take the findings from my analysis and report them. And if so, how can I find the linear
2003 May 11
1
iHEADS UP: ipsec packet filtering change
On Sun, 23 Feb 2003 09:47:05 -0800, "Sam Leffler" <sam@errno.com> said: > >> Add a new config option IPSEC_FILTERGIF to control whether or not >> packets coming out of a GIF tunnel are re-processed by ipfw, >> et. al. By default they are not reprocessed. With the option they >> are. > > This may affect your ipfw/ipf rules. If you are happy with
2014 Jun 10
3
OT - Finding/removing duplicate emails - WAS: Re: dovecot/lmtp munmap()-ing a lot
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 10 Jun 2014, Charles Marcus wrote: > On 6/9/2014 5:44 PM, Ralf Hildebrandt <r at sys4.de> wrote: >> That's probably the problem here. The user had LOTS of (duplicate!) >> mails in his inbox. > > Anyone ever found a reliable way to do this? > > It sure would be nice if dovecot could perform this on a per
2020 Jun 26
0
virt-resize - guest unbootable after update-initramfs
...st * `virt-resize` to copy the partitions from the snapshot to the new volume, resizing swap to a fixed size and then growing / to fill the remainder * Generate an XML config file to define the new host, based on the XML used to create the base host (making the hosts identical, other than their unqiue differences, UUID, MAC, disks, etc) At this point the guest will boot OK, and continue to run without issue, including any number of reboots, until the first time update- initramfs is run. At this point the guest fails to boot. By contrast, similar guests that have disks that have not been manan...
2012 Sep 08
4
dash symbol
In the example below, what is the dash doing between the class attribute and array: (field_helpers - [:label, :check_box, :radio_button, :fields_for, :hidden_field, :file_field]).each do |selector| -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2013 May 01
1
Trouble with methods() after loading gdata package.
Greetings to r-help land. I've run into some program crashes and I've traced them back to methods() behavior after the package gdata is loaded. I provide now a minimal re-producible example. This seems bugish to me. How about you? dat <- data.frame(x = rnorm(100), y = rnorm(100)) lm1 <- lm(y ~ x, data = dat) methods(class = "lm") ## OK so far library(gdata)
2015 May 26
6
Name based SSH proxy
On 26/05/15 15.50, Daniel Kahn Gillmor wrote: > The argument that the DNS lookup leaks this metadata is a bad argument: > if we followed this line of reasoning, then every problem that has > multiple contributors could never be solved (A says "but my fixing > things is useless if B does nothing", while B says "but my fixing things > is useless if A does nothing"
2010 Jun 14
1
unqiue problem
Hello everybody, I have a a matrix of 2 columns and over 27k rows. some of the rows are double , so I tried to remove them with the command unique(): > Workbook5 <- read.delim(file = "Workbook5.txt") > dim(Workbook5) [1] 27748 2 > Workbook5 <- unique(Workbook5) > dim(Workbook5) [1] 20101 2 it removed a lot of line, but unfortunately not all of them. I wanted