GitHub
github.com โบ arohl โบ ruby_xyz_tools
GitHub - arohl/ruby_xyz_tools: Ruby tools for dealing with xyz files ยท GitHub
Ruby tools for dealing with xyz files . Contribute to arohl/ruby_xyz_tools development by creating an account on GitHub.
Author ย arohl
Ruby Toolbox
ruby-toolbox.com
The Ruby Toolbox - Know your options!
Explore and compare open source Ruby libraries
Videos
Rubi Tools The Game Changers
Cut Tiles Up To 50 Inches Long With RUBI's ACCESSORY ...
๐ Discover RUBI's Cordless Power Tools: Are They Game-Changers?
Cut Natural Stone and Other Hard Thick Materials with the ...
02:04
RUBI Tile Cutter Demo at Bonanza Trade & Supply! | StoneTooling.com ...
02:57
RUBI Slim Cutter G2 โ Lightweight & precise large format cutter ...
Amazon
us.amazon.com โบ PGFUN-Finder-Waterproof-Coordinate-Measuring โบ dp โบ B0CSDTZFQR
2.0 mm Ruby Tip for PGFUN CNC 3D Touch Probe XYZ Axis Edge Finder Waterproof 3 Coordinate Measuring Sensor Kit: Amazon.com: Industrial & Scientific
2.0 mm Ruby Tip for PGFUN CNC 3D Touch Probe XYZ Axis Edge Finder Waterproof 3 Coordinate Measuring Sensor Kit: Amazon.com: Industrial & Scientific
Rubytool
rubytool.xyz
Home
Welcome or welcome back to rubytool! This website was created by Mason. I have decided to start working on the website more, and will be working on a lot of stuff this coming break!
Ruby
ruby.xyz
Ruby Protocol | Intent-Centric Account & Access Layer for Web3
Ruby is building an intent-centric, interoperable, and privacy-preserving infrastructure for Web3 future. Our services include Account Abstraction (AA), Assets Bridge (AB), Access Control (AC) and more.
DNSstuff
dnsstuff.com โบ home โบ 5 ruby tools and extensions you should know
5 Ruby Tools and Extensions You Should Know
May 13, 2024 - Developers utilizing Ruby can take advantage of the fact that many tools exist to streamline this process. Creating, testing, and implementing a Ruby-based project can be easier with programs for Ruby performance monitoring, Rubby logging, Ruby user authentication, and more.
Debian
sources.debian.org โบ src โบ ruby-tool
Package: ruby-tool | Debian Sources
Browse by prefix: 0 1 2 3 4 6 7 8 9 a b c d e f g h i j k l lib- lib2 lib3 lib6 liba libb libc libd libe libf libg libh libi libj libk libl libm libn libo libp libq libr libs libt libu libv libw libx liby libz m n o p q r s t u v w x y z | Browse by page ยท Debsources โ Copyright (C) 2011โ2021, ...
GitHub
github.com โบ markets โบ awesome-ruby
GitHub - markets/awesome-ruby: ๐ A collection of awesome Ruby libraries, tools, frameworks and software
Roar - Resource-Oriented Architectures in Ruby. Spyke - Interact with REST services in an ActiveRecord-like manner. Version Cake - An unobtrusive way to version APIs in your Rails app. versionist - A plugin for versioning Rails based RESTful APIs. Asset Sync - Synchronises Assets between Rails and S3. Autoprefixer - Parse CSS and add vendor prefixes to rules by Can I Use. Bourbon - A Lightweight Sass Tool Set.
Starred by 14.1K users
Forked by 1.8K users
GitHub
github.com โบ rubytoolbox โบ backup_publisher
GitHub - rubytoolbox/backup_publisher: A small tool to make Ruby Toolbox production database dumps available ยท GitHub
A small tool to make Ruby Toolbox production database dumps available - rubytoolbox/backup_publisher
Author ย rubytoolbox
Rubular
rubular.com
Rubular: a Ruby regular expression editor
Ruby-based regular expression editor/tester
RubyInstaller
rubyinstaller.org โบ downloads
Downloads
If you donโt know what version to install and youโre getting started with Ruby, we recommend that you use the Ruby+Devkit 4.0.X (x64) installer. It provides the biggest number of compatible gems and installs the MSYS2 Devkit alongside Ruby, so gems with C-extensions can be compiled immediately.
GitHub
github.com โบ ankane โบ or-tools-ruby
GitHub - ankane/or-tools-ruby: Operations research tools for Ruby ยท GitHub
OR-Tools - operations research tools - for Ruby ยท Add this line to your applicationโs Gemfile: gem "or-tools" Installation can take a few minutes as OR-Tools downloads and builds. Higher Level Interfaces ยท Scheduling ยท Seating ยท Traveling Salesperson Problem (TSP) Sudoku ยท
Starred by 216 users
Forked by 34 users
Languages ย Ruby 70.3% | C++ 29.7%
RubyInstaller
rubyinstaller.org
Ruby Installer
This is a self-contained Windows-based installer that includes the Ruby language, an execution environment, important documentation, and more.
Yardoc
yardoc.org
YARD - A Ruby Documentation Tool
YARD is an extensible Ruby Documentation Tool (Yay!) for consistent documentation.
RubyLLM
rubyllm.com
Home | RubyLLM
# Define an agent with instructions + tools class WeatherAssistant < RubyLLM::Agent model "gpt-5-nano" instructions "Be concise and always use tools for weather." tools Weather end WeatherAssistant.new.ask "What's the weather in Berlin?"