Displaying 13 results from an estimated 13 matches for "my1".
Did you mean:
my
2012 Sep 20
2
Sweave - if \Sexpr{} than \SweaveInput{"my.Rnw"}
Depending on an R computation I would like to include an Sweave documents
in the main Sweave document.
How can I do it?
So I was thinking .... to use Latex features :
\newif\ifpaper
\ifpaper
\SweaveInput{"my1.Rnw"}
\else
\SweaveInput{"my2.Rnw"}
\fi
But how do I set paper to true or false given an \Sexpr ??
\papertrue % or
\paperfalse
Any ideas?
cheers
--
Witold Eryk Wolski
Triemlistrasse 155
8047 Zuerich
[[alternative HTML version deleted]]
2007 Oct 10
3
(no subject)
...06070106 1176 58 58
2006070107 1173 58 58
2006070108 1179 58 59
2006070109 1246 61 62
….
When I attempt to format the time like this:
A <- read.table("file", sep="\t", col.names=c("date", "my1", "my2", "my3"))
temp <- as.Date(A$date, format="%Y%m%d%H")
temp
I get
[1] "4403-05-21" "4403-05-22" "4403-05-23" "4403-05-24" "4403-05-25"
[6] "4403-05-26" "4403-05-27" "4403-0...
2005 Feb 07
1
[Bug 982] scp doesn't work with password authentication when copying from remote to remote
...penSSH
Version: 3.9p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: t8m at centrum.cz
This happens when copying from my1.box to my2.box:
scp root at my1.box:/etc/motd root at my2.box:/tmp/foo
Asks password for one side then displays
Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,password,keyboard-interactive).
The reason is that the ssh invoked on the first ma...
2007 Feb 08
0
SIP Re-Invite behind a NAT
...vant bits from sip.conf. I have canreinvite=yes
and I've tried with nat=yes and nat=no, but no luck either way - the
call goes through in each case but the media is passing through my
Asterisk box and i'd like to avoid that.
Anxiously awaiting a reply.
Thanks,
H
register => me: xxxx@my1.itsp.com:5060
register => me: xxxx@my2.itsp.com:5060
; This section is because i'm behind nat
;
externip=999.999.999.999 ;Outside address
localnet= 192.168.0.148/255.255.255.0 ;Inside Network
;
;============================================================
;
[voip-ITSP1]
context=incoming-si...
2015 Feb 26
3
Back with my UID problems
...ZnEZPT6oIVHL82smM
lUUMVOcUWQjaInP0VxuMoHDSHPkDC076dD2SkiH5zZ+xwKUl8rjfb/SGc55aFved
BU6wOt7vCXGzdRpD5Umtw12uS8syi0OpjHr+Uy2+dboNPo8+Tvfkw5xduhXweV7c
x6jBbTzy2mq72dciNKXnMsO7hzpERZ9LPaKJ7BaIObRmxoYqRwndW3J3nLPc2XEH
I2A906M1+JJFTYNxDLAM+1eKmXa7EaNc9iWqUQiw/zKNo2PZ8VSjtdqnVKXObt3/
UXgjK0k2gOlX4pVjbUoJa+mY1/nUYUHe+tcEy5/1fLwwwlaBBJgEhEMzmiZIn/I=
=lcHk
-----END PGP SIGNATURE-----
2015 Feb 27
0
Back with my UID problems
...UMVOcUWQjaInP0VxuMoHDSHPkDC076dD2SkiH5zZ+xwKUl8rjfb/SGc55aFved
> BU6wOt7vCXGzdRpD5Umtw12uS8syi0OpjHr+Uy2+dboNPo8+Tvfkw5xduhXweV7c
> x6jBbTzy2mq72dciNKXnMsO7hzpERZ9LPaKJ7BaIObRmxoYqRwndW3J3nLPc2XEH
> I2A906M1+JJFTYNxDLAM+1eKmXa7EaNc9iWqUQiw/zKNo2PZ8VSjtdqnVKXObt3/
> UXgjK0k2gOlX4pVjbUoJa+mY1/nUYUHe+tcEy5/1fLwwwlaBBJgEhEMzmiZIn/I=
> =lcHk
> -----END PGP SIGNATURE-----
34, you are seriously using 34 for a standard user id number ? You
shouldn't use anything below 1000 for a normal user, these low numbers
are reserved for system use and you have run into a problem that can
o...
2006 Feb 14
2
Installing packages without clicking
I need to install several (too many) packages from local *.zip
files.
is there any form to do it without clicking?
I'm asking for a R code that allow me perform these task.
-----------------------------------
Mario Alfonso Morales Rivera.
Profesor Asistente.
Departamento de Matem??ticas y estad??stica.
Universidad de C??rdoba.
2007 Oct 11
0
Help Problems formatting date and using Regul function
...106 1176 58 58
2006070107 1173 58 58
2006070108 1179 58 59
2006070109 1246 61 62
....
When I attempt to format the time like this:
A <- read.table("file", sep="\t", col.names=c("date", "my1", "my2", "my3"))
temp <- as.Date(A$date, format="%Y%m%d%H")
temp
I get
[1] "4403-05-21" "4403-05-22" "4403-05-23" "4403-05-24" "4403-05-25"
[6] "4403-05-26" "4403-05-27" "4403-0...
2005 Aug 24
0
(Fwd) Re: priority of operators in the FOR ( ) statement
...is intended
maybe this
vec<-c(0,sqrt(2),sqrt(2)+1,sqrt(2)+1.5)
myfun<-function(x,vec) {
y<-x/2
y0<-c(0,1,.2,.6,0)[findInterval(x,vec)+1]
pos<-which(y0%in%1)
y0[pos]<-y[pos]
y0
}
vec<-c(0,sqrt(2),sqrt(2)+1,sqrt(2)+1.5)
> x<-rnorm(1000000)
> system.time(my1<-myfun(x,vec))
[1] 1.62 0.05 1.67 NA NA
>
will do it more efficiently.
HTH
Petr
>
> alphayx<-function(y,x) {
> fy<-my.function(y)
> fx<-my.function(x)
> fyx<-fy/fx
> # to account for 0/0 division
> if (is.na(fyx)) fyx<-0
> #fyx<-i...
2004 May 27
2
Freenet iPhone w/Asterisk
Has anybody tried to use Freenet's Germany based iPhone Service with
Asterisk? Maybe even from behind a NAT? Freenet seems to use SER ... but I
can not get a connection to their SIP proxy from Asterisk going through a
NATed firewall.
Asterisk <-SIP-> Firewall with NAT <-SIP-> Freenet iPhone server
Thanks,
Oliver
2010 Apr 20
1
[PATCH] nv30/exa : cleanup from nv40 exa
...e->unit[1].transform,
- maskX, maskY - height,
- state->unit[1].width,
- state->unit[1].height, &mX0, &mY0);
NV30EXATransformCoord(state->unit[1].transform,
- maskX, maskY + height,
- state->unit[1].width,
- state->unit[1].height, &mX1, &mY1);
+ maskX, maskY - height,
+ state->unit[1].width,
+ state->unit[1].height, &mX0, &mY0);
+ NV30EXATransformCoord(state->unit[1].transform,
+ maskX, maskY + height,
+ state->unit[1].width,
+ state->unit[1].height, &mX1...
2009 Nov 04
1
[PATCH] nv10/exa: Spring-cleaning
...wable.pScreen->myNum];
+ ScrnInfoPtr pScrn = xf86Screens[pix_dst->drawable.pScreen->myNum];
NVPtr pNv = NVPTR(pScrn);
struct nouveau_channel *chan = pNv->chan;
struct nouveau_grobj *celsius = pNv->Nv3D;
- float sX0, sX1, sX2, sY0, sY1, sY2, sX3, sY3;
- float mX0, mX1, mX2, mY0, mY1, mY2, mX3, mY3;
+ PicturePtr mask = pNv->pmpict,
+ src = pNv->pspict;
+ PictVector dstq[4] = QUAD(dstX, dstY, width, height),
+ maskq[4] = QUAD(maskX, maskY, width, height),
+ srcq[4] = QUAD(srcX, srcY, width, height);
+
+ MAP(transform_vertex, src->transform, srcq);
+ if (mask)
+ MAP(...
2015 Feb 26
6
Back with my UID problems
On Wed, 25 Feb 2015 19:48:07 +0000
Rowland Penny <rowlandpenny at googlemail.com> wrote:
> As for creating users & groups, samba 4 comes with 'samba-tool' for
> more info on this, run 'samba-tool --help' or 'samba-tool user add
> --help', you can also run 'man samba-tool'
>
> Rowland
>
Nothing in the samba-tool man page speaks to