similar to: Windows 2000 and newest samba

Displaying 20 results from an estimated 70000 matches similar to: "Windows 2000 and newest samba"

2010 Apr 23
3
5. Re: Leer datos de Unicode (Juan JosŽé Vidal Agust’ín)
Estimados: Yo tengo un archivo de texto Unicode y no funciona read.table con encoding Latin-1 o UTF-8 estando en un entorno Windows. Si no es con ninguno de los anteriores, ¿como lo importo? ¿Cómo puedo saber que codificación tiene? Gracias, Sebastián. El día 22 de abril de 2010 07:00, <r-help-es-request en r-project.org> escribió: > Envíe los mensajes para la lista R-help-es a
2011 May 24
4
Sumarizar medidas repetidas
Hola ¿Alguno tiene un código para sumarizar medidas? my.df <- data.frame( "ID" = c( rep("A", 3 ), rep("B",2),"C", rep("D",3) ), "Obs.1" = rnorm( 9,0,1 ), "Obs.2" = rnorm( 9,0,3 ) ) Algo que quede mas bonito que esto: by( my.df, my.df$ID, mean ) Gracias un saludo! -- Patricia García González [[alternative HTML
2006 Mar 10
6
Linux editor like WinEdt?
Hi to all, I initiate in R - Linux and I've some problems to find an editor with R interface as like RWinEdt for WinEdt. Anyone know one? Thanks in advance for your kind cooperation. Best regards Atenciosamente Ana Patricia Martins ------------------------------------------- Serviço Métodos Estatísticos Departamento de Metodologia Estatística Telef: 218 426 100 - Ext: 3210
2019 May 10
2
8000 security risk?
Yes I meant HTTPS over HTTP, which yes, I’m differentiating by those port numbers. Thanks for clarifying! We have been streaming HTTP for a long time, but I am at a university and there is a lot of emphasis on security. I was never really sure what the certificate did for us in this case…but was attempting to comply! Over the years we have had a small handful of IPs trying to maliciously access
2006 Aug 01
3
boxplot
Hello R-users and developers, Once again, I'm asking for your help. I've used "identify" to identify points in a scatter plot. However, I can't apple in the boxplot..... I need to identify the outlier's id in the boxplot. Can anyone help me? Thanks in advance, Ana Patricia Martins [[alternative HTML version deleted]]
2007 Jan 30
2
RAID1 building via hardware
Hi all, I?m trying to create a RAID1 on a machine. I?ve already configurated BIOS (mother board, Intel, S500VSA SATA) so as to build RAID1 via hardware. However on CentOS Installer, when I reach "disk setup" screen, it shows up 2 devices (/dev/sda and /dev/sdb). Is this right (both devices being showed)? How should I proceed on this moment? If I create the
2019 Jun 05
2
Logging file size and name
Hi all, I am using Icecast 2.4.4 on Centos 7. This worked fine in the past on an old Windows machine but now I?m having issues getting the logs to change file size and name. I am trying to get my file size to be 2 MB <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <!--
2011 May 02
1
Oferta de empleo en Berlin
Hola, Consultoría en la industria de management a nivel internacional, está buscando un programador de R a tiempo completo. Se requiere ser residente en Alemania. La oferta incluye progrmación básica en R, mantenimiento de un código que está hecho y propuesta de mejoras en el proceso de producción. Si alguien está interesado en tener mas información por favor escribidme. Un saludo -- Patricia
2011 Jun 07
3
Representacion gráfica de 8 categorías
Hola, Estoy buscando una representación gráfica similar a la que da: ternatyplot del paquete vcd : data(Lifeboats) attach(Lifeboats) ternaryplot( Lifeboats[,4:6], pch = ifelse(side=="Port", 1, 19), col = ifelse(side=="Port", "red", "blue"), id = ifelse(men/total > 0.1, as.character(boat), NA), main = "Lifeboats on Titanic" ) Pero
2006 Sep 08
2
Complete documentation gram.y ??
Hi everybody, Does anybody know where I can find documentation about file gram.y?. What I need to do is related to the parse tree. I need the parse tree of a R user defined function for being used by a c++ function. Briefly, I have a C++ function that is used to generate random numbers from a specified objective function and I want to use R just to verified the sintaxis of the function and I
2008 Apr 24
2
DNS problem (on NAT configuration)
<table cellspacing='0' cellpadding='0' border='0' ><tr><td style='font: inherit;'><br> Hi,<br><br> I'm dealing with a problem that the worker nodes that are behind a NAT aren't able to reach outside from time to time. (ie: on a given moment I can ping an address name and immediately after I cannot: "ping:
2019 May 10
3
8000 security risk?
Hi all, Are there any serious security risks for leaving port 8000 open to public use on icecast? I had wanted to limit to 8443 but it seems some radio devices cannot support this protocol. Thanks, Patricia Moynihan Director of Digital pmoynihan at fsu.edu<mailto:pmoynihan at fsu.edu> 850-645-6067 850-645-7200 WFSU Public Media 1600 Red Barber Plaza Tallahassee, FL 32310
2020 Oct 29
3
how to unsubsribe?
Hi, I am missing beplow each mail how one can un-subscribe. Can that be added please? thanks Op 28-10-2020 om 16:06 schreef Mayiani, Martin Martine - mayianmm: > Thanks > > > Martin > > -----Original Message----- > From: Patricia Moynihan <pmoynihan at fsu.edu> > Sent: Wednesday, October 28, 2020 10:10 AM > To: Icecast streaming server user discussions
2013 Nov 14
5
Nested parametrized defines
Dear puppet wizards, http://docs.puppetlabs.com/puppet/3/reference/lang_defined_types.html does not suggest to me that nested parametrized defines would be forbidden, hence I expected the following code to work: add_to_ssh_authorized_keys.pp: -------- define a::ssh_keys::add_to_ssh_authorized_keys($homebasedir="/home", $targetuser="root", $keyowner, $keyownername,
2010 Dec 15
1
Using Metafor package: how to backtransform model coefficients when Freeman Tukey double arcine transformation is used
Hello, I am performing a meta-analysis using the metafor package. My data are proportions and I used the Freeman Tukey double arcine (FT) transformation to fit the random effects model. Now I want to create a forest plot with my estimates backtransformed to the original scale of proportions. Can this be done? Regards, Patricia
2007 Jun 25
2
simultaneous actions of grep ???
Hello R-users and developers, Once again, I'm asking for your help. There is other way to do the same more easily for applied simultaneous grep??? c<-subset(c,!rownames(c) %in% grep(".1",rownames(c),value=T)) c<-subset(c,!rownames(c) %in% grep(".5",rownames(c),value=T)) c<-subset(c,!rownames(c) %in% grep(".6",rownames(c),value=T))
2020 Aug 11
2
Intro file will not pre-pend stream
HI! So I’ve been at this for a few days with no luck. I am trying to pre-pend my stream with an intro file (mp3). I’ve saved the mp3 file (for the intro) the same as the stream > in my test right now it is set up stereo, 112kbps, 44100hz. I can play the file independently in a browser from the webfoot location. I can play the stream with no problems. I have modified my icecast.xml to include
2020 Oct 28
2
HLS enabled mounts
I second that advice. Also when you reference your file in intro do this <intro>/Sonic.mp3 </intro> . As long as it is in the folder you don’t need the whole path. Patricia > On Oct 28, 2020, at 10:08 AM, Robert Fitzpatrick <robert at webtent.org> wrote: > > Mayiani, Martin Martine - mayianmm wrote on 10/27/2020 11:03 PM: >> Hi Robert, >> Unfortunately I
2013 Dec 10
2
Multiple Lorenz curves in one diagram - populations with different "n"
Dear R users, I'm using the "ineq" package to calculate the values ​​of Gini and Lorenz coefficients and to and plot Lorenz graph. I want to plot on the same diagram, curves from two different populations, that have different "n". How can I do this?   Best regards,   Patricia [[alternative HTML version deleted]]
2004 May 11
2
cwrsync strange path in error message
Hi, I am running cwrsync. 2004/05/11 [93] rsync error: some files could not be transferred (code 23) at /home/lapo/packaging/tmp/rsync-2.5.7/main.c(383) I am uncertain as to what this path statement is about in the above error message. /home/lapo/packaging/tmp/rsync-2.5.7/main.c(383) Thanks, Pat -- Patricia Palumbo DuBois & King, Inc. ppalumbo@dubois-king.com 802-728-4113 | ext 322