0.0
Instruments outgoing HTTP requests, exports spans to PingOps backend via OTLP, and supports manual tracing with custom attributes, domain filtering, and header redaction.
2021
2022
2023
2024
2025
2026
0.0
Required is a utility to require all files in a directory.
Why would one want to require a whole bunch of files at once? I have used this
gem on 2 projects to:
- require dozens of jar files when working on a JRuby project
- pull in all files before running code coverage (rcov), to find code ...
2021
2022
2023
2024
2025
2026
0.0
Inline allows you to write foreign code within your ruby code. It
automatically determines if the code in question has changed and
builds it only when necessary. The extensions are then automatically
loaded into the class/module that defines it.
You can even write extra builders that will allow ...
2021
2022
2023
2024
2025
2026
0.0
Atomic cognitive processing cycle (11 phases, 3 modes) for brain-modeled agentic AI
2021
2022
2023
2024
2025
2026
0.0
A gem to be used with serpapi/bert-base-local-results model to predict different parts of Google Local Listings. This gem uses BERT model at https://huggingface.co/serpapi/bert-base-local-results in the background. For serving private servers, head to https://github.com/serpapi/google-local-resul...
2021
2022
2023
2024
2025
2026
0.0
A Ruby client that wraps the OpenAI API through the Helicone AI Gateway, providing session tracking, cost attribution, and an agentic framework for building AI applications with tool/function calling.
2021
2022
2023
2024
2025
2026
0.0
A HAML to ERB converter for migrating Rails views. Handles tags, attributes, Ruby code, blocks, filters, and interpolation.
2021
2022
2023
2024
2025
2026
0.0
Models cognitive cocooning — fragile ideas enter protective shells, gestate at complexity-appropriate rates, and emerge transformed. Premature exposure risks idea death.
2021
2022
2023
2024
2025
2026
0.0
AsciiSourcerer provides APIs for specialized use of AsciiDoc (attribute extraction, special conversions), YAML (tag handling), and Liquid (Jekyll-based rendering, custom tags, etc).
2021
2022
2023
2024
2025
2026
0.0
This gem reserves the name. The full Mentant platform is at https://mentant.ai
2021
2022
2023
2024
2025
2026
0.0
Second-order Theory of Mind for brain-modeled agentic AI. Recursive belief attribution, false-belief detection, and social alignment modeling.
2021
2022
2023
2024
2025
2026
0.0
Evaluates cognitive inputs by relevance (effect/effort ratio). High-effect low-effort inputs get attention; irrelevant inputs filtered. Based on Sperber & Wilson (1986) Relevance Theory.
2021
2022
2023
2024
2025
2026
0.0
Track customer journeys, attribute conversions, know which channels drive revenue. Simple 4-call API: init, event, conversion, identify. Works with Rails, Sinatra, and any Rack application.
2021
2022
2023
2024
2025
2026
0.0
Periodically sends a ping command to prevent MongoDB Atlas free-tier clusters from becoming inactive.
2021
2022
2023
2024
2025
2026
0.0
A Jekyll plugin that automatically enhances Markdown links with Bootstrap CSS classes, security attributes, Font Awesome icons, and context-aware styling. Simplifies link management across Jekyll sites by handling styling, external link protection, and icon injection without manual intervention.
2021
2022
2023
2024
2025
2026
0.0
Lightweight DSL for building test data objects without ActiveRecord. Define factories with default attributes, apply traits for variations, and use thread-safe sequences for unique values.
2021
2022
2023
2024
2025
2026
0.0
A gem for ingesting ATProto repository data from a Tap service (extension of the Skyfall gem)
2021
2022
2023
2024
2025
2026
0.0
ValidationInspector lists ActiveModel validation callbacks and their conditions (if/unless), including attributes and custom/proc validators.
2021
2022
2023
2024
2025
2026
0.0
# mdtoc - Markdown Table of Contents
Read Markdown files and output a table of contents.
## Installation
Requirements:
* [Ruby](https://www.ruby-lang.org/en/) (see [.ruby-version](./.ruby-version))
```bash
gem install mdtoc
```
## Usage
```bash
mdtoc --help
Usage: mdtoc [options] files or ...
2021
2022
2023
2024
2025
2026
0.0
Ruby is a beautiful language. It is expressive, elegant, and reads almost like
English. This is exactly the problem.
At some point, someone decided that because Ruby can read like English, it
should read like English - and then they implemented the wrong kind of
English. The kind where the subje...
2021
2022
2023
2024
2025
2026