News

Markdown2Pdf A simple library to convert markdown to pdf, using Java ##Why Sometimes, it might come in handy to create a pdf version of a markdown file. This library combines several other libraries ...
Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java; it enables Java programs to define a new class at runtime and to ...
Software comprehension is an important part of software maintenance. To understand a piece of large and complex software, the first problem to be solved is where to start the understanding process.