0.0
== Time.timestamp
Defines <tt>Time::timestamp</tt> and <tt>Time::unix_timestamp</tt>.
See the original discussion at {Ruby-Lang}[https://bugs.ruby-lang.org/issues/8096]
:call-seq:
Time::timestamp -> Integer
Returns a nanosecond-precision timestamp from the system's monotonic
clock. Note th...
2021
2022
2023
2024
2025
2026
0.0
sqlfinder finds SQL statements in log or trace files. With command line options, users indicate whether they want to search for all SQL statements (SELECT, INSERT, UPDATE, DELETE), selected SQL statements, and/or selected tables.
2021
2022
2023
2024
2025
2026
0.9
Command-line tool for guessing which spec files are relevant to a set of input file paths.
2021
2022
2023
2024
2025
2026
0.49
posix-spawn uses posix_spawnp(2) for faster process spawning
2021
2022
2023
2024
2025
2026
0.0
Very naive bindings for stb_image.h. Implements only stbi_set_flip_vertically_on_load and stb_load since these are the 2 functions I need to load an image as a texture in OpenGL.
The reason I made this instead of using stb-image is because stb-image didn't implement stbi_set_flip_vertically_on_l...
2021
2022
2023
2024
2025
2026
0.55
Performance testing matchers for RSpec to set expectations on speed, resources usage and scalibility.
2021
2022
2023
2024
2025
2026
1.4
Code style checking for factory_bot files.
A plugin for the RuboCop code style enforcing & linting tool.
2021
2022
2023
2024
2025
2026
0.17
Forget about IPs in Vagrant - Automated DNS for your VMs
This Vagrant plugin spins up a lightweight DNS server and makes it visible
to your guests and your host, so that you can easily access all your
machines without having to fiddle with IP addresses.
DNS records are automatically added and r...
2021
2022
2023
2024
2025
2026
0.17
Ronin is a free and Open Source Ruby toolkit for security research and development. Ronin contains many different CLI commands and Ruby libraries for a variety of security tasks, such as encoding/decoding data, filter IPs/hosts/URLs, querying ASNs, querying DNS, HTTP, scanning for web vulnerabili...
2021
2022
2023
2024
2025
2026
0.34
Rack::Test is a small, simple testing API for Rack apps. It can be used on its
own or as a reusable starting point for Web frameworks and testing libraries
to build on. Most of its initial functionality is an extraction of Merb 1.0's
request helpers feature.
2021
2022
2023
2024
2025
2026
1.68
A simple REST client for the Docker Remote API
2021
2022
2023
2024
2025
2026
1.68
A fully featured BSON specification implementation in Ruby
2021
2022
2023
2024
2025
2026
0.34
attachment_fu is a plugin by Rick Olson (aka technoweenie http://techno-weenie.net) and is the successor to acts_as_attachment. To get a basic run-through of its capabilities, check out Mike Clark's tutorial http://clarkware.com/cgi/blosxom/2007/02/24#FileUploadFu.
2021
2022
2023
2024
2025
2026
0.05
Simple spreadsheet reader for common formats: Excel (.xls, .xlsx), Open-office (.ods) and some CSV (standard, excel, tab separated). Future versions: writing and more formats.
2021
2022
2023
2024
2025
2026
0.05
A daemon, running in background on a Linux router or firewall, monitoring the state of multiple internet uplinks and changing the routing accordingly. LAN/DMZ internet traffic (outgoing connections) is load balanced between the uplinks using Linux multipath routing. The daemon monitors the state ...
2021
2022
2023
2024
2025
2026
0.13
SSRF Proxy is a multi-threaded HTTP proxy server designed to tunnel client HTTP traffic through HTTP servers vulnerable to HTTP Server-Side Request Forgery (SSRF).
2021
2022
2023
2024
2025
2026
0.46
A scheduler process to replace cron, using a more flexible Ruby syntax running as a single long-running process. Inspired by rufus-scheduler and resque-scheduler.
2021
2022
2023
2024
2025
2026
0.06
Natural-sort ordering for Ruby: split strings into digit and non-digit
runs and compare numerically, so "a2" sorts before "a10". Plugs into
Ruby's own sort methods, with optional Array/Hash/Set refinements and an
opt-in NaturalSort() helper.
2021
2022
2023
2024
2025
2026
0.06
Small library that allows you to create a simple stopwords filter or use some based on Snowball stopwords lists
2021
2022
2023
2024
2025
2026
0.89
Karafka is Ruby and Rails efficient Kafka processing framework.
Karafka allows you to capture everything that happens in your systems in large scale,
without having to focus on things that are not your business domain.
2021
2022
2023
2024
2025
2026