Displaying 20 results from an estimated 4000 matches similar to: "Apropos the day..."
2003 Nov 28
1
Samba: 32 or 64 bit
All
Due to an application issue I need to let app support know whether the
version of Samba we are running is 32 or 64 bit. We are running Samba
2.2.8 on Solaris 8 (64 bit mode). Aplogies if this is really obvious but I
have looked many places with no luck.
It was installed from a file containing Solaris packages -
samba-2.2.8-sol8-sparc-local.gz
Screenshot of pkginfo:-
2013 Nov 20
1
Xen Project Documentation Day for Nov & Dec
Greetings,
Normally, we hold the Xen Project Documentation Day on the fourth
Monday of the month. However, for the next two months, there are some
issues:
- Next Monday is the beginning of Thanksgiving week in the US. This
is historically a very hard time to accomplish anything (other than
shop for the holidays which occur in December), so if we hold
Documentation Day on Monday, it is likely
2012 Sep 06
2
No room for labels in barplot
All,
I have:
sales <- c(2300,900,155,102,42,10)
names(sales) <- c("Christmas","Valentine's Day",
"Mother's Day","Father's Day",
"Thanksgiving","New Year's Day")
barplot(sales,ylim=c(0,2500))
But it doesn't place all of the name labels on the plot. So I tried:
sales <-
1998 Mar 21
1
Apropos names.
> To: R-devel@stat.math.ethz.ch
> Subject: Apropos names.
> From: Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk>
> Date: 19 Mar 1998 18:44:14 +0100
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> (from R-core)
> > Btw, why can't object names contain a `@'?
Reserved for future use?
> Speaking of names. I've been thinking whether it would
2013 Dec 05
1
Issue mounting /home area from NAS server
Hi,
Just before the Thanksgiving break, we enabled quotas on
the /home areas on the mseas-data server (running CentOS 5.8),
using the following line in the updated /etc/fstab
/dev/mapper/the_raid-lv_home /home ext3
defaults,usrquota,grpquota 1 0
Following the Thanksgiving reboot of mseas-data we have been
experiencing problems with svn on mseas (our front-end machine,
running
2009 Dec 01
7
SLES10SP2 (xen 3.2.x) vs SLES11 (xen 3.4.x)
I built a couple new servers on SLES11 because I needed to use USB.
Since SLES11 has xen 3.4 packages that seemed like the way to go. I''m
questioning the stability of the two new servers compared to my
SLES10SP2 servers. I''m also questioning the performance of Windows
domUs.
On Thanksgiving day one of my SLES11 servers running 7-8 domUs crashed
and restarted three times. Being
2009 Nov 25
3
port forwarding using iptables
Hi listmates,
Happy Thanksgiving!
Does anybody know if there is a convenient utility to configure
iptables on a CentOS 5.4 or 5.3 machine to do port forwarding? And if
not, where and how does one put the requisite commands?
Thanks.
Boris.
2014 Nov 28
5
[LLVMdev] [RFC] Removing BBVectorize?
Hi Everyone,
I propose that we remove BBVectorize from trunk. Here's why:
- It never made it from "interesting experiment" to "production quality" (it is not part of any in-tree optimization pipeline).
- We now have an SLP vectorizer that we do use in production, had have for some time.
- BBVectorize otherwise needs refactoring, and the implementation has lots of
2013 Nov 27
2
Icecast service remains locked in CentOs
I have been having a problem with my icecast server running on CentOs.
Occasionally, the service will stop running, but it will fail to restart
because the subsys is locked.
If the service stops, I need to manually log into my VPS, delete the
empty file in /var/lock/subsys and restart the icecast service.
What could be causing the icecast service to not drop the locked file?
This is the only
2013 Nov 27
1
Question on list of packages on centos 7
Is there a way to get a list of packages AND version of that package
in centos/redhat 7? Perhaps from one a beta of 7 or something?
I searched for "list of packages in redhat 7" and I can get a list
but the list did not have any version information just the
package name and description.
Not off topic just "future" topic.
Thanks, everyone have a great Thanksgiving!
jerry
2010 Nov 24
2
Cannot update R
Hello
I cannot update the package rjags. Although I am a su.
Running openSUSE
R version :
language R
version.string R version 2.12.0 Under development (unstable) (2010-05-05
r51914)
I get the following error:
configure: error: "Cannot load JAGS library in
2011 Aug 01
1
Identifying US holidays
Hello!
I am trying to identify which ones of a vector of dates are US
holidays. And, ideally, which is which. And I do not know (a-priori)
which dates those should be.
I have, for example:
x<-seq(as.Date("2011-01-01"),as.Date("2011-12-31"),by="day")
(x)
I think chron should help me here - but maybe I am not using it properly:
library(chron)
is.holiday(chron) #
2024 Nov 19
1
Eaton 5PX 3rd party batteries
On Mon, Nov 18, 2024, at 7:35 PM, Dan Langille via Nut-upsuser wrote:
> On Tue, Nov 12, 2024, at 11:49 PM, Harlan Stenn wrote:
>
> I just started shopping for my replacements:
>
>> I like batteries from RaionGroup.com or batterywholesale.com.
>
> Here is some free coincidental trivia.
>
> I was a sysadmin for the server behind batterywholesale.com for about
> 10
2004 Nov 25
9
Practice Dmz
Hey Tom,
This is my T-1 slash 27 network btw.
How does this look??? for---- net eth0 66.224.62.120
----dmz eth1 66.224.62.120
This box is for practice Dmz we talked about.
with the pratice Dmz server''s Ip 66.224.62.121
routing and interface''s below
[root@66-224-62-120 root]# ifconfig
eth0 Link encap:Ethernet HWaddr
1997 May 23
0
R-alpha: apropos() available
Martin and I have `written' a function apropos() for finding all objects
with names matching pattern. I attach code and documentation. Perhaps
one could include it in the distribution proper.
We are not sure about returning the position in the search list along
with the matching names found. Martin thinks it should be on by
default, I think it should be off so that the functions does the
2006 Dec 14
1
A possible improvement to apropos
Hello all,
I've had the following apropos alternative in my ~/.Rprofile for some
time, and have found it more useful than the current version.
Basically, my version ignores case when searching.
If others find this useful, perhaps apropos could be suitably patched
(and I'd be willing to create such a patch).
+ seth
Here is my version of apropos:
APROPOS <- function (what, where =
2006 Dec 22
1
apropos changes in r-devel: intended feature or bug?
The old apropos started with:
if (!is.character(what))
what <- as.character(substitute(what))
The new one has:
if (character.only)
stopifnot(is.character(what))
else what <- as.character(substitute(what))
i.e., the check for is.character(what) is missing. This has the effect
that 'what' can no longer be a character string generated by a
function call
2009 Jul 15
0
Aloha on Rails, Hawaii Rails Conf, Last Day for Proposals
Aloha!
July 15th is the last day for proposals to present at Aloha on Rails,
the Hawaii Ruby on Rails Conference. Join Chad Fowler, Obie
Fernandez, Gregg Pollack, Jim Weirich, Yehuda Katz, and many more at
the premier destination event for Ruby on Rails! Aloha on Rails will
be held in Waikiki, Hawaii on Oct 5-6, 2009.
To learn more, and to submit your proposal, please visit
2010 Apr 20
2
apropos and find
Hello,
I'm starting working myself in the use of R, reading M. J. Crawley, The
R Book. The problem I do encounter is concerning the commands apropos
and find:
> apropos(edit)
Fehler: is.character(what) is not TRUE
> find(edit)
Fehler: is.character(what) is not TRUE
I get the same error message typing anything else instead of "edit".
The command ?edit seems to work well.
2007 Apr 11
1
Sort output of apropos
A further improvement to apropos() would be to sort the output.
Currently, the output of apropos is in the order found on the search
list and this will rarely be useful to the user.
All that is needed is a sort(x) at the end of the function.
+ seth
--
Seth Falcon | Computational Biology | Fred Hutchinson Cancer Research Center
http://bioconductor.org