A generic term meaning the process by which text transformed into a more meaningful or clearer output. A typical example would be the transformation of a decimal into a particular currency format with the correct number of decimal places.
0
votes
1answer
15 views
Why are elements not referenced as a paramiter? (JS) [closed]
Why is the standard to be written as this:
circle.setAttribute("r", currentRadius*2);
and not this:
setAttribute("circle", "r", currentRadius*2);
?
What is the significance of the ...
0
votes
0answers
9 views
How to show hyphen in excel output of cognos report
We are creating reports in Cognos 10. Client has a requirement that when the reports are exported to excel then should be able to see a hyphen for NULL amount values but when they do some manual ...
0
votes
1answer
27 views
Unable to parse date format in Javascript
I'm working with D3 and am trying to parse the following date format
2013-06-16T07:00:00+0000
I've tried using the following code to parse it properly but it doesn't work:
var parseDate = ...
1
vote
4answers
25 views
Calculate group percentage to 2 decimal places - SQL
I have the following query:
SELECT hostVersion, CONVERT(varchar, 100.0 * count(*) / tot,1) + '%' as 'Percent'
FROM hostInfo,
(SELECT COUNT(*) as tot FROM hostInfo) x
GROUP BY hostVersion, tot
And ...
1
vote
1answer
21 views
Processing hugely varied JSON data from Facebook Graph API news feed
OK so I have authenticated fine and understand JSON including how to process it with PHP...
http://php.net/manual/en/function.json-decode.php
But my issues are that the JSON data that the API ...
1
vote
1answer
37 views
FormatString in GridView ASP.NET to show Currency without the '$' symbol
I'm using a GridView control in ASP.NET.
One of the columns has a currency value which requires that the '$' sign be not shown and the negative numbers be shown in parenthesis.
So my current ...
0
votes
0answers
5 views
Wordpress formatting wont work. No bullet points/spacing
I have a website and I cannot get the formatting to work at all. I am trying to use bullet points and spacing. I could enter a huge space on a page on my site and as soon as I hit publish it will ...
1
vote
1answer
25 views
Mysql table formatting with Ruby mysql gem
Mysql by default prints table results in mysql table formatting
+----+----------+-------------+
| id | name | is_override |
+----+----------+-------------+
| 1 | Combined | 0 |
| 2 | ...
1
vote
2answers
45 views
How can I deformat string with prices in python?
I got db where one of the field in record in table contain prices in form of string.
String itself is not a big deal - but price is totally unformatted:
$12,000.50
$3.50
From $3.50 to $12,000.50
...
0
votes
1answer
20 views
How to get rid of ArrayOf in generated WSDL for MessageContract
In my web service I want to get rid of the generated ArrayOf... definitions in the WSDL which are generated by calling ...service.svc?singleWsdl.
Currently the definiton looks like (and I tried all ...
1
vote
2answers
14 views
Mask numeric input in UITextField with Unit
I have created an UITextField with UIKeyboardTypeNumberPad:
tf = [self makeTextField:self.groesse placeholder:@"erforderlich"];
[tf setKeyboardType:UIKeyboardTypeNumberPad];
Now, I am trying to ...
1
vote
1answer
25 views
string.format, differing length breaks table
I am trying to format a list of lists into a table. It mostly works but if an element is too long it seems to break the table. Any idea why this is happening or what to do to ensure a well formatted ...
3
votes
1answer
45 views
How to Parse a DateTime String to Support 24 hours timing?
I'm trying to use DateTime.TryParseExact as below:
DateTime modifiedSinceDateTime;
var succeeded = DateTime.TryParseExact(modifiedSince, "yyyy-MM-ddThh:mm:ss",
CultureInfo.InvariantCulture,
...
1
vote
2answers
37 views
java.sql.Date formatting
public static void main(String[] args) {
java.util.Date utilDate = new java.util.Date();
java.sql.Date sqlDate = new java.sql.Date(utilDate.getTime());
System.out.println("utilDate:" + ...
0
votes
1answer
13 views
.NET web service returning valid date in JSON, js says invalid date
I have a web service that returns a JSON string, one of the properties of this string is a date. In debugging the web service I see1/28/2011 6:21:02 PM, however in the JSON string it is 2011-01-29 ...
1
vote
1answer
30 views
Generating formatted XML in Scala
I have some XML generated with embedded Scala, but it does not put the generated XML on separate lines.
Currently, it looks like this,
<book id="0">
<author>Gambardella, ...
0
votes
0answers
28 views
C code formatter/indenter in JavaScript [closed]
I'm looking for a JavaScript library that provides a function:
format_c_code(code);
it should take a string with C code, and return a formatted version of it.
e.g.
format_c_code('int main(){int ...
0
votes
0answers
10 views
Tabs to spaces impossible to achieve
I have a document styles.less which somehow has ended up with sections using tabs as indents and others with spaces.
I've used any number of methods to convert these tabs to spaces and nothing works, ...
6
votes
1answer
59 views
Colorize parts of the title in a plot using R
Is it possible to colorize parts af the title in a plot that is generated using R?
x = 1:10
y = 1:10
plot(x, y, main="title (slope=1)")
In this plot I'd like to change the color of slope=1 to red.
0
votes
0answers
16 views
Formatting a DataList before exporting to Excel
There are empty rows and no GridLineappearing currently on the Excel file that I've exported to. I've used the lines such as UserList.GridLines = GridLines.Both; but nothing appears after the Excel ...
3
votes
3answers
46 views
How can I summarize an object the same way Format-List does?
For example, looking at a processes threads shows something like this:
PS C:\> (Get-Process)[0] | Format-List -Property Threads
Threads : {1548, 1600, 15940, 13996}
But if you actually grab ...
0
votes
2answers
31 views
HTML Print Page Fitting
I have some HTML files that need to be printed out, but they are 2 pages long. I need them to be 1 page long and I don't want to have to fiddle with the HTML code endlessly to shrink it just a tiny ...
1
vote
1answer
51 views
Difference between # and // in php?
<?php
# some comment
?>
and
<?php
// some comment
?>
are used for single-line code commenting in PHP, and that former comes from shell scripting and // comes from C++.
...
1
vote
1answer
24 views
My email intents text display format is not right advice please
i have 3 text inputs like below:
name _____ <e.g JohnMclain "<--only a example haha"
date _____ <e.g 09/09/13
phone _____ <e.g 09765432100
when i click send button its displays ...
-2
votes
0answers
18 views
Batch format multiple excels [closed]
Is there a way to batch format multiple excels whether with a script or external application without opening the files? I have a large amount of excels with multiple sheets within that need the ...
-1
votes
1answer
13 views
How to change background color of cell if the two beside it have info [closed]
I have to fill out a daily time tracker sheet at work and have it formatted and sorted by color. I have a few columns that keep track of time spent on each individual project, one for the print time, ...
0
votes
1answer
23 views
Excel - Conditional formatting and field name look up
What I need to do is find which cell in a row is the lowest value and highlight it. Very simple, I can do this. However, I cannot figure uot how to copy this conditional formatting into the proceeding ...
0
votes
0answers
33 views
use of Html.fromHtml for multiline text on button
I am working on android keyboard where i have one problem.
Earlier i used Html.fromHtml to write multiline text on android button,
for this i used,
Html.fromHtml("<font ...
0
votes
1answer
15 views
user-generated XML, cross compatibility encoding
So my application has a form where users input text, and the text is stored in CDATA tags in an XML file. I've noticed the input sent from some users' computers can be saved in the XML just fine, but ...
1
vote
1answer
23 views
+50
How to preserve formatting while dumping a man page into a text file
Seems like this should be a pretty simple one, but I can't figure it out (obviously).
When I open a terminal window and run, for example, the command man ffmpeg, the output I see within the terminal ...
0
votes
1answer
43 views
Remove the list ID while writing to a file from R
I want to write the output of my R script to a text file. I am doing it with the help of
sink("filename");
However, my output from:
print(sprintf("%d%10f",key,value));
is in the format:
[1] ...
0
votes
3answers
32 views
Can parse one document, but not another
I have two XML documents, both formatted like this:
<?xml version="1.0" ?>
<article>
<body>
<![CDATA[
*some text*
]]>
</body>
</article>
and I ...
0
votes
1answer
18 views
PHPExcel Formatting Problems
I'm trying to make all rows below the main titles, starting with row three, formatted with alternating colors (white/grey). THe formatting for the titles is fine, but when I apply this code,
...
1
vote
1answer
15 views
Multiple JPanel Visibility
Sorry to bother with simple questions but as I learn JAVA I am having a few issues and the first one of those is with programing a GUI. I am first forming a JFrame and then placing JPanels within it. ...
-4
votes
0answers
40 views
Revising python code to pass variable to xml document
How can I re-write this so that my list imports successfully into a xml file. companyInfo has a matching variable in the xml template (which is a word document) which gets replaced during running of ...
0
votes
0answers
15 views
Data format management framework
The application I'm working on outputs data in a number of different contexts. HTML, PDF, Excel, JavaScript, and SQL primarily. Most of these have their own way of specifying a display format for a ...
0
votes
1answer
12 views
select X amount of points from a dataset
I would like to always select 30 points from a dataset
the dataset may have 30 points or it may have 5 points or it may have 100+ points.
What would be the logic for this, I want a resulting array ...
0
votes
1answer
12 views
Mis-alignment of asp:BulletedList <ul> when emptied
I have two asp:BulletedList's in a div "style=display:table". The idea is that one will contain asp:ListItems that the user can drag and drop between them to create another list of selected items.
...
0
votes
2answers
27 views
Formating bigdecimals sql oracle
To have a readable big numbers under oracle and to facilatet the reading, i'm looking for a way to add blank space to obtain something like that :
213537592384.236 ===> 213 537 592 384.236
The ...
0
votes
3answers
72 views
Change currency format in FastReport/Delphi
In FastReport, I want to change the format of a field that holds currency values.
Right now it uses the format %2.2n, which shows numbers as 1,234.50. I want to change this to 1.234,50 but can't seem ...
0
votes
3answers
50 views
How to align output to center of screen - C++?
I am working on a C++ console app. I want to execute and print all the stuffs at the center of app window screen ( horizontally + vertically) as shown below.
--------------------------------
| ...
0
votes
3answers
50 views
Formatting Numbers with Decimal
I'm trying to convert a number to currency with the codes below, but it is not what I exactly wanted.
NumberFormat formatter = NumberFormat.getCurrencyInstance();
But it shows like this
when I ...
0
votes
1answer
26 views
How do I keep formatting when pasting into a 'textarea'? [closed]
I have a dynamic website set-up, with 2 text areas I can paste into (title/body info). OF course, if I type into these test fields, it just displays the info on the main webpage as plain text without ...
0
votes
0answers
13 views
Vertical aligment of subfigure to the top edge [migrated]
I have a small problem with vertical alignment in LaTeX. I have 3 figures with different height and I want to show them in one figure (side-by-side). Unfortunately, by default they are aligned to the ...
0
votes
2answers
31 views
Removing Spaces in Perl when Printing to a text file
So I have this code in perl that parses an xml and i want the perl file to print out to the text file so that everything is in columns like so:
SpectrumIndex TotalIonCount Duration Spectrum
Integer ...
0
votes
2answers
30 views
Add comments or JavaDoc with no changes on the “real” code
Assume I wrote a long program without any comments and now I want to write add comments.
Is there a tool which confirms that I am just adding comments and not changing the "real" code?
For example ...
0
votes
0answers
66 views
write multiline text on button
I am working on a keyboard application in android, and I have a small
problem when writing text on a button.
I am trying to do something like this:
I have one solution. My string.xml is:
...
0
votes
1answer
31 views
Conditional Formatting a Row based on a Cell value using VAB
I am working on a speadsheet that takes the tasks that everyone is doing and pioritises them and i am having difficalty formatting the rows as word 2003 only lets you do three formats and i ahve ...
4
votes
0answers
58 views
Excel Cell Formatting Special Case
I have an interesting dilema and was wondering if someone might know if this is possible. I'm creating a .csv file using java and for one of the comma separated entries for each row is a url.
...
1
vote
1answer
33 views
unexpected number formatting output
I know there are plenty of question about this but I ddn't found anything reggarding this.
I try to format number following this format : value.ToString("N", new CultureInfo("fr-CA")). The type of ...



