| Projects on Google Code | Results 1 - 7 of 7 |
日本語が使える文芸的プログラミングツール
2009-12-18: 以前作った日本語のtexを画像に変換するtexHtmlを公開して見る。
http://kweb.googlecode.com/hg/texHtml-0.01b/
Nuweb is a simple literate programming tool that works with any
programming language and LaTeX. It can also generate HTML.
Nuweb was created by Preston Briggs.
The HTML scrap generator was contributed by John D. Ramsdell.
Scrap formatting and continuing maintenance at Sourceforge
was by...
==texcaml==
...is a tool to insert TeX into OCaml comments. It allows you to produce nicely typeset documents from your programs.
...is implemented in [http://caml.inria.fr OCaml].
<wiki:comment>
*NOTE: the online demo may be offline on Tuesday, Dec 22, between 11:00 and 15:00 UTC (8:00-12:00 in Argentina)*
</wiki:comment>
_(El texto en castellano se encuentra más abajo)_
==What is Litero?==
Litero is an Online Public Access Catalog (OPAC) that attempts to imple...
The *`MOTHER`* Literate Operating System takes one of the trickiest areas of computer programming and aims to open it to everyone by using the Literate Programming methodology of Donald Knuth.
The aim of the project is to write the entire OS in a {{{WEB}}}-based programming language so that the s...
many time i must produce xml from java model. usually we shoud use a heavy api library for this task, Sax, DOM, ecc. but using this api we lost readability of xml contnte. This library purpose an exmple a few class to create xml (using SAX) via human readable api
{{{
...
@Override
public...
A framework to make automated tests more readable, to the point where they are (give or take a few dots and brackets imposed by our programming language of choice), written in plain English. This means that we can easily write automated tests that clearly test business requirements. We can also have...