Displaying 7 results from an estimated 7 matches for "prova2".
Did you mean:
prova
2012 Nov 08
2
unable to load shared object - opencv
Hi all
i'm trying to use the opencv's function into R.
i wrote a simple script, just for try to understand how use c++ in R, it
loads an image and write it with a different name (i know it ), and then
write "Hello, World". The file is names prova2.cpp (is the first time i try
to use c++ )
#include <stdio.h>
#include <opencv/cv.h>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv/highgui.h>
#include <opencv/cv.h>
#include <R.h>
#include <Rinternals.h>
ex...
2009 Sep 17
1
netlogon sccript
...preferred master = yes
domain logons = yes
logon script =orario.cmd
wins support = yes
[........]
[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
writable = yes
my file orario.cmd
on /var/lib/samba/netlogon
net use w: \\server02\prova2
the permis of directory
drwxr-xr-x 2 prova2 Domain Users 4096 17 set 11:37 netlogon
and of the file
-rwxrwxrwx 1 prova2 Domain Users 29 17 set 09:26 orario.cmd
if I do a login process dont work, but if I try
\\server02\netlogon\orario.cmd
after login process it job why dont&...
2009 Mar 06
0
nmbd acting as a wins server gives negative query response for hosts and lmhosts addresses
...interfaces only = Yes
name resolve order = lmhosts host bcast
preferred master = Yes
dns proxy = No
wins support = Yes
###
Before setting dhcp to instruct the clients to use this wins server,
I'm trying to make certain it's working correctly.
The command:
$ nmblookup -U localhost -R prova2
gives:
Negative name query response, rcode 0x03: The name requested does not exist.
name_query failed to find name prova2
Even if prova2 is in /etc/samba/lmhosts. The same thing happens for
prova1 which is in /etc/hosts
If I set dns proxy = yes in smb.conf then prova1 is resolved (through
DNS l...
2006 May 03
1
Problems with exclude files in rsync 2.6.4
...--modify-window=2 --log-format=" %t %o
%l %f " --stats \
--exclude-from=/home/USER/RSYNC/sinc/sinc_conf/exclude_files.txt \
--temp-dir=/tmp -e "ssh -o ForwardX11=no \
-i "/home/USER/RSYNC/sinc/.ssh/sinc_rsa" -l USER" "/prova1" \
"/prova1.o" "/prova2" SUSE_SERVER:"RSYNC/uacamole4"
I thought this should create a folder called "uacamole4" in my server
that contains the directory "prova2", because of the filter rules, but
rsync creates an EMPTY folder "uacamole4".
When the folder "uacamole4"...
2001 Oct 18
3
Rcmd SHLIB in rw1031 (R for Win)
...def R.exp --output-lib libR.a
gcc -IE:/RW1031/src/include -include E:/RW1031/src/include/globalvar.h
-Wall
-O2 -c e:/Rseg/test.c -o e:/Rseg/test.o
e:/Rseg/test.c:78: warning: `/*' within comment
e:/Rseg/test.c: In function `printListElement':
e:/Rseg/test.c:15: warning: unused variable `prova2'
e:/Rseg/test.c:15: warning: unused variable `prova'
e:/Rseg/test.c:14: warning: unused variable `s3'
e:/Rseg/test.c:14: warning: unused variable `s2'
e:/Rseg/test.c:14: warning: unused variable `s1'
e:/Rseg/test.c:14: warning: unused variable `g3'
e:/Rseg/test.c:14: warning...
2011 Mar 18
1
PREDICTIONS from a PIECEWISE LINEAR (mixed) MODEL: THEY AIN'T LINEAR BETWEEN BREAK POINTS!!
...uzzling result : predictions are not linear!!!! they act
more like they were from a polynomial of high order!!! for instance after
time 15, (rt>15), I get a line that is not straight, but flexes smoothly
downward!!!!
#Also if I try run the model separetely for time <= 15 and >15...
prova2<-lme(chol~rt+sex+age+cd4+cd4:rt+
nadir+hivbl+
pharmac2:rt+resp2:rt+hbs+hcv+
switch,data=frame3,
random= ~rt|id, subset=which(rt<=15),
na.action=na.omit,correlation=corAR1())
prova3<-lme(chol~rt+sex+age+cd4+cd4:rt+
nadir+hivbl+
pharmac2:rt+resp2:rt+hbs+hcv+
switch,data=frame3,
random=...
2004 Jan 15
4
invoking R scripts from a linux shell ?
Hello,
I have written perl programs that extract data from a
text file, process them, and create other text files,
which I'd like to apply some statistics too (for
example with R).
I'd like to do it all in once , with a single script.
I'm not familiar with R, I'd like to know if this task
could be accomplished by creating a linux shells that
launches the perl scripts and then