0.0
[Serverless Meetup Sapporo ](https://serverless.connpass.com/event/43745/) で発表する
「ErlangVMを触ってみたら分散と非同期って難しいんだなあという気分になりましたのでFaaS使いの皆さんがどうしているのか教えてほしい」
というスライド
2021
2022
2023
2024
2025
2026
0.0
Capistrano is an open source tool for running scripts on multiple servers. It’s primary use is for easily deploying applications. While it was built specifically for deploying Rails apps, it’s pretty simple to customize it to deploy other types of applications. This package is a deployment "r...
2021
2022
2023
2024
2025
2026
0.0
A simple file format and module for specifying a weekly schedule of sessions and checking if a given time is within a session or not.
2021
2022
2023
2024
2025
2026
0.0
Super simpler object mapper built on Sequel (http://sequel.jeremyevans.net/) and using the repository pattern http://martinfowler.com/eaaCatalog/repository.html
2021
2022
2023
2024
2025
2026
0.0
This gem offers: classes to subclass and create a manga site crawler; a dowloader to use with these classes; some site-specific scripts.
2021
2022
2023
2024
2025
2026
0.0
EasyCols is a flexible command-line utility for extracting specific columns from
structured text data in various formats (CSV, TSV, table, plain text). It supports
sophisticated parsing options including quote handling, comment stripping, header
processing, and language-specific comment patterns....
2021
2022
2023
2024
2025
2026
0.0
Super-simple HTTPD server - sinatra w/gimmiks
2021
2022
2023
2024
2025
2026
0.0
Common Messaging Layer [CML] is mostly useful for establishing a stable,secure communication channel using ZMQ sockets behind. Additonally, it uses open-ssl for secure channels. It linux kernel independent, can be run on any machine implementing between any entities starting from linux upstart jo...
2021
2022
2023
2024
2025
2026
0.0
Set block first parameter to self, and make self short-hand (_ or s)
2021
2022
2023
2024
2025
2026
0.0
A Ruby SDK for interacting with the GitHub Copilot CLI server via JSON-RPC 2.0.
Provides session management, tool registration, permission handling, hooks,
and event subscriptions over stdio or TCP transport.
2021
2022
2023
2024
2025
2026
0.0
Sinatra::Head provides class methods and helpers for dynamically controlling the fields in your <HEAD> element that are usually preset in your layout: the page title, stylesheet and javascript assets, etc. Asset lists are inherited throughout superclasses, subclasses, and within action methods, ...
2021
2022
2023
2024
2025
2026
0.0
Capistrano deployment strategy that creates and pushes a tarball
into S3, for both pushed deployments and pulled auto-scaling.
Modified to use aws-cli(https://github.com/aws/aws-cli) from s3cmd.
The original source is Capistrano-S3-Copy(http://github.com/richie/capistrano-s3-copy)
2021
2022
2023
2024
2025
2026
0.0
Ruby doesn't have good support for message passing between processes. One option is to make use of client-server setup by using sockets which is too much for simple message passing and other would be to use a message passing server like ZeroMQ.We decided to make FIPC to allow simpler form of IPC ...
2021
2022
2023
2024
2025
2026
0.0
I'm afraid that the Ministry of Lorem Ipsum is no longer getting the kind of support it needs. You see there's Regular Lorem Ipsum, Samuel L Ipsum, and then there's Monty Ipsum...they're all supposed to get the same.
2021
2022
2023
2024
2025
2026
0.0
Enhances search command by displaying results in an ascii table and providing options to search (--fields) and display (--columns) gemspec attributes. These options take any gemspec attribute and more than one when comma delimited. Gemspec attributes can be aliased by specifying the first unique ...
2021
2022
2023
2024
2025
2026
0.0
Reads a Dynamoid model's schema — partition/sort keys, global and local secondary indexes, attribute types — and builds the matching AWS CDK TableV2, so your models are the single source of truth for both the app and its infrastructure.
2021
2022
2023
2024
2025
2026
0.0
RJS is a great Ruby DSL to write javascript. However, it's so tempting to write RJS directly in the views, and soon the views contain substantial controller knowledge (e.g. link_to_remote, link_to, etc) KRJS attempts to solve that problem by allowing dynamic inclusion of AJAX calls on HTML eleme...
2021
2022
2023
2024
2025
2026
0.0
A simple way to self-host a Github OAuth protected jekyll site to your
GitHub Team. Forked from Jekyll-Auth, without the Heroku dependency, add
github webhook support, and intended for a self-hosted environment.
2021
2022
2023
2024
2025
2026
0.0
Provides a simple helper to get an HTML select list of countries translate in german. The list of countries comes from the ISO 3166 standard. While it is a relatively neutral source of country names, it will still offend some users.
2021
2022
2023
2024
2025
2026
0.0
== Getargv
Getargv is a gem that allows you to query the arguments of other processes as an array or string.
This gem only supports macOS because the +KERN_PROCARGS2+ sysctl only exists in xnu kernels, BSD or Linux users should just read <code>/proc/$PID/cmdline</code> which is much easier and f...
2021
2022
2023
2024
2025
2026