-
HTML5
Parsing HTML: A Guide to Select the Right Library
HTML is a markup language with a simple structure. It would be quite easy to build a parser for HTML…
Read More » -
Python
Parsing In Python: Tools And Libraries
This is an article similar to a previous one we wrote: Parsing in Java, so the introduction is the same.…
Read More » -
JavaScript
Parsing in JavaScript: Tools and Libraries
This is an article similar to a previous one we wrote: Parsing in Java, so the introduction is the same.…
Read More » -
JavaScript
Translate Javascript to C#
Let’s say you need to automatically port some code from one language to another, how are going to do it?…
Read More » -
JavaScript
Writing a very simple JS editor
There are nice web editors out there which are ready to be used: you just download them and plug them…
Read More » -
Python
A template system for Google Docs: Google Drive automation and PDF generation with Google Execution API
My consulting business is getting more steam and I am starting to be annoyed by the administrative steps. Basically when…
Read More » -
Python
Python reflection: how to list modules and inspect functions
Recently I have been playing with some ideas about applying static analysis to Python and building a Python editor in…
Read More »