Jesús Leganés-Combarro
Jesús Leganés-Combarro
https://beta.openbadges.org https://coderbits.com/
Allow to have the achievements in several languages, as far as one of them is english (as a lingua franca).
Develop and add a module to access to FAT filesystems using the [FatFS](http://elm-chan.org/fsw/ff/00index_e.html) library so we can have a basic filesystem where to start working on. Maybe it's not the...
Allow to compile and run Pycorn on the Rapsberry Pi board. I have in background since a lot of time to port PyMite to the Rapsberry Pi, but I don't...
Usar una unica grafica para mostrar el numero de dosis entregadas (¿quizas apiladas las de distintos fabricantes?) y el numero de dosis administradas, asi si ve mejor la relacion entre...
Mostly fixes #3, so other things can be done in other modules. Also add some cleanups and tuneups, like returning the updated diff on `resize()`.
In terminals, a window is a sub-region of the screen, similar to boxes in [blessed](https://www.npmjs.com/package/blessed). I've review the code and it's focused on generating ANSI diffs to be directly printed...
Allow to provide and offset and a window size where to write so updates can be done on arbitrary windows, not only the full terminal screen. This could allow to...