Posted by artodeto on Sunday, July 12. 2015
I needed to convert a VCF file into a CSV file by fetching the important and readable informations.
Thanks to the bazzline component it was a quick win/no brainer. You can find the result here . It is written under GPL-3 License .
How to use it?
open a terminal / command line
git clone https://github.com/stevleibelt/incubator
cd incubator/general/vcf_to_csv_converter
./converter
Posted by artodeto on Monday, July 6. 2015
I am happy to announce the release of 1.1.1 of bazzlines cli readline component for php .
Important changes are:
Since Version 1.1.1
fixed bug in nested arrays and dealing with closures
Since Version 1.1.0
removed unused DebugManager
moved from project namespace "Autocomplete" to "Readline"
Since Version 1.0.0
Whats so super cool about this component? Creating a php command line script with autocomplete was never that easy !
Posted by artodeto on Monday, July 6. 2015
I am happy to announce the release of 1.5.3 of bazzlines csv component for php .
Important changes are:
Since Version 1.5.2
Since Version 1.5.1
Since Version 1.5.0
Since Version 1.4.0
started cli example to easy up usage
added "rewind" call when using reader::readAll() and reader::readMany()