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.

learn more… | top users | synonyms

0
votes
1answer
12 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. Currently the definiton looks like (and I tried all varieties using XmlArray, etc.): [DataContract] public ...
0
votes
2answers
10 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
22 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
40 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
11 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
29 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
27 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
7 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
56 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
13 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
45 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
49 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
21 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 ...

1 2 3 4 5 266
15 30 50 per page