csvkit
csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats. It is inspired by pdftk, GDAL and the original csvcut …
csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats. It is inspired by pdftk, GDAL and the original csvcut …
Gocode is a helper tool which is intended to be integrated with your source code editor, like vim, neovim and emacs. It provides several advanced capabilities, which currently includes: Context-sensitive …
There are over one million Dockerfiles on GitHub today, but not all Dockerfiles are created equally. Efficiency is critical, and this blog series will cover five areas for Dockerfile best practices to help …
1. Learn the Essential Shortcuts2. Set Default npm init Properties3. Make Scripts Cross-Platform Compatible4. Run Scripts in Parallel5. Run Scripts in Different Directories6. Delay Running Scripts Until a Port is Ready7. List and Select Available Scripts8. Run Pre …
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Argo Workflows is implemented as a Kubernetes CRD (Custom Resource Definition). Define workflows where each …
Cirium offers two categories of services: Flight Data Services and Trip Data Services. Both are designed to provide real-time flight information for world-wide commercially scheduled flights. The main difference is …
Logrus is a structured logger for Go (golang), completely API compatible with the standard library logger.
Sparta is a framework that transforms a standard go application into a self-deploying AWS Lambda powered service. All configuration and infrastructure requirements are expressed as go types – no JSON or YAML …