A lightweight package with definitions for various validation rules, and helper services to consume said rules.
Equipped is a comprehensive, batteries-included, and opinionated full-stack framework for building robust and scalable applications with TypeScript. It provides a cohesive ecosystem of integrated components, including a server, database connectors, cachin
BGP valley-free routing AS path exploration library
Complex JSON-like data validation library
Provide an asynchronous LLM caller that can integrate with various LLM services, including Ollama.
A library and command line tool to provide different models for consistently generating graphs
Decode 1200-baud APRS packets from ka9q-radio RTP multicast audio streams
Convert IP addresses to memorable, family-friendly word groups. Interactive TUI with real-time autocomplete. IPv4 = 4 words, IPv6 = 6-12 words. Perfect reconstruction with progressive hints.
Pure Rust implementation of Minuit-style parameter optimization
DSP real time audio synthesis, effect algorithms and utilities for Rust
Algorithmic texture generator for Bevy.
A rebrand of RustTI - A fully configurable technical indicators library with over 70 unique indicators written in pure Rust.
Deterministic orchestrator for spatial transcriptomics: IO, field transforms, core math, and 3D export.
A fully configurable technical indicators library with over 70 unique indicators written in pure Rust
This is the theme for Sealicon valley
Pioneer Valley Books Rubocop Configuration
Silicon Valley Bank API helper library
Streaming to the ocean.
Valley Rails Generator is a rails generator developed by OSU Libraries & Press to speed up the creation of new Rails projects. It contains our commonly-used defaults.
Silicon Valley Bank API helper library
# Squash Migrations Periodically squash migrations to reduce overhead of the `db:migrate` Rake task. ## Creating a release 1. Create a new pull request that: - Bumps the version in `rails-squash-migrations.gemspec` - Updates `CHANGELOG.md` to include all noteworthy changes, the release version, and the release date. 2. After the pull request lands, checkout the most up to date `main` branch and build the gem: ```console $ docker run --rm -it -v $(pwd):$(pwd) -w $(pwd) ruby gem build ``` 3. Publish the gem: ```console $ docker run --rm -it -v $(pwd):$(pwd) -w $(pwd) ruby gem push rails-squash-migrations-X.Y.Z.gem ``` 4. Create and publish a git tag: ```console $ git tag X.Y.Z $ git push https://github.com/Pioneer-Valley-Books/rails-squash-migrations.git X.Y.Z ```