search for: ilenam

Displaying 4 results from an estimated 4 matches for "ilenam".

Did you mean: filenam
2004 Nov 18
0
FW: Dumping streams to a file?
...and to do this. If you're > interested I could post it on the mailing list, but it would need some time > to create the patch for the current 2.1 release. > > It goes something like this: > > http://localhost:8000/admin/dumpfile?mount=/mymount&file=/web/recordings/myf > ilename.mp3 > > This would dump stream '/mymount' as 'myfilename.mp3' in the > '/web/recordings' directory. > Stopping the dump is done by > http://localhost:8000/admin/dumpfile?mount=/mymount&file= > > Cheers, > KJ > > -----Oorspronkelijk bericht-...
2010 Jun 22
0
creating a loop for dive files
...automatically into R, plot depth against duration with a simple scatterplot with labels (DiveNumber) for each individual point and proceed to the next file with a hit of the enter button. Is that possible? the files are all named differently, but "iknos_DiveStats" is contained in all the ilenames - do I have to rename all the files or is it possible to creat the loop so taht they can be read in? Thank you, sorry for my probably basic question and Best regards Jana [[alternative HTML version deleted]]
2010 Aug 04
1
callerid between 2 asterisk servers
...allerid info? Somehow via sending a user-defined field via the dial statement? If not via the dial, then a way to transfer via writing to the file system? Is there a way to use, in extensions.conf, some kind of info transferred between serverA and serverB such as the tag id so that I can specify a filename for them to write/read? I cannot seam to find something that each server sees which I can dynamically read in and use in extensions.conf. Thanks!!
2005 Sep 22
7
Automatic creation of file names
Dear R-Help members, I have a question about how to save to the hard drive the one thousand datasets I generated in a simulation. The datasets are created in a "for" loop that repeatedly creates normally distributed datasets, such as the example below: Library(MASS) for (number in 1:1000) { dataset = mvrnorm(n = 400, mu = c(0,0,0), Sigma =