Top "Format" questions

It may refer to text formatting, content format, file format, document file format, etc.

How to create variable argument methods in Objective-C

Maybe this will be obviously simple for most of you, but could you please give an example how to create …

objective-c xcode format variadic-functions null
Ruby strftime: Month without leading zero?

Does Ruby's strftime have a format for the month without a leading zero? I found %e for getting the day …

ruby date format strftime
swscaler warning : deprecated pixel format used

I want to perform a color space conversion of my video frame before converting it to an opengl texture with …

ffmpeg format pixel
Formatting a date from an ODataModel in a SAPUI5 table

I have got a SAPUI5 table that is populated from an OData Model. One of its columns is a date/…

date format sapui5
How can I know if a TIFF image is in the format CCITT T.6(Group 4)?

How can I know if a TIFF image is in the format CCITT T.6(Group 4)?

image format tiff identification
C++, scientific notation, format number

Is it possible to format string in scientific notation in the following ways: set fixed places in exponent: 1 set fixed …

c++ format scientific-notation
Nested Json to pandas DataFrame with specific format

i need to format the contents of a Json file in a certain format in a pandas DataFrame so that …

python json pandas nested format
Common Lisp's equivalent of \r inside the format function?

Basically, I'd like to do the following, only using Common Lisp instead of Python: print("Hello world.\r\n") I …

format newline common-lisp
Formatting a date object to display a human readable date

Here's what I'd like to display: May 13, 2012 Here's what is being displayed: 2012-05-13 I searched for some answers and …

ruby-on-rails ruby date format
Python Scientific Notation precision normalizing

My goal is simply to convert a string such as "1.2" to scientific notation without adding additional precision. The problem is …

python format notation exponential