Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Ruby
 Awesome Ruby
A curated list of awesome Ruby frameworks, libraries and resources. Inspired by awesome-php (https://github.com/ziadoz/awesome-php) & awesome-python (https://github.com/vinta/awesome-python).
@@ -222,9 +222,10 @@
  ⟡ Active Merchant (https://github.com/activemerchant/active_merchant) - A simple payment abstraction library extracted from Shopify.
  ⟡ Spree (https://github.com/spree/spree) - A complete open source e-commerce solution for Ruby on Rails.
  ⟡ Square SDK (https://github.com/square/square-ruby-sdk) - Use this gem to integrate Square payments into your app and grow your business with Square APIs including Catalog, Customers, Employees, Inventory, 
Labor, Locations, and Orders.
  ⟡ PayPal Merchant SDK (https://github.com/paypal/merchant-sdk-ruby) - Provides Ruby APIs for processing payments, recurring payments, subscriptions and transactions using PayPal's Merchant APIs.
  ⟡ Square SDK (https://github.com/square/square-ruby-sdk) - Use this gem to integrate Square payments into your app and grow your business with Square APIs including Catalog, Customers, 
Employees, Inventory, Labor, Locations, and Orders.
  ⟡ PayPal Merchant SDK
 (https://github.com/paypal/merchant-sdk-ruby) - Provides Ruby APIs for processing payments, recurring payments, subscriptions and transactions using PayPal's Merchant APIs.
E-Mail
@@ -243,7 +244,8 @@
  ⟡ rbenv (http://rbenv.org/) - Groom your apps Ruby environment
  ⟡ ruby-install (https://github.com/postmodern/ruby-install) - Installs Ruby, JRuby, Rubinius, MagLev or MRuby
  ⟡ ruby-build (https://github.com/sstephenson/ruby-build) - Compile and install Ruby
  ⟡ Nanobox (https://github.com/nanobox-io/nanobox) - A tool for creating isolated Ruby environments for consistency across teams and application stages (dev, staging, production, etc.) https://nanobox.io.
  ⟡ Nanobox (https://github.com/nanobox-io/nanobox) - A tool for creating isolated Ruby environments for consistency across teams and application stages (dev, staging, production, etc.) 
https://nanobox.io.
Error Handling
@@ -366,8 +368,8 @@
Libraries for Machine Learning.
  ⟡ PredictionIO Ruby SDK
 (https://github.com/PredictionIO/PredictionIO-Ruby-SDK) - The PredictionIO Ruby SDK provides a convenient API to quickly record your users' behavior and retrieve personalized predictions for them
  ⟡ PredictionIO Ruby SDK (https://github.com/PredictionIO/PredictionIO-Ruby-SDK) - The PredictionIO Ruby SDK provides a convenient API to quickly record your users' behavior and retrieve 
personalized predictions for them
  ⟡ m2cgen (https://github.com/BayesWitnesses/m2cgen) - A CLI tool to transpile trained classic ML models into a native Ruby code with zero dependencies.
MapReduce
@@ -487,7 +489,8 @@
  ⟡ rubyXL (https://github.com/weshatheleopard/rubyXL) - rubyXL is a gem which allows the parsing, creation, and manipulation of Microsoft Excel (.xlsx/.xlsm) Documents
  ⟡ Odf-report (https://github.com/sandrods/odf-report) - Generates ODF files, given a template (.odt) and data, replacing tags
  ⟡ simple_xlsx_writer (https://github.com/harvesthq/simple_xlsx_writer) - Just as the name says, simple writter for Office 2007+ Excel files
  ⟡ remote_table (https://github.com/seamusabshere/remote_table) - Open local or remote XLSX, XLS, ODS, CSV (comma separated), TSV (tab separated), other delimited, fixed-width files, and Google Docs.
  ⟡ remote_table
 (https://github.com/seamusabshere/remote_table) - Open local or remote XLSX, XLS, ODS, CSV (comma separated), TSV (tab separated), other delimited, fixed-width files, and Google Docs.
  ⟡ acts_as_caxlsx (https://github.com/caxlsx/acts_as_caxlsx) - acts_as_caxlsx lets you turn any ActiveRecord::Base inheriting class into an excel spreadsheet.
  ⟡ activeadmin-caxlsx (https://github.com/caxlsx/activeadmin-caxlsx) - This gem uses caxlsx to provide excel/xlsx downloads for resources in Active Admin.
  ⟡ to_spreadsheet (https://github.com/glebm/to_spreadsheet) - Render XLSX from Rails using existing views
@@ -506,8 +509,8 @@
  ⟡ whenever (https://github.com/javan/whenever) Cron jobs in Ruby
  ⟡ resque-scheduler (https://github.com/resque/resque-scheduler) A light-weight job scheduling system built on top of resque
  ⟡ rufus-scheduler (https://github.com/jmettraux/rufus-scheduler) Scheduler for Ruby
  ⟡ Clockwork (https://github.com/tomykaira/clockwork) Clockwork is a cron replacement. It runs as a lightweight, long-running Ruby process which sits alongside your web processes (Mongrel/Thin) and your worker 
processes (DJ/Resque/Minion/Stalker) to schedule recurring work at particular times or dates.
  ⟡ Clockwork (https://github.com/tomykaira/clockwork) Clockwork is a cron replacement. It runs as a lightweight, long-running Ruby process which sits alongside your web processes 
(Mongrel/Thin) and your worker processes (DJ/Resque/Minion/Stalker) to schedule recurring work at particular times or dates.
Science and Data Analysis
@@ -588,8 +591,8 @@
* **Cucumber**  
 * **Cucumber Github** (https://github.com/cucumber/cucumber/wiki) - Cucumber is a tool that executes plain-text functional descriptions as automated tests 
 * **Cucumber Site** (https://cucumber.io/) - Behaviour Driven Development with elegacy and joy 
* **Spinach** (https://github.com/codegram/spinach) - Spinach is a high-level BDD framework that leverages the expressive Gherkin language (used by Cucumber) to help you define executable specifications of your  
application or library's acceptance criteria. 
* **Spinach** (https://github.com/codegram/spinach) - Spinach is a high-level BDD framework that leverages the expressive Gherkin language (used by Cucumber) to help you define executable spe 
cifications of your application or library's acceptance criteria. 
* **Rubytest** (http://rubyworks.github.io/rubytest) - Rubytest is a testing meta-framework useful for creating highly customize test suites or building whole new test frameworks. 
 * **BRASS** (http://rubyworks.github.io/brass) - Bare-metal Ruby assertion system standard used by Rubytest. 
 * **Lemon** (http://rubyworks.github.io/lemon) - Strict unit test system built on top of Rubytest. 
@@ -660,8 +663,8 @@
  ⟡ Padrino (http://www.padrinorb.com/) - The Godfather of Sinatra provides a full-stack agnostic framework on top of Sinatra
  ⟡ Cramp (http://cramp.in/) - Cramp is a fully asynchronous real-time web application framework in Ruby
  ⟡ Cuba (http://cuba.is/) - Cuba is a microframework for web development originally inspired by Rum, a tiny but powerful mapper for Rack applications.
  ⟡ Pakyow (https://pakyow.com/) - Pakyow is an open-source framework for the modern web. Build working software faster with a development process that remains friendly to both designers and developers. It's 
built for getting along.
  ⟡ Pakyow (https://pakyow.com/) - Pakyow is an open-source framework for the modern web. Build working software faster with a development process that remains friendly to both designers and 
developers. It's built for getting along.
  ⟡ Hyperstack (https://hyperstack.org/) - A complete Isomorphic Ruby Framework using React, Opal and Rails
Web Servers
@@ -683,7 +686,7 @@
  ⟡ Faye (http://faye.jcoglan.com/ruby.html) - Simple pub/sub messaging for the web
  ⟡ websocket-rails (https://github.com/websocket-rails/websocket-rails) - Plug and play websocket support for ruby on rails.
 Miscellaneous
 Miscellaneous
Useful libraries or tools that don't fit in the categories above.
@@ -721,7 +724,7 @@
  ⟡ vim-ruby (https://github.com/vim-ruby/vim-ruby) Vim/Ruby Configuration Files
  ⟡ vim-rails (https://github.com/tpope/vim-rails) rails.vim: Ruby on Rails power tools
 Resources
 Resources
Where to discover things (libraries, news e.g) about Ruby.
@@ -745,6 +748,6 @@
  ⟡ Aman Gupta (http://tmm1.net/)- Ruby core committer
 Other Awesome Lists
 Other Awesome Lists
Other amazingly awesome lists can be found in the awesome-awesomeness (https://github.com/bayandin/awesome-awesomeness) list.