Displaying 12 results from an estimated 12 matches for "genral".
Did you mean:
general
2016 Jul 28
3
Why is Samba4 not recommended as a file server?
On 28/07/16 07:43, Michael Adam wrote:
> Exactly. And it is a recommendation for a better layout, not a strict
> requirement. Reasons being that it is genrally better to separate
> responsibilites, and that in this case, you have more control over the
> fine-tunings of a file server if it is not at the same time an AD/DC.
> Cheers - Michael
>
This is all very well and good Michael, but what if you only have one
computer ?
Microsoft rec...
2006 Aug 09
1
Combinations question
I need to generate a {0,1} matrix wifht nCr rows and n columns. The rows of the matrix will consist of all possible combinations containing r ones.
My clumsy attempt for n = 6 and r = 3 is
X <- expand.grid(c(1,0),c(1,0),c(1,0),c(1,0),c(1,0),c(1,0))
Y <- X[rowSums(X)==3,]
I can genralize this in a function but the result is quite ugly. Any suggestions?
Thank you in advance.
Martin
[[alternative HTML version deleted]]
2016 Jul 28
2
Why is Samba4 not recommended as a file server?
Mark Foley <mfoley at ohprs.org> writes:
> Since you bring up that topic (Samba4 not recommended as a file server), I've been meaning to
> ask on this list for a while: Why?
> [...]
>> As for the info you would like adding to the wiki, it used to be there,
>> but when the wiki was re-written, it was removed. The thinking seemed to
>> be, as samba doesn't
2016 Jul 28
0
Why is Samba4 not recommended as a file server?
...using the DC as file server", not "not using
> Samba".
>
> My understanding is that it is better to have one machine running the DC
> and another serving files.
Exactly.
And it is a recommendation for a better layout,
not a strict requirement.
Reasons being that it is genrally better to separate
responsibilites, and that in this case, you have more
control over the fine-tunings of a file server if it
is not at the same time an AD/DC.
Cheers - Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp...
2016 Jul 28
0
Why is Samba4 not recommended as a file server?
Am 28.07.2016 um 10:12 schrieb Rowland penny:
> On 28/07/16 07:43, Michael Adam wrote:
>> Exactly. And it is a recommendation for a better layout, not a strict
>> requirement. Reasons being that it is genrally better to separate
>> responsibilites, and that in this case, you have more control over the
>> fine-tunings of a file server if it is not at the same time an AD/DC.
>> Cheers - Michael
>
> This is all very well and good Michael, but what if you only have one
> computer...
2006 Aug 31
1
Need architectural help avoiding render :component
I''m writing a CMS/portal system, and I''m having trouble coming up with
a way of routing requests that feels right without using render
:component (which I''ve read should never be used). The system works
like this:
Each user has a set of "pages" which are shown as navigation tabs on
the page. The user may rename, reorder, add, or delete pages for a
custom
2003 Dec 02
5
Good Admin tool ?
Hi all,
Just wondering what Samba administration tool is the most frequently used ?
What tool do admins use daily ? I've tried Cmd line / Samba tools, Swat,
Webmin, LAM... and still haven't found a full-featured one and
*user-friendly* one...
Many Thanks :)
Ganael.
2009 May 02
1
lattice levelplot axis + custom annotations
How would I set the "scales" property of a lattice levelplot, so that
I can add specific annotations at specific positions?
For example, I have a 200 x 1000 element levelplot. Along the y-axis
(along the 1000-element axis) I would like to add annotations on the
left side of the levelplot at elements 120, 300, 500, and 805, which
represent clusters of interest.
Currently I have
2024 Jun 16
1
slowness when I use a list comprehension
...ill then evolve to suit many other purposes and
lose their direction and often their focus and even efficiency. S was
designed for statistical computing of some sorts and that meant a vectorized
approach could take you far. Python had other design goals and the original
designers wanted elements of genrality that a list provides more than a
vector does. R has lists too, but note if you want to use the kind of
dictionary or set used in python, which definitely can have advanatages and
disadvantages, you can find add-ons in R packages that give you something
like that too. And, note, many, myself incl...
2001 Nov 10
0
Summary: Teaching with R a quick survey.
...Bank of Canada (Canada's central bank)
Forest Insect Group of the Royal Forest Department, Thailand.
University of Madras, India
Undergrad:
1. not-only-theoretical-parts (e.g. Statistics 2, Computational Statistics,
Quality Assurance, Factorial Design, ...).
2. 1 third year course on either genralized linear models or time series
( is switches)
3. Will use this year with our second year statistical modelling course
4. If I am brave enough with the new first year stats course
5. Main first year course + one first year service course, and for 3rd/4th
year modules in generalized linear mod...
2024 Jun 16
1
slowness when I use a list comprehension
I would be more strong on this advice: learn to think in R, rather than thinking in Python, when programming in R. R has atomic vectors... Python does not (until you import a package that implements them). I find that while it is possible to import R thinking into Python, Python programmers seem to object for stylistic reasons even though such thinking speeds up Python also.
A key step in that
2006 Jun 28
12
Ajax.Updater
Hi,
someone can help me, I am ot able to find the way how to user
Ajax.updaterto test if the request give some positive or negative
result.
I am able only to return the result inside a div.
An example is appreciated.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org