Shortly introducing two newly registered packages: YAArguParser.jl and GivEmXL.jl: For details see the respective docs.
YAArguParser.jl is yet another parsing command-line arguments to Julia programs, the other ones being the popular ArgParse.jl, and SimpleArgParse.jl, of which my package is a fork, adding among other things a couple of features which I needed for GivEmXL.jl.
With GivEmXL.jl you can, with limited effort, create Julia packages usable by “non-Julian” colleagues. The user interaction is then based on XLSX (Excel, LibreOffice) files, the user doesn’t see a single Julia line.