Ruby

https://www.ruby-lang.org/en/news/2024/08/01/dos-rexml-cve-2024-41946/

Some more vulnerabilities: https://www.ruby-lang.org/en/news/2024/08/01/dos-rexml-cve-2024-41123/

7
0
https://www.johnhawthorn.com/2024/ruby-might-be-faster-than-you-think/

> I saw a project a couple weeks back which allows writing and running Crystal > methods inline inside a Ruby file. > It’s a neat project, and I don’t want to take away from it but something in the > README example looked off to me. > require 'crystalruby' > require 'benchmark' > module Fibonnaci > crystalize [n:

16
5
greg.molnar.io

> The Neonify challenge on Hack The Box is a small Sinatra(a Ruby web framework) app, that generates a glowing text of the submitted value:

9
5
blog.saeloun.com

> All new applications using Rails 8 will have rubocop gem by default.

14
0
learnbyexample.github.io

Hello! I am pleased to announce a new version of my "**Understanding Ruby Regexp**" ebook. This book will help you learn Ruby Regular Expressions step-by-step from beginner to advanced levels **with hundreds of examples and exercises**. Links: * Free PDF/EPUB: https://learnbyexample.gumroad.com/l/rubyregexp * Web version: https://learnbyexample.github.io/Ruby_Regexp/ * Markdown source, exercise solutions, etc: https://github.com/learnbyexample/Ruby_Regexp * Short video about the book: https://youtu.be/QNsCzVeZH78 I would highly appreciate it if you'd let me know how you felt about this book. It could be anything from a simple thank you, pointing out a typo, mistakes in code snippets, which aspects of the book worked for you (or didn't!) and so on. Reader feedback is essential and especially so for self-published authors. Happy learning :)

4
0
github.com

What the title says. It's <1k lines of Ruby, and provides a basic tiling WM w/some support for floating windows. It's minimalist, likely still buggy and definitely lacking in features, but some might find it interesting. It is actually the WM I use day to day

12
4
github.com

Whichlang is a rust library that detects languages. There were no Ruby bindings so I made one.

4
0
github.com

Just pushed this to Github and Rubygems. I use this for my Ruby editor. It parses the GtkSourceView style XML files if you have GtkSourceView installed, and instantiates [Rouge](https://github.com/rouge-ruby/rouge) themes for them (Rouge is used by e.g. Gitlab) so you get access to some more themes. It's not perfect because it needs to try to map token types between the GtkSourceView and Rouge lexers, but overall works pretty well.

5
0