Displaying 20 results from an estimated 391 matches for "ashed".
Did you mean:
  shed
  
2006 Feb 22
3
elements that appear only once
Hi.
I have a factor and I want to extract just those elements that appear  
exactly once.
How to do this?
Toy example follows.
 > a <- as.factor(c(rep("oak",5) ,rep("ash",1),rep("elm",1),rep 
("beech",4)))
 > a
[1] oak   oak   oak   oak   oak   ash   elm   beech beech beech beech
Levels: ash beech elm oak
 > table(a)
a
   ash beech   elm   oak
2008 Nov 27
1
A small bug in R code of the legend function of the Graphics pacakge (PR#13340)
Full_Name: Arkady  Sherman
Version: 2.8.0
OS: Windows XP
Submission from: (NULL) (158.195.16.114)
Please consider initialization of the  "seg.len" variable. It's done only
    if (do.lines) {  seg.len <- 2 ..,
but after the seg.len is used:
    if (has.pch) {
        pch <- rep(pch, length.out = n.leg)
        pt.bg <- rep(pt.bg, length.out = n.leg)
        pt.cex <-
2009 Nov 30
2
how to install ash on CentOS 5.4?
Hi,
Does anyone know if it's possible to install ash on CentOS 5.4, or
just CentOS 5, for that matter? I'm trying to install OpenQRM which
requires ash, but ash doesn't exist in the repositories. rpmfind.net
als only has an older version listed, for CentOS 4
http://rpmfind.net/linux/rpm2html/search.php?query=ash&submit=Search+...&system=&arch=
dag wier's repository
2003 Jul 01
6
Shell Requirements for Shorewall 1.4.6
The 1.4.6 version of Shorewall makes additional demands on the shell. I
have found that both the RH9.0 version of ash and the version of ash
that has long been available from the Shorewall download sites are *not*
suitable for use with Shorewall 1.4.6. The LEAF Bering version of ash on
the other hand works fine. 
Attached is a small shell program that will allow you to test your shell
for
2017 Nov 20
1
Errors installing on Ubuntu 17.04
I've been struggling with this on and off for a while now.  Upon
attempting to install Dovecot on Ubuntu 17.04 I get the following errors
Selecting previously unselected package dovecot-imapd.
(Reading database ... 243684 files and directories currently installed.)
Preparing to unpack .../dovecot-imapd_1%3a2.2.27-2ubuntu2_amd64.deb ...
Unpacking dovecot-imapd (1:2.2.27-2ubuntu2) ...
2005 Jan 27
1
klibc/ash doesn't compile
Hi,
on my system the klibc/ash ( 0.197 ) doesn't compile:
[ghigo@therra ash]$ pwd
/home/ghigo/klibc/klibc-0.197/ash
[ghigo@therra ash]$ make
[...]
gcc -Wp,-MD,.arith_lex.d -mregparm=3 -DREGPARM=3 -march=i386 -Os -g 
-falign-functions=0 -falign-jumps=0 -falign-loops=0  -nostdinc -iwithprefix 
include -D__KLIBC__ -DBITSIZE=32 -I../include/arch/i386 -I../include/bits32 
-I../include
2003 Oct 08
2
Problem with /bin/ash
I have /bin/ash from rh8 installation and I have following error when I 
tried to change using ash instead of sh with shorewall-1.4.7:
+ eval options=$tap0_options
+ options=
+ list_search newnotsyn
+ local e=newnotsyn
+ [ 1 -gt 1 ]
+ return 1
+ run_user_exit newnotsyn
+ find_file newnotsyn
+ [ -n  -a -f /newnotsyn ]
+ echo /etc/shorewall/newnotsyn
+ local user_exit=/etc/shorewall/newnotsyn
+ [
2003 Nov 29
1
[PATCH] ash not make -j safe, make spotless updates
some files depend on nodes.h, but there is no dependency for that fact.
olaf@mandarine:~/klibc-0.87> grep -Er 'include.*nodes.h' ash/ | sed 's-^[^/]\+/\([^.]*\).*-\1.o-' | xargs echo OBJ_NODES =
OBJ_NODES = cd.o eval.o exec.o expand.o jobs.o main.o nodes.o options.o parser.o redir.o show.o trap.o var.o
make spotless doesnt work reliable, the patch adds a few more targets.
Is
2004 Jul 15
2
Update ash-port to NetBSD-1.6.1
Hi all,
this patch updates the ash-port of klibc to that one found in 
NetBSD-1.6.1 instead of the horribly old one currently used. It's a bit 
longish (appearently there has been some work done between 1993 and 
today), but now it's even useable on 64-bit systems :-).
Plus I've added some nice-to-have builtins, e.g. printf.
Cheers,
Hannes
-- 
Dr. Hannes Reinecke			hare@suse.de
SuSE
2005 Feb 07
2
tiny patch for klibc 0.198
Hi folks,
attached you can find a tiny patch for klibc-0.198
to get rid of the symbolic link pointing to the
kernel sources, and to get rid of some obsolete
rebuilds during incremental.
Feel free to include it.
Regards
Harri
-------------- next part --------------
diff -ur old/klibc-0.198/MCONFIG klibc-0.198/MCONFIG
--- old/klibc-0.198/MCONFIG	2004-10-14 06:32:24.000000000 +0200
+++
2004 Oct 18
0
Error building ash: trap.c:398: error: conflicting types for 'onsig'
Hello,
I get this error building ash (with gcc 3.4.2):
trap.c:398: error: conflicting types for 'onsig'
trap.h:43: error: previous declaration of 'onsig' was here
trap.c:398: error: conflicting types for 'onsig'
trap.h:43: error: previous declaration of 'onsig' was here
trap.c: In function `onsig':
trap.c:399: warning: passing arg 2 of `bsd_signal' from
2004 Oct 19
1
times.h and building ash
I get this with current linus bk now and klibc 187
[jonsmirl@smirl ash]$ make
sh mknodes.sh nodetypes nodes.c.pat .
gcc -Wp,-MD,.cd.d -mregparm=3 -DREGPARM=3 -march=i386 -Os -g
-falign-functions=0 -falign-jumps=0 -falign-loops=0  -nostdinc
-iwithprefix include -D__KLIBC__ -DBITSIZE=32 -I../include/arch/i386
-I../include/bits32 -I../include -I../linux/include -I../linux/include2
-I../linux/include
2003 Jun 28
1
Speeding up [re]start
While I was doing come compatibility testing with various shells, I
noticed the following:
Using /bin/sh (which is ''bash'' on my RedHat installation):
Shorewall Restarted
real    0m21.246s
user    0m9.650s
sys     0m11.460s
Using /bin/ash:
Shorewall Restarted
real    0m9.054s
user    0m3.880s
sys     0m5.070s
The version of ash that I used is the one available from the
2004 Jan 27
1
[PATCH] ash make deps
a make -j may fail without it.
--- klibc/ash/Makefile.orig	2004-01-27 13:43:02.000000000 +0000
+++ klibc/ash/Makefile	2004-01-27 13:44:34.000000000 +0000
@@ -13,6 +13,7 @@ OBJ2 =	builtins.o cd.o dirent.o bltin/ec
 OBJS =	$(OBJ1) $(OBJ2)
 
 OBJ_NODES = cd.o eval.o exec.o expand.o jobs.o main.o nodes.o options.o parser.o redir.o show.o trap.o var.o
+OBJ_BUILTINS = b.o eval.o exec.o
 
 
 SRCROOT  =
2004 Nov 13
0
[minor patch] ash `type' builtin
-------------- next part --------------
(minor) In klibc-0.192 (and earlier), `type' ash
builtin is somewhat broken:
 # type printf
 printf/usr/bin/printf
(ie there's no " is " in between the command and
the filename.  This patch fixed the problem.
/mjt
 exec.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)
--- ash/exec.c.orig	Thu Sep 16 01:36:58 2004
+++
2005 Apr 14
16
Unable to join samba server to a NT4 style domain
Hello,
I have installed Samba version 3.0.13 on a Solaris 9 machine and am trying to add it to an existing NT domain as a member server. I have followed the instructions in Chapter 2 of the Samba HOW-TO collection for adding a samba server as a Domain member. The problem is that when i use the net rpc join command to join the domain, I get the following error:
# ./net rpc join -U
2011 Mar 03
1
Ploting Histogram with Y axis is percentage of sample for each bin
I'm trying to do something very simple...
I wan to plot a histogram where the y axis represent the percentage of the
total sample that each bin represents. 
I know how to plot a histogram with the counts and density... but can't find
anything that gives me perenct of sample on the y axis. 
Any help is appriciated
Below is the script I'm working with
par(mfrow=c(1,2))
2016 May 16
3
Invalid data for index DN=@INDEX:OBJECTCLASS:DNSNODE
> This certainly sounds stressful.
Yes!
> Another way to (on a backup, particularly given your history above) remove the index is with samba-tool dbcheck --reindex.
Re-indexing...
completed re-index OK
0 root at empire:~[0] samba-tool  dns add empire chester-dc.example.com 
p-cats A 10.4.4.142  -U ash
Password for [CHESTER-DC\ash]:
Record added successfully
Thanks!
> The missing
2004 Sep 15
1
ash replaced
I have pushed a new klibc which uses a modern NetBSD-derived ash.  The 
initial port was done by Olaf, and I've mostly applied the chainsaw to 
it until it was less than 50% larger than the old one.
It's still substantially larger, but should also eliminate need for some 
external binaries like expr and test, which are otherwise ubiquitous for 
any sensible shell scripts, and perhaps most
2004 Jul 28
3
where is "average shifted histogram"?
Hello!
In the book Modern Applied Statistics with S (4th ed),
section 5.6 the concept of the "average shifted
histogram" or ASH is mentionend. Also it is mentioned
in the same section "The code used is in the scripts
for this chapter" (from figure caption 5.8, analysis
of the geyser duration data).
*However*, I have trouble finding the code for that
function! Admittedly, I am a