search for: desiring

Displaying 20 results from an estimated 12640 matches for "desiring".

2004 Feb 09
2
primary gid of user [desires] is not a Domain group !
Greetings ... I hope somebody can explain this to me, or give me a help to fix this problem ... On my Samba server ( 3.0.2rc2 ) I am getting ... Feb 9 17:31:21 eastrand smbd[2113]: [2004/02/09 17:31:21, 0] rpc_server/srv_pipe.c:api_pipe_netsec_process(1371) Feb 9 17:31:21 eastrand smbd[2113]: failed to decode PDU Feb 9 17:31:21 eastrand smbd[2113]: [2004/02/09 17:31:21, 0]
2016 Dec 23
4
Win 10 cannot connect with (some variations of) 'smb encrypt = desired'
Hi all, There are some surprises when trying to connect Windows 10 (up to date circa Dec 2016) to Samba (4.5.2) with 'smb encrypt = desired' as a config option. I've made a grid of some of the combinations 'smb encrypt = desired' settings below. The biggest surprise is that if 'smb encrypt = desired' is set globally and in the share, Windows 10 cannot connect at
2006 Dec 30
2
Happy 2007!!!
Always... Desire that in the New Year that if you really initiate... It hears the words that always it desired to hear. It pronounces the phrases that one day it desired to repeat. It feels the emotion that always waited to feel. It walks for the tracks that one day it desired to follow. It divides the affection with who always desired to distribute. It hugs all the friends whom always it desired
2013 May 03
2
how to parallelize 'apply' across multiple cores on a Mac
Hi everyone, I'm trying to use apply (with a call to zoo's rollapply within) on the columns of a 1.5Kx165K matrix, and I'd like to make use of the other cores on my machine to speed it up. (And hopefully also leave more memory free: I find that after I create a big object like this, I have to save my workspace and then close and reopen R to be able to recover memory tied up by R, but
2017 Jan 20
0
Win 10 cannot connect with (some variations of) 'smb encrypt = desired'
On Fri, Dec 23, 2016 at 02:21:16PM -0600, Chad William Seys via samba wrote: > Hi all, > > There are some surprises when trying to connect Windows 10 (up to date circa > Dec 2016) to Samba (4.5.2) with 'smb encrypt = desired' as a config option. > > I've made a grid of some of the combinations 'smb encrypt = desired' > settings below. > > The
2017 Jan 24
0
Win 10 cannot connect with (some variations of) 'smb encrypt = desired'
On Fri, Dec 23, 2016 at 02:21:16PM -0600, Chad William Seys via samba wrote: > There are some surprises when trying to connect Windows 10 (up to date circa > Dec 2016) to Samba (4.5.2) with 'smb encrypt = desired' as a config option. > > ... > > browse | select | direct > smb encrypt (no G, no S) = '' Y | Y |
2011 Mar 08
1
repeat matrix column within each array third dimension
Hello all, I'm working with a matrix that will have varying dimensions. It will populate an array such that the number of matrix columns will determine the number of 3rd dimension levels of the array. Rows will be the same for both. For this example lets say the array will have 2 columns, but that's not fixed. dim(arr)<-c(dim(mat)[1],2,dim(mat)[2]) I wish to repeat each matrix
2007 Jul 09
2
parsing strings
Hi All, I have strings made up of an unknown number of letters, digits, and spaces. Strings always start with one or two letters, and always end with one or two digits. A set of letters (one or two letters) is always followed by a set of digits (one or two digits), possibly with one or more spaces between the sets of letters and digits. A set of letters always belongs to the following set of
2013 Mar 07
3
rbind a list of matrices
I have a large list of matrices and a vector that identifies the desired matrices that I would like to rbind. However, I am stuck on how to get this to work. I have written some code below to illustrate my problem: # 3 simple matrices a<-matrix(1:9,3,3) b<-matrix(10:18,3,3) c<-matrix(19:27,3,3) #this is the type of list of matrices I am dealing with
2012 Mar 06
3
Label rows of table by factor level for groups of factors
Dear useRs, I am sure this is a fairly simple problem, but I just cannot get my head around it. I have a dataframe which contains several factor variables. I can use table() to tell me how many different combinations there are of these variables. What I should like to do is to add a column to my original dataframe which labels each row according to the unique combination of factors. E.g. in
2010 Sep 19
3
Repeating values in a list
I have a list that looks like this ... > have <- list(a=7,b=3,c=1) > have $a [1] 7 $b [1] 3 $c [1] 1 and I want to have a simple way to change it to the following without re-typing the values ... > desire <- list(a=c(7,7),b=c(3,3),c=c(1,1)) > desire $a [1] 7 7 $b [1] 3 3 $c [1] 1 1 In other words, I need to create the list in desire from the list in have. In my
2012 Jul 26
3
Remove rows that have repeated items in a particular column
Dear R Users, I apology for not being able to provide an adequately informative subject. Let me describe my problem with an example. For a matrix * (mat <- matrix(c(1,1,2,2,2,3,3, 5,9,1,3,7,4,8), ncol = 2))* my desired output is * (desired <- matrix(c(1,2,3, 5,1,4), ncol = 2))* That is, the first column is numerically grouped and only the first item in each group is wanted. The
2007 Apr 27
0
New packages: contrast and desirability
The contrast and desirability packages are available for all platforms at cran.r-project.org (and coming soon to a mirror near you). The contrast package extends Frank Harrell's contrast.Design function for one degree of freedom contrasts of model parameters to other types of models, such as lm, glm, lme, gls and geese models. Fold-changes are also calculated for all contrasts. There is a
2007 Apr 27
0
New packages: contrast and desirability
The contrast and desirability packages are available for all platforms at cran.r-project.org (and coming soon to a mirror near you). The contrast package extends Frank Harrell's contrast.Design function for one degree of freedom contrasts of model parameters to other types of models, such as lm, glm, lme, gls and geese models. Fold-changes are also calculated for all contrasts. There is a
2005 Jan 21
3
desire box
hi, I seek to be able itself to wish a desire box our listeners am to music, over ices am played have someone a recommendation for me? can be gladly with mysql. greeting -- Mit freundlichen Gr?ssen Carsten Henkel mailto:carsten@chatlabel.de In unserer Firma ist alles elektrisch - sogar das Gehalt versetzt einem einen Schlag. dieser Text ist zuf?llig gew?hlt und
2009 Oct 16
1
generalization of tabulate()
Hi I want a generalization of tabulate() which works on rows of a matrix. Suppose I have an integer matrix 'observation': > observation y1 y2 y3 1 4 0 1 4 0 2 0 3 4 1 0 0 5 0 0 1 4 2 0 3 Each row corresponds to a (multivariate) observation. Note that the first two rows are identical: this means that data "c(1,4,0)" was observed twice. Now suppose I can list the sample
2004 Aug 06
1
Feature requests - remote dump and optional file split
Hi: I've been hired to provide, among other things, internet coverage for a convention in 2 weeks. I have two feature requests, one highly desired and one moderately desired. My moderately desired feature has been mentioned before - server-side recording of the stream. As in the cases mentioned previously, I'd like to be able to repeat segments without having to upload them first.
2006 Feb 01
3
inserting one backslash
Hello, I am not very familiar with regular expressions and escaping. I need to replace the %-signs in a character vector with elements as "income 0%-33%# to be replaced by "income 0\%-33\%" (for later use in LaTeX). Using gsub("%","\\%","income 0%-33%") does not give the desired result. However, gsub("%","\\\\%","income
2006 Dec 11
2
Unable to get default yp domain
Hi, running here samba-ldap-pdc (debian sarge, samba 3.0.14a-3sarge, cups). Domain users can delete their own print jobs. But they should also be able to delete print jobs of other domain users. But this does not work, because of access problems. net groupmap list Domain Users (S-1-5-21-2984023303-172644929-1026171850-1222) -> archi Domain Admins (S-1-5-21-2984023303-172644929-1026171850-512)
2017 Dec 01
2
[RFC] virtio-net: help live migrate SR-IOV devices
On 11/30/2017 6:11 AM, Michael S. Tsirkin wrote: > On Thu, Nov 30, 2017 at 10:08:45AM +0200, achiad shochat wrote: >> Re. problem #2: >> Indeed the best way to address it seems to be to enslave the VF driver >> netdev under a persistent anchor netdev. >> And it's indeed desired to allow (but not enforce) PV netdev and VF >> netdev to work in conjunction.