Displaying 20 results from an estimated 1000 matches similar to: "ldap support"
2006 Mar 01
4
linear lists, creation, insertion, deletion, traversal *someone?*
Hi,
In a second try I will ask this list to give me some useful pointers.
Linear lists, as described e.g. by N.Wirth in "Algorithms and Data
Structures", seem not to be implemented in S/R, although in lisp we have
cons, car, cdr.
Nevertheless I want to implement an algorithm using such linear lists,
porting a trusted program to R (S). I need:
(from Modula/Oberon)
pSC* = POINTER TO
1999 Sep 13
1
SAMBA digest 2231
Does anyone know if there is any document from SAMBA team states that the
SAMBA software is Y2k ready ? If yes, where is it I can download it or what
is the version requirement ?
Thanks !
Stephen Wu
Output Management Services
Tel: (248)696-1413 [8-366]
Fax: (248)696-1804 [8-366]
Mailto:Stephen.Wu-eds@eds.com
2011 Oct 15
2
[LLVMdev] Live code elimination problem in code generation
Hello. :)
I've met a problem that eliminates a live code in code generation phase.
The initially generated code is shown as follows (as a pseudo code):
( Before pseudo-code expansion. )
----------
loop:
:
:
set P0 <- xxx ( P0: a physical register for a parameter of function F )
set P1 <- yyy ( P1: a physical register for a parameter of function F )
SELECT_CC z1, z2, z3, ...
2003 Sep 04
2
error handling in R/ lapack routines
Does any of you know where I can find an explanation of lapack errors codes?
I get error code 17 when using optim().
Is there a way to handle errors in R such that depending on the type of
error I can decide what to do next?
Thanks,
Haky
2011 Aug 31
2
[LLVMdev] Branch transformation with branch-weight metadata
Hello :)
I am looking around __builtin_expect() directive for optimization.
( http://llvm.org/docs/BranchWeightMetadata.html )
Since it is not included in v2.9, I am searching about it on svn trunk.
I found that the lowering phase generates branch-weight metadata node for
that directive.
However, I can't find any code related to the metadata even in the branch
transformation code.
IMHO, in
1999 Jul 09
3
Virus checking
We are using samba to give our NT users access to our UNIX servers (running
Solaris 2.5.1) and to give our UNIX users, using Wincenter, access to their
UNIX directories.
We want to be able to run a virus checker (Network Associates VirusScan)
from a NT 4.0 workstation and have it check the samba (UNIX directories).
Since we want to centralize this activity, I want to be"root" on the
2011 Oct 15
0
[LLVMdev] Live code elimination problem in code generation
On Oct 14, 2011, at 9:04 PM, Hae-woo Park wrote:
> I've met a problem that eliminates a live code in code generation phase.
>
> The initially generated code is shown as follows (as a pseudo code):
> ( Before pseudo-code expansion. )
>
> ----------
> loop:
> :
> :
> set P0 <- xxx ( P0: a physical register for a parameter of function F )
> set P1
2005 Oct 21
3
Hello! Some Question.
Hello,
My name is Chung Hae Young, and I work for NCsoft in Seoul, Korea.
I am currently working on a online game development project.
I have some questions regarding Ogg Vorbis.
I want to change the library source and change Ogg game music files so the file can only be played within the game.
I want to know if I can modify the library.
And if I modify it, will if cause any legal
2010 Aug 03
2
subset based on column names and then subset based on the inverse (grep?, or...)
I would like to be able to grab x and y columns out of a dataframe and
then grab all of the columns that are not equal to x or y. I am sure
that I am missing something easy.
ftbr_UTM_downstream <- (structure(list(site =
c("Jennie_Creek_Main_Stem", "Wolf_Pit_Creek_Main_Stem",
"Little_Rockfish_Main_Stem_North", "Big_Muddy_Creek_Main_Stem",
2002 Jan 01
2
Recent spam postings
Due to the large volume of spam on the list (and that stupid anti-spam
spam - I can't believe how lame that is) I've blocked postings to the
list that are only in text/html format.
Multipart postings are still allowed although I wish they weren't.
There have been problems with the mime filter breaking other people's
mailers so that project is on hold for now.
Tim.
2011 Mar 31
2
Linear Model with curve fitting parameter?
I have a model Q=K*A*(R^r)*(S^s)
A, R, and S are data I have and K is a curve fitting parameter. I
have linearized as
log(Q)=log(K)+log(A)+r*log(R)+s*log(S)
I have taken the log of the data that I have and this is the model
formula without the K part
lm(Q~offset(A)+R+S, data=x)
What is the formula that I should use?
Thanks for all of your help. I can provide a subset of data if necessary.
2005 Sep 26
4
p-level in packages mgcv and gam
Hi,
I am fairly new to GAM and started using package mgcv. I like the
fact that optimal smoothing is automatically used (i.e. df are not
determined a priori but calculated by the gam procedure).
But the mgcv manual warns that p-level for the smooth can be
underestimated when df are estimated by the model. Most of the time
my p-levels are so small that even doubling them would not result
2006 Jan 24
4
nested ANCOVA: still confused
Dear R-users,
I did some more research and I'm still not sure how to set up an ANCOVA
with nestedness. Specifically I'm not sure how to express chicks nested
within boxes. I will be getting Pinheiro & Bates (Mixed Effects Models
in S and S-Plus) but it will not arrive for another two weeks from our
interlibrary loan.
The goal is to determine if there are urbanization (purban)
1999 Dec 08
2
Compiling error with version 2.0.6
Hello,
When I compile Samba version 2.0.6 in Solaris Sparc 2.6 with gcc 2.8.1, I obtain
the next error:
make: Fatal error in reader: Makefile, line 303: Unexpected command seen
why?
Note: I use the file Makefile by default.
Thanks.
_/\________________________________
Dominic Saindon
System administrator
2013 May 01
3
Chron format question h:m not working
R 2.12.2 on Scientific Linux 6.4
#works
chron(times.="15:00:00", format=c(times="h:m:s"))
#doesn't work
chron(times.="15:00", format=c(times="h:m"))
From chron Manual:
The times format can be any permutation of "h", "m", and "s" separated
by any one non-special character. The default is "h:m:s".
what am I
2006 Oct 18
3
creating bins for a plot
Hi. I'm trying to plot the ratio of used versus unused bird houses
(coded 1 or 0) versus a continuous environmental gradient (proportion of
urban cover [purban2]) that I would like to convert into bins (0 -
0.25, 0.26 - 0.5, 0.51 - 0.75, 0.76 - 1.0) and I'm not having much luck
figuring this out. I ran a logistic regression and purban2 ends up
driving the probability of a box being
1998 Feb 10
5
How to set Netscape enviroment on Samba home drive ?
> Does anybody know if it is possible to configure Netscape in such a way
> that ALL netscape preferences and options (most important is email
> address) will be saved on samba home ?
You get this kind of stuff by default with roaming profiles.( ie
user.dat or ntuser.dat ) If you are referring to netscape 4 then just
point the profile to the home directory (mapped to a consistent drive
2005 Oct 31
4
Import help (neophyte)
Hi, I have no experience with R and I'm finding the manuals a bit obtuse
and written as if I already understood R.
I'm trying to import a csv file from a floppy and it's not working. The
code I'm using is
read.table("F:\GEORGIA\species_richness\SR_use.csv", sep=",", header =
TRUE, row.names = 1)
I'm assuming that this command is case sensitive so
2011 Apr 16
2
(no subject)
I have just upgraded to R 2.13 and have library(ggplot2) in my
.Rprofile (among other things). when i start R I get an error
message. Has something in the start up scripts changed? Is there a
better way to specify the library calls in .Rprofile? Thanks for all
of the help in advance.
Error:
Loading required package: grid
Loading required package: proto
Error in rename(x, .base_to_ggplot) :
2005 Oct 07
3
index question
All,
I'm having a problem selecting directly from a vector. I've written ways to do this
indirectly, but I'd rather do it directly and didn't see this in the manual.
Essentially, I have:
> group.label.new
[1] 7 9 6 1 10 4 8 3 2 5
> junk
[1] 1 2
> group.label.new[junk && 8:10]
[1] 7 9 6 1 10 4 8 3 2 5
I'd like to select the elements