You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console-based application built in Ruby, designed to keep an organized record of your possessions across different categories. This app provides a simple and user-friendly interface to manage your personal items efficiently.
A message written in Morse code was found inside a bottle on the seashore. What does it say? who sends it?...Fortunately this Ruby app can automate the process.
This project implements a module in a Ruby class. The my_enumerable module implements part of the functionality of Enumerable, including the methods #all?, #any?, and #filter.
An ongoing curated list of awesome engineering blog and articles, talks, libraries, learning tutorials, design practices and technical resources about modern software engineering development.
In this project, we built a #bubble_sort algorithm method to sort integer and string arrays in ascending order, by number order, and by string length respectively.
This is a demonstration of how someone can create ruby's core functions using the enumerable module. It is very flexible and if someone needs to write the functions they can to ease their workflow.
Elixir and javascript have the capability of making good looking one liners, but what about Ruby? We can definitely make an awful looking one by adding a ';'. If you want to start defining some better looking one-liners then add the 'nicefn' gem to your project. Since the implementation files are small and this project has no required deps. You …