search for: scrip

Displaying 20 results from an estimated 235 matches for "scrip".

Did you mean: script
2011 Sep 15
1
Creando scrips en R
...espero que me puedan ayudar, se los agradezco de antemano. Necesito realizar las siguientes operaciones (#Operación general) a un conjunto de 18 mapas(áreas de entrenamiento), es decir realizarla (la #Operación general) a cada uno de los 18 mapas. El asunto está en hacer esas operaciones creando un scrip, para no tener que teclear esas operaciones a cada Mapa y por ende prolongar la vida de mi precioso teclado con valor de 50 pesos mexicanos #Operación general Mapa1 <- readRAST6 ('Mapa1') ###Para importar un raster de GRASS-GIS a R Mapa1.v <- as.vector(Mapa1.m <- as.matrix(Mapa1)...
2002 Apr 24
2
Password in SSH scrips
Hi, Suppose my backup server has to copy every day at the end of the night, all files from the Web Server. So every day I will have a script that copies files using SCP. I USE HP-UX . But this script must work without anyone entering passwords. I know that SCP will need Passwords. How can I make a script with this feature ? Using keygen ? If posssible, describe with details how can I make some script, for example: - cd /tm...
2011 Jan 06
2
Help with IF operator
Hi, I am with a problem on how to do a comparison of values. My script is as follows: repeat{ cat("How many teams to use? (to end write 0) ") nro<-scan(n=1) if(nro==0)break cat("write the", nro, "teams names \n") teams<-readLines(n=nro) if (teams[1]==teams[2)next else print(teams) } On this example I only compare teams 1 name wi...
2011 Jun 02
4
Use line break at scrip but avoid line break on graphics
Hello list, I have plots with long strings in main=, ylab= or xlab=. So, in I my script I use break long lines to avoid lines hiden on my monitor and in sweave document pages. I use graphics like this plot(1, main="aaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbb") but I would like a plot result like this plot(1, main="aaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbb...
2018 Feb 15
1
RV: Problem_graphic
...am beginner using R but I try to learn more. I need this graphic or similar but instead of tropical and temperate are three ontogenetic states Larva Met Juv CTMAX CTMIN SP SP SP This is my scrip: Ex = subset(Expr, Outlayer=="N") Ex2 = subset (Ex, S0 == 1) Ex3 = subset(Ex2, Experimento == "CTMIN") Ex4 = subset(Ex2, Experimento == "CTMAX") Ex3$Stage <- ordered(Ex3$Stage, levels=c("LARVA", "MET", "JUV")) Ex4$Stage <- ordered...
2012 May 03
1
AMI disconnects
Hi all. I've got a perl script that connects to Asterisk's management interface using Asterisk::AMI. So far, its proven to be very useful. I'm hoping to use this to detect and respond to asterisk restarts and sip reloads. However, my script gets disconnected quite frequently, causing false alarms in my monitoring....
2009 Aug 18
2
open txt
Não consigo abrir a pasta txt no R, dá a mensagem: Warning message: In file(file, "r") : cannot open file 'plantula.txt': No such file or directory O arquivo está na mesma página do Scrip. Não sei qual é o problema???? [[alternative HTML version deleted]]
2012 Oct 17
0
Passing the parameters for web form using getHTMLFormDescription
...get the data from the url given from 10/09/2012 to 15/10/2012. I don't know how to pass the parameters . ....................................................................................................................................... library(RHTMLForms) > > ff = > getHTMLFormDescription("http://www.bseindia.com/markets/equity/EQReports/slbshortcell.aspx?expandable=3&param=0") > ff $aspnetForm HTML Form: http://www.bseindia.com/markets/equity/EQReports/slbshortcell.aspx?expandable=3&param=0 ctl00$ContentPlaceHolder1$GetQuote1$txtscrip_code: [ Scrip code/Sc...
2018 Jul 23
4
Ayuda ggplot
...is de datos del año 2016 de 3 variables con dos dimensiones (muestra objetivo y muestra lograda), y quería agregar la comparación con el año 2015, me gustaría agregar un gráfico de linea y puntos para el año 2015, pero no he podido lograrlo , la idea es generar un gráfico de esta forma. Adjunto mi scrip y mis bases. Agradeceré su colaboración. [cid:f23eff1b-3212-4797-acef-b0728f065826] ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20180723/1a39127e/attachment-0001.html> ------------ próxima...
2005 Jun 15
2
ploting error
Hello! I've tried to execute an R script that I used to use with older versions with no problem. In the scrip ,I try to create a series of plots in png format, and now there is an error (my actual verion is R2.0.1) Error in title(main=main,sub=sub,xlab=xlab,ylab=ylab,...): X11 font at size 14 could not be loaded Perhaps I did someth...
2016 Mar 08
9
llvm and clang are getting slower
I have just benchmarked building trunk llvm and clang in Debug, Release and LTO modes (see the attached scrip for the cmake lines). The compilers used were clang 3.5, 3.6, 3.7, 3.8 and trunk. In all cases I used the system libgcc and libstdc++. For release builds there is a monotonic increase in each version. From 163 minutes with 3.5 to 212 minutes with trunk. For comparison, gcc 5.3.2 takes 205 minutes...
2012 Mar 02
3
xm domstate command not found
hi alll.. i want to find the xen domain''s state using xm domstate command, domstate command works fine inside virish but when i try with xm like [xm domestate VM_NAME] its giving an error saying subcomand domestate not found. i just want to shutoff the xen virtual domains using a scrip to take backup. so i just want to make sure that the domain are shutdown successfully after the xm shutdown command. can anyone help me pls. thanks in Advance.
2007 Feb 15
2
Initialization scripts
I'm trying to create an initialization scrip in the /etc/init.d/. Of course, the one I have is failing! At the top of the other initialization scripts in the same directory, there is are two lines, the chkconfig and description # chkconfig: 2345 55 25 # description: OpenSSH server daemon On the check config line, what are the numbe...
2020 Jan 24
4
Perl AGI: read variable with quotes
Hi Gang I have stumbled of this problem. I need the P-Asserted-Identity header in an AGI scrip. In the Dial-Plan I do: same => n,Set(PAI=${PJSIP_HEADER(read,P-Asserted-Identity)}) In the AGI I do: my $pai = $AGI->get_variable(PAI); This works fine, unless the PAI contains quotes: P-Asserted-Identity: <sip:1000 at 1.2.3.4:5060;user=phone> I get "<sip:1000 at 1.2.3.4...
2012 Oct 17
0
postForm() in RCurl and library RHTMLForms
...t to get the data from the url given from 10/09/2012 to 15/10/2012. I don't know how to pass the parameters . ....................................................................................................................................... library(RHTMLForms) > > ff = getHTMLFormDescription(" http://www.bseindia.com/markets/equity/EQReports/slbshortcell.aspx?expandable=3¶m=0<http://www.bseindia.com/markets/equity/EQReports/slbshortcell.aspx?expandable=3&param=0>") > ff $aspnetForm HTML Form: http://www.bseindia.com/markets/equity/EQReports/slbshortcell.aspx...
2015 Apr 24
3
Real sh? Or other efficient shell for non-interactive scripts
...wrote: > > > > > >On 04/24/15 06:07, E.B. wrote: > > >>I'm sure most people here know about Dash in Debian. Have there > > >>been discussions about providing a more efficient shell in Centos > > >>for use with heavily invoked non-interactive scripts? > > >> > > >>Are there other people who have experience in this and can > > >>provide interesting guidance? > > >> > > >Why go to that extreme if you tell a script on line 1 which shell to > run it > > >will do so. > > &g...
2005 Aug 23
3
Linux to Windows
Hello to all, I have a script which uses rsync quite nicely to backup my Linux mail server to my XP machine from time to time to facilitate CDR archives. The scrip is run as a batch file on the XP box and is scheduled via Windows Scheduler. It works quite well with one exception: many of the mail files come through as 0KB fi...
2004 Dec 25
2
Dynamic extensions without using DynExtenDB?
...ew sport scores. I think that idea will work...but does anybody know of a better way to do it? P.S. I know I can reload the extensions by typing "extensions reload" in the CLI, but is there a command line command I can run that will do it without having to login? It will make my scripting job a lot easier if I can just have a perl scrip run something like system("/usr/sbin/asterisk -r extensions reload") Thanks! Gabe -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041225/93...
2013 Aug 06
2
data.frame
...ste data.frame para hacer un plot.geodata me marca el siguiente error Error en array(x, c(length(x), 1L), if (!is.null(names(x))) list(names(x), : 'data' must be of a vector type Tengo activos los paquetes geoR y sp y la versión de R que uso es la 2.15 También les mando el pedacito de scrip que estoy usando data<-read.csv("soil.csv",header=T) xy <- read.csv("xy.csv") attach(data) attach(xy) N<- log(N) exs <- equis y <- Y Nt <- data.frame(exs,y,N) attach(Nt) plot.geodata(Nt) Alguien podría ayudarme a saber que es lo que estoy haciendo mal. Muchas...
2016 Mar 08
5
llvm and clang are getting slower
...42, Richard Smith via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Tue, Mar 8, 2016 at 8:13 AM, Rafael Espíndola > <llvm-dev at lists.llvm.org> wrote: > > I have just benchmarked building trunk llvm and clang in Debug, > > Release and LTO modes (see the attached scrip for the cmake lines). > > > > The compilers used were clang 3.5, 3.6, 3.7, 3.8 and trunk. In all > > cases I used the system libgcc and libstdc++. > > > > For release builds there is a monotonic increase in each version. From > > 163 minutes with 3.5 to 212 minut...