Top "Formatting" questions

The process of transforming text or data for presentation.

Currency formatting in Python

I am looking to format a number like 188518982.18 to £188,518,982.18 using Python. How can I do this?

python formatting currency
How to print formatted BigDecimal values?

I have a BigDecimal field amount which represents money, and I need to print its value in the browser in …

java formatting bigdecimal number-formatting
Java decimal formatting using String.format?

I need to format a decimal value into a string where I always display at lease 2 decimals and at most 4. …

java formatting decimal
Is it possible to auto-format your code in Dreamweaver?

Is it possible to auto-format your code in Dreamweaver like in Visual Studio (ctrl+k+d)

html formatting dreamweaver code-formatting
How does one output bold text in Bash?

I'm writing a Bash script that prints some text to the screen: echo "Some Text" Can I format the text? …

bash console formatting echo
(Excel) Conditional Formatting based on Adjacent Cell Value

I'm trying to apply conditional formatting in Excel on a range of cells, based on the adjacent cell's value, to …

excel formatting conditional
Converting newline formatting from Mac to Windows

I need a conversion utility/script that will convert a .sql dump file generated on Mac to one readable on …

windows macos formatting newline utility
Format a BigDecimal as String with max 2 decimal digits, removing 0 on decimal part

I have a BigDecimal number and i consider only 2 decimal places of it so i truncate it using: bd = bd.…

java formatting bigdecimal
Set color of TextView span in Android

Is it possible to set the color of just span of text in a TextView? I would like to do …

android text formatting textview
Xcode source automatic formatting

As a C# developer, I have become highly dependent on the automatic formatting in Visual Studio 2008. Specifically, I will use …

xcode formatting keyboard-shortcuts