RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Using Genetic Algorithms in Ruby

With genetic algorithms, you can solve optimization problems using concepts you find in nature (reproduction, survival of the fittest, adaptation to the environment). Jesus Castello shows how they work and how you can implement your own using Ruby. Read here.

Grpc Tutorial with Ruby

A small tutorial to understand how Grpc works a framework for RPC (Remote Procedure Call) developed by Google, in the tutorial we explore how easy is to create a ruby Grpc server as well a ruby client. Interested? READ MORE

Interested to understand the grpc intergartion

kitty - CryptoKitties Offline Genes Reader 'n' Mix Genes (Matron+Sire) Reporter

Hello, I’ve put together kitty - a new command line tool for CryptoKitties and Copycats - free and open source in ruby that works offline (use datafiles in .csv). 1) Kitty Genes Reader / Report - Pass in the id (e.g. 1, 43, etc.) of the kitty to print a genes report. Example:$ kitty 1. 2) Kitty Mix Genes (Matron + Sire) Report - Pass in two ids for the matron and sire kitties to print a mix genes report. Example: $ kitty 2 43. Enyoy. Cheers. Prost.

Loading older posts