0.0
An over-engineered tool to change git config for multiple projects at once.
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
Zz structures are an interesting way of representing relations invented by Ted Nelson, whose domain model I provide in a gem Yzz. In this gem, YNelson, I combine Yzz with the universal Petri net provided by YPetri (another gem I wrote) to obtain a hybrid data structure that formalizes and generel...
2021
2022
2023
2024
2025
2026
0.0
A personalised portfolio site theme comprising of competency-based evaluations and summaries of project work for university students studying a masters in data science program at Newcastle University.
2021
2022
2023
2024
2025
2026
0.0
A Rspec formatter built upon the default DocumentationFormatter which shows the time taken for each example along with the other information shown by the DocumentationFormatter. You also have the option to list the slowest 'n' examples at the end.
2021
2022
2023
2024
2025
2026
0.0
Provides auto-serialization of simple Ruby types that databases do not support, such as symbols and classes.
2021
2022
2023
2024
2025
2026
0.0
Parse Minitest files to read all the test case descriptions and include those
with the relevant classes in your YARD documentation. This works for both
ActiveSupport-style `test` blocks and regular old `def test_` methods. Test
cases get listed at the bottom of your class documentation and includ...
2021
2022
2023
2024
2025
2026
0.0
A Rails kernel for Jupyter frontends (e.g. notebook). Try it at try.jupyter.org.
2021
2022
2023
2024
2025
2026
0.0
We want to play music at our office. Everyone has their own
library on their own machines, and everyone except for me plays shitty music.
Play is designed to make office music more palatable.
2021
2022
2023
2024
2025
2026
0.0
You can communicate with Dkron using a RESTful JSON API over HTTP. Dkron nodes usually listen on port `8080` for API requests. All examples in this section assume that you've found a running leader at `localhost:8080`. Dkron implements a RESTful JSON API over HTTP to comm...
2021
2022
2023
2024
2025
2026
0.0
This gem provides jQuery-contextMenufor your Rails application. (jQuery-contextMenu source code is at https://github.com/medialize/jQuery-contextMenu.git)
2021
2022
2023
2024
2025
2026
0.0
D★Mark is a markup language aimed at being able to write semantically meaningful text without limiting itself to the semantics provided by HTML or Markdown.
2021
2022
2023
2024
2025
2026
0.0
Let's your views define attachment styles, and delays processing all the way to the first user who requests it.
2021
2022
2023
2024
2025
2026
0.0
A wrapper for the PrinceXML PDF generation library based on article by Seth from Subimage Interactive at http://sublog.subimage.com/2007/05/29/html-css-to-pdf-using-ruby-on-rails
2021
2022
2023
2024
2025
2026
0.0
Dragonfly plugin for storing attachments on Dropbox
2021
2022
2023
2024
2025
2026
0.0
Macroape is an abbreviation for MAtrix CompaRisOn by Approximate P-value Estimation. It's a bioinformatic tool for evaluating similarity measure and best alignment between a pair of Position Weight Matrices(PWM), finding thresholds by P-values and vice versa and even searching a collection of mot...
2021
2022
2023
2024
2025
2026
0.0
Extracts feed, postings, and attachments from FB Groups
2021
2022
2023
2024
2025
2026
0.0
3rd party using to the ethereumblockchain API at etherscan.io
2021
2022
2023
2024
2025
2026
0.0
A very simple, application-level DOS (Denial-Of-Service) attack handler for Rails apps. By including in the app, it can track requests per IP address and refuse further processing of the request if there were too many requests recently from the given IP address.
2021
2022
2023
2024
2025
2026
0.0
I sometimes get a little descriptive with my variable names, so when you're doing a lot of work specifically with one object, it gets especially ugly and repetetive, making the code harder to read than it needs to be: @contract_participants_on_drugs.contract_id = params[:contract_id] @contract...
2021
2022
2023
2024
2025
2026