Tagged Questions

1
vote
3answers
48 views

How to write trace output to a text file without a web server in AS3

I have an application that writes traces with a timestamp when certain items are clicked or accessed. I need to write these to a text log file so that they can be accessed remotely …
0
votes
1answer
50 views

Selective merge of two or more data files

Dear Overflowns: I have an executable whose input is contained in an ASCII file with format: $ GENERAL INPUTS $ PARAM1 = 123.456 PARAM2=456,789,101112 PARAM3(1)=123,456,789 PARAM …
3
votes
2answers
139 views

How to append text to an existing file in Java

I need to append text repeatedly to an existing file in Java. How do I do that?
3
votes
9answers
297 views

Processing huge text files

Problem: I've a huge raw text file (assume of 3gig), I need to go through each word in the file and find out that a word appears how many times in the file. My Proposed Solution: …
3
votes
2answers
171 views

MATLAB: How do you insert a line of text at the beginning of a file?

I have a file full of ascii data. How would I append a string to the first line of the file? I cannot find that sort of functionality using fopen (it seems to only append at the e …
0
votes
4answers
92 views

Preserving leading white space while reading>>writing a file line by line in bash

I am trying to loop through a directory of text files and combine them into one document. This works great, but the text files contain code snippets, and all of my formatting is ge …
0
votes
2answers
58 views

PHP and regex to find files in directories and then run regex

hi, what's the the most efficient way to find text files in different directories and then run regex to those found files. I will run php/scripts locally. Let's say I have D:\Scri …
1
vote
1answer
52 views

How to configure GNU Emacs to write UNIX or DOS formatted files by default?

I've had these functions in my .emacs.el file for years: (defun dos2unix () "Convert a DOS formatted text buffer to UNIX format" (interactive) (set-buffer-file-coding-system …
8
votes
7answers
417 views

Are there any tricks for counting the number of lines in a text file?

Say you have a text file - what's the fastest and/or most memory efficient way to determine the number of lines of text in that file? Is it simply a matter of scanning through it …
2
votes
4answers
119 views

Shuffle Text File Delphi Source or anything else

Hi I have a stringlist with 10 000 entires. I have a shuffle routine, but accessing any of the items is taking a lot of time. Going thtought all 10k items takes a huge amount of t …
0
votes
1answer
218 views

Read a txt file containing a matrix of numbers separated by spaces and lines into an array

I've been trying to read a txt file containing a formatted matrix (9x9) into an int array. The txt file is selected by the user using NSOpenPanel. An example txt file: 2 7 9 1 …
1
vote
3answers
185 views

Searching Through a TextFile - Cocoa

How would I type up a code that searches through a text file from a given directory. I want the search word to be "password123" and if it contains that, then it will proceed onto t …
3
votes
6answers
451 views

Reading data into MATLAB from a textfile…

I have a textfile with the following structure: 1999-01-04 1,100.00 1,060.00 1,092.50 0 6,225 1,336,605 37 1999-01-05 1,122.50 1,087.50 1,122.50 0 3,250 712,175 14 ... The file …
1
vote
1answer
213 views

How to print an array to a .txt file in Matlab?

I am just beginning to learn Matlab, so this question might be very basic: I have a variable a=[2.3 3.422 -6.121 9 4.55] I want the values to be output to a .txt file like this …
1
vote
2answers
238 views

J2ME/Blackberry - how to read/write text file?

hi, please give me a sample code for read/write text file in blackberry application.

1 2 3 4 5 8 next
15 30 50 per page