Tagged Questions

0
votes
1answer
43 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 …
17
votes
11answers
831 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 …
0
votes
3answers
242 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?
5
votes
9answers
603 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 …