Displaying 20 results from an estimated 200 matches similar to: "Windows 2000 Terminal Server Connections"
1999 Oct 13
1
dataframe transposition
Dear R-helpers,
I wonder if I could impose upon you for forther assistance, this
time with dataframes: hopefully this will be of general interest,
as I personally have found them hard to get to grips with.
I was trying to transpose rows and cols and move col1 to the names.
Then all sorts of things go wrong. Although the end result looks
the same, page() shows the structure to be quite
2009 Nov 05
2
Merge records in the same dataframe
Hi:
Suppose that I have a data frame as below
x1 x2 x3 ... x10 wk1 wk2 ... Wk208 (these are the column names)
For each record, x1, x2, x3 ... x10 are attributes. and wk1, wk2, ..., wk208 are the sales recoreded for this attribute combination. Suppose that now, that I want to do the following
1. Merge the data frame so that I have a new data frame grouped by values of x2 and x3 (for example).
2002 May 19
2
Samba and windows 2K Active Directory
Hi;
I have a client who wishes to implement SAMABA in a windows 2k AD
environment.
The client has not moved to wk2 as yet. Can Samba be use for w2k mixed
mode authentication?
Regards;
Bill Watterson
Technical Solution Architect
DS Infrastructure and Architecture
IBM Global Services Australia
8 Brisbane Ave, Barton ACT 2601
Mobile: 0401 717 210
2002 Nov 20
1
Not able to see public shares on W2k from Linux
Hi all,
I work with linux and SUSE 8.1 in a W2K PDC environment. I successfully
configured Samba to be able to connect from the Wk2 computers to
linux and vice versa with one exception:
I'm not able to see the public shares of the window computers from linux
(NetShareEnum failed, NT_STATUS_ACCESS_DENIED)
unless I provide a username and password. From Windows to Windows it's no
problem
to
2005 Nov 09
1
using abline and a fitted 2nd degree formula
Hello all,
R2.1.1, Wk2
I am doing some two-step plotting, first using plot() to illustrate the
datapoints and then using abline() to place a trend line from a fitted
model into the plot.
Everything works well as long as the formula of the fitted model i of the
type:
m1 <- lm(Dependent ~ Independent)
then abline(m1) puts the proper straight line into the plot.
But if I use:
m2 <-
2007 Mar 15
0
Mauchly.test
Bonjour,
elles correspondent ? des donn?es de diff?rents traitements (EU) avec des
dates diff?rentes
j'aimerai pouvoir faire une comparaison de k moyennes selon ces deux
variables date et EU
ANOVA ? n facteurs n'est pas la bonne solution
je voudrai savoir qu'elles sont les tests qui permettent de r?soudre ce
probl?me (?chantillons appari?s)
je suis partis sur le test de Mauchley
2001 Nov 19
2
Windows ME Logon scripts
I cannot seem to execute any logon %U.bat scripts. It see's them because I get a black box screen and a message 'running logon scripts'.
If the user.bat file does not exist it simply skips this step. So I know it sees my bat files. If I execute it from the windows ME pc after the pc is booted up it works. The bat file is as follows:
rem Network logon script
net use h: \\win\homes
2000 Apr 28
2
Rd files with multiple functions?
There was at one time some discussion about supporting documentation of multiple
functions in one Rd file. Is that supported or still in the plans?
Paul Gilbert
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2002 Dec 03
2
Printing from samba to W2K
Is there a way to print from Samba to a W2K shared printer as it does with
Win9x
Thanks,
Josu? Maldonado
2001 Dec 13
0
Samba problems with HP-UX
Hello, I'm Jeff P. Nuebel with Rockwell - Collins in Cedar Rapids,
Iowa. We run a large mixed network of Solaris, HP-UX, linux, NT, w2k, and
XP.
After testing/deploying 2.2.2 to 400+ workstations from 2.0.6 to 2.2.x, in
order for W2K and XP to see there home accounts living on departmental UNIX
production workstation, we have ran into problems on the HP-UX side of the
fence with Windows 2k
2002 Nov 25
1
Disconnect problem
Anyone had disconnect problems with WK2 boxs and samba servers ? Any fix ?
2004 Feb 25
0
books:
Not precisely an answer to your question but here are some
OO R links that I have collected over time. Not sure if
all these links still work.
<a href="http://www.stat.wisc.edu/~st771-1/slides/wk2-4.pdf">Bates</a> |
<a href="http://www.maths.lth.se/help/R/">Bengtsson</a> |
<a
2001 Dec 03
1
Joel@HammersHome.com
Hello Joel,
Thank you very much for your reply.
I tried use the same print command under UNIX as I
have in sam.conf, it works well.
Do you have any futher ideas? BTW, could you tell me
where I find docs about print using Samba2.2.2 and
W2K?
Thanks a lot,
Grace
What happens when you print a postscript file from the
samba server directly
using the same print command as you have in smb.conf?
2004 Aug 19
0
1 wk2 server with 2 names; is it possible?
Hi,
I tried to post in the windows newsgroup, but I didn't get replies
because maybe there the users are not very conscious of what they
are doing. ;-)
I can't choose to go with samba (as I'd like best), because on the w2k
server of the subject there are some windows application that
doesn't work on linux or samba.
Sorry if it's a FAQ, and if it is let me know where can I
2017 Oct 18
2
RFC: Generate plain !tbaa tags in place of !tbaa.struct ones
Hello,
The motivation behind this proposal is to make it possible to
propagate TBAA information through scalarizing transformations,
such as SROA, that rewrite accesses to aggregates, e.g., memcpy()
calls, into accesses to scalars, that is, load and store
instructions.
Currently, we decorate instructions that initialize and copy
aggregates with !tbaa.struct tags that generally cannot be
2017 Oct 31
2
RFC: Generate plain !tbaa tags in place of !tbaa.struct ones
In short, the problem with !tbaa.struct is that in most cases it cannot
be converted to !tbaa. For transformations like SROA this means they
cannot propagate !tbaa.struct tags for aggregate-accessing instructions
like memcpy() calls to the resulting loads and stores.
On 31/10/17 05:11, Hal Finkel wrote:
>
> On 10/18/2017 05:49 AM, Ivan Kosarev via llvm-dev wrote:
>> Hello,
2017 Oct 31
1
RFC: Generate plain !tbaa tags in place of !tbaa.struct ones
To clarify further, what this paper proposes is to use !tbaa for all
kinds of accesses, including aggregate ones, so we don't need to bother
trying to convert them when an aggregate access becomes a series of
scalar accesses or vice versa. As I said, in most cases such conversions
are not possible anyway, because !tbaa.struct tags do not refer to the
type of the aggregate itself and only
2017 Nov 02
2
RFC: Generate plain !tbaa tags in place of !tbaa.struct ones
On 02/11/17 05:54, Hal Finkel wrote:
>
> On 10/31/2017 05:02 AM, Ivan Kosarev wrote:
>> To clarify further, what this paper proposes is to use !tbaa for all
>> kinds of accesses, including aggregate ones, so we don't need to
>> bother trying to convert them when an aggregate access becomes a
>> series of scalar accesses or vice versa. As I said, in most cases
2006 Apr 13
4
equivilent to PHP''s nl2br?
Hey all, this is a pretty simple question but I can''t seem to find
anything on the wikki or google... Is there a Ruby/Rails equivilent to
PHP''s nl2br function?
--
Posted via http://www.ruby-forum.com/.
2004 Mar 23
1
R equivilant to RAND_MAX in C
Hello,
I have some C code that I'm interfacing to R using the .C calling
interface. Currently the C code uses the rand() function from the GNU C
library to generate random numbers. Since I need the random numbers in a
range from 0 to a (where a is an integer) I use the RAND_MAX macro as
(int)(rand() * (float)(*nobs-1) / (RAND_MAX+1.0))
(taken from the rand() manpage)
However, since I have