similar to: Pb with 2.0.6/2.0.7 and browsing

Displaying 20 results from an estimated 1000 matches similar to: "Pb with 2.0.6/2.0.7 and browsing"

2002 Nov 21
1
Out of connection structures
Hi, I still have the problem of "Out of connection structures" with Samba 2.2.6 or 2.2.7 and TSE clients. This problem was encountered by Richard van Beers : > From: richard van beers > To: jra@samba.org (Jeremy Allison), Gunther Hess > Subject: Re: Samba and Out Of Connection Structures from Terminal Servers (was on Solaris) > Cc:
2007 Jan 26
2
Best small server config
Hi, Busy with dovecot on a linux server with not very much RAM in it (512 MB max total). On this server dovecot will only handle about 12 users, with never more than 3 IMAP webmail users at a time, and a maximum of 2 POP3 users at a time using it. I'm going all secure later on, but first I would like your opinion on what configuration best to use with, say, max 5 users busy at one time, and
2013 Mar 03
1
Ordering Table Columns
cdouglass wrote > Hello all, > > Totally new to this and I'm just doing a frequency distribution analysis > on T-shirt sales by size. I have a .csv with 60 orders. I read in the > data using read.csv. If I look at the summary() or table() of the data it > looks fine, except that the shirt sizes are alphabetical rather than from > S-XXL--so the bar graph loses the shape
2007 Dec 25
2
rsyncd.conf exclude/include questions ??
Hello, I get some troubles when rsyncing my FreeBSD 6.2 server from my iMac Leopard desktop. Below what I configured in rsyncd.conf .. [all] path = / uid = root gid = wheel read only = true include from = /home/rsync/etc/includes/rootfs /home/rsync/etc/includes/rootfs + /etc + /etc/make.conf + /boot + /boot/* - * This is the only way I found to only backup files directories I would like
2004 Sep 22
3
loops: pasting indexes in variables names
I cannot figure out how, using R, I can paste indexes or characters to the variable names which are used within loops. I will explain this with a simple example: Immagine I have a huge series of variables, each one taken two times, say x1 x2 y1 y2 z1 z2..... Now, immagine that I want to compute a variable from the difference of each couple, say dx=x1-x2, dy=y1-y2, dz=z1-z2... In Stata, for
2006 Sep 21
2
AEC in WB mode fixed yet ?
> Today's Topics: > > 1. AEC with WB mode (Jean-Christophe.Berge@etu.enseeiht.fr) > 2. Multiple frame encode and decode (Reza Fatahillah) > 3. cant link speex_echo.h (jesus) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 20 Sep 2006 08:46:03 +0200 (CEST) > From:
2002 Apr 12
0
documentation widget
If imitation is the sincerest form of flattery ... I am thinking of imitating the R documentation mechanism. I have a largeish software project that needs documentation for each of the functions/modules. The ability to create html, latex, and pdf documentation from one source is very attractive. Since my collaborators already know html and latex there is little incentive to learn XML ... but
2006 Jul 02
1
sparse matrix tools
Dear R-Help list: I'm using the Matrix library to operate on 600 X ~5000 element unsymmetrical sparse arrays. So far, so good, but if I find I need more speed or functionality, how hard would it be to utilize other sparse matrix toolsets from within R, say MUMPS, PARDISO or UMFPACK, that do not have explicit R interfaces? More information on these is available here
2006 Jan 23
6
Ruby at O''Reilly Rough Cuts
Not sure if this is old news or not, but it would appear that both the Ruby Cookbook and a Rails book are now available for purchase at O''Reilly Rough Cuts (something akin to PragProg''s beta book program): http://rubyurl.com/nHz http://my.safaribooksonline.com/?mode=roughcuts&srchtext=ROUGHCUTS I haven''t tried them yet, but it definitely seems worth checking out.
2017 Apr 01
2
[RFC] I've made a huge mistake
LLVM-Dev, I'm sorry to be the bearer of bad news. I've spent the last several months in severe denial of the problem and I just can't keep denying it to myself anymore. I've made a huge mistake. We never should have removed autoconf support. I've come to this conclusion after a great deal of thoughtful reflection on the impact of our CMake build system over the last year.
2006 Dec 01
1
Packages build for Solaris ? As CSW packages ?
Well imitation is the highest form of flattery they say. So I''m surprised to see these packages neatly built to install into /opt/csw correctly and yet they exist somewhere else and have nothing to do with us here at Blastwave. fascinating. I guess we can always send an email to the person doing this and just ask if they want those packages in testing and then into the catalog for
2006 Mar 11
2
how to create analog stripchart plots of x vs t (t=mm/dd/yyyy hh:mm:ss)
Hello r-experts, I sure could us a little help. I have an ever updating text file with timestamped data in it. I can reformat in anyway I want if need be but currently I have chosen to make columns of date, time and measuresed value (comma delimeted and with the dates and times in quotes to interpret them as strings). Here is a small section of my text data file:
2018 May 06
2
R on Ubuntu
Hi everyone, first of all, my sincerest thanks for the maintainers of this massive project. Such a compelling task! Briefly, I?m a PhD student working on Spatial Stats who loves R. Last week I decided to install and use Ubuntu (again). Consequently, I install the latest release (18.04) and tried to install R 3.5.0 as well but (un)fortunately I couldn?t. I have used R within Ubuntu and I use to
2006 Jan 26
3
Using variables within a string - The function doesn''t pass the value?
Hello everyone, As a beginner to ROR, I am very confused regarding why the following is happening. If my function is defined as def self.home_categories (portal_id) find(:all, :conditions => [ "portal_id=?", portal_id ] ) end the following doesn''t works (the database is queried with a value of 0. portal_id=1 @categories =
2010 Jun 10
3
Ring + Music on Hold in the same call
Hi list, is there a way to achieve in asterisk (version 1.4.x) the behavior described below? * a caller place a call to an extension, and I want the caller hears the extension ringing for some seconds, and then hears the music on hold (or a courtesy message) _in the same call;_ * the called extension must continue to ring until answered. With the m(...) option in the Dial
2007 May 13
2
Some questions on repeated measures (M)ANOVA & mixed models with lme4
Dear R Masters, I'm an anesthesiology resident trying to make his way through basic statistics. Recently I have been confronted with longitudinal data in a treatment vs. control analysis. My dataframe is in the form of: subj | group | baseline | time | outcome (long) or subj | group | baseline | time1 |...| time6 | (wide) The measured variable is a continuous one. The null hypothesis in
2007 Jun 21
1
[LLVMdev] Runtime optimization of C++ code with virtual functions
> On Wed, 20 Jun 2007, Maurizio Vitale wrote: >>>> Is there any possible method using LLVM that would help in this >>>> case? >>> >>> LLVM won't help in this case. >> >> Is that so or it means that LLVM wouldn't have a prebuilt solution? > > It means that LLVM doesn't have any trivial builtin solution. > >>
2007 Jun 20
1
[LLVMdev] Runtime optimization of C++ code with virtual functions
On Jun 19, 2007, at 1:43 AM, Chris Lattner wrote: > On Sat, 16 Jun 2007, [ISO-8859-1] Stéphane Letz wrote: >> At runtime after a graph is created, one could imagine optimizing by >> resolving call to "virtual Compute" and possibly get a more >> efficient Compute method for the entire graph, so that we could >> write: >> >> DSP* graph = new
2001 Mar 05
1
pb with plot in nlme
hello all, I've got problems with plotting in nlme : > example(nlme) > plot(fm1) Error in do.call(plotFun, as.list(args)) : couldn't find function "xyplot" I've seen in Changelog that there have been changes in plotting funtions, may I've missed something... nlme3.1-10 _ platform sparc-sun-solaris2.8 arch sparc
2005 May 30
1
Where to start to solve hardware problem?
Yesterday my * server (SuSE 9.2 pro on Athlon) just stopped, no screen, no reaction to keyboard or mouse. I get all kind of messages, or just stop during restart 1. just two lines of a code (immediately after turn on the computer) 113-AM21200-100-GB GV-RX30128D F1 2. Main Processor: AMD Athlon (tm) 64 Processor 3200+ <CPUID: 0FF0 Patch ID: 0041> and BIOS line