Displaying 20 results from an estimated 10000 matches similar to: "Perverse behaviour of Office XP"
2001 Oct 26
2
wilcox.test point estimates perverse (PR#1150)
The point estimates produced by wilcox.test are perverse (not wrong, just
brain damaged). The Hodges-Lehmann estimator that goes with the signed
rank test is the median of the Walsh averages. The Hodges-Lehmann estimator
that goes with the rank sum test is the median of the pairwise differences.
wilcox.test agrees except that it uses the following very peculiar definition
of "sample
2011 Apr 11
1
R CMD build --resave-data
Hi,
More about the new --resave-data option
As mentioned previously here
https://stat.ethz.ch/pipermail/r-devel/2011-April/060511.html
'R CMD build' and 'R CMD INSTALL' handle this new option
inconsistently. The former does --resave-data="gzip" by default.
The latter doesn't seem to support the --resave-data= syntax:
the --resave-data flag must either be
2006 Feb 28
0
Dallas Ruby Brigade meets March 7th
The Dallas Ruby Brigade begins!
Following in the proud tradition of Seattle.rb, NYC.rb and many
others, Dallas has joined the crowd with its own local Ruby Brigade.
We''ll be meeting Tuesday, March 7th in Addison. The plan is as follows:
* Meet between 6:45 and 7:00 in the lobby downstairs. Because of the
way security works, you''ll want to be timely in your arrival. At
2003 Mar 18
0
NT4 profiles won't load after upgrade to 2.2.8
Hi
I was wondering if anyone could shed any light on this. I've upgraded
two machines from RedHat 7.2s default 2.2.1 RPM of Samba to an RPM of
2.2.8 compiled from the source RPM on the samba download site. One
server has XP clients and this has no problems. The other has a mix of
Windows 95/98 and NT4. The 95/98 clients worked fine but the NT4
machines both had to be removed from and
2012 Aug 16
1
Compressing data for package builds
Hi,
I have two .rda files that I need to include in a package. I've placed
them both in a data directory
after save() the are around 150Kb each.
When I try to check the package I get the following warning
Warning: large data file(s) saved inefficiently:
size ASCII compress
zagoskin.rda 137Kb FALSE none
Note: significantly better compression could be obtained
2004 Apr 07
1
Possible security hole in racoon verified on FreeBSD using racoon-20030711
Hi,
while testing racoon on Linux (based on the ported ipsec-tools) the
following issue appeared:
Racoon did not verify the RSA Signatures during Phase 1 in either main
or aggressive mode.
Authentication was possible using a correct certificate and a wrong
private key.
I have verified the below problem using racoon-20030711 on FreeBSD 4.9. I will test
it using the SNAP Kit but suspect it to be
2011 Dec 06
1
warning for inefficiently compressed datasets
Hi,
Recently added to doc/NEWS.Rd:
'R CMD check' now gives a warning rather than a note if it finds
inefficiently compressed datasets. With 'bzip2' and 'xz' compression
having been available since R 2.10.0, there is no excuse for not
using them.
Why isn't a note enough for this?
Generally speaking, warnings are for things that are dangerous,
or unsafe,
2018 Jun 18
1
Automatic Compression by Save Causes Check Warning
Good day,
Save sometimes chooses a compression method which causes a warning during package checking. An example of this is:
measurements <- matrix(round(rnorm(2000*190), 2), nrow = 2000, ncol = 190)
classes <- factor(sample(LETTERS[1:2], 190, replace = TRUE))
save(measurements, classes, file = "data/experiment.RData")
then, when the package is checked,
* checking data for
2006 Mar 17
1
Congratulations!Both Rails book and framework win Jolt Award
http://www.sdmagazine.com/jolts/2006index.html
BOOKS TECHNICAL
Jolt Winner: Agile Web Development with Rails by Dave Thomas, David
Hansson, Leon Breedt and Mike Clark (Pragmatic Bookshelf)
Productivity Winners:
? Framework Design Guidelines: Conventions, Idioms, and Patterns for
Reusable .NET Libraries by Krzysztof Cwalina and Brad Abrams
(Addison-Wesley)
? Practical Common Lisp by Peter
2013 Apr 03
2
[LLVMdev] recommendation books on code generation?
"David Tweed" <david.tweed at arm.com> writes:
> I don't know of a book, but as a suggestion: is there anyone who's
> teaching a course on compilers using LLVM who has the lecture notes
> (or even better actual lectures) online?
The LCC book (A Retargetable C Compiler: Design and Implementation
[Addison-Wesley, 1995, ISBN 0805316701, ISBN-13 9780805316704]) has
2004 Jan 05
0
Samba 3.0.1 ADS/Kerberos problems relating to Win2k/xp browsing to samba server
Hello All,
I've been discovering the joys of Samba/ADS integration here
(the environment is a chip design concern that has chip
simulation tools, many of which run in Linux, but some of
which only run in Windows. Winbind, and a Linux based
NAS server are the cornerstone through which Windows and
Linux elements of the toolchain will be able to seamlessly
communicate, once we get all the
2009 Feb 24
2
receiving 1st digit from a variable
Hi people!
I want to save the 1st letter from the ${EXTEN} variable. I don't want
to trim it, I want to RESAVE it into a new variable.
Let us assume the ${EXTEN} contains: 0698332977 then I'd love to get the 0
I would thank you for all advises.
Tamer
2008 Aug 20
3
Dovecot & (Al)pine - resaving messages to Inbox
I have a x86 Linux box running Fedora 4. Up until 2008 I was using pine 4.64 and Dovecot 0.99.x. In early 2008 I transitioned to Alpine 1.10, and didn't notice any major changes.
I upgraded to Dovecot 1.0.15 this past weekend. My dovecot -n settings are at the bottom of the email.
I've noticed a change since Dovecot was upgraded. I used to reorder items within my INBOX in al/pine by
2006 Jun 22
0
Saving and executing files that are in a table
Hello,
I am trying to save files such as Word docs, pdfs and .avi files in
a MySQL table and then run them. In the case of modifiable items such
as word processor files I would like to change them and resave them. In
the case of files such as short movies they would only be viewed. Using
the book "Agile Web Development with Rails" I have been able to load a
Word doc from a
2019 Sep 27
1
passing extra arguments to devtools::build
This question was posed on SO :
https://stackoverflow.com/questions/58118495/passing-extra-argumenets-to-devtoolsbuild
but there has been no useful reply.
Something seems to have changed in the |devtools|package, so that the
following commands, that used to run now give an error I can't decipher:
|>Sys.setenv(R_GSCMD="C:/Program
2005 Dec 31
4
saving a collection
Reading the Agile book, I can''t find a single command to save a collection.
The save command seems to operate on only individual objects.
Lets say I have a collection that I have received from a find_all command.
I want to go through and change some attributes in various objects in the
collection. Then I want to resave the whole collection back to the
database. I don''t think
2003 Jul 15
1
XP logon, Office XP and Virtual Basic
I have a smb server (2.2.4 on a linux slackware 8.1).
It will substitute a windows NT server.
Right now, we are testing it on a client using windows XP professional
spanish edition with the service packs installed.
After it works, we will migrate from the NT to the samba server,a nd the
clients will be xp professional, xp home edition and windows 98.
Now, the problems...
I can access the smb
2002 Jan 28
1
Office XP? Windows XP dlls? mIRClocked up.
I've read through some archives on the users mailing list and found some
answers to getting Wine 20020122 going. I didn't have to change much
with the default way tools/wineinstall. Here's my questions
1) Does Wine run programs that live in a native Windows XP vfat
partition using the native dlls?
2) Does Wine run Office XP, even if it is buggy?
3) Can it run programs such as
2009 Apr 01
3
questions about bug 5535
AFAICs Simo's patch for bug 5535 was only applied to the 3.3 series.
Does the closing comment in https://bugzilla.samba.org/show_bug.cgi?id=5535
mean that the inconsistencies about RID calculation won't be addressed
in the 3.0 and 3.2 series?
Does the fact that 3.3.2 always uses sambaNextRid mean that algorithmic
RID allocation is doomed to obsolescence?
Regards,
Thierry
2005 Jun 01
2
A suggestion to improve ifelse behaviour with vector yes/noarguments
> Thomas Lumley wrote:
> > On Tue, 31 May 2005, Duncan Murdoch wrote:
> >
> >
> >>M??kinen Jussi wrote:
> >>
> >>>Dear All,
> >>>
> >>>I luckily found the following feature (or problem) when tried to
> >>>apply
> >>>ifelse-function to an ordered data.
> >>>
> >>>
>