Tagged Questions
0
votes
3answers
40 views
Formatting plain text in C#
I am trying to format text that will be sent in an email to a user. Currently, I am simply printing to the console to make sure the formatting is correct. I used all the escape characters I found ...
0
votes
1answer
31 views
Generating txt file in complex format from Matlab datas
I'm relatively new to Matlab and currently using it to calculate pressure cards for rapid dynamic applications on RADIOSS.
The function is done and can calculate Time-Pressure points.
For the moment I ...
-2
votes
2answers
45 views
Preserving the format of a text file over a socket [closed]
I'm sending a text file over a socket where it is received and output. So I've converted it to bytes. However, when it is output, the text file is simply dumped as one long string which ignores the ...
1
vote
1answer
28 views
How to smoothly align text output
Is there anyway to do this in python?
I have a bunch of misaligned text that essntially looks like this (copied from above linked question) :
column1 column2
------- ...
0
votes
3answers
28 views
PHP - taking a text input with formatting
I'm quite new to PHP and I have a question. Is there a way to make a textbox, that could accept text with formatting? As far as I know the "regular" textarea is able to accept only raw text with no ...
1
vote
1answer
35 views
Formatting Text in a Table in Python
I'm having issues creating a table that is dynamic to adjust to various results.
I've written a screen scraper to pull stocks from http://finance.yahoo.com and print the company name, it's symbol, ...
0
votes
0answers
25 views
Visual Studio creating extra lines
I've looked at several threads here on stackoverflow and elsewhere, but I can't seem to check the right box to fix this formatting problem. Everyone else on the dev team formats like this:
...
0
votes
1answer
32 views
Is there a way to store and display HTML with CSS to achieve text formatting in Android?
I'm creating a note taking app for Android and i would like the user to be able to format their text, i.e. bold, different text sizes.
What I would like to know is how can I do this bearing in mind ...
0
votes
0answers
7 views
Raw text autoformating
I have a lot of raw text that comes from OCR with tesseract. The text can have lists, titles with uppercase letters, paragraph.
I would like to display the text on a webpage with formatting and ...
3
votes
3answers
89 views
Flat file normalization with a dynamic number of columns
I have a flat file with an unfortunately dynamic column structure. There is a value that is in a hierarchy of values, and each tier in the hierarchy gets its own column. For example, my flat file ...
0
votes
0answers
13 views
Text format for saving information about a human
I need advice about what kind of text format can I use to store information about a human.
We have vCard, googleContacs, org-mode, addressBook and so on. I want format, in which I can store contacts, ...
0
votes
1answer
148 views
How to display text in the same format as added in mysql text field using php echo
I want to display a large amount of text using a php echo command. I have that data stored in mysql database table in a text field. What i want to achieve is that the data should be displayed in the ...
0
votes
2answers
54 views
How to create a syntax file for text files?
I wish I could format pieces of text in standard text files.
I would like to select a phrase or a word, invoke a simple command, and format it with these formatting:
bold
italic
underline
red font ...
-1
votes
1answer
83 views
How to format a text file using Python or any other programming/scripting language? [closed]
I would like to know how to format a text file using Python or any other programming/scripting language?
current format in text file is like this:
ABALONE
Ab`a*lo"ne, n. (Zoöl.)
Defn: A univalve ...
0
votes
0answers
85 views
Redmine text formatting per-project
I want to set different text formatters in different Redmine projects. E.g. users of one project prefer textile, users of the other - markdown. But Redmine has single global setting for text ...
-1
votes
1answer
79 views
Reading text from a file in c# and acting according to character [closed]
I am relitively new to coding c# for web applications, but have some knowledge in c#.
I am trying to read a text file (example below) and produce a webpage with format based on the characters used to ...
0
votes
4answers
47 views
How to efficiently remove the first few chars of a row in text file?
Example of 2 rows in text file (abc.txt):
PMIP_TSD_2012120323.csv:03/12/2012,22:51:53,CAU TACS,TS,PPT4I_TS22, AJAY,595959,P,Legal Exit,(6 0) AJAY,G1234567M,SERVICES P L,8401352W,
...
0
votes
2answers
31 views
Format text inside a column
In my HTML table, the width of a column increases, when the text inside is larger than the column width. I can use overflow:hidden to keep the width in a fixed size; But i want to do something like ...
0
votes
0answers
77 views
ios: UIButton title format delay
I've got some buttons where I left align and line wrap the title text.
When I run the app, there is a delay from where the text is unformatted:
To when the alignment and wrapping take effect:
...
0
votes
2answers
40 views
Casing text depending on punctuation [closed]
Which would be the most efficient way to change a text to it's proper case depending on punctuation marks and fix formatting (whitespace, etc)?
the qUiCk BROWN fox:: jumped. over , the lazy dog.
...
0
votes
0answers
54 views
Tutorials or tools for formatting text box input? [closed]
I'm writing an app that I want to have something like the box in Tumblr for tags that fancies up the input you give it as you write it in:
Can anyone recommend some good resources, tutorials, or ...
0
votes
0answers
53 views
Rendering an AttributedString that contains line breaks in a Graphics2D object (Java)
I'd like to render an AttributedString that possibly contains "\n" characters in a given Graphics2D object. I thought of using TextLayout, but the latter doesn't support line breaks (and AFAIU ...
2
votes
0answers
128 views
C++ output formatting error
I was working on output formatting on C++ when I came across this weird error. Here is a sample of my code used to print info contained in an array:
int store;
while(table[i]!=NULL)
{
...
-1
votes
1answer
167 views
Text formatting in Python [closed]
I have a file that has the following format:
01*13345233000*7677082000*0335
02*1*Ground*Workshop*640.80*11.46*7344
02*2*First*Office/Labs*300.81*14.10*4241
02*3*Ground*Workshop*774.46*11.46*8875
...
2
votes
3answers
161 views
How to format output in Perl?
I have a Perl code responsible for formatting output. Problem is I need to calculate correct number of tabs to be put before one particular character in each string (let's say it's /). So instead of ...
0
votes
0answers
64 views
com.lowagie.text.pdf.BaseField Multiline Option
I am printing an address to a PDF, so I have a restriction on how much space I can use. I use a TextField and I use a MULTILINE option for BaseField. My question is, is there logic on how I can count ...
1
vote
1answer
63 views
ruby gem to paginate text into wrapping columns
Is there any simple gem or method to print an array (or CSV rows) as a text table, that automatically follows to the bottom line and then wraps to column 2, 3, etc. from the top as long as the ...
0
votes
2answers
65 views
Justify wrapped text in html
I am trying to do a left justify on a field by using:
<TD ALIGN="left" WIDTH="20%" > #PrimaryKeyValues#</TD> ...
1
vote
3answers
271 views
Formatting text data with C++ or any windows scripting language
This may be a simple task but at the moment I really have no clue how I could do this in a simple way.
I have the following situation, I have a script written in COFFEE, the scripting language of the ...
0
votes
0answers
175 views
Keep text formatting (tabs) when submitting from html form (text box)
I'm trying to preserve the indentation (tabs or not) from the text box in a form when user clicks on submit and request stores the data to the DB. I loose all the formatting for obvious reasons. Also ...
1
vote
3answers
264 views
Parsing and reformatting CSV/text data using Python
sorry if this a bit of a beginner's question, but I haven't had much experience with python, and could really use some help in figuring this out. If there is a better programming language for ...
0
votes
2answers
117 views
Tool to convert CSV data to stackoverflow friendly text only table?
Is there a online tool which converts csv data to stackoverflow friendly table? Similar to mysql rendering of results on command line.
2012-05-02,palani,My first comment
2012-05-02,raja,My second ...
1
vote
1answer
77 views
Display footnote character in text
I have a checkbox that the text needs to display a footnote character of '1' but can not figure out the + or & sequence to get it to display properly. Can anyone help?
<asp:CheckBox ...
-2
votes
1answer
254 views
Reading text file with style (bold, italics…)
Is it possible to read a text file with PHP with styles?
My client doesn't want to write any code (even [b][/b]) and he has to send those text files to some translators to translate them into 4 ...
2
votes
1answer
163 views
Text-template library in c++ for formatting mails, reports
I'm searching for simple way to have mail/report text templates, with variables, and loops of variable elements. For example:
Template is:
List of files is generated in __FOLDER__. It contains:\n
...
1
vote
2answers
794 views
Add <p> tags to plain text paragraph
I am trying to write a script to automate a rather long and painful process I am required to do at work.
Scenario:
In short, I am given a text document that has 4 lines of text and two line breaks, ...
0
votes
1answer
333 views
Drupal: Text Field, remove formatting tags
I have a Text Field added to a Content Type and I want to add a PayPal button in this field.
When I display the page, it shows the HTML in its entirety... rather than just the button.
Anyone know ...
1
vote
0answers
47 views
I have two files that have the same character ('\n' or 10 in ASCII) but display differently. Why is this?
They're both .iif files, except one is generated by QuickBooks and the other is generated by an application I wrote. I've looked at the binary, and as far as I can tell there is no reason why they ...
0
votes
1answer
352 views
Is there a way to enter multiple lines of text (stored as a String) as Java code without formatting it?
(For just multi-line strings in Java, see: Java multiline string. This question below may bleed out into different answers considering the web app and HTML output context.)
Is there a way to enter ...
0
votes
5answers
328 views
PHP mysql formatting text
I have the following code which works fine to format text from an SQL table. It seems a little long winded though.
It will create paragraphs from the line breaks but ignore header and list tags (not ...
0
votes
1answer
368 views
How to Scale SVG rectagle to fit the svg text element
So here is the problem:
I am trying to create dynamic buttons that have text. The text will be generated dynamically so the svg object doesn't know the size of the text. There are two things that I ...
0
votes
1answer
466 views
Getting formatting from word documents using c# interop
Am using Word Interop adn C# to build a program at work and one of the features in it is getting a word count.
Now this can't be the Word word count as i need to emulate the word count of a CAT toool ...
1
vote
1answer
1k views
NumberFormat parsing currency value failure
Why is the following generating parse exceptions when parsing using the Currency instances of Number format.
float f1 = 123.45678f;
Locale locFR = new Locale("fr");
...
0
votes
0answers
63 views
android - using formatted files
is it possible to use a formatted text document that contains different size/colour text in a scrollView?
i have found some code that lets me use a .txt file but this is plain text and is not ...
2
votes
2answers
491 views
Android: Can I have a mixed format text in TextView
I need to have a mixed format text in Android app
something like
"Hi how are you"
maybe even with different colors
is there a way to do it from the xml configuration of from the java code?
5
votes
3answers
476 views
How to format text in php when we have 2 or more options
I'm trying to make a simple script that allow formatting text and submit it.
Here is the form:
<html>
<head>
<title>
</title>
</head>
<body>
<form ...
7
votes
4answers
1k views
Inserting indentation for columns in Vim
Using Vim I'm really a fan of the visual mode that allows you to insert text before a column.
Insert some spacing after the arrows,
> one
> two
> three
can be done via <Ctrl-V>jjI ...
0
votes
1answer
498 views
printing a tuple with a tab between the values
I have a text file like the one below:
this000is00a00test001251!!
this000is00a00test001251!!
this000is00a00test001251!!
this000is00a00test001251!!
I have the following code to parse through it:
...
1
vote
1answer
253 views
NSAttributedString / NSTextTab Alignment Issue
GOAL:
I'm attempting to use NSAttributedStrings (in conjunction with NSTextTabs) to create the following layout:
[ Title # ] <-- Useable in NSTableViews, NSMenuItems, etc.
[ Another ...
0
votes
1answer
397 views
text-based C++ terminal GUI library
I'm looking for a way in which I can align/format text output to the terminal window in C++, independent of the terminal window's size (I'm not looking to use iomanip with setw() or whatever). There ...

