Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

24
votes
11answers
2k views

Why is JSON important?

I've only recently heard about JSON (Javascript Object Notation). Can anybody explain why it is considered (by some websites/blogs/etc) to be important? We already have XML, why is JSON better (apart ...
8
votes
3answers
203 views

How are textual data files parsed in modern C++?

I am (too) often confronted with the task of having to parse textual data files -- the kind of textual structured data representation you used before "everyone" used XML -- that are some kind of ...
6
votes
9answers
991 views

Recommended data format for describing the rules of chess

I'm going to be writing a chess server and one or more clients for chess and I want to describe the rules of chess (e.g. allowable moves based on game state, rules for when a game is complete) in a ...
4
votes
5answers
242 views

Guitar tablature data format

I'm writing a quick front end to display guitar tablature. The front end is in Flash but I want to store the tab in some human-readable format. Anyone know of something that already exists? Any ...
4
votes
2answers
260 views

Design guidelines for parser and lexer?

I'm writing a lexer (with re2c) and a parser (with Lemon) for a slightly convoluted data format: CSV-like, but with specific string types at specific places (alphanumeric chars only, alphanumeric ...
4
votes
6answers
147 views

Preferred data-format for user-data in java applications?

I'm currently developing a desktop application in java, which stores user data such as bookmarks for ftp-servers. When deciding how to save these informations, I ended up using xml, simply because I ...
2
votes
1answer
155 views

can anyone explain the FBX format for me?

i use notepad++ to see the data structure of FBX model but i have some problems understanding it. Here is some info of a cube(side = 10) located in (0,0,0), can anyone tell me what do these members ...
2
votes
1answer
71 views

What data format can be written from Java (Clojure) and read by Paraview?

I have some Clojure code that generates a regular 3D grid of data (voxels). I want to write this to a file that can be later read by Paraview (and, possibly, other analysis/visualisation programs). ...
2
votes
2answers
121 views

NumberFormat Parse Issue

I am quite confused about this peculiar 'error' I am getting when parsing a String to a Double. I've already set up the NumberFormat properties and symbols. When passing a String with 15 digits and ...
2
votes
2answers
501 views

cant format datetime using dataformatstring

For some reason i can not format the text of my date in a gridview <asp:BoundField DataField="deptdate" HeaderText="Departure Date" dataformatstring="{0:ddd, MM/d/yyyy}" htmlencode="False" ...
2
votes
1answer
257 views

Where is the Thrift format specification?

Although Thrift format is relatively widely used (and project still alive), I haven't been able to find specification for the underlying data format. Or formats, given that there are apparently at ...
2
votes
4answers
188 views

jQuery changing data format from string

I have this string: 2010-09-21T15:48:12.754+02:00 I would transform it in this format: Tue Sep 21 15:48:12 CEST 2010 How can I do it with javascript or jQuery? Thanks a lot. MP.
1
vote
1answer
70 views

problems about texture coordinate in Obj format

as far as i know, texture coordinates should range [0,1] but in this obj file as follow, the texture coordinates seem to range [0,2] vt 2.0000 2.0000 0.0000 vt 1.7500 2.0000 0.0000 vt 1.7500 1.9750 ...
1
vote
1answer
33 views

What's a good way to “standardize” the format of web content for importing into an app?

I'm working on a project where one of the requirements is to import articles from a website. The problem is that different websites have different formats. I could theoretically write some code that ...
1
vote
2answers
67 views

how transform the data from a format to another format

I have my date in this format yyyy-mm-dd and I save the date in this format as a String. Now I have the String and I want to know how can I get yyyy,mm or dd in 3 different String. Please help Thanks ...
1
vote
1answer
132 views

SQLServer 2008: Showing the Information with Money DataType in Classic ASP

I am using MS SQL 2008 to develop one system with Classic ASP. I want to show 3 Decimal Places the field Datatype is money. I got answer from this ...
1
vote
1answer
169 views

ASP.NET DataBoundField DataFormatString, how can I add html correctly?

I have a DataboundField in a grid. I'm trying to display a date in Euro format and the time. The time should be wrapped in a span with a css class applied to it. I am using this, ...
1
vote
2answers
114 views

The best format of data to send from browser to the java-based server with ajax?

I don't have a big experience in this kind of things, so I see the easiest way is sending key-value pairs as post parameters and then servlet container will parse these pairs and put to the parameters ...
1
vote
1answer
828 views

JavaDocs for Tibco datagrams (TibrvMsg)?

Does anyone know of available Javadoc for Tibco rvd datagrams (specifically, class "com.tibco.tibrv.TibrvMsg")? It is not hard to decompile classes to get signatures, but that does not tell a lot ...
1
vote
3answers
1k views

Set DataFormatString on DataGridView at Runtime?

Is it possible to set the DataFormatString property of a column or cell in an ASP.NET DataGridView at runtime?
0
votes
1answer
132 views

Only first letter by DataFormatString

I have a column when I bind enum: <telerik:GridViewComboBoxColumn Header="N/U" DataMemberBinding="{Binding VehicleCondition}" ItemsSourceBinding="{Binding Source={StaticResource Locator}, ...
0
votes
2answers
32 views

Lightweight data format

As known, JSON is lighter data format, than XML and it is more preferable to use. But when you transfer big arrays of objects with the same structure, JSON is overload with data too. For example: [ ...
0
votes
1answer
267 views

how show raw xml string in Telerik RadGrid columns without rendering

i have a boundedColumn In my telerik RadGrid As string Type -> some xml codes ... how can i show that column (raw xml) in that RadGrid without rendering? my problems : my grid direction is right to ...
0
votes
3answers
184 views

DisplayFormatAttribute not working

I am using MVC3 with Razor and EntityFramework. To handle event scheduling I have a StartDate, StartTime, EndDate, EndTime using jquery datepicker and timepicker. I am trying to use the ...
0
votes
1answer
117 views

Formatting Column in RADGRID

I am binding a datatable having a column with values like www.google.com,www.google.com. But I like to render only one www.google.com in RADGrid.How can I achieve it with data format string?
0
votes
2answers
587 views

ASP.NET MVC - DisplayFormat attribute

In my model i've the MyDate property that has datetime type. I sign the property with the DisplayFormat attribute in this mode: [DisplayFormat(ApplyFormatInEditMode = true, DataFormatString = ...
0
votes
1answer
251 views

Adding a png to clipboard

I have a simple question. What do I use as a DataFormat when saving a png to the clipboard. An example that works for Bitmaps is: DataObject data = new DataObject(); data.SetData(DataFormats.Bitmap, ...
0
votes
1answer
449 views

afconvert in iPhone reference library

Can you give me some information about using afconvert in iPhone to convert file formats? Or let me know some links that give me basic information on afconvert. I want to know the commands used - ...
0
votes
1answer
264 views

Formatting applied to boundfields in gridview is not working

I have the following columns in a gridview, one is a date and the other one is a dollar amount. I applied the formatting and set the HtmlEncode property to false, however the values still come up ...
0
votes
2answers
135 views

How do I get ShortDateFormat in classic asp

In asp.net I'm using this one: System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat.ShortDatePattern Is that possible to get it in classic asp?