pkuca's Stars
nektos/act
Run your GitHub Actions locally 🚀
httpie/cli
🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
SeleniumHQ/selenium
A browser automation framework and ecosystem.
cockroachdb/cockroach
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
PrefectHQ/prefect
Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
pallets/click
Python composable command line interface toolkit
mikefarah/yq
yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor
vega/vega
A visualization grammar.
kubeshark/kubeshark
The API traffic analyzer for Kubernetes providing real-time K8s protocol-level visibility, capturing and monitoring all traffic and payloads going in, out and across containers, pods, nodes and clusters. Inspired by Wireshark, purposely built for Kubernetes
aws/chalice
Python Serverless Microframework for AWS
BurntSushi/xsv
A fast CSV command line toolkit written in Rust.
provectus/kafka-ui
Open-Source Web UI for Apache Kafka Management
brycedrennan/imaginAIry
Pythonic AI generation of images and videos
ast-grep/ast-grep
⚡A CLI tool for code structural search, lint and rewriting. Written in Rust
TomWright/dasel
Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.
bndr/pipreqs
pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward.
bitfield/script
Making it easy to write shell-like scripts in Go
ServiceWeaver/weaver
Programming framework for writing and deploying cloud applications.
jinzhu/now
Now is a time toolkit for golang
phoronix-test-suite/phoronix-test-suite
The Phoronix Test Suite open-source, cross-platform automated testing/benchmarking software.
cruft/cruft
Allows you to maintain all the necessary cruft for packaging and building projects separate from the code you intentionally write. Built on-top of, and fully compatible with, CookieCutter.
satmihir/fair
A Go library for serving resources fairly
psampaz/go-mod-outdated
Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists all dependencies of a Go project and their available minor and patch updates. It also provides a way to filter indirect dependencies and dependencies without updates.
nats-io/natscli
The NATS Command Line Interface
fatih/semgroup
Like errgroup/waitgroup, but only runs a maximum of tasks at any time.
Consdata/kouncil
Powerful dashboard for your Kafka. Monitor status, manage groups, topics, send messages and diagnose problems. All in one user friendly web dashboard.
actions-hub/gcloud
GitHub Action for interacting with Google Cloud Platform (GCP)
stustapay/stustapay
Electronic Payment System for Events using NFC Wristbands
blais/snakefood
Python Dependency Graphs
alecthomas/waitgroup
Like sync.WaitGroup and ergroup.Group had a baby.