Displaying 20 results from an estimated 105 matches for "cleber".
2013 Oct 05
3
trying to compile R in win 7 (with Rtools)
...m trying to compile the R in Win7
and compiles one small part
but the script don't move from the 'base' directory to 'stats'
I installed the Rtools likee administrator
and call the terminal (MS-DOS) like administrator too.
if somebody can tell me any tips, I thank in advanced
cleber
#############################################
File LOG
http://klebyn.ploud.com/arquivo_log/log
C:\Rsrc>
C:\Rsrc>
C:\Rsrc>tar -xf R-3.0.2.tar.gz
C:\Rsrc>where basename cat cmp comm cp cut date diff du echo expr gzip
ls makeinfo
C:\Rtools\bin\basename.exe
C:\Rtools\bin\cat.exe
C:\R...
2002 Jun 11
3
RES: OpenSSH with slow login
...the problem.
I guess the problem is that I am using ssh on inetd.conf (sshd -i), so It
has to generate a key each time I start a session. What do you think ?
-----Mensagem original-----
De: Dan Kaminsky [mailto:dan at doxpara.com]
Enviada em: segunda-feira, 10 de junho de 2002 20:51
Para: Jorge Cleber Teixeira de Almeida Junior;
openssh-unix-dev at mindrot.org
Assunto: Re: OpenSSH with slow login
Last I checked, there are DNS dependancies that need to be scrubbed out with
extreme prejudice. DNS lookups block.
And no, we can't blame security, because we can't trust DNS for security
de...
2008 Jan 26
5
double-click in RData file versus load( file )
...ious variables anymore!
> ls()
character(0)
In case (b): I get my previous variables again!
> load('C:\\R\\etc\\test.rdata')
> ls()
[1] "test_x" "x"
>
Is it the correct behaviour?
the two way don't must be the same?
Thank for explanations...
Cleber Borges
_______________________________________________________
Experimente j? e veja as novidades.
2006 Feb 13
2
Username with dots
Hi,
There is a way to allow usernames with dots like firstname.lastname.
On Red hat 7.3 it was possible, but after Fedora 1 it was blocked. How
this could be changed?
Thanks,
--
Cleber P. de Souza
2006 Jan 23
3
Build Raid 1 in a installed system
Hi.
I have a Centos 4.2 installed but the Raid 1 configuration wasn't set
during the installation process. How could I build the Raid 1 after
the system has been installed?
Thanks.
--
Cleber P. de Souza
2006 Sep 28
2
get index of elements in vector
Hello all
Is There a fuction that return a index of a element in vector?
like this semantic example:
vector = c( 100, 200, 300 )
getINDEX( vector, value = 200 )
Thanks in advance for your attention.
Cleber Borges
2006 Jun 27
3
how to rotate a triangle image(ZMAT) ?
Hello R users...
how to align this Zmat (triangle image) in X axis?
I would like that the triangle's base become in the X
axis and
the triangle's height become in the Y axis
Is there some trick for make this?
Thanks.
Cleber
######################## my test and try
f <- function(x,y){
z=1-x-y
z[ z < (-1e-15) ] <- NA
return( -100*x+0*y+100*z )
}
x = seq( 1, 0, by = -0.01 )
y = seq( 1, 0, by = -0.01 )
zmat = outer(x,y,f)
image(zmat, col=terrain.colors(10))
contour(zmat, add=T)
2016 Aug 24
3
Possible IMAP IDLE bug in Dovecot 2.2.18 and 2.2.25
On 23 Aug 2016, at 15:08, cleber-listas at inetweb.com.br wrote:
>
> Hello Guys,
> I guess that I found a bug in Dovecot 2.2.18 and 2.2.25 versions. The
> problem it's when I try to connect in a Dovecot used a proxy to another
> e-mail server (in our case it's a Smartermail Server) the DoveCot send a
>...
2002 Apr 18
2
2 doubts
...I know that in FTP , we have the parameter "ascii" , but, how about openssh?
How can I make a script in UNIX using scp or sftp where I do not have to
type the password ? I mean, there is a password , but I don?t know where I
should put it . In a file ? Into the script ?
regards,
Jorge Cleber JUNIOR
cleber.junior at atl.com.br
ATL - Algar Telecom Leste
IT - System Security Office (SSO)
Tel: (21) 2528-9303
====================================================================
O conte?do desta mensagem e todos os seus anexos s?o para uso
restrito, confidencial e est?o protegidos legal...
2002 Jun 10
3
OpenSSH with slow login
..../ssh-keygen -t rsa1 -f /opt/openssh2/etc/ssh_host_key -N
""
./ssh-keygen -t dsa -f /opt/openssh2/etc/ssh_host_dsa_key -N
""
./ssh-keygen -t rsa -f /opt/openssh2/etc/ssh_host_rsa_key -N
""
Can anyone help me ?
regards,
Jorge Cleber JUNIOR
====================================================================
O conte?do desta mensagem e todos os seus anexos s?o para uso
restrito, confidencial e est?o protegidos legalmente, sendo
endere?ado somente ao(s) destinat?rio(s) e n?o deve ser divulgado
sem pr?via autoriza??o. Se vo...
2006 Jul 08
2
String mathematical function to R-function
hello
I make a subroutine that give-me a (mathematical)
function in string format.
I would like transform this string into function ( R
function ).
thanks for any tips.
cleber
#e.g.
fun_String = "-100*x1 + 0*x2 + 100*x3"
fun <- function(x1,x2,x3){
return(
############
evaluation( fun_String )
############
)
True String mathematical function :-( :-(
> nomes
[1] "8.49*x1*z1 + 6.13*x1*z2 + 6.4*x1*z3 + 6.9*x2*z1 +
4.54*x2*z2 + 3.99*x2*z3 + 19...
2006 Mar 16
2
Using of LME function in non-replicate data
...LME
function are
reliable approximate estimates or this variance are
spurious too?
... I thinked that this varinces were calculate by
"lack of fit terms".
In the case of this variances are wrong, even so can
I use the REML coefficients estimates?
Thanks in advanced!
Regards.
Cleber
Chemistry student
2006 Oct 16
2
New package Ryacas
Ryacas is an R interface to the free yacas computer algebra
system. Ryacas allows one to send R expressions,
unprocessed yacas strings and certain other R objects to a
separate yacas process from R and get back the result. It
also has facilities for manipulating yacas strings and R
expressions destined for yacas processing.
It can be used for exact arithmetic, symbolic math, ASCII
pretty
2006 Oct 16
2
New package Ryacas
Ryacas is an R interface to the free yacas computer algebra
system. Ryacas allows one to send R expressions,
unprocessed yacas strings and certain other R objects to a
separate yacas process from R and get back the result. It
also has facilities for manipulating yacas strings and R
expressions destined for yacas processing.
It can be used for exact arithmetic, symbolic math, ASCII
pretty
2006 Oct 16
2
New package Ryacas
Ryacas is an R interface to the free yacas computer algebra
system. Ryacas allows one to send R expressions,
unprocessed yacas strings and certain other R objects to a
separate yacas process from R and get back the result. It
also has facilities for manipulating yacas strings and R
expressions destined for yacas processing.
It can be used for exact arithmetic, symbolic math, ASCII
pretty
2006 Jun 22
1
How to plot a image with restrictions?
Hello All!
How to plot a image ( image function )
with restrictions, like a polygon??
Thanks in advance!
Cleber N. Borges
##### problem example
x <- y <- seq(-4*pi, 4*pi, len=27)
r <- sqrt(outer(x^2, y^2, "+"))
image( z )
contour(z, add = TRUE, drawlabels = FALSE)
m=scan()
0.2 0.2
0.8 0.2
0.5 0.8
m = matrix(m,nr=3,byrow=T)
polygon( m, lwd=5 )
2006 Jul 19
1
OpenLDAP rules
...ne user could be allowed to access app A but isn't allowed to
access app B (think this about many apps)?
Have you been using OU's to split user by app and copying them to each
app that them must access? Using posix groups and filtering users by
filters on each app?
Thanks by the help.
--
Cleber P. de Souza
2008 Dec 08
1
example of gladeXML - RGtk2
hello all,
where I find a example or tutorial of RGtk2 package?
I would like to know about the gladeXML functions in R.
thanks in advance
Cleber Borges
2011 Mar 27
1
gtk, RGtk2 and error in callback: delet_event in mai window
...tion...
When I try to define an function for "delet-event callback", I get the
error message:
(with mouse click in X window)
*Error in function () : *
* unused argument(s) (<pointer: 0x017ca000>, <pointer: 0x017db218>)*
So, somebody has a tips for me?
Thanks in advanded
Cleber
> ################################################
> # make a file GLADE for testing...
> tmp <- textConnection('
+ <?xml version="1.0"?>
+ <interface>
+ <requires lib="gtk+" version="2.16"/>
+ <!-- interface-naming-policy proj...
2006 Oct 16
0
South Korean Information
...s with this issue?
We''re also searching partners to represent our company in this place.
An example for relevant information are papers and web links about the
numbers of telecommunication (E1 or T1 technology, TDM or IP, percentage,
etc)
Hope to heard about you soon.
Best regards,
Cleber De Conto Pettinelli
Pre-Sales Engineer
Phone: +55 51 3358 3130
Mobile: +55 51 9256 4879
SIP: cleber@voip.digitel.com.br
Skype: cleberpettinelli
MSN: cleberpettinelli@hotmail.com
E-mail: cleber@digitel.com.br
Web: http://www.digitel.com.br
DIGITEL S/A INDÚSTRIA ELETRÔNICA
__________________________...