search for: this_file

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

Did you mean: is_file
2009 Mar 30
1
how to input multiple .txt files
how to input multiple .txt files? A data folder has lots of .txt files from different customers. Want to read all these .txt files to different master files: such as: cust1.xx.txt, cust1.xxx.txt, cust1.xxxx.txt,.............. to master file: X.txt cust2.xx.txt, cust2.xxx.txt, cust2.xxxx.txt,.............. to master file: Y.txt Thanks! [[alternative HTML version deleted]]
2015 Aug 24
3
PJSIP add
I am trying to set add a SIP Header to a call before adding it to the Queue. The dial plan sends the call to my macro to perform the work. When I use chan_sip, everything works as expected. When I use PSJIP support, it's not adding the SIP header. Looking at the output, I see the macro is called in both cases. In the PJSIP case, the added sip header never is showing up in the asterisk logs
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...ons. Initially I just want te press of a button to start the decoder_example code. My code looks like this: <p><p>// GUIDlg.cpp : implementation file // #include "stdafx.h" #include "GUI.h" #include "GUIDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif <p>//************************************************************************** ** //Ogg Vorbis Stuff #include <stdio.h> #include <stdlib.h> #include <math.h> #include <vorbis/codec.h> /* NB vorbisfile.h not included - GK *...
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...files To: Qianfeng Li <qflichem@yahoo.com> Cc: r-help@r-project.org Message-ID:     <37fda5350903300455y4fca4f73h792cd88e375e4468@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 my_files = list.files(path=path_to_my_files,pattern='.txt',full.names=TRUE) a=NULL for(this_file in my_files){     a=rbind(a,read.table(this_file)) } write.table(a,my_new_file_name) On Sun, Mar 29, 2009 at 10:37 PM, Qianfeng Li <qflichem@yahoo.com> wrote: > > > how to input multiple .txt files? > > A data folder has lots of .txt files from different customers. > &gt...