git-cinnabar
Git remote helper to interact with mercurial repositories
git-cinnabar is a git remote helper to interact with mercurial repositories.
Contrary to other such helpers, such as git-remote-hg, it doesn't use a
local mercurial clone under the hood, and doesn't require mercurial
(except to access local mercurial repositories).
golang-grpc-gateway
gRPC to JSON proxy generator for Golang -- binaries
Grpc-gateway is a protoc plugin that reads gRPC service definitions
and generates a reverse-proxy server which translates a RESTful JSON
API into gRPC. The server is generated according to custom options in
your gRPC definition and helps you to provide your APIs in both gRPC
and RESTful style at the same time.
osmo-cbc
Cell Broadcast Center
The Cell Broadcast Centre (CBC) is the heart of the Cell Broadcast Service
(CBS) as well as a variety of disaster/emergency warning systems (PWS).
bpython
fancy interface to the Python 3 interpreter
bpython is a fancy interface to the Python interpreter, and has the
following features:
buildbot
System to automate the compile/test cycle (server)
The BuildBot is a system to automate the compile/test cycle required
by most software projects to validate code changes. By automatically
rebuilding and testing the tree each time something has changed,
build problems are pinpointed quickly, before other developers are
inconvenienced by the failure. The guilty developer can be identified
and harassed without human intervention.