Open-Source Software

By Sébastien Boisgérault, MINES ParisTech

January 31, 2018

Contents

Python

Wish


Selectable Return Values.
/

Bitstream


Binary Data for Humans.
/ /

Pandoc

coming soon

Audio

coming soon

Numtest

coming soon

Docbench

coming soon

Breakpoint

coming soon

About

coming soon

Javascript

Lua

Lua Element Tree

coming soon

Java

I am a Jython contributor. Jython a port of the Python interpreter on top of the JVM. It gives you all the goodness of the Java libraries without the pain of the Java language and of the compilation process.

Jython ElementTree (deprecated1)


I am the author of the first port of ElementTree to Jython.

EDONA/HMI


A subproject of the Systematic / FUI 3 EDONA project.

Notes


  1. Since ElementTree is a part of the standard Python library, the code has been merged into the Jython trunk (and totally rewritten since). Still, this project was a ton of fun: since we wanted ElementTree for Jython to work without changing a single line of its code, it was necessary to provide an expat-compatible API (expat is the XML C parser used by CPython) for the Java org.xml.sax standard library. Not for the faint of heart!