search for: text_file

Displaying 6 results from an estimated 6 matches for "text_file".

Did you mean: test_file
2012 Sep 24
5
Memory usage in R grows considerably while calculating word frequencies
...ch memory? Is there a better way to do this that will minimize memory usage. I am very new to R, so I would appreciate some tips on how to improve my program or a better way to do it. R program: # Read in the entire file and convert all words in text to lower case words.txt<-tolower(scan("text_file","character",sep="\n")) # Extract words pattern <- "(\\b[A-Za-z]+\\b)" match <- gregexpr(pattern,words.txt) words.txt <- regmatches(words.txt,match) # Create a vector from the list of words words.txt<-unlist(words.txt) # Calculate word frequencies w...
2006 Jan 10
2
Problem with Action:Originate with ASterisk Manager
Hi Asterisk-users, I am working with Aterisk Manager API's. I can login successfuly with the following. char buff[256]; strcpy(buff, "Action: Login\r\nUsername: admin\r\nSecret: unix\r\n\r\n"); send(msock, buff, 255); Now I want to try Action: Originate, therefore I tried the following char buff1[256]; strcpy(buff1, "Action: Originate\r\nChannel:
2020 Sep 04
3
Conversion from Centos 5 to Centos 7 & mailx changes
Everyone, I have just upgraded a Centos 5 server to a Centos 7 server and am having difficulty with a change of behavior of mailx with the use of a command line of : mail -s 'This is the subject' user at domain.com < text_file.txt On Centos 5 when mailx was used by a program started by a cron job we were able to send a text file as an email message and the headers did not contain 'Content-Transfer-Encoding: base64' On Centos 7 the headers contain 'Content-Transfer-Encoding: base64' and when the client g...
2007 Jul 15
1
How to disable wine postScript driver?
Hi all, i'm trying to print from a windows command to a dot matrix printer (Epson Actionprinter 2000) and i cant use the printer in text mode, only in graphic mode. I have ubuntu 7.04 feisty Desktop edition with wine 0.9.33 (from ubuntu rep) I have working the LPT1, tested from cmd.exe with this command: dir > lpt1 Now, the app works in windows wth a generic text only printer from the
2020 Sep 04
0
Conversion from Centos 5 to Centos 7 & mailx changes
...s <PoMec at pomec.net> wrote: > Everyone, > > I have just upgraded a Centos 5 server to a Centos 7 server and am > having difficulty with a change of behavior of mailx with the use of a > command line of : > > mail -s 'This is the subject' user at domain.com < text_file.txt > > On Centos 5 when mailx was used by a program started by a cron job we > were able to send a text file as an email message and the headers did > not contain 'Content-Transfer-Encoding: base64' > > The version of mailx in Red Hat Enterprise Linux 5 is based off the o...
2008 Feb 13
1
Flash Movie Player Control in VB
...s.swf/" (status c0000033) trace:file:CreateFileW returning 0xffffffff The trailing slash on the specified path looks suspicious to me. For comparison, here are some traces produced when the software opens up an RTF. This works fine. trace:file:CreateFileW L"C:\\Program Files\\TimeMAPS/Text_Files/030100_InterestBasics.rtf" GENERIC_READ FILE_SHARE_READ creation 3 attributes 0x80 trace:file:RtlDosPathNameToNtPathName_U (L"C:\\Program Files\\TimeMAPS/Text_Files/030100_InterestBasics.rtf",0x33eb2c,(nil),(nil)) trace:file:RtlGetFullPathName_U (L"C:\\Program Files\\TimeMAPS/...