Projects

Here you’ll find some of the projects I’ve been working on in my spare time.

JTextFileParser

JTextFileParser ia a java package built for simplifing delimited text files parsing: It gives you a quick way for parsing a file, manage rows and row’s fields.

You may also export data to text or html files choosing to export the entire file or only a subset of it.

Read more

Simple Logger

Simple Logger is a small and simple java class that gives you a finer control when you have no alternatives on using the default System.out.

Read more