Pertains to the processing, import or export of plain characters (either ASCII or Unicode) from any language in written form
-1
votes
2answers
2k views
How to add text over GIF animation?
I have a gif animation and I want to add a caption over it. How can I do that ?
1
vote
1answer
18 views
Count deviations in two ranges of cells
Here's what I'm trying to do:
Correct answers: A C A B D B ...
Student: Answers: Score:
-------- -------- ------
Charlie A. A D A B D C ... 4/6
George ...
3
votes
3answers
515 views
why does an Excel column formatted as number lose its leading zero when the column is formatted as text?
I have to export a spreadsheet to CSV. One of the columns is a zipcode with east coast zipcodes that have a leading zero. When I reformat that column as Text hoping to preserve the leading zero on ...
1
vote
2answers
531 views
How to paste Excel data as fixed-width text?
If I copy data in Excel and paste it in a text file, I get tabs between cells. That's not good, I want spaces - and I want the columns to be aligned. How can I achieve this without a lot of effot ...
1
vote
0answers
41 views
How to link a page using live-template and text-data
I'm totally new in the field of confluence and i have a problem i obviously can not solve on my own.
Building up my wiki i created a live-template so i can make sure every page has got the same ...
0
votes
0answers
73 views
Name a abbreviated letter to a word
I wanted to name the the letters like PT or PIT as Pressure Transmitter or anything with P will be named as pressure and anything ending in T as transmitter. I want a cell funtion that can name all ...
1
vote
1answer
34 views
Automatic replacement of expressions
Maybe this can be achieved through (extended) regular expressions, but I really don't know if or how. There seems to be a way to access "things that are found" by using $1, $2, … but I have no idea ...
1
vote
1answer
39 views
What's the best way to view lines X through Y of a large file?
I have a very large text file and I want to view, say, lines 2000 through 2010 (with the line numbers included)
I know one sort of roundabout way of getting there:
sc -l [file]
cat -n [file] | tail ...
0
votes
2answers
143 views
Regex find-replace big file [duplicate]
Possible Duplicate:
Is there a text editor for very big files?
I need to find a text editor that can replace a regex in a 250MB file without crashing. I tried:
EditPadPro
NotePad++
Is ...
1
vote
2answers
77 views
Parsing two input files and comparing line existence
I need to take two text files and check to see if a line that exists in File A doesn't exist anywhere in File B.
Each line in File A that does not exist in File B should be copied to an output log.
...
1
vote
1answer
286 views
How to copy text from Java program?
I am using a Java program called JDownloader v0.9.581 and I wish to copy the full file and link list from main scrolling window. JDownloader has no way to save the full list as a text file.
I have ...
0
votes
1answer
215 views
Regular Expression to replace part of URL in XML file
I need a regular expression in Notepad++ to search/replace a string. My document (xml) has serveral thousand lines that look similar to this:
<Url ...
0
votes
0answers
82 views
Windows 7: Unreadable Text [closed]
I'm not sure what caused it exactly.
Screenshots:
Google Chrome: (Tab titles)
Chrome Screenshot
Steam: (Store Menu Titles, and Searchbar)
Steam Screenshot
I tried tweaking ClearType, System ...
1
vote
2answers
185 views
Sort each standalone line alphabetically
I want to sort some items in alphabetic order, but in a very specifc way.
I have, for example, the following list, each item separated by comma:
monkeys, big dogs, cats
pineapple, banana, orange
...
1
vote
0answers
92 views
Ms Excel 2010 Importing Data in One ROW and getting sum particular CELL
I am importing data by using .txt file to MS Excel and whole data is imported in ONE ROW. I want to get SUM of those values which corresponds to a particular Month. For Example :-
Name Month Total ...
1
vote
2answers
60 views
Simple document highlighting in Vim
I am looking for a filetype= argument that will format or color document
constructs such as lists, headers and sub headrs.
Particularly I want the filetype plugin (or syntax plugin) to interpret
...
0
votes
0answers
17 views
Ubuntu 12.04 - Terminal - Huge/Large text on each command line [duplicate]
Possible Duplicate:
Is it possible to change my terminal window prompt text?
I have been using "Ubuntu 12.04" for few days now (no previous Linux experiences at all) and I have noticed that ...
0
votes
1answer
58 views
Read a Section of Lines from a File in Linux
I'm trying to export lines 100 to 1,000,100 from a file with 62 million lines. So far I've found this command:
head -1100000 input > output
But head does not take an offset option.
Thoughts?
2
votes
4answers
299 views
What tools exist for generating “ASCII Tables”, if any?
Consider a block like the following:
+-----------------------------------+--------------------------+
| In Baseline | Not in Baseline |
...
1
vote
2answers
73 views
I need to shorten text search
I was wondering if it is possible to search for part of a text string. For example if the following is in cell A9:
[Agent Name & ID: Ted Simpson - 1008]
I am looking for a way to shorten it to
...
2
votes
1answer
69 views
Substitute large numbers of files according to style guide
I'd like to do a wholesale reformatting of our tests, and I'm cleaning up some inconsistent capitalization. I'm thinking of using awk to do this, since sed falls a little short, and since I need ...
0
votes
3answers
161 views
How can I sort a document according to a substring in each line on Win7?
How can I sort a text according to hashtag on Windows-7?
I have a long text (.txt format) which looks something like this:
Blah blah #Test
123123 #Really
Blah bluh #Really
klfdmngl #Test
I would ...
-1
votes
1answer
213 views
How can i remove <eof> characters in a text document [closed]
I am getting a error "Unexpected token "< eof >" "--- when I am running a query against a java based xquery library
So I would like to remove the < eof> characters-- how do I remove those? I am ...
2
votes
3answers
123 views
Find largest value of integer in repeating string
I have a script log file that looks a bit like this:
2012-9-16
Did something
Did 345 things
Script time: 244 seconds
2012-9-17
Did yet something
Did another thing 23 times
Script time: 352 seconds
...
-1
votes
1answer
25 views
Select pages do not display the way they should .. [closed]
I have Mozilla, IE, and Chrome and all three are doing the same thing. When i try to open websites (Facebook, ABC.com, history.com ECT..) they are coming up with just text all on the left side of the ...
1
vote
2answers
1k views
How to overlay text on Adobe Acrobat pdf file?
I have an Adobe Acrobat PDF file on Macintosh OS X Lion that I need to overlay some plain text on top of at a particular position relative to the original PDF. Previously I have created a Microsoft ...
1
vote
1answer
521 views
Copy colorful terminal (emulator) text output and paste as HTML?
I want to write notes (in HTML format) when learning linux. When I need to note colorful terminal text output, I want the color of terminal text can be remained in my notes, eg:
Note 1: Test
The ...
2
votes
1answer
343 views
Live Linux Distro for text only mode
I'm looking for a linux distro where I can boot into it via USB, run a script on startup and shutdown. I need bare minimum, but I also need network drivers. Also need to save files across reboots.
...
1
vote
3answers
189 views
Create a hyperlink from URL and title in Excel
I'm trying to construct a hyperlink from a URL and a name in different cells.
a1 = http://www.example.com/
b1 = example
c1 = <a href="http://www.example.com/">example</a>
What I want ...
1
vote
2answers
156 views
How to prevent Firefox from opening up too many tabs
I wanted to view .cpp source code in FireFox so I selected FireFox as the application to open it with and checked "always do this" but when I clicked the link new tabs kept opening up and wouldn't ...
0
votes
2answers
61 views
Why does winXP need to turn on the hard drive to copy text to clipboard?
I was typing some text in notepad on my Eee PC with Windows XP on it, and at some point HDD stopped (it usually stops when there is no disk activity for some time). When I needed to ctrl-x a few ...
1
vote
1answer
279 views
Restoring window text size to default in Windows 7 x64
On Windows 7 Home Premium 64-bit SP1, I changed the text size to 150% (Control Panel -> Display). This worked fine; all text was scaled up correctly. However, when I tried to change it back to default ...
0
votes
1answer
1k views
Windows - Combine multiple text files into a single text file [duplicate]
Possible Duplicate:
Any command-line or batch cmd to concatenate multiple files?
I have over a thousand text files which I would like to combine into a single text file, is there any way to ...
4
votes
1answer
249 views
Text folding in OpenOffice Writer
I'd like to be able to fold sections of a document in OpenOffice Writer. Is it possible to expand or collapse sections of a document in OpenOffice Writer (or any other word processor?) Many source ...
0
votes
0answers
66 views
How to create a text file from column and FTP that text file to server
I don't know much about VB and need to do the following tasks.
My question in short is "How to create a text file from a excel sheet column and FTP that text file to a server?"
Situation:
I have ...
1
vote
1answer
133 views
Desktop text that's always on top and loaded from file pereodically
I want to have custom text printed on my screen always on top. I tried rainmeter software and i could not find option to load text from file on my system or in any other way.
What i want to have is ...
2
votes
0answers
143 views
Text tagging/analysis tool for Mac
I'm a doctoral student doing research in the humanities. As part of my research I have gathered together a lot of interview text. To analyse this data I want to be able to easily tag sections of text ...
3
votes
3answers
454 views
Deleting Duplicated Lines In TEXT File?
I am trying to cleanup a text and for some reason every line duplicated 3 times am i able to get ride of duplicates with regex or tricks or do you know a software which could do that , text file is ...
1
vote
0answers
70 views
Inputting formatted IRC text in Pidgin
What plugin or software is available to use Pidgin's native text formatting system to allow IRC messages to be sent with formatted text?
2
votes
2answers
250 views
Fixing Corrupted Text
I Have text which looks like this:
supposed to undergo yearly cardiac exam in order to stay on transplant list. But, there are > patients who are missing important cardiac information. It is yo
...
0
votes
2answers
137 views
Replace Array Of Characters With Another Character With In Text File?
Is there any tool to replace some characters with another one but at once , i mean for example i have text file like this :
.>+&5+B0"0,9,04A?@"56/!3
Replace each of this character with ...
0
votes
1answer
182 views
API/Tool for mining unstructured text?
I wish to create a concepts map from unstructured text. For example
Desired input: find "/" -name "*.txt"
Desired output: concepts-graph.dot
In other words, I want to mine my text files and create ...
0
votes
1answer
896 views
Need an excel macro to produce a formatted text file
I am just learning how to make macros and I found a macro that nearly does what I need it to do, which is output a text file from Excel.
What I need it to do is output this in a .mhd format, which I ...
-1
votes
1answer
847 views
Using Windows Batch Files to Filter a TEXT File & Create 2 files: Non-Alphanumeric & Alphanumeric
Windows batch files to execute this task:
I would like to read a text file in which the variables are in quotes and are on seperate lines.
If the variable is Alphanumeric, then it goes in the ...
0
votes
2answers
89 views
What tool can I use for scripted text manipulation?
Use case: I often have to deal with bad input data from my managers - malformed XML, CSV or other text files. I have to maually edit them into a usable format, which I normally do using a combination ...
1
vote
3answers
2k views
How can I batch rename all files in a folder to '.txt'?
Can I change all files in my folder (extensions like .log01012010, .log02012010) to .txt?
So I can search through all the files with the built-in Windows 7 file searcher?
1
vote
1answer
111 views
create multiple files from single text file based on headings
I have what I think is a really simple problem to solve (preferably with OS X / *nix terminal tools rather than windows command line).
I have a manuscript formatted in markdown with # (H1) denoting ...
0
votes
1answer
132 views
Less not scrolling immediately on long lines (xterm-256color vs vt100)
When I press 'j' in a text file with long lines, it won't proceed to
the next line until I've pressed j 'n' times.
So if I have a file:
a
b
c
d
e (long line that displays as 5 lines on screen)
...
0
votes
2answers
55 views
How to calculate a column of sums or test inequalities?
Given
34-2
34-5
34-3
I'm looking to obtain
34-2=28
34-5=29
34-3=31
Or, this would also be helpful:
given:
34-2=5
34-5<=34
34-3=31
I'm looking to obtain
! 34-2=5
34-5<=34
...
0
votes
1answer
248 views
Append line length at end of each line
Given input:
tree
branch
the desired output is
tree 4
branch 6
What is a *nix available command that does this?