Tagged Questions
0
votes
0answers
42 views
AS3 - Changing text color inside a sprite, then publish it
I have a sprite-container with some formatted text in it. I know that I can change its color via TextFormat, but a container is quite handy since I put many text fields in it, and I can change their ...
0
votes
1answer
18 views
Format text with tags in AndEngine
AndEngine.
Is it possible to display the text of the edited tags html or others.
Such as the color of some words in the text.
1
vote
1answer
11 views
Formatting code inconsistency
public static bool IsAwesome { get { return true; } }
public static bool IsAwesome { get { return true; } }
My question is: why does the second one work while the first one doesn't? I used the ...
0
votes
1answer
40 views
Python date formatting (0/0/0000 style)
I just have a simple question, I want to print out the date in a "0/0/0000" format, but the way that it's coming out is in a "0, 0, 0000" format. How could I change this? It has to do with this part ...
0
votes
1answer
48 views
Break up long line of text into lines of fixed width in Python 2.7
How would I break up a long string, at the spaces where possible, inserting hyphens if not, with an indent for all lines apart from the first line?
so, for a working function, breakup():
splitme = ...
0
votes
1answer
65 views
Is there a way to write formatted text from Python?
If you are writing to a file with python, is there any way to make certain parts of the text bold, italic, or underlined ?
i tried:
test = '/location/tester.rtf'
out_file = open(test,'w')
...
0
votes
0answers
20 views
JSON Keeping only certain fields
I have a JSON file and I would like to save only the jobID and exec fields in a separate file. Here is the format of the file,
"2595272":[{"jobID":"2595272",
"account":"A-ch51",
...
1
vote
0answers
56 views
Copying formatted text from Text widget in tkinter
I'm working on an APA citation maker in Python using tkinter. I use the Text widget to display the citation once it's generated, but whenever I copy the text (using the ctrl+c shortcut, at the moment) ...
0
votes
3answers
94 views
Joining Multiple Lines in Python (Text Formatting)
I am working on pulling logs through an web API and so far when pulling the logs they return in the following format (3 events below starting with and ending with . My question is what would be the ...
0
votes
0answers
16 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
0answers
21 views
Input type text auto trunks numbers
I've been searching through the web, also through stackoverflow, and no answer I've got so far for my issue.
I've a form with an input type text. Ok. So from my DDBB script controller I get some ...
1
vote
3answers
87 views
Export from Excel to txt preserving especial date format
I had been using a code to copy data from excel to .txt removing any unwanted characters, for input to another application:
Public DirRoot As String
Public CasNam As String
Public Sub Export()
...
-6
votes
3answers
73 views
how to properly format in for loop
I have a problem with a loop.
It formats text like this:
cat
cats
blablabla
end
instead of this:
cat
cats
blablablabla
As shown in the screenshot, on each line I would like to ...
0
votes
3answers
422 views
Format text in bluetooth printer
actually, I have to implement a module the which connect to a BT termical printer and print in it. I have a simple but functionally example, it works with the printer. The problem is that these text ...
2
votes
1answer
77 views
How to save data to a text file in a specific format in Matlab?
I am a beginner in Matlab and I need help to output my X and Y coordinates in such a format:
X-142232Y77639
X-148878Y63979
X-154215Y49757
X-158196Y35097
It is a column of X and Y strings.
Now I ...
2
votes
3answers
777 views
Java Generating Formatted Report in Text file format
Halo,
I have been looking for a way to generate a nicely formatted report in text file using java.
For example, I might need to print a report in the following format
A ...
1
vote
0answers
28 views
Data format for text annotations
The diff format is more or less the de facto standard for representing differences between texts and is widely used by programmers to distribute source code changes. Most version control systems can ...
0
votes
1answer
40 views
I need to use the format method to substitute an unknown number of parameters into a text file
The pagesubs() function reads a text file into a string,then uses Python's format() to substitute for arguments given in the subs parameter.
Here are examples:
My attempt was as follows:
def ...
1
vote
5answers
109 views
Format csv cells as text with python
I am giving a row of data to write to a csv file. They are mostly float type numbers. But when it writes to the csv file, the cells are default in custom format. So if I have an input number like ...
0
votes
1answer
373 views
javascript text field format currency?
I have multiple text fields that, once filled, the final text field is updated automatically via javascript, my problem is that I'd like to format this last field as currency but I have no idea where ...
-1
votes
2answers
140 views
How to get text file from Flash AS 3.0 [closed]
I have develop one game in flash (AS 3.0) its format is .swf and at the end of the game, i want the game score to be saved as .text (.txt) format with same as file name (.swf name). Saving of score ...
0
votes
1answer
48 views
customizing output from database and formatting it
Say you have an average looking database. And you want to generate a variety of text files (each with their own specific formatting - so the files may have rudimentary tables and spacing). So you'd be ...
-3
votes
1answer
62 views
Formatting a line ready text into human readable format
any ideas to make a line ready text into human readable format?
example
On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of ...
-1
votes
1answer
377 views
text editor for php content management
I need to use editor for editing the content of my website in admin panel. I can do this by simply using textfields and textarea, but I need my content be saved with text format, for example, I must ...
1
vote
4answers
383 views
Actionscript-3: Dynamic Text
To start off, I am quite new at Actionscipt, so please bear with me. I am trying to make a text field that changes as the variable date goes up. This is my coding (it is on a layer):
var day:int = 1;
...
2
votes
1answer
111 views
Perl - Format text data before writing to a file
I am writing data in a file. The file will look like this.
[section1] [section2] [section3]
[section1] [section2] [section3]
I am not writing data to the file directly.
I am first appending rows in ...
2
votes
2answers
2k views
Converting text to JSON
How would you recommend converting a text file to JSON format?
I have a text file with about 500 bits of text in the following format:
[number in brackets or astriek]
[line1]
[line2]
[line3]
[space]
...
0
votes
2answers
232 views
Read, Slice and Re-structure data file block-by-block in Python
A text file generated by a fortran program contains "blocks" data, that need to be reformatted (Python script).
Each "block" of data in this file corresponds to the "Time:" specified in the ...
0
votes
0answers
751 views
Rich Text Formatting in FB Status updates [closed]
I did not find a "Suggestions" option in the Facebook homepage and hence, had to take this route. Pardon me, if this wasted your time.
I just realized that Facebook should introduce RTF (Rich Text ...
0
votes
2answers
1k views
Javascript select text and format textarea
I'm trying to allow users to do simple formatting of text in textarea used in comment system (poor man's text editor). Would like to allow them to select text with cursor and then click on a button ...
0
votes
3answers
535 views
Text indents on h1 and h3 tags and I can't remove it
I don't remember changing any CSS styles or code that would affect the h1 and h3 tag, however it now indents while the paragraph tag does not. I've tried looking all throughout my code and I am not ...
1
vote
3answers
435 views
Excel: Paste Special > Adding a “blank” cell with VBA
I have a large data set that I'm working with in excel. About 1000+ columns and close to 1 million rows.
My issue is that many of my numbers are formatted as text. To resolve this, I've been using ...
2
votes
1answer
104 views
Processing files in C under different operating systems
I am working with files in C. They are very, very huge files.
I read and write to these files (they are just formatted text files).
I give no extension to them;
I just say fopen("filename","r").
Now ...
2
votes
1answer
1k views
txt file format validation in java
What is the best way to validate whether a .txt file is:
In fact a .txt file and not another type of file with only the extension changed.
The format of the .txt file matches the specified format ...
1
vote
2answers
520 views
How to subtract dates from each other
I am using Groovy. I have parsed a textfile whose lines contain information, including dates. I now have just the dates, for example:
08:13:16,121
09:32:42,102
10:43:47,153
I want to compare the ...
2
votes
2answers
246 views
Python date/time conversion between text files
I have a hydrologic model text file output (export.txt) that looks like:
Units CFS
Type INST-VAL
1 01 Jan 1997, 02:00 1933.0
2 01 Jan 1997, 04:00 1918.0
3 01 Jan 1997, 06:00 1918.0
4 01 Jan ...
1
vote
3answers
165 views
make spreadsheet save in human-readable format for version control
Apparently gnumeric's native file format is compressed xml.
diffing binary files isn't easy, so you lose many of the advantages of version control
is it possible to get it to save (and load) its ...
1
vote
0answers
98 views
how to display text file in original format? Linux/Centos [closed]
I'm trying to read a text file whose size is bigger than my monitor. How do i display it on vim/gedit/emacs with its original size (with horizontal scrolling and with the original font..).
0
votes
1answer
266 views
Eclipse, GitHub - Text Format / Tab Indent Problem
i'm using an Eclipse based editor (Flash Builder) to write my code. i want to use GitHub as a remote repository but there are formatting conflicts caused by the tab indents.
for example, in Flash ...
5
votes
4answers
1k views
Is there a way to format text output in Ada
Is there a way to format the string being outputted?
I'm trying get a pretty view of the following output
1: Ashley | 01033438392 | Wellington, New Zealand | 1987- 4-14
2: Aloha | 01087651234 | ...
1
vote
1answer
630 views
ActionScript - setTextFormat() More Than Once on Same String?
i'm unsuccessfully attempting to assign a textFormat to two different parts of the same string, but the second time it doesn't register and remains the default text format. both styles (regular and ...
-1
votes
1answer
317 views
Change C:\Folder\File to C:\\Folder\\file
I am fiddling around with the following code. However, I need the file name restructured from the C:\MY FOLDER\MY FILE format to the C:\\MY FOLDER\\MY FILE format. How can I do this?
Public Class ...
1
vote
1answer
348 views
Rails: Keep simple_format from adding line breaks to lists?
Here's the input HTML:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ...
1
vote
1answer
927 views
Android - Format string with mask
I have a product number which I would like to format using a mask.
Example:
String productNumber = "0913014316";
String mask = "XX.XXX.XXX.XXX";
How do I get this following output: "09.13.014.316"?
...
2
votes
1answer
1k views
Style a JTextPane to have console-like formatting?
Is there a way to make the text in a JTextPane look similar to that of console output? By that I mean, basically, how each character is the same width, so that things like ASCII art, or spacing ...
1
vote
1answer
3k views
Convert Text to Number Format In Excel
How to convert text to number, especially negative value:-
9,669.34 to 9,669.34
2,553.57- to (2,553.57)
When I used this formula, =SUBSTITUTE(A1,CHAR(160),"")+0, it works well but only for ...
1
vote
2answers
750 views
How would I go about converting a hexadecimal representation of a private key to a OpenSSL supported format(PEM/DER/?)
The title basically says it all.
I have a hexadecimal string representing a private key, and for me to be able to use it with OpenSSL, I need to be able to convert it to some format supported by ...
0
votes
2answers
162 views
Line formatting with Ruby
There is a text file containing words with 1 space between each of them. And there is also a command line entry that gives the length of line (output) wanted. Output will be words that fit into the ...
2
votes
1answer
502 views
Python repr function problem
I'm dealing with some text parsing in Python and for that purpose, it's good for me to apply repr() function on each string I'm gonna parse, but after the parsing, I need to convert some parsed ...
1
vote
5answers
597 views
simple rand() question
I need a random 4 digit number
right now im using rand(1000,9999) that always gives me a 4 digit number but i eliminates 0000-0999 as possible results.
how do you pad a random number?
(also this is ...





