#ruby

[ follow ]
fromRubyflow
22 hours ago

Ever wondered how Ruby translates numbers into characters-or even emojis?

Ruby's .chr and .ord methods demystify the journey of characters from raw bytes to multi-byte UTF-8 encoding, revealing the intricacies of ASCII and beyond.
fromRubyflow
2 weeks ago

GitHub Flavored Markdown in Rails with Commonmarker

Commonmarker stands out among Ruby gems as it implements the CommonMark specifications while also accommodating GitHub-flavored Markdown, which enhances user functionality and satisfaction.
fromRubyflow
3 weeks ago

New Gem: xmp_toolkit_ruby - Ruby Bindings for Adobe's XMP Toolkit SDK

This proof of concept aims to show how Ruby can interact with XMP metadata for various file types, democratizing access for developers.
#programming
fromHackernoon
1 year ago
Board games

The Odin Project's Chess Game Took Me Weeks to Finish-And I'd Still Do It Again | HackerNoon

fromHackernoon
1 year ago
Board games

The Odin Project's Chess Game Took Me Weeks to Finish-And I'd Still Do It Again | HackerNoon

#clean-code
Ruby on Rails
fromRubyflow
1 month ago

Testing Beyond the Basics in Ruby

Test suites should aim to provide more than just passing results; they should also ensure comprehensive coverage and understanding.
Ruby on Rails
fromRubyflow
1 month ago

Testing Beyond the Basics in Ruby

Test suites should aim to provide more than just passing results; they should also ensure comprehensive coverage and understanding.
#open-source
#software-development
#elixir
fromRubyflow
2 months ago

Modularize Your Code, Improve Organization!

Automating the creation of Ruby gems using a Thor script can significantly streamline the gem development process, reducing repetitive setup tasks.
Games
fromRubyflow
3 months ago

Recreating the Classic Snake Game in Ruby: A Nostalgic Coding Adventure

Recreating Snake in Ruby offers both nostalgic satisfaction and practical coding experience.
fromRubyflow
3 months ago

Compile Ruby apps with Tebako

Tebako allows efficient distribution of Ruby apps with significantly smaller binaries than competitors like Heroku.
Ruby on Rails
fromRubyflow
6 months ago

Glimmer Hangman (RubyConf 2024 Hack Day App)

"During the RubyConf 2024 Hack Day Event, I started implementing Hangman in Ruby as a GUI app, and I’m excited to announce its completion as version 1.0.0!"
fromRubyflow
6 months ago

Ruby Version Manager 4 Windows v1.0.0 released

The final version 1.0.0 of the Ruby Version Manager for Windows (rvm-windows) has been released, inspired by the Unix project rvm.io, providing a compatible interface.
[ Load more ]