Displaying 9 results from an estimated 9 matches for "xall".
Did you mean:
all
2008 Jun 05
1
quite complicated case(the repeated data arranage~)
...o 500,some time it jump from 15
to19,skip 16,17,18, if I write a loop,it will give me lot NA,certainly I
need a way to avoid this
and one more,say I have 100 vectors like
x1....x100,x1<-c(1,3),x2<-x(2,2),...x100<-(number,number)
I want to combine all this 100 vectors in one new vector say Xall
which is Xall<-cbind(x1,x2,...x100) //this need to type in 100
variables,take alot time
so Xall will be
x1 x2 x3 .....x100
1 2 number
3 2 number
is here any easy way to do this,instead of inputting them one by one?
*and Great T...
2013 Apr 29
3
all.vars for nested expressions
Dear R fellows,
Assume I define
a <- expression(fn+tp)
sen <- expression(tp/a)
Now I'd like to know, which variables are necessary for calculating sen
all.vars(sen)
This results in a vector c(tp,a). But I'd like all.vars to evaluate the
sen-object down to the ground level, which would result in a vector
c(tp,fn) (because a was defined as fn+tp). In other words, I'd like
2003 Mar 23
12
Shorewall 1.4.1
This is a minor release of Shorewall.
WARNING: This release introduces incompatibilities with prior releases.
See http://www.shorewall.net/upgrade_issues.htm.
Changes are:
a) There is now a new NONE policy specifiable in
/etc/shorewall/policy. This policy will cause Shorewall to assume that
there will never be any traffic between the source and destination
zones.
b) Shorewall no longer
2005 Feb 01
4
Shorewall problem
I am getting the following message when Shorewall stops can anybody shed
any light on this message and where I should be looking? Thanks
root@bobshost:~# shorewall stop
Loading /usr/share/shorewall/functions...
Processing /etc/shorewall/params ...
Processing /etc/shorewall/shorewall.conf...
Loading Modules...
Stopping Shorewall...Processing /etc/shorewall/stop ...
IP Forwarding Enabled
2004 Feb 10
22
Re: [Shorewall-newbies] specific log-prefix ... patch
Let''s move this to the Shorewall Development list....
On Tuesday 10 February 2004 03:14 pm, xavier wrote:
> here is a patch to allow this :
> |ACCEPT<10/sec:20>:debug fw lan:$ntp_servers udp 123 - - - - ntp
>
> a problem with the patch is that now the logprefix is mandatory.
> i''m trying to debug it, but i can''t find the flaw.
Also, with
2015 Aug 28
2
RFC: alloca -- specify rounding factor for allocation (and more)
..., it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# Makefile
# types.h
# a_b.c
# a_b_c.c
# main.c
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
XCFLAGS=-g -O3 -DNDEBUG
X
X
Xall: reuse noreuse
X
Xa_b1.o: a_b.c
X $(CC) $(CFLAGS) -c -o $@ -DREUSE=0 $+
X
Xa_b2.o: a_b.c
X $(CC) $(CFLAGS) -c -o $@ -DREUSE=1 $+
X
Xnoreuse: a_b1.o a_b_c.o main.o
X $(CC) -o $@ $(CFLAGS) $+
X
Xreuse: a_b2.o a_b_c.o main.o
X $(CC) -o $@ $(CFLAGS) $+
X
Xclean:
X rm *.o noreuse reuse
X
X
Xreuse.shar:...
2003 Jun 15
2
dvd+rw-tools ported to FreeBSD (Sony 500A DVD[+/-]R[W] support)
I just finished up a port of Andy Polyakov's excellent dvd+rw-tools
to FreeBSD, and he has incorporated the patches into his release:
http://fy.chalmers.se/~appro/
http://fy.chalmers.se/~appro/linux/DVD+RW/
http://fy.chalmers.se/~appro/linux/DVD+RW/tools/
(version 5.8.4.4.4)
These tools support DVD-R, DVD-RW, DVD+R, and DVD+RW format dvd burners,
including the popular Sony
2012 Apr 17
10
Very Strange and Probably Obscure Problem
Hi...
I really hope that somebody can help me to brainstorm this problem. Please let me describe my enviornment.
Environment
---------------
Fedora 16 x86_64(fully up-to-date)
Wine 1.5.1 32bit and noarch binaries only
Nvidia GPU - GTS 450
Nvidia Driver - 295.40 (including 32bit libraries)
I've installed Perfectworld International under wine. Everything was running fine until the most recent
2005 May 31
11
More Tests for 2.4.0-RC2 - strange behaviour
...ACCEPT''
+ read first rest
+ ''['' xfw = xINCLUDE '']''
+ echo ''fw net ACCEPT''
+ read first rest
+ ''['' xnet = xINCLUDE '']''
+ echo ''net fw DROP''
+ read first rest
+ ''['' xall = xINCLUDE '']''
+ echo ''all all REJECT''
+ read first rest
+ ''['' x# = xINCLUDE '']''
+ echo ''# ''
+ read first rest
+ ''['' x# = xINCLUDE '']''
+ echo ''# Columns are:'&...