1.57
Pseudo `IO` class from/to `String`.
2020
2021
2022
2023
2024
2025
0.01
# DECC 2050 CALCULATOR TOOL
A C version and ruby wrapper for the www.decc.gov.uk 2050 energy and climate change excel calculator
Further detail on the project:
http://www.decc.gov.uk/2050
Canonical source:
http://github.com/decc/decc_2050_model
## DEPENDENCIES
1. ruby 1.9.2 (including develo...
2020
2021
2022
2023
2024
2025
0.0
Chimera is an object mapper for Riak and Redis. The idea is to mix the advantages of Riak
(scalability, massive data storage) with Redis (atomicity, performance, data structures).
You should store the bulk of your data in Riak, and then use Redis data structures where
appropriate (for example, a ...
2020
2021
2022
2023
2024
2025
0.81
This "acts_as" extension provides the capabilities for sorting and reordering a number of objects in a list. The class that has this specified needs to have a "position" column defined as an integer on the mapped database table. (Custom edition. Please use original gem)
2020
2021
2022
2023
2024
2025
0.19
ActiveRecord attributes stored serialized in a json column, super smooth.
Typed and cast like Active Record. Supporting nested models, dirty tracking, some querying
(with postgres jsonb contains), and working smoothy with form builders.
Use your database as a typed object store via ActiveRecord,...
2020
2021
2022
2023
2024
2025
0.01
Arachni is a feature-full, modular, high-performance Ruby framework aimed towards
helping penetration testers and administrators evaluate the security of web applications.
It is smart, it trains itself by monitoring and learning from the web application's
behavior during the scan process and is ...
2020
2021
2022
2023
2024
2025
1.55
RSpec tests for your servers configured by Puppet, Chef, Itamae or anything else
2020
2021
2022
2023
2024
2025
0.0
= rails_vcstatus_logger It adds current state of version control to the log when you start the server. * Currently only supports git Adds current version hash and result of `git diff` The idea is that you can be sure about what source was running when you look in the log. I recently had a sit...
2020
2021
2022
2023
2024
2025
0.0
The SCAI interface is used when the merchant wishes to keep the acquirer on her/his own website for the whole duration of the transaction (client payment details transits through *both* the merchant site and the saferpay database ) whereas VT implies a redirect to the saferpay site. == FEATURES/...
2020
2021
2022
2023
2024
2025
0.0
# Soft Delete
> In a production app, you should probably never really delete anything.
[source](https://twitter.com/theebeastmaster/status/966870021099180034)
A soft-delete marks a record as deleted, and keeps it in the database
for historical reference.
## Installation
Add this line to y...
2020
2021
2022
2023
2024
2025
0.0
divshare
========
Description
-----------
The divshare gem makes it easier to use the Divshare API. To use it, you need
to create a Divshare account and sign up for an API key.
Usage
-----
Here's a brief walkthrough of the basic operations (see `examples/` for more information):
require ...
2020
2021
2022
2023
2024
2025
0.02
if/case conditionals can get really hairy in highly sophisticated business domains.
Domain model inheritance can help remedy the problem, but you don't want to dump all
logic variations in the same domain models.
Strategy Pattern solves that problem by externalizing logic variations to
separate c...
2020
2021
2022
2023
2024
2025
0.8
Web service for sharing secrets more securely
2020
2021
2022
2023
2024
2025
0.0
The middleware makes sure any request to specified paths would have been
preflighted if it was sent by a browser.
We don't want random websites to be able to execute actual GraphQL
operations from a user's browser unless our CORS policy supports it. It's
not good enough just to ensure that the b...
2020
2021
2022
2023
2024
2025
1.54
OAuth 2.0 Server & Client Library. Both Bearer token type are supported.
2020
2021
2022
2023
2024
2025
1.54
Expose beautiful API documentation, powered by Swagger JSON endpoints, including a UI to explore and test operations. More about the OpenAPI initiative here: http://spec.openapis.org/
2020
2021
2022
2023
2024
2025
0.01
Bond is a small library that can be used to spy values and mock functions
during tests. Spying is a replacement for writing the assertEquals in your
test, which are tedious to write and even more tedious to update when your
test setup or code inevitably changes. With Bond, you sep...
2020
2021
2022
2023
2024
2025
0.0
Ply is a ruby gem for reading Stanford PLY-format 3D model files.
The PLY file format is a flexible format for storing semi-structured binary
data, and is often used to stored polygonalized 3D models generated with
range scanning hardware. You can find some examples of the format at the
{Stanfo...
2020
2021
2022
2023
2024
2025
0.0
There are many software applications that aim to watch processes, and keep them alive and clean. Some of them are well known: god, monit, bluepill.
All have good and bad sides. One of the bad sides is that each alternative is based on a deamon that computes data and then sleeps for a while. W...
2020
2021
2022
2023
2024
2025
1.53
Open up your API to the phenomenal OpenAPI ecosystem by exposing OpenAPI files, that describe your service, as JSON endpoints. More about the OpenAPI initiative here: http://spec.openapis.org/
2020
2021
2022
2023
2024
2025