This CLI utility facilitates effortless manipulation and exploration of TOML, YAML, JSON and RON files.
A random name/phrase generator
mdbook-codename is a preprocessor for mdBook that displays the filename of your codeblocks.
Convert Ubuntu versions to codenames, and vice versa
Django-shaped batteries-included web framework for Rust: ORM + migrations + auto-admin + multi-tenancy + audit log + auth (sessions, JWT, OAuth2/OIDC, HMAC) + APIs (ViewSet, OpenAPI auto-derive, JSON:API) + jobs (in-mem + Postgres) + email + media (S3 / R2 / B2 / MinIO + presigned uploads + collections + tags) + production middleware (CSRF, CSP, rate-limiting, compression, idempotency, etc.).
An LLM-powered CLI tool to help you be a better spymaster in Codenames
CLI for browsertap - tap into your live browser from the command line
Daemon process for browsertap - HTTPS + WebSocket hub managing browser sessions
Shared types, token system, and protocol definitions for browsertap
Detect the operating system type and version.
Docker-based agent sandbox: a skinny chroot of the host for running coding agents alongside your normal workflow
A minimal Debian/Ubuntu APT repository proxy written in Rust. Exposes a valid APT repo structure over HTTP, sourcing .deb packages from GitHub Releases.
Codename gem randomly generate codename based on list of names. Supported names: * stars - Western constellation names * elements - Elements names * colors - Color names * cyclones - Names of tropical cyclones * random - Random numbers (00000 - 99999)
Generate consistent-codenames from any string (Heroku style, aka Haiku)
A libary for Twitter's new Streaming API codename Hosebird.
Generates a fancy codename reflecting your application's version
CodeName: Merci (thanks) https://www.youtube.com/watch?v=nWylbGC2KnQ ... An extensible Twitter client living inside the Fry and Pry REPLs.
Convert Debian/Ubuntu codenames to version numbers and vice-versa
This gem is one half of the gamification system, codenamed "Naga", for unit testing created for my dissertation project. It works in hand with the web application accessible at https://naga-unit-testing.herokuapp.com/.
Material Design (codenamed Quantum Paper) is a design language developed by Google. Expanding upon the 'card' motifs that debuted in android, Material Design makes more liberal use of grid-based layouts, responsive animations and transitions, padding, and depth effects such as lighting and shadows.
# Footman This gem is still growing. ## Installation Depends upon having reprepro tool installed (if debian based) or createrepo installed (if red hat based). Ruby 1.9.+ is required to use this gem. 'createrepo' (rpm) tool does not require any pre-setup to the repository or watched directory. - - - 'reprepro' (deb) tool requires pre-setup. The repository directory for deb files must contain: <pre><code> conf/ conf/distributions conf/options conf/override.precise </pre></code> options file is empty, but needed to make reprepro happy distributions file will contain: <pre><code>Origin: Tyler Label: Tyler's Personal Debs Codename: precise Architectures: i386 amd64 source lpia Components: main Description: Tylers Personal Debian Repository DebOverride: override.precise DscOverride: override.precise Origin: Tyler Label: Tyler's Personal Debs Codename: lenny Architectures: i386 amd64 source lpia Components: main Description: Tylers Personal Debian Repository DebOverride: override.lenny DscOverride: override.lenny </code></pre> Note that the code name is for each distribution repository you support. for each distribtuion repository you support there must be an override file. override file can be left empty, footman will fill it out when a new package is added. The watched directory must have sub directorys named after each of the distribution repositories you support. For example my watched directory at /path/ will have two subdirectories: <pre><code>/path/lenny/ /path/precise/</code></pre> Packages must be dropped into the subdirectory that corrosponds with the distribution they were built on. - - - Add this line to your application's Gemfile: gem 'footman' And then execute: $ bundle Or install it yourself as: $ gem install footman Or locally: $ gem build footman.gemspec $ gem install footman --local ## Usage footman path/to/watch path/to/repo ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request