search for: lind

Displaying 20 results from an estimated 116 matches for "lind".

Did you mean: kind
2002 May 22
3
OpenSSH programming
..., to add a new authentication method into openssh (one-time passwords), apart from adding the functions into sshconnect.c and sshconnect2.c Particularly I'm interested in information on "struct Authctxt" in sshconnect2 and sshuserauth2. Thank You very much in advance. Greetings, N. Linde PS: Please CC to me directly, since I'm not subscribed to the list. -- --------------------------------------------------------------- Dipl.-Inf. N. Currle-Linde Linde at hlrs.de Allmandring 30 http://www.hlrs.de/people/linde 70550 Stuttgart Tel.: 0711 / 685 5801
2011 Nov 08
2
match first consecutive list of capitalized words in string
...lease feel free to point out any missunderstandings on my side regarding the conventions of this mailing list. My problem: Assuming the following character vector is given: names <- c("filia Maria", "vidua Joh Dirck Kleve (oo 02.02.1732)", "Bernardus Engelb Franciscus Linde j.u.Doktor referendarius sereniss Judex et gograven Rheinensis") Is there a regular expression matching the first consecutive list of capitalized words in a single characterstring ("Maria", "Joh Dirck Kleve", "Bernardus Engelb Franciscus Linde")? This expression...
2014 Sep 30
2
Intel Fortran compiler returns a -1 TRUE value
I have access to a cluster on which I have been supplied with R 3.1.0 which appears to have been built using the intel compiler tools. The following minimal Fortran file: subroutine truth(lind) logical lind lind = .TRUE. end Compiles thusly: arcadia> R CMD SHLIB truth.f ifort -fpic -O3 -xHOST -axCORE-AVX-I -fp-model precise -c truth.f -o truth.o ifort: command line warning #10212: -fp-model precise evaluates in source precision with Fortran. icc -std=gnu99 -sha...
2007 Mar 05
3
Rbind with data frames -- column names question
...V1, V2, V3 Is there a "right" way to combine the two such that the both end up having the same column names? I have tried to understand the deparse.level argument of rbind, but it doesn't seem to do what I'm asking. Thank you for any help you can give. Gregg -- Gregg Lind, M.S. Division of Epidemiology and Community Health School of Public Health University of Minnesota, United States
2014 Mar 03
1
reference classes, LAZY_DUPLICATE_OK, and external pointers
...he external pointer, regenerating if necessary' if (length(theta)) { if (.Call(isNullExtPtr, Ptr)) initializePtr() } Ptr }, ## ditto initializePtr = function() { Ptr <<- .Call(merPredDCreate, as(X, "matrix"), Lambdat, LamtUt, Lind, RZX, Ut, Utr, V, VtV, Vtr, Xwts, Zt, beta0, delb, delu, theta, u0) ... } merPredDCreate in turn just copies the relevant bits into a new C++ class object: /* see src/external.cpp */ SEXP merPredDCreate(SEXP Xs, SEXP Lambdat, SEXP LamtUt, SEXP Lind,...
2006 Mar 16
0
(no subject)
...arty > > PS I spent a good deal of time adjusting the DTMF volume for the > wellgate FXS/FXO hoping this might help before I discovered the > variety > of non working DTMF being generated. > > > > ------------------------------ -- BEGIN:VCARD VERSION:3.0 fn:Larry Linde n:Linde;Larry org:Image Manipulation Systems Inc. adr;TYPE=dom:;;420 N 5th St. Suite #865;Minneapolis;Mn;55401 email;TYPE=internet:linde@imageman.com tel;TYPE=work:612-746-5706 tel;TYPE=fax:612-746-5781 tel;TYPE=cell:763-438-1781 x-mozilla-html:TRUE url:http://www.imageman.com X-EVOLUTION-FILE-AS:...
2023 Oct 30
2
Question about silos and Authentication policies
...e the wording wrong still, I'm going to look at using the same wording as Windows does so please consider this PR a draft only. I'm having a look at the Windows tooling in detail now. On 28/10/23 03:54, Stefan Kania via samba wrote: > > > Am 27.10.23 um 02:32 schrieb Rob van der Linde via samba: >> The missing functionality is --silo and --policy on modify user, and >> probably also create user commands. > > That's exacly right, that's also the way Windows is handling this. >
2011 Sep 02
1
Using capture.output within a function
...to unary operator I have considered putting the capture.output() after the function, but there are some issues with R stalling on me so I'd like that the output is saved for each iteration and not only at completion. Any suggestions on how to get this done would be much appreciated. Kristian Lind *Below an example of what I'm trying to do...* loglik <- function(w){ state <- c( b_1 = 0, b_2 = 0, a = 0) #declaring ODEs Kristian <-function(t, state, w){ with(as.list(c(state, w)), { db_1 = -((w[1]+w[8])*b_1+(w[2...
2007 Mar 21
1
mail looping
...): %08Xu%08Xv namespace: type: private separator: / location: mbox:~/:INBOX=/var/mail/%u inbox: yes hidden: yes auth default: username_format: %Lu verbose: yes debug: yes passdb: driver: pam args: session=yes * userdb: driver: passwd -- Steven F. Siirila Office: Lind Hall, Room 130B Internet Services E-mail: sfs at umn.edu Office of Information Technology Voice: (612) 626-0244 University of Minnesota Fax: (612) 626-7593
2011 Aug 17
14
Copy files from Centos Guest to Host
Is there any method to copy files from the guest to host? I use virbr networking where the host and the guest have different static IPs. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Aug 17
14
Copy files from Centos Guest to Host
Is there any method to copy files from the guest to host? I use virbr networking where the host and the guest have different static IPs. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Mar 27
3
odd behavior with Dovecot LDA
.../opt/dovecot/libexec/dovecot/deliver -f "$SENDER"". Command output: Segmentation Fault It appears that Dovecot LDA assumes that if .imap/FOLDERNAME exists that the index files must also exist.. I wonder what other assumptions might cause segfaults. -- Steven F. Siirila Office: Lind Hall, Room 130B Internet Services E-mail: sfs at umn.edu Office of Information Technology Voice: (612) 626-0244 University of Minnesota Fax: (612) 626-7593
2006 Oct 17
4
Problem with rc10
...08Xv protocol lda { postmaster_address = postmaster at umn.edu mail_plugins = cmusieve } auth_verbose = yes auth_debug = yes auth default { passdb pam { args = session=yes * } } I am now backing out to rc6 for now... we never saw this behavior on rc6. -- Steven F. Siirila Office: Lind Hall, Room 130B Internet Services E-mail: sfs at umn.edu Office of Information Technology Voice: (612) 626-0244 University of Minnesota Fax: (612) 626-7593
2023 Oct 27
1
Question about silos and Authentication policies
Am 27.10.23 um 02:32 schrieb Rob van der Linde via samba: > The missing functionality is --silo and --policy on modify user, and > probably also create user commands. That's exacly right, that's also the way Windows is handling this.
2006 Oct 26
2
www.dovecot.org misconfigured?
I am having difficulting getting to www.dovecot.org and wiki.dovecot.org. My browser tells me it can't find them. Anyone know what's up? -- Steven F. Siirila Office: Lind Hall, Room 130B Internet Services E-mail: sfs at umn.edu Office of Information Technology Voice: (612) 626-0244 University of Minnesota Fax: (612) 626-7593
2001 Dec 18
0
[Bug 42] sh: scp: not found
http://bugzilla.mindrot.org/show_bug.cgi?id=42 hampus.lind at rps.police.se changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comme...
2011 Oct 13
2
write.csv naming file after function argument
Dear R-users, I'm writing a program that constructs a dataset. I wish to save the dataset to a file. Here's a very simple example of what I'm trying to do function(x=peter){ y <- x/2 write.csv(y, file = "...\x") } The problem is that I want to name the dataset as whatever the name of the input is. In this case peter. How do I do this? Thank you in advance. Kristian
2024 Feb 22
1
No suspend after update
...ks like my stability is getting worse for me with each update ... > > I'm getting worried about hanging onto 388. > The currently booted kernel will never get swapped out when you are updating, so this should not be a concern. Have you reported your issues on JIRA though? -- Michel Lind identities: https://keyoxide.org/5dce2e7e9c3b1cffd335c1d78b229d2f7ccc04f2 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachmen...
2007 Jan 05
2
Dovecot rc15 crash in mbox-sync-update.c
...loop.c:152 timeout = (struct timeout *) 0x2 #13 0x0007dcb4 in _seek (stream=0xb56c8, v_offset=3039960672808960, mark=116) at istream-mmap.c:149 No locals. #14 0x0002ab24 in main (argc=-4195379, argv=0xab800, envp=0xac400) at main.c:123 No locals. (gdb) quit -- Steven F. Siirila Office: Lind Hall, Room 130B Internet Services E-mail: sfs at umn.edu Office of Information Technology Voice: (612) 626-0244 University of Minnesota Fax: (612) 626-7593
2007 Jan 02
1
Dovecot 1.0-rc15 on Solaris 10
...t rejected, but rather slow in being established). What I would like to know is if anyone else out there runs with large numbers of concurrent IMAP sessions via Dovecot and has run into problems. If so, did you have to up your fd limit w/ulimit? Any other issues? -- Steven F. Siirila Office: Lind Hall, Room 130B Internet Services E-mail: sfs at umn.edu Office of Information Technology Voice: (612) 626-0244 University of Minnesota Fax: (612) 626-7593