search for: ubas

Displaying 20 results from an estimated 35 matches for "ubas".

Did you mean: bas
2008 Oct 16
3
defining a function using strings
Hi All, I need to evaluate a series expansion using Legendre polynomials. Using the 'orthopolinom' package I can get a list of the first n Legendre polynomials as character strings. > library(orthopolynom) > l<-legendre.polynomials(4) > l [[1]] 1 [[2]] x [[3]] -0.5 + 1.5*x^2 [[4]] -1.5*x + 2.5*x^3 [[5]] 0.375 - 3.75*x^2 + 4.375*x^4 But I can't figure out how to
2012 Oct 17
2
dovecot-core, dovecot-mysql for Debian squeeze
Hello list apologize in advance for my bad English, this is the first time I write to a list if I mistake Excuse me I want to implement mail server with MySQL database, Postfix and Postfixadmin, dovecot-core, dovecot-mysql dovecot-imapd dovecot-pop3d for multiple domains. I have problems installing the daemon dovecot-core, dovecot-mysql dovecot-imapd dovecot-pop3d Debian squeeze, I'm using
2008 Nov 20
1
Repost:lattice graphics -- legend color problems
Hello R-folks, I don't get the color of the legend in a lattice-plot right. I select a palette from RColorBrewer and use (with a col = mypalette argument) it in the barchart plot. The resulting graph shows the new palette in the graph, but uses the standard palette in the legend rectangles. Adding a col argument into auto.key uses the new palette with the legend text, but not in the
2007 Nov 14
1
Newbie question about data preparation
I'm new to the R language and still struggling with compactness of R. I haven't got the right compass into the Documentation, too. So, please apologize the possibly stupidiy of my question. I have the following problem: I have two data sets combined in a data.frame x y 1.3 2.2 2.5 3.4 3.1 3.7 8.2 9.5 7.5 8.3 For the analyses of the data I want to group one column (like the classes in a
2008 Nov 18
1
legend color problems
Hello R-folks, I don't get the color of the legend in a lattice-plot right. I select a palette from RColorBrewer and use it in the barchart plot. The resulting graph shows the new palette in the graph, but in the legend rectangles the standard palette is used. Adding a col argument into auto.key uses the new palette with the legend text, but not in the rectangle fill. What am I missing?
2002 Oct 17
1
New feature for sftp
I am new to OpenSSH (I used SSH before). One thing that I miss from SSH is the "auto-complete". In the sftp from SSH you could complete path using <TAB> just like in Bash, but OpenSSH sftp does not do that. Is there any plan to add that feature ? If not, could it be add ? ;-) Thanks... -- Federico Petronio petronio at agro.uba.ar Linux User #129974 --- Unix
2005 Oct 17
5
CentOS-4/beta/preview version immediate availability
Hi, I've had this like since last saturday or something. I don't seem to be getting it to beta.centos.org tho, so i'll just make it public thru the channels i control. ftp://centos.upi.iki.fi/pub/centos/4.2beta/isos/sparc/ There is ISOs and .torrents Know yourself out and try it out please. If you have something less than Ultra Sparc, you're out of luck with this as it's
2005 Oct 17
5
CentOS-4/beta/preview version immediate availability
Hi, I've had this like since last saturday or something. I don't seem to be getting it to beta.centos.org tho, so i'll just make it public thru the channels i control. ftp://centos.upi.iki.fi/pub/centos/4.2beta/isos/sparc/ There is ISOs and .torrents Know yourself out and try it out please. If you have something less than Ultra Sparc, you're out of luck with this as it's
2007 Apr 18
0
[Bridge] Re: Virtual IP
On Fri, 11 Mar 2005 11:47:12 -0300 Mariano Wahlmann <wahlmann@agro.uba.ar> wrote: > hi, i'm trying brigde to use with qemu. my configuration is one > interface eth0 with two virtual ips 168.96.156.X and 10.1.1.X, but when > i use brigde i can only use one ip for br0 do you know how can i create > bridge br0 (to be used with qemu) and mantein my two ip's address
2006 May 24
0
UBTA - Wall Street Journal Agree - Ref. wj277963
Kelsey, P2P Sports Betting Software May Change Casino Sports Betting VANCOUVER, BRITISH COLUMBIA - UBA Technology Inc. (UBTA), has entered into initial negotiations to install its proprietary betting exchange software in traditional land-based casinos. Read the whole story: http://geocities.yahoo.com.br/incidentless63143 Alma Lyles, Acct. Rep. go820972
2006 Jul 28
1
odesolve loading problem
Hi, I get the following error message when loading the package odesolve ( R 2.2.1 - odesolve 0.5.14 - AMD64 - Linux Fedora Core 4 ) : > library(odesolve) Error in library.dynam(lib,package,package.lib) : shared library 'TRUE' not found Error: package/namespace load failed for 'odesolve' Any help would be greatly appreciated Ariel./
2008 Sep 23
0
additional parameters in function called by tapply
Der R-Gurus, first apologies if this is a FAQ, but I due to lack of R-knowledge and terminology I wasn't able to find it. I have the following problem in aggregating results of a model calculation: The results are yearly values of several parameters with several hierarchical spatial factors taken from a database as a data frame with the following structure value | year | spatial1 | spatial2
2010 May 27
1
4D Plot
Hello, I need some help with a 4D-Plot. Here is my code: Lab.palette <- colorRampPalette(c("blue","turquoise","green","yellow","orange","red","violet"),space = "Lab") par(las=3,omi=c(0.8,0.1,0.1,0.1)) filled.contour(x,log10(y),log10(z=daten),col=Lab.palette(27),zlim =
2001 Sep 04
0
AIX Warning for expired password
Hi, I have made a patch for AIX to report the number of days till a password expire and to prompt for a new one. This patch was made for openssh-SNAP-20010904.tar.gz (2.9p2) of the CVS repository. If you have any suggestion or question to submit, please cc to me, I'm not in the list. Bye -- Pablo Sor Departamento de Seguridad Informatica - AFIP psor at afip.gov.ar, psor at ccc.uba.ar
2004 May 06
0
Local master browser on more than one workgroup
Hi, I want to know if is there is a way to configure nmbd to become a local master browser in more than one workgroup at the same time. Thanks adji@df.uba.ar
2006 Feb 06
2
[Newbie] - Start with Vorbis
Hi, I'm new to this ML and I'm sorry for my banal topic...and for my bad english! I want to start using Vorbis in my app but the first question I have made myself is: "Is possible to recording from an input device with the vorbis libs? Or the libs is intended for encode/decode only?" Tnx in advance! Regards. Daniele. -- Free As In Freedom
2010 May 05
0
Pre Call for Papers (Pre-CFP)
BSDday Argentina 2010 - http://www.bsdday.org/ Buenos Aires City * OpenBSDeros - OpenBSD User Group and * BUG-DC-UBA-AR BSD User Group of Computer Department of the Faculty of Natural Sciences, University of Buenos Aires, call to the community of free software, users, system administrators and developers of BSD systems for participation to BSDday 2010. The subject of the event is BSD
2016 Mar 06
3
usar R a traves de la web
Hola Jesus, muchas gracias, esta opcion se ve bastante bien, aunque no encuentro un modo de subir mis archivos de datos, pero debe poderse, no ? Muchas gracias, Eric. On 03/05/2016 09:03 AM, Jesús Para Fernández wrote: > Buscas algo asi? > > http://www.r-fiddle.org/#/ > > > > > From: ericconchamunoz en gmail.com > > To: r-help-es en r-project.org > >
2005 Jun 13
2
File owner / group
Hi all, I have a Samba 3.0.13 with ACL support running under SuSE and acting as a PDC for the hole organization. Among some shares, there's one that has about ten subdirectories. Everybody can access this share and restrictions are applied over those subdirs. The problem is that, for example, when I create a file (or modify it with Word or Exel) in the Finances subdirectory, the file has my
2003 May 31
3
Packet flow through IPFW+IPF+IPNAT ?
Hi. On my FreeBSD 4.8 configured IPFW2+IPF+IPNAT and I use them all: - IPFW - traffic accounting, shaping, balancing and filtering; - IPFilter - policy routing; - IPNAT - masquerading. I want to know, how IP-packets flow through all of this components? What's the path? incoming: IPFW Layer2 -> IPFW&Dummynet -> IPNAT -> IPFilter ? outgoing: IPFW Layer2 ->