It may refer to Text formatting, Content format, File format, Document file format, etc.

learn more… | top users | synonyms

0
votes
0answers
5 views

Mac OS-X disk file format

I need to format an external hard disk on a MacBook Pro (USB connection). In the disk utility, Erase tab, I can only choose between these formats: MacOS Extended (Journaled) MacOS Extended ...
0
votes
1answer
46 views

Delphi - Format Filename from FTP

okay, I've the following problem: I like to get a list of all .txt files on my FTP Server in a special folder. I solved this already. if IdFTP1.DirectoryListing.Count>0 then for i := 2 ...
0
votes
1answer
12 views

Android Call log date convertion

I have a call log backup from my Android mobile phone, and I'm trying to know the date & time of the calls. The log says: <HTCCALLOG> new=1 numbertype=3 duration=28 number=PERSON'S PHONE ...
0
votes
1answer
17 views

How to center align columns of different lengths using numpy.savetxt in Python?

I have several lists that contain both strings and floats as their elements. import numpy as num COLUMN_1 = ['KIC 7742534', 'Variable Star of RR Lyr type' , 'V* V368 Lyr', 'KIC 7742534', ...
0
votes
1answer
23 views

Get year format from a given Date format

I have a localized date format. I want to retrieve just the year format in Java. So if I am given mmddyyyy I would like to extract yyyy. if I am given mmddyy, i would like to extract yy. I cannot ...
-1
votes
1answer
34 views

Formatting php timedifference based on days

I'm calculating a timedifference with this bit of php and formatting it in days, hours and minutes. // Compares expires_at with the current time $now = new DateTime(); $future_date = new ...
0
votes
0answers
5 views

Java XML RPC date iso 8601 with timezone

I am having a hard time trying to make a web service client work. It is a XML RPC specification. I am using Apache WS XML-RPC library, which I find full of holes that causes problem due to ...
0
votes
1answer
21 views

Format (spread) text in DefaultListCellRenderer

I have a list of expences that looks like this : My List I would like the elements of the list to appear as if formatted with \t : PRODUCT NAME PRICE DATE PRODUCT NAME PRICE DATE ...
0
votes
3answers
101 views

in C, what is “%n” ? and how does this code work? [duplicate]

In c programming language, what's the placeholder "%n" ?? and how the following code works ? char s[150]; gets(s); int read, cur = 0,x; while(sscanf(s+cur, "%d%n", &x, &read) ...
-1
votes
0answers
14 views

data starting at 0 is in unknown format

My code is as follows ZipFile zf = new ZipFile(sourcePath, "GBK"); When the program execution to it,the program crashes the log is as follows java.lang.RuntimeException: data starting at 0 is in ...
-1
votes
4answers
28 views

How to write a Regex format to accept a query string and a date?

I have a query string with a datetime value and input of like "?sincemodified=2013-04-02T08:34:12Z". How to write an optional Regex format to accept above? I wrote the below but failed: ...
1
vote
0answers
13 views

Hive custom XML input

I have some issue with xml input for the hive table. My hive version is 0.10 I created table by this statment: CREATE EXTERNAL TABLE logAlert (storexml string) STORED AS INPUTFORMAT ...
0
votes
0answers
7 views

Can't format DateTime value in Local Report?

I want to format the values in a DateTime column (in Tablix in Local Report) as month/year and I've tried various ways but it has been working unexpectedly and in a strange way, here are what I tried ...
0
votes
1answer
13 views

How to judge whether a file is a nv12 format file?

I have a file, I want to know whether it is NV12 format, how to judge a file is a nv12 format file? Is there any tool or test code?
0
votes
1answer
29 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
36 views

Yii datepicker in gridview filter changes format after ajax request

like in the subject. I have a CGridView and Yii's datepicker in one of the filters. I have a format set to yy-mm-dd but after I put the value and the GridView use ajax to adjust the data - format is ...
0
votes
2answers
14 views

Converting Julian date to Java date but still cannot get Month

I am trying to get day ,month and year from a Julian date. String date = "13136";//Julian date Date convertedDate = new SimpleDateFormat("yyDDD").parse(date); ...
0
votes
1answer
19 views

Passing parameters in link_to tag - rails 3 throwing error

In my Rails application, I have a link_to field with the parameters, but it is not going to the action specified. Is there anything wrong with the format of link_to given below. <%=link_to "Add ...
0
votes
1answer
13 views

How to set same key-bindings for different syntax? Sublime Text 2

How do I set same key-bindings for different syntax in Sublime Text 2? For example, I have three different formatting packages for HTML/CSS, Javascript, and Python. I would like them to have the same ...
2
votes
6answers
59 views

Formatting list in python

I have a list containing the numbers 25-1. I'm trying to print it out like a gameboard, where all the numbers match up: I found out how to add the lines to the list by doing this: _b = map(str, ...
-1
votes
2answers
27 views

I need \r\n instead of \n in text

When I open a file in Python and read it in I get this format: Data\r\n\r\n\t When I paste it I get text without formatting characters, which I encode like this: encoded = clipboard.encode('utf8') ...
0
votes
0answers
13 views

Integer into actual name [duplicate]

Can't really think of how to explain this question in the title. Basically, if I have the number, (7 for this example), is there a way to write that as a string, but to the actual number, like "seven" ...
0
votes
3answers
30 views

Format Date while fetching the result of query

Ok, here is another one: I want to get the output from a mysql-query in a specific date format. Unfortunatley my code does not work. It must have something to do with "->format()", since without it I ...
1
vote
2answers
44 views

jQuery datepicker set format

How to set format to this DD, d MM, yy I have try this and this is not working... $( "#datepicker" ).datepicker(); $( "#datepicker2" ).datepicker(); $( "#datepicker" ).datepicker("option", ...
1
vote
0answers
10 views

MS Excel: custom money format [migrated]

Need to represent decimal number as "## hrn. ## kop.". Example: 1.2 => 1 hrn. 20 kop. 3 => 3 hrn. 00 kop. I've created custom cell format: 0," hrn. "#0" kop." Result is: 1.2 => 1, hrn. ...
0
votes
0answers
7 views

Eclipse: List All Search Results When Viewing Results As A List?

Eclipse has a "Show As List" option for ctrl+H search ( multi file ). You get this option by going to the far right corner of the Search View and clicking the triangle icon. The list is composed of ...
0
votes
0answers
9 views

Change date/time format from NWS (PHP)

I would like to take the expiration date and time of weather advisories and convert them into a more "civilian friendly" format. The format given in the CAP feed I look at is like this: ...
1
vote
2answers
31 views

HTML Post With Format “Blog”

I am working on a personal website, http://dummycode.com and I am having one issue, or rather a bothering time-consuming scenario. Since I am a new user I cannot seem to post more than two links, ...
1
vote
1answer
22 views

oracle column heading interferes to another column

I have problem with Oracle 10g database headig format. I have this code COLUMN id HEADING "Rodné|číslo" FORMAT A10 COLUMN name HEADING "Meno" FORMAT A20 COLUMN surname HEADING "Priezvisko" FORMAT A20 ...
0
votes
0answers
31 views

How to format an incoming sms into different parts?

how can i format a paragraph into different parts which is an incoming sms.For example Android 5554 I wan reading a book. So how can i set the first line in the paragraph as a string the next as an ...
1
vote
0answers
65 views

What are the format specifiers I can use?

I'm using code::blocks with windows to program in c. Lately, I've hit a few problems trying to find out the addresses and values stored in the addresses of floats, long longs, etc. I've figured out ...
0
votes
1answer
19 views

Replace string where it has .rpt

I want read a string in java which has something like xyz.rpt abcde.img erhteds.doc aqwer.rpt and modify the string which has .rpt in it. If string has .rpt at the end I need to change it to .doc ...
0
votes
3answers
42 views

Java Time/Date format

Simple question it's night here and I don't want to wait till morning At 6AM: SimpleDateFormat sdf = new SimpleDateFormat("HH"); Will sdf be 06, or just 6 Thanks.
0
votes
2answers
31 views

how to format timespan in wpd DataGrid?

I had a TimeSpan saved into SqlCe in ticks, and when i load the data in a DataGrid i want to format this value in HH:MM:SS. I try it with this: <DataGridTextColumn Binding="{Binding tiempo, ...
0
votes
1answer
36 views

How do I check if my input on form is in 0000/0000 format?

I have a JFrame form with 2 text fields, both accept string as input, but one of those strings needs to be entered in format 0000/0000 (eg. 2008/0123), so it needs to have EXACTLY 9 characters. How ...
0
votes
4answers
37 views

Tabular Data Exchange Format

Background: I have used CSV for data exchange format in Asp.Net (C#) web application. The file usually used to do bulk upload for requests. It works fine until now and it still works. However during ...
0
votes
2answers
48 views

Formatting output python

I have some code to print a dictionary in a certain format. However as the number of channels can vary, I want to change this format. But I wonder if it can be done as an easy adjustment to what I ...
0
votes
1answer
49 views

Creating array from file and formatting with Powershell

What I'm trying to do: Get User logon statistics with Powershell using get-winevent (ID: 4624). If you know of a better way, I'm not opposed to other suggestions. I've gotten it to work, but it's ...
0
votes
2answers
22 views

Java custom implode methode like in PHP

I am trying to replicate the php function implode() in Java. This is what I made: private String implode(String delimiter, Map<String, String> map){ StringBuilder sb = new StringBuilder(); ...
0
votes
4answers
36 views

String 3 decimal places

I've been searching for the answer and cannot seem to get it to work ... Example 1 Dim myStr As String = "" myStr = "38" I want my result to be 38.000 ... Example 2 myStr = "6.4" I want my ...
1
vote
0answers
12 views

Change the RequestFormat globally for every routes in Symfony 2 application

Is there a way to change the default html RequestFormat for all my routes in the application? This might work, but I need to set this to each individual route: article_show: pattern: ...
0
votes
3answers
54 views

Save PHP date string into MySQL database as timestamp

I am trying to save a datestring in PHP into a MySQL database as timestamp datatype. I found a lot of posts about this, but none of them worked for me. This is what I've tried: $date = ...
2
votes
1answer
18 views

Hide first “Zero” on a number value with xml

i'v got a problem... I Need to show some prices in my website from database. I'm using this function to show them: <xsl:value-of select="entry/name"/> My problem is this: due to "sorting ...
0
votes
2answers
43 views

Prevent automatic line breaks in a <code> tag

I have a html code tag, wrapped in in a pre tag with fixed width and am getting ugly automatic line breaks: What I want to achieve is, that the text is NOT automatically broken on spaces, but when ...
0
votes
0answers
18 views

Determing unsupported image formats for PDFBox

I have spent a few hours trolling through the mailing lists and bug tracker for PDFBox(http://pdfbox.apache.org/), and I am trying to determine what would decide a supported /unsupported image format, ...
0
votes
1answer
24 views

cannot have space when exceding three integer with f:converternumber jsf2

I want to see all number like that : 123 456.67 : a space when I exceeded 3 integer and always two fractions number I tested that : <f:view contentType="text/html" locale="en" ...
-2
votes
1answer
40 views

Datepicker display day of week in String format android

I have a Datepicker (not a DatePickerDialog) which allows customer select the day of the week. The problem is that I need display the day of the week in String format (MON, TUE, WED, THU,...), not as ...
0
votes
3answers
124 views

C# Input string was not in a correct format

I am receiving this error on the line that reads curPLTNOREL = Convert.ToInt32(DT.Rows[m]["PLT_NO_REL"].ToString()); below. The DataTable I am working with has 129,707 rows. Int m is starting at ...
0
votes
0answers
10 views

Return To Libc with Null byte in the addr

I am trying to perform a return to libc format string attack, but the address I want to write to ( 0x0804a000) has a null byte in it!! I have to read in my format string to snprintf so the null byte ...
-1
votes
1answer
51 views

what's the difference between using MMMM and MMMMM to extract the month's name using SimpleDateFormat [closed]

I guess the answer is none. If I use 4 or more "M" the result is the same. public static void main (String[] args) { for (int monthNum = 1; monthNum <= 12; monthNum++) { String ...

1 2 3 4 5 54