search for: minnow

Displaying 8 results from an estimated 8 matches for "minnow".

Did you mean: winnow
2009 Feb 11
2
problem with 'which' and strings
...For some reason, some sites I run into the below problem: Here is what I am doing: > names(orig.metric) [1] "BenInsect" "CountofTaxa" "Darter" [4] "DomTwoPct" "FishDELTPct" "Minnows-Tolerant" [7] "NumberPer100m-Tolerant" "Sensitive" "SLithopPct" [10] "TolerantPct" "Omnivore" "PiscivorePct" [13] "Headwater-Tolerant" "Insect-Tole...
2007 Dec 11
2
range( <dates>, na.rm = TRUE ) (PR#10508)
...>> ------- Start of forwarded message ------- >> Date: Tue, 13 Nov 2007 21:44:57 +0100 >> To: Steve Mongin <sjm at ccbr.umn.edu> >> Cc: cran at r-project.org >> Subject: Re: range( <dates>, na.rm =3D TRUE ) >> In-Reply-To: <200711062044.OAA14064 at minnow.ccbr.umn.edu> >> Reply-To: Kurt.Hornik at wu-wien.ac.at >> From: Kurt Hornik <Kurt.Hornik at wu-wien.ac.at> >> X-AntiVirus: checked by AntiVir MailGate (version: 2.1.3-2; AVE: 7.6.0= =2E34; VDF: 7.0.0.210; host: fsme.wu-wien.ac.at) >> X-Virus-Scanned: ClamAV 0.90.3/...
2007 Dec 11
1
[Kurt.Hornik@wu-wien.ac.at: Re: range( <dates>, na.rm = TRUE )] (PR#10508)
------- Start of forwarded message ------- Date: Tue, 13 Nov 2007 21:44:57 +0100 To: Steve Mongin <sjm at ccbr.umn.edu> Cc: cran at r-project.org Subject: Re: range( <dates>, na.rm = TRUE ) In-Reply-To: <200711062044.OAA14064 at minnow.ccbr.umn.edu> Reply-To: Kurt.Hornik at wu-wien.ac.at From: Kurt Hornik <Kurt.Hornik at wu-wien.ac.at> X-AntiVirus: checked by AntiVir MailGate (version: 2.1.3-2; AVE: 7.6.0.34; VDF: 7.0.0.210; host: fsme.wu-wien.ac.at) X-Virus-Scanned: ClamAV 0.90.3/4768/Tue Nov 13 18:25:08 2007 on pocken....
2009 Apr 16
2
[LLVMdev] LLVM and coroutines/microthreads
...ioned briefly last year, but there seemed to be some confusion as to what coroutines entailed and the thread died out. This technique has an unfortunate number of names, but it does get a lot of use, including popular languages like Ruby. I'm currently working on a programming language called Minnow (http://www.minnow-lang.org). It's an actor-based language, where each actor has its own microthread. In the current implementation I'm manually saving and restoring the stack and live variables by hand to get this effect. After spending months wrestling with these manual continuations,...
2002 Jul 08
0
"Help with EVP_CipherInit"
...814ede0, cipher=0x813fc40, key=0x8189480 "?\2110\231?%\210??d?\222zv\236?6QO]", keylen=16, iv=0x8189420 "nf?^'oQo?V???????\f?W", ivlen=16, encrypt=1) at cipher.c:224 Below is the output i obtained running directly [tjruwase at speedracer openssh-3.2.2p1]$ ./ssh tjruwase at minnow Bounds Checking GCC v gcc-3.0-3.0 Copyright (C) 1995 Richard W.M. Jones Bounds Checking comes with ABSOLUTELY NO WARRANTY. For details see file `COPYING' that should have come with the source to this program. Bounds Checking is free software, and you are welcome to redistribute it under certain...
2007 Dec 11
0
[Kurt.Hornik@wu-wien.ac.at: Re: range( <dates>, na.rm = (PR#10509)
...at wu-wien.ac.at wrote: > ------- Start of forwarded message ------- > Date: Tue, 13 Nov 2007 21:44:57 +0100 > To: Steve Mongin <sjm at ccbr.umn.edu> > Cc: cran at r-project.org > Subject: Re: range( <dates>, na.rm =3D TRUE ) > In-Reply-To: <200711062044.OAA14064 at minnow.ccbr.umn.edu> > Reply-To: Kurt.Hornik at wu-wien.ac.at > From: Kurt Hornik <Kurt.Hornik at wu-wien.ac.at> > X-AntiVirus: checked by AntiVir MailGate (version: 2.1.3-2; AVE: 7.6.0.= 34; VDF: 7.0.0.210; host: fsme.wu-wien.ac.at) > X-Virus-Scanned: ClamAV 0.90.3/4768/Tue Nov 13 18...
2009 Apr 16
0
[LLVMdev] LLVM and coroutines/microthreads
...but there seemed to be > some confusion as to what coroutines entailed and the thread died out. >  This technique has an unfortunate number of names, but it does get a > lot of use, including popular languages like Ruby. > > I'm currently working on a programming language called Minnow > (http://www.minnow-lang.org).  It's an actor-based language, where > each actor has its own microthread.  In the current implementation I'm > manually saving and restoring the stack and live variables by hand to > get this effect.  After spending months wrestling with these ma...
2013 Mar 02
5
Making Linux and domain users the same
I have a set of Linux boxes with (nearly) working Samba configurations. Windows users can get in and work with shares. My one problem is that the local user "joe" is not the same as the domain user that logs into Samba. And that means that users cannot access their own home directories, unless I relax the Linux permissions. This is not surprising, given the way Samba was configured