Variable amount of sub-reports in jasper

JasperReports is pretty straightforward when working with sub-reports. But you may need to display multiple different tables within a single report but without knowing how many tables will be needed in the final report. In this case, you need to have a dynamic mechanism. In the following example, a report with  a random amount of tables will be created. Continue reading Variable amount of sub-reports in jasper

Replacing contents of a text file with batch

I personally do not like always creating applications for basic tasks. This is even the case when writing an application is probably easier than doing the same with batches, but I like these challenges. In my case, I had a few videos I wanted to process with AviSynth. Rather than creating multiple copies of the AviSynth script, I wanted to create a template where all other derive from. Continue reading Replacing contents of a text file with batch