0.0
A small Ruby helper for generating Schema.org JSON-LD for local SEO, service pages, GEO/AI visibility and the BiteMediaSEO pozycjonowanie stron Szczecin offer at https://bitemediaseo.pl/.
2021
2022
2023
2024
2025
2026
0.0
This script allows you to easily automate the downloading of the latest version of any sourceforge project (as stored up to 31/12/2006) from any of sourceforge server by having it parse the web pages for the project and extract the latest release. It supports connecting through a proxy if either...
2021
2022
2023
2024
2025
2026
0.0
A collection of shortcuts and helpers for leveraging a request's env in Rails, such as including a browser-specific stylesheet if one exists or putting a short version of the user agent in the CSS classes of the body tag. This eliminates the need for most hacks or conditional comments since you...
2021
2022
2023
2024
2025
2026
0.0
Spreen — the falcon's stoop, then the preen. Walks the current directory for media files with a given extension and rewrites their filenames so the space after the track number becomes a configurable delimiter and `N-` disc prefixes become `DiscN/` subdirectories, dry run by default, via the trac...
2021
2022
2023
2024
2025
2026
0.0
# CheckTCPMemory
This is a simple Nagios/Sensu check that checks that the current TCP memory usage is below the maximum allowed in the Linux kernel. This will find leaking TCP sockets.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'check_tcp_memory'
```
And then e...
2021
2022
2023
2024
2025
2026
0.0
A gem for handling exceptions thrown inside your Rails app. If you include the
gem in your application controller, wrangler will render the error pages you
configure for each exception or HTTP error code. It will also handle notifying
you via email when certain exceptions are raised. Allows for c...
2021
2022
2023
2024
2025
2026
0.0
Because Solr sometimes fails, it happens. It might be a maintenance work you have to do or just Out-Of-Memory problems. If you are running search-sensitive Rails app, you have to deal with it.This gem was developed to postpone your index tasks automatically into a sidekiq queue if Solr engine bec...
2021
2022
2023
2024
2025
2026
0.0
Toy is a pure-Ruby transformer LM that compiles to a native binary
via Spinel. Inference (KV-cache decode on CPU/CUDA/Metal), training
(LoRA/full-FT/from-scratch via tinynn-FFI'd ggml), GGUF load + save,
Tao-compatible events.jsonl emission. As a gem, it exposes the
primitives a research project ...
2021
2022
2023
2024
2025
2026
0.0
A Ruby gem for Google's Protocol Buffers messages using three different encodings JSON
based syntax instead of the original binary protocol. Supported formats
- Hashmap: A tipical JSON message, with key:value pairs where the key is a string representing
...
2021
2022
2023
2024
2025
2026
0.0
Process Control is a wrapper to allow easy control for any external daemon type process. The
Process Control app is minimal, such that there should never be any errors and the process can
run in a daemon state yielding a consistant means for controlling a child process. The child
process being...
2021
2022
2023
2024
2025
2026
0.0
Binaryparse is a simple Ruby DSL to parse semi-complicated binary structures. This includes structures dynamic in length, which cannot be handled by DL::Struct or BitStructEx. It is similar to ActiveRecord in syntax
2021
2022
2023
2024
2025
2026
0.0
The instance_accountant gem is designed to be used to account
for hourly resource consumption, such as EC2 instances, using
Subledger, the double-entry accounting API.
It can account for both cost (amount owed to AWS) as well as price
(amount owed to instance owner). If you r...
2021
2022
2023
2024
2025
2026
0.0
A simple scored search plugin for ActiveRecord models. Suited for small projects with little needs for scalability and a reserved attitude towards technical debt (i.e. ElasticSearch, Solr, ...).
2021
2022
2023
2024
2025
2026
0.0
XMigra is a suite of tools for managing database schema evolution with
version controlled files. All database manipulations are written in
SQL (specific to the target database). Works with Git or Subversion.
Currently supports Microsoft SQL Server and PostgreSQL.
2021
2022
2023
2024
2025
2026
0.0
Torquebox (http://www.torquebox.org) is a JBoss Application Server that will run your
Rack and Rails apps in JRuby. Torquebox provides a number of additional functionality that you might find useful, such
as messaging, background services, and scheduled tasks. Configuring those is incredibl...
2021
2022
2023
2024
2025
2026
0.0
Sentinel Blue provides a plugin outputing to Azure Sentinel for Logstash. Using this output plugin, you will be able to send any log you want using Logstash to the Azure Sentinel/Log Analytics workspace. You can utilize a dynamic table name during output to simplify complex table schemes.
2021
2022
2023
2024
2025
2026
0.0
Wukong-migrate, inspired by rails, makes updating database schemas and settings painless and straightforward.
Utilizing your app's models and the settings discovered by Wukong-deploy, only a simple migrate script is required
to be able to make changes to databases. Keep your databases in sync wi...
2021
2022
2023
2024
2025
2026
0.0
Fabric is a small ruby app to perform tasks on servers via SSH. Built around net/ssh and taking heavy inspiration from Capistrano, it currently focuses on managing remote users and their keys on clusters of servers. It does this without the need for a process/daemon/dependency or even ruby being ...
2021
2022
2023
2024
2025
2026
0.0
This is a simple package that generates simple statistical info on
numerical data sets of a single variable. It's nothing too fancy, but
maybe just enough to coat your numbers with a thin layer of science. Or,
at least to get you thinking about what it may take to do so.
2021
2022
2023
2024
2025
2026
0.0
You've seen Getopt::Long, OptionParser, Thor? What the world needs now is one more command-line parser. This serves as a backend command line parser that passes the option-parsing portion of it off to OptionParser, Trollop, or any other option-parser that has an adapter[^adapter]. But the part...
2021
2022
2023
2024
2025
2026