search for: myfilenames

Displaying 20 results from an estimated 27 matches for "myfilenames".

Did you mean: myfilename
2003 Feb 21
0
problems with rsync on Solaris 9
I am having problem with rsync 2.5.6 on Solaris 9. It starts to transfer my file, and then it just dumps core. Here's the transaction. path=/usr/local/bin/rsync cdndbsj:/var/opt/myFilename/ /var/opt/myFilename cmd=/usr/local/bin/ssh machine=cdndbsj user= path=/var/opt/myFilename/ cmd=/usr/local/bin/ssh cdndbsj /usr/local/bin/rsync --server --sender -vvvvlogDtprx . /var/opt/myFilename/
2007 Mar 31
1
Problem with S4 inheritance: unexpected re-initialization?
Dear all, To explain my problem I am attaching a demonstration package "myclasspkg": I have the following two S4 classes with similar inheritance: SubSubClassA <- SubClassB <- BaseClass SubSubClassB <- SubClassB <- BaseClass In R I am calling the following functions: > library(myclasspkg) > subA <-
2009 Mar 12
1
Plots not loading
Hello, When I run my .r script using source (myfilename) from console the plots appear. However, when I execute the same file via terminal command line using R CMD BATCH myfilename, the plots do not appear. I am working with Mac. Am I doing something wrong? Thanks, Atul
2010 Nov 09
2
How to program an error into an if-then statement
Hello! I am running a loop (for a range of dates) and in this loop I am reading in different files - based on a date that is part of the file name. However, for some of the dates, I have no file (no way to know which dates). So, when I try to read it in I get an error: Error in file(file, "rt") : cannot open the connection Question: I'd like to program an if-then statement in my
2006 Jan 18
1
Rails and PostgreSQL bytea
Hi! I''m trying to insert binary data into a PostgreSQL database where the field is of type ''bytea''. This works fine if a do Base64 encoding but I just want to do character escaping. How do I do this????. What I get is this: ActiveRecord::StatementInvalid in Init_test#save_file ArgumentError: Invalid Ruby/cstring: INSERT INTO
2010 Dec 01
0
MixMonitor not recording in version 1.8
Greetings. Just updated from 1.4.22 to 1.8. Minor changes in dialplan and things work ok. Except for one thing. I have a call to MixMonitor. This is implementing a dictaphone kind of app. With forwarding recordings to email and storing them on the server. The process works so that we dial into Asterisk and answer the phone, initiate MixMontior and WaitExten until recording finishes. Problem is
2009 Mar 16
2
t38 iax trunk
Hi all, I have a question regarding using T38 for fax sending and here is my scenario: fax -> SIP ATA (T38 enabled) -> Asterisk #1 -> IAX TRUNK -> Asterisk #2 -> SIP ATA (T38 enabled) -> fax My question is, how can I know if I'm really using T38? is T38 information coming to the other side (because of SIP to IAX conversion) or just plain g711a data? I'm using Linksys
2011 Mar 02
3
gestión de la memoria en R? (o Eclipse)
Hola: Por lo visto tengo un problema de gestión de la memoria en R con un programa que trabaja con archivos por lotes (no sé si se dice así en castellano, en "batch" mode) para elaborar unos informes, etc. En el conjunto de datos de un año concreto, tengo 197 archivos xml que procesar, de entre 50 y 200Kb la mayoría, con un total de 28 Mb en total. Trabajo con Eclipse como IDE (lo
2010 Dec 07
1
latex() hangs R console
[Env: R 2.11.1, Win Xp, Miktex 2.7] I've just started using Hmisc::latex and friends, and find that running latex() produces the .tex and .dvi files, but hangs, presumably trying to run yap. An example is below. What could be wrong? My PATH seems OK: > strsplit(Sys.getenv("path"),';') $path [1] "c:\\program files\\imagemagick-6.4.4-q16"
2011 Jun 10
1
Incoming Call Recording
Longtime lurker, first time poster. :) A client of mine is in need of having Asterisk record every call that comes in from a specific incoming route. I've added the following lines to the sip_additional.conf file, but no recordings are showing up in the /var/spool/asterisk/monitor/ folder. record_out=always record_in=always Another page I came across on Google (
2011 Nov 29
2
Extracting from zip, removing certain file extensions
Hi there, I'm running R on windows 7 with Rstudio. Everyday I receive a zip file where a bunch of half-hourly files are zipped together. I then use xx=unzip(ind) to get xx, which consists of : [1] "./2011/A20112961503.flx" "./2011/A20112961503.log" "./2011/A20113211730.slt" "./2011/A20113211800.slt" "./2011/A20113211830.slt"
2006 Nov 13
1
handling time units--hours, minutes, days--from file times
...been able to handle irregular intervals. I tried using the zoo package, and had similar problems with the conversion of time units. Code and sample data is below-- for your info--after this, I am feeding the times and measurements to nls. Thanks in advance, -- Warren #Here is the failed code: myfilenames<-row.names(myfileinfo) fileno<-length(myfilenames) filetimes<-numeric() for (i in 2:fileno){rel.read.time<-myfileinfo$mtime[i]-myfileinfo$mtime[1] rel.read.time<-(as.numeric(rel.read.time)) ##this next part is problematic ##i would love to say > time.in.hours<-as.hour...
2006 Nov 17
0
difftime for handling time units--hours, minutes, days--from file times
...on of time units. > > > > Code and sample data is below-- > > for your info--after this, I am feeding the times and measurements to > > nls. > > > > Thanks in advance, > > -- Warren > > > > > > #Here is the failed code: > > > > myfilenames<-row.names(myfileinfo) > > > > fileno<-length(myfilenames) > > > > filetimes<-numeric() > > > > for (i in 2:fileno){rel.read.time > > <-myfileinfo$mtime[i]-myfileinfo$mtime[1] > > > > rel.read.time<-( as.numeric(rel.read.time)) &g...
2007 May 30
3
sizing and saving graphics in R
Dear R wizards, I am seeking advice on graphics in R. Specifically, how to manipulate the size and save a plot I have produced using the LDheatmap library. I confess I am relatively new to graphics in R, but I would greatly appreciate any suggestions you may have. LDheatmap produces a coloured triangular matrix of pairwise associations between 600 genetic markers in my dataset.
2004 Nov 18
0
FW: Dumping streams to a file?
Yes that is the plan. I'll have to find some time to graft the patch onto 2.1 mainline and post it here. KJ -----Oorspronkelijk bericht----- Van: Myke Place [mailto:mp@trans.xmission.com]Namens Myke Place Verzonden: donderdag 18 november 2004 22:14 Aan: Klaas Jan Wierenga Onderwerp: Re: [Icecast] Dumping streams to a file? Is the plan to eventually move this from -trunk to the mainline
2006 Nov 18
0
creating and calling objects based on elements of another object...
...ngth(platelist) for (i in 1:platenumber){ as.name(platelist[i])<-matrix() } #eventually I would like to use these matrices to read in the contents of multiple files, but using as.name hasn't worked her either. for (i in 1:fileno){ as.name(plateID[i])<-cbind(as.name(plateID[i]),read.delim(myfilenames[i], header=FALSE)) } I have been trying multiple functions to force evaluation and treat these elements as objects, and I get errors like: could not find function "as.name<-" Directly trying to create matrices doesn't work like this: > for (i in 1:platenumber){ + platelist[i]&l...
2005 Mar 11
0
One single record file for a meetme monitor?
I'm trying to figure out the best way to record a conference. Many people suggest something like this: exten => 2060,1,Answer exten => 2060,2,Wait(1) exten => 2060,3,Monitor(wav,myfilename) exten => 2060,4,Meetme(1,ps) However, this creates two files for each user that connects to the meetme. (I know they can be mux'd together to make one with sox..I've done that too)
2006 Jun 08
1
transfer logging -- absolute file path?
(Apologies if this is a FAQ, but have not found anything on it.) I am trying to detect when files are uploaded to an rsync module, and process those files on arrival. It appears that the post-transfer action facility will not provide the file name uploaded, so that seems unpromising. I have been experimenting with the transfer log facility, and while that can provide the module path, and the
2010 Feb 12
2
How to source files from a search path?
Suppose some environment variable (say MY_R_INC) has a number of paths. I want to source some file relative to some path in $MY_R_INC (just as #include in C++ does, which looks for header file in a number of directories). I RSiteSearch'ed, but I don't find any function that satisfies my need. Could somebody let me know if I overlooked something?
2005 Sep 14
4
*** saving files ***
Hi, I need help :o( I want that my function saves result files in a for()-loop while it runs automatically. the filenames must be saved like: file_1 -> for 1. result file_2 -> for 2. result file_3 -> for 3. result and . . . file_n -> for n. result the file names are the same identified by _1, _2