search for: pathtofile

Displaying 7 results from an estimated 7 matches for "pathtofile".

Did you mean: pathprofile
2013 Apr 21
2
how to import several files every day
Hi All I want to import several .dat files every day of the week from the same folder. Let say, on day 1, I have about 100 files in the folder. By using this code, everything works perfectly (maybe there is a more efficient way to do it): filenames <-list.files(path="pathtofile", full.names=TRUE) library(plyr) import.list <- llply(filenames, read.table, header=TRUE, sep="", na.strings="NA", dec=".", strip.white=TRUE) # #MERGE and RESHAPE some of the files have different columns library(reshape) data3 <- merge_recurse(import.list) #...
2008 Jun 19
1
Official Nowshining WINE UPDATE THREAD (June 18 2008)
...d be able to convert the deb to an rpm, slackware, etc.. but I don't guarantee anything. Q: I installed alien how do I do the conversion? A: Use sudo if you can and do the following in the temrinal/CLI depending on your distro. ........................................... RPM: sudo alien -r pathtofile/file ............................................ Stampede slp package: sudo alien --to-slp pathtofile/file ........................................... LSB package: sudo alien -l pathtofile/file.. .............................................. Slackware Tgz package: sudo alien -t pathtofile...
2015 Sep 15
3
Best source for creating multiple streams
How do you create different logs files for each stream? From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of Camara, Carlos Sent: Saturday, August 22, 2015 12:43 AM To: icecast at xiph.org; icecast at xiph.org Subject: Re: [Icecast] Best source for creating multiple streams With IceS2 this is easily accomplished by copying the 'ices-playlist.XML' file
2015 Sep 17
1
Best source for creating multiple streams
...at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of Camara, Carlos Sent: Tuesday, September 15, 2015 4:54 PM To: Icecast streaming server user discussions Subject: Re: [Icecast] Best source for creating multiple streams In the ices-playlist.XML file there are two tags <logpath>/pathtofile</logpath> and <logfile>ices.log</logfile> You can choose a different name for each instance/stream: <logfile>mylist.log</logfile> Or you can change the path for the each instance/stream: <logpath/media/music/</logpath><logfile>ices.log</logfile&g...
2004 May 14
0
Syncronising off-line content with my Samba Server in WinXP
...I can syncronise and acces my files manually (by drag-and-drop or copy-paste) without a problem. There is no problem with the internet connection. The error message I get from the syncronisation program of WinXP: Off-line file (PathToServer on NameServer): Acces to NameFile has been refused on PathToFile. (This is a translation from Dutch). The 'chmod' of the file is 777 and the owner is nobody:nobody. (I changed the 'chmod' myself, normally it is 744.) This is a part of my configuration file: [download] comment = DownLoad path = /download/ read only = no guest ok = yes The s...
2015 Sep 15
0
Best source for creating multiple streams
In the ices-playlist.XML file there are two tags <logpath>/pathtofile</logpath> and <logfile>ices.log</logfile> You can choose a different name for each instance/stream: <logfile>mylist.log</logfile> Or you can change the path for the each instance/stream: <logpath/media/music/</logpath><logfile>ices.log</logfile> J...
2009 Jan 13
6
basic sweave question
I am trying to learn the basics of Sweave so I read some things and a friend gave me his Rnw file to play with. I am able to do R CMD Sweave mark-example.Rnw. That works. But, then when I do latex mark-example.tex, I get the message below. I looked in the archives and Martin Morgan mentioned something in 2004 in terms of making sure that latex is looking at where Sweave.sty is but I am unsure