similar to: Parallel setups

Displaying 20 results from an estimated 500 matches similar to: "Parallel setups"

1998 Sep 08
0
SysV interface script
A long time ago, on a mailing list far away, I promised to send the SysV interface script that I use with success; the supplied one is a bit, err, basic... Well, one thing led to another, and I quite forgot, so without further ado, here it is (usual disclaimers): #!/bin/sh # # This interface script drives a PC-attached printer via the SAMBA utility. # # This script is a gross simplification of
1998 Nov 07
1
SAMBA digest 1867
OK, med 19:00 sv tid /Lennart At 13:05 1998-11-07 +1100, you wrote: > SAMBA Digest 1867 > >For information on unsubscribing see http://samba.anu.edu.au/listproc >Topics covered in this issue include: > > 1) Re: nis homedir troubles > by Jeremy Allison <jallison@cthulhu.engr.sgi.com> > 2) calling all Samba vendors! > by Andrew Tridgell
2004 Apr 13
0
Geac and DM Review Invite You to a Web Seminar
DM Review and Geac Present: One Size Does Not Fit All - Implementing the Right Performance Management Solution Date: April 22, 2004 Time: 12:00 p.m. - 1:00 p.m. ET 9:00 a.m. - 10:00 a.m. PT Companies of all sizes and revenue bands are discovering that their traditional point solutions for budgeting, planning, and reporting have become inadequate for answering the challenges posed by
2000 Feb 07
1
demo(nlm) error under R 0.99.0
I can't seem to get the demo(nlm) to run under R version 0.99.0 Anyone know a solution? > fgh <- function(x) { gr <- function(x1, x2) { c(-400 * x1 * (x2 - x1 * x1) - 2 * (1 - x1), 200 * (x2 - x1 * x1)) } h <- function(x1, x2) { a11 <- 2 - 400 * (x2 - x1 * x1) + 800 * x1 * x1 a21 <- -400 * .... [TRUNCATED] > nlm(fgh,
2008 Dec 16
1
renaming factor-labels / add factors etc.
Hi, how can I change a defined factor-variable? Like adding levels, renaming existing levels or merge several levels of a factor to one level? For example; following factor-variable is given: x <- factor(c("xyz1", "abc1", "xyz2", "abc2")) How can I add the level fgh? And how can I merge "xyz1" and "xyz2" to one level? And
2009 Nov 24
2
Re moving white space help
Hi there I am trying to remove the white space and replace it with nothing but didnt have any luck with that x <- and fgh- i can replace the comma using gsub gsub("\\-","",x) but i cant replace the white space with nothing. Ramya -- View this message in context: http://old.nabble.com/Removing-white-space-help-tp26503431p26503431.html Sent from the R help mailing list
2002 Aug 20
1
uplink with multiple lines
I''ve been trying - without success - to aggregate the bandwidth of 3 DSL modems using the instructions in the HowTo (sections 4.2.1 and 4.2.2). I _believe_ I''m following the instructions to the letter, but when I add the last command (the "ip route" with "nexthop") then nothing goes out through the modems. Each modem works when I add a single default gateway
2007 Mar 02
2
nlm() problem : extra parameters
Hello: Below is a toy logistic regression problem. When I wrote my own code, Newton-Raphson converged in three iterations using both the gradient and the Hessian and the starting values given below. But I can't get nlm() to work! I would much appreciate any help. > x [1] 10.2 7.7 5.1 3.8 2.6 > y [1] 9 8 3 2 1 > n [1] 10 9 6 8 10 derfs4=function(b,x,y,n) {
2005 Mar 08
0
Sip 400 bad request - broadvoice error
I have searched the list and cannot find a sip 400 solution posted that solves my problem. If anyone has any thoughts or suggestions on the following I would greatly appreciate it. I didn't have this error before Broadvoice made their changes this weekend. Now when I make a call it connects but, I cannot hear anything on the other end... The full message I have is: 8 headers, 0 lines
2002 Jan 15
0
Stopping to say "thanx" ...
I'll try to keep this short (yeah right! ;-). Being primarily a user, I find myself bitching, analyzing and complaining about things I don't stop to understand half the time. I've done more than may share in this regard the various filesystems over the years. I've done a few LUG and tradeshow presentations over the past year, trying to inform different peer admins what Linux JFS
2005 Apr 20
0
Fits & splines
Hello all, Do you know of convenient functions that can do: 1) a fit "f(x)" of data points with a spline, and *then* 2) weighted fits of other data points ** with a model of the form a*f(x-x0)?**? [i.e., the goal is to find a and x0, ideally with their covariance matrix], and 3) if possible, the same as (2) above, but with the same model *convoluted with a gaussian* (whose
2000 Jun 24
1
ANNOUNCE: alternate mail archive site
I really dislike ListProcessor, the mailing list software samba.org uses. There's a lot of reasons, most having to do with header rewriting, but that's not the point of this message. One thing I don't like is its list archive feature. The archives are hard to navigate, and the threading is atrocious. I'm accustomed to MHonArc-generated archives, like they use at debian.org and
2018 May 04
0
I am leaving llvm
On 2 May 2018 at 17:37, Rafael Avila de Espindola via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Summary: > > I am leaving llvm effectively immediately. I am sorry for any > inconvenience this may cause. Hi Rafael, Against better judgement, and for what it's worth, here's my view. We have had heated technical discussions in the past and now that you leave, I
2001 Dec 27
0
Samba PDC _and_ Samba member?
I am trying to get a Samba PDC and a Samba member server to work together. I can't. The documentation describes how to make a Samba PDC work. I got that working. My Win2k desktop can join just fine. The documentation describes how to make a Samba server be a member of an NT domain. It does not tell how to make Samba trust Samba. That's my problem. I have the PDC setup to
2002 Feb 04
0
Re: 2GB of Waste? How can it be? -- some JFS are worse than non-JFS
"IT3 Stuart Blake Tener, USNR-R" wrote: > In terms of enterprise reliability, I understand, however, having an > "office recommended journaling filesystem", Some journaling filesystems can be _worse_ than non-journaled. If the recovery mechanism of the JFS is to "aggressively" go to the journal, journal mis-reads can _toast_ a filesystem. I'll take a full
2005 Dec 04
1
Understanding nonlinear optimization and Rosenbrock's banana valley function?
GENERAL REFERENCE ON NONLINEAR OPTIMIZATION? What are your favorite references on nonlinear optimization? I like Bates and Watts (1988) Nonlinear Regression Analysis and Its Applications (Wiley), especially for its key insights regarding parameter effects vs. intrinsic curvature. Before I spent time and money on several of the refences cited on the help pages for "optim",
2016 Oct 04
1
error handling in strcapture
It is also not catching the cases where the number of capture expressions does not match the number of entries in proto. I think all of the following should give an error about the mismatch. > strcapture("(.)(.)", c("ab", "cde", "fgh", "ij", "lm"), proto=list(A="",B="",C="")) A B C 1 a b cd 2 d
2005 Nov 15
0
OggPCM2 : chunked vs interleaved data
On 2005-11-16, Jean-Marc Valin wrote: > Otherwise, what do you feel should be changed? One obvious thing that seems to be lacking is the granulepos mapping. As suggested in Ogg documentation, for audio a simple sampling frame number ought to suffice, but I think the convention should still be spelled out. Secondly, I'd like to see the channel map fleshed out in more detail. (Beware
2013 Aug 02
4
Internalization of help pages
Is it possible to translate help files? I see there are some localization options for GUI, but not for help. I think this would be really helpful for users who don't have English as their primary language. Because all the online help is created from text files, it should be not that difficult to maintain different language versions (e.g. to mark them as not valid when primary documentation in
2013 Aug 02
4
Internalization of help pages
Is it possible to translate help files? I see there are some localization options for GUI, but not for help. I think this would be really helpful for users who don't have English as their primary language. Because all the online help is created from text files, it should be not that difficult to maintain different language versions (e.g. to mark them as not valid when primary documentation in