JSON for Objective Caml is an implementation of the JavaScript Object Notation for the Objective Caml programming language. JSON is a lightweight data interchange format presented as a simpler and thinner alternative to XML. For more information on JSON, visit http://www.crockford.com/JSON/index.html.
XML-Lit is a simple program to perform very basic literate programming with any XML-based markup language. It uses James Clark's Expat XML parser to weave (convert to a form suitable for processing) and tangle (extract the source code from) your XML documents. It has only been tested with DocBook at the moment, but there is no reason why it should not work with any arbitrary XML markup.
Re: utopia > This algorithm always stops even if you > ask f(-1), you must remember that the C > int is not an infinit set as the math Z. > when the counter gets to the value >...
Re: utopia > int f (int n) > { > if (n==1) return 1; > return n * f(n-1); > } > > A super intelligent compiler would > replace f(3) to the value 6. We...
Re: The importance of a good bug-tracking system is paramount Well, if they won't play by the rules, then they have no place on the testing team and they should get fired for consistently being suc...