0.0
code42template is the base Rails project used at Codeminer 42.
2020
2021
2022
2023
2024
2025
0.0
This gem wraps the data to render chart and then it draws those charts in the web
and use the same data to render charts as images, which is often useful when you want to render the chart
in pdf or attach it to emails
2020
2021
2022
2023
2024
2025
0.0
brand2csv creates csv files for swiss brand registered in a specific time period.
The csv contains the brand, link to image (if present), link to the detailinfo at swissreg.ch, name and address of owner (Inhaber)
2020
2021
2022
2023
2024
2025
0.0
Light weight job scheduling on top of Resque.
Adds methods enqueue_at/enqueue_in to schedule jobs in the future.
Also supports queueing jobs on a fixed, cron-like schedule.
2020
2021
2022
2023
2024
2025
0.0
Auto-syncs records in client-side JS (through a Model DSL) from changes (updates/destroy) in the backend Rails server through ActionCable.
Also supports streaming newly created records to client-side JS.
Supports lost connection restreaming for both new records (create), and record-changes (upd...
2020
2021
2022
2023
2024
2025
0.0
Quickly run multiple commands on many boxes at the same time
2020
2021
2022
2023
2024
2025
0.0
This gem auto-generates a Sinatra and Database file structure. Modify at your discretion
2020
2021
2022
2023
2024
2025
0.0
This gem uses WWWJDic Backdoor Entry/API as described by
http://www.edrdg.org/wwwjdic/wwwjdicinf.html#backdoor_tag to to
interact with WWWJDic and translate to and from Japanese language. WWWJDic is an online Japanese
translation server made by Jim Breen and available at
http://www.edrdg.org/...
2020
2021
2022
2023
2024
2025
0.0
Allows design of digital signals using the FFT, design of Digital Filters using the Windowing Method, creation of Digital Signals or Analog Signals sampled at a certain interval, convolution, cross-correlation, and visualization of the data. .
2020
2021
2022
2023
2024
2025
0.0
Ever seen MCMXXXBLAH at the beginning of a movie? Well, now you can find out the year it represents. Also doubles as a nifty tool to count the value of a name by interpreting the letters which are roman numerals and summing their values.
2020
2021
2022
2023
2024
2025
0.0
Multiple Sequence Alignment for Ruby scripts. Muscle found at https://www.ebi.ac.uk/Tools/msa/muscle/. For instructions on how to use, see https://github.com/clarkmu/muscle_bio
2020
2021
2022
2023
2024
2025
0.0
Welcome to Banco !
Banco has been developed to summarize statements downloaded from your bank.
Install as a Rubygem, navigate to the directory your .csv files are in and execute from the command line with 'banco'.
Banco will only accept comma seperated value files (.csv) and will produce a summ...
2020
2021
2022
2023
2024
2025
0.0
BrowserCMS is a general purpose, open source Web Content Management System (CMS), written in Ruby on Rails. This is a fork where the facility to have attachments stored on Amazon S3 has been added. Also caching has been changed to suit heroku
2020
2021
2022
2023
2024
2025
0.0
This is an attempt to create a gem which helps GitHub users to create awesome README.md files. It should help them create consistent and detailed READMEs with a template which they edit with appropriate details.
2020
2021
2022
2023
2024
2025
0.0
drawcloud
=========
Draw AWS CloudFormation configurations in Ruby
Copyright and License
=====================
Copyright 2013 SweetSpot Diabetes Care, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you
may not use this work except in compliance with the License. You m...
2020
2021
2022
2023
2024
2025
0.0
# Rack::ReadOnly
This gem allows Rack based APIs to be set to read only. At the most basic
it can be used like this from your `config.ru`:
```ruby
require 'rack/read_only'
use Rack::ReadOnly, {
active: ENV["READ_ONLY"] == "1",
response_body: '{ "error": "This API is currently in read only ...
2020
2021
2022
2023
2024
2025
0.0
CLI and API to perform basic testing of all models, their attributes, and their associations, and determine what models are depended on directly and indirectly by a specific model.
2020
2021
2022
2023
2024
2025
0.0
Dive into the Marvel universe with this comprehensive Ruby library for the Marvel API at https://developer.marvel.com.
2020
2021
2022
2023
2024
2025
0.0
This is the Authress SDK used to integrate with the authorization as a service provider Authress at https://authress.io. The full documentation is available in the Github repo Readme: https://github.com/Authress/authress-sdk.rb.
2020
2021
2022
2023
2024
2025
0.0
cpp std library and atcoder library.
2020
2021
2022
2023
2024
2025