0.0
== DESCRIPTION MMS2R is a library that decodes the parts of an MMS message to disk while stripping out advertising injected by the mobile carriers. MMS messages are multipart email and the carriers often inject branding into these messages. Use MMS2R if you want to get at the real user gener...
2021
2022
2023
2024
2025
2026
0.0
SunRiseSet is a ruby class calculates the times of the sunrise, solar noon and sunset.
It also calculates astronomical, naval and civil twilight times.
Not sure of the origin of the algorithm.
I have seen a fortran version http://www.srrb.noaa.gov/highlights/sunrise/program.txt
a .pl www.mso.anu...
2021
2022
2023
2024
2025
2026
0.0
== Synopsys
Ruby Enumerable extension. Main idea is lazy computations within enumerators.
== Usage
Install as a gem:
sudo gem install deferred_enum
This gem introduces DeferredEnumerator class:
ary = [1, 2, 3, 4]
deferred = ary.defer # #<DeferredEnumerator: [1, 2, 3, 4]:ea...
2021
2022
2023
2024
2025
2026
0.0
The rubber plugin enables relatively complex multi-instance deployments of RubyOnRails applications to
Amazon's Elastic Compute Cloud (EC2). Like capistrano, rubber is role based, so you can define a set
of configuration files for a role and then assign that role to as many con...
2021
2022
2023
2024
2025
2026
0.0
Stubby is a lightweight and fast stubbing framework that was designed to help with the repetitive work of setting up stub scenarios for specifying/testing and optimized for speed and ease of use.
2021
2022
2023
2024
2025
2026
0.0
Generates saltstack's salt-ssh code for provisioning a new server. Code creates a user to run the rails application; gives that user sudo privileges without a password; installs: elasticsearch, nodejs, mysql, nginx, and rails. In the case of mysql, the code setsup a user with only the privileges ...
2021
2022
2023
2024
2025
2026
0.0
OnLooker is a simple rails plugin that lets a user check the status of his or her website or server. OnLooker uses
Ping's to check via TCP or HTTP whether the site, sites or servers that you specify are online and accessible. OnLooker
also supports custom images to distinguish status.
2021
2022
2023
2024
2025
2026
0.0
SessionKeys is a cryptographic tool for the deterministic generation of
NaCl compatible Curve25519 encryption and Ed25519 digital signature keys.
The strength of the system is rooted in the fact that the keypairs are derived from
passing an identifier, such as a username or email...
2021
2022
2023
2024
2025
2026
0.0
Scrapula is a library for scraping web pages that simplifies some of the
common actions that are involved.
It has a very simple API that can be used in several ways and contexts, and
another, shorter, that facilitates processing pages when characters are
scarce, like irb / pr...
2021
2022
2023
2024
2025
2026
0.0
Sileo Rails provides a dependency-light toast notification system for Rails 8.
It ships with a Stimulus controller, plain CSS styles, server-side helper methods,
and a JavaScript API for triggering notifications from anywhere in your app.
2021
2022
2023
2024
2025
2026
0.0
One extends standard I18n so that you could store your translations in a Comma-Separated Value files (CSV) in a key-value manner, where the key is a word or a phrase or even a poem if you wish. No limits here (except be aware to escape symbols so the CSV format is kept). And the value is the same...
2021
2022
2023
2024
2025
2026
0.0
In theater, a dramaturg (or "literary manager") is a behind-the-scenes individual who
researches and advises in the development of dramatic scripts and productions.
This library hopes to allow you to fulfill a similar role, but for shell scripts and cli workflows.
In particular, in the spirit o...
2021
2022
2023
2024
2025
2026
0.0
Backup is a Ruby Gem written for Unix and Ruby on Rails (2 and 3) environments. It can be used both with
and without the Ruby on Rails framework! This gem offers a quick and simple solution to backing up databases
such as MySQL/PostgreSQL/SQLite and Files/Folders. All backups can be transferr...
2021
2022
2023
2024
2025
2026
0.0
CLI tools for streaming search (s3grep), viewing (s3cat), and reporting (s3info, s3report) on S3 objects. Supports gzip compression and searches large files with minimal memory usage.
2021
2022
2023
2024
2025
2026
0.0
CSV Files: I hate them, you probably do too, but sometimes you need to get data into your system and this is the only way it's happening.
If you're deploying a rails app in a cloud setup, you may have troubles if you're trying to store an uploaded file locally and process it later in a bac...
2021
2022
2023
2024
2025
2026
0.0
I believe that some of developers faced a situation when you can't convince your customer | project manager | team lead | teammates to use any of existing business logic handler, as they think it:
- has no value for business
- is hard to integrate
- needs to be learned be developers
- is no guara...
2021
2022
2023
2024
2025
2026
0.0
This gem is in use in some production sites to provide
backing for a Rails app using content from WordPress and
PostLaunch (a Java based CMS), and has specific
dependencies on Typhoeus, Nokogiri, and dalli, favorites
we use at Solertium. It's in the early stages of
being ...
2021
2022
2023
2024
2025
2026
0.0
The code to check for the iPhone user agent is from http://developer.apple.com. This doesn't have any dependencies. - in app/controllers/application.rb require 'is_it_iphone' class ApplicationController < ActionController::Base include IsItIPhone before_filter :adjust_format_for_iphone # Al...
2021
2022
2023
2024
2025
2026
0.0
OnLooker is a simple rails plugin that lets a user check the status of his or her website or server. OnLooker uses
Ping's to check via TCP or HTTP whether the site, sites or servers that you specify are online and accessible. OnLooker
also supports custom images to distinguish status.
2021
2022
2023
2024
2025
2026
0.0
It starts from the arbitrary page you provide and descents into the tree of links until it has either traversed all possible content on the web site or has stopped at some predefined traversal depth. It is written in Ruby and implemented as a CLI application. Based on user preference, it can outp...
2021
2022
2023
2024
2025
2026