findsite.eu
Encuro Domain Search
39 results · visible: 39
  1. Ruby Programming Language
  2. Ruby-Forum
    Online Community that helps beginners learn Ruby, and coders solve Ruby coding problems since 2005
  3. Home · jruby/jruby Wiki · GitHub
    JRuby, an implementation of Ruby on the JVM. Contribute to jruby/jruby development by creating an account on GitHub.
  4. jrf.org
  5. RubyBench discussion community
    Discussion related to Ruby performance and benchmarking
  6. Jeasy Home
    Jeasy : easy peasy libraries and micro-frameworks for the JVM
  7. RubyFuza
  8. mruby
    mruby is the lightweight implementation of the Ruby language complying with part of the ISO standard. mruby can be linked and embedded within your application. 20 Apr 2025: mruby 3.4.0 released 14 Feb 2024: mruby 3.3.0… · mruby, released, feb, 2023, lightweight
  9. Learn Ruby - Free Interactive Ruby Tutorial
    learnrubyonline.org is a free interactive Ruby tutorial for people who want to learn Ruby, fast.
  10. JRuby/Gradle
    JRuby/Gradle is a collection of Gradle plugins which make it easy to build, test, manage and package Ruby applications. By combining the portability of JRuby with Gradle’s excellent task and dependency management… · gradle, jruby, build, ruby, jar
  11. Hibariya.org
    Ruby, Internet and Programming. · ruby, internet, programming
  12. The JRuby Blog : JRuby
    I am very excited to introduce you to JRuby 10, our biggest leap forward since “JRuby 9000” was released almost a decade ago. With up-to-date Ruby compatibility, support for modern JVM features, and a big cleanup of… · jruby, ruby, since, release, released
  13. Ruby Daily — news about ruby and web development
    Everyday news from (and about) ruby community and development
  14. Macedonian Ruby User Group
    We are a community of Ruby programmers and anyone who is interested in the Ruby programming language.
  15. Ruboto
    Ruboto is a framework and tool chain to develop native Android apps, using the Ruby language we all know and love. Proof of Concept for JRuby 9K on Android 8+ Ruby support can be added to any modern Android application… · android, ruby, jruby, ruboto, apps
  16. Loading...
  17. rubyonrio.org
  18. Brian McCallister
    By lucky happenstance, the interfaces and idioms of jDBI work very nicely with JRuby's coercion from Ruby to Java. It isn't perfect, I'd hoped the short form (rather than fluent form) of the handle interface would work… · ruby, work, nicely, jruby, java
  19. rubygem.org
  20. jric.org
  21. K-Ruby | Kagoshima Ruby Community
    先週(2023-07-20)、第35回目のK-Rubyミーティング(K-Ruby #35)がオンライン形式(Google Meet)にて開催されました! 先日(2023-03-16)、第34回目のK-Rubyミーティング(K-Ruby #34)がオンライン形式(Google Meet)にて開催されました! 先日(2023/03/04)、ここ鹿児島での第2回目の地域Ruby会議「鹿児島Ruby会議02」が開催されました。 サイトはこちら。 · ruby, google, meet, 2023, 2022
  22. Home | Kanazawa.rb
    金沢市および周辺地域在住あるいはRubyやその他技術に興味のあるすべての人を対象にした小さな地域Rubyコミュニティです。
  23. jrrny.com
  24. kzrb.org by Kanazawa.rb
    金沢市および周辺地域在住あるいはRubyやビールに興味のあるすべての人を対象にした小さな地域Rubyコミュニティです。 スタッフ的な人は何人かいますが、実はほとんど Rubyは得意ではありません (笑) Ruby興味ある、使ったらモテる、そう思っている人が自分たちで何かやってみる、そんなコミュニティです。え、興味あるの? YOU来ちゃいなよ!… · ruby, meetup, hosted, github, pages
  25. corundum - connpass
    RubyistのRubyistによるRubyistのためのグループです。 地域、世代、アプリケーション分野を超えて、Rubyistがあつまってアクティブなイベントをしたいというのがグループを立てた目的です。 Corundumというのは宝石のルビーの主要抗生物質です。ルビーに関するなにか良いネーミングはないかなと考えて、このグループもRubyの構成要素として機能できれば良いかなという思いをこめています。 · rubyist, media, corundum, ruby, add
  26. rubyreports.org
  27. Ruby札幌
    Ruby札幌のDiscordサーバーに入り、#loungeで適当に話しかけてください。 Ruby札幌とSapporo.beamによる合同イベントです。 今回はRubyコミッターでdRubyやERB、Rindaなどの作者としても知られる@m_sekiさんを栃木からお迎えしてお話を伺います。その他にも Ruby や ErlangVM にまつわる話をいくつか予定して楽しい時間を過ごそうと考えています。 · ruby, sapporo, beam, erlangvm, discord
  28. Hisakeyのブログ
    Ruby のコードを書いていると、 「変数を渡しているのに、なぜ呼び出し元が変わるの?」 「再代入すると変わらないのはなぜ?」 挙動の問題に出くわします。 自分でも理解していたつもりですがいざ人に説明しようとすると言葉に詰まってしまいます。 Ruby の参照の値渡しについて整理してみました。 詳しくは、こちらの記事がおすすめです。(むしろこの記事を読めば、理解できますw) · ruby, text, arr
  29. Servlet Garden @はてな
    jruby-users MLでJavaBeansのクラスを簡単に生成する方法はない?という質問が出ていました(http://www.ruby-forum.com/topic/1398824)。Groovyだと、def book = new Book(title: "Foo", author: "Bar")… · book, title, jruby, sieger, javabeans
  30. Website 217.182.53.72 is ready. The content is to be added
  31. yarbの日記
    改めてStruct関連のイディオムについて調べた。Ruby標準のStructクラスを使えばコンストラクタでの面倒な初期化を飛ばせる。以下のクラスBとクラスCは、ほぼ同じ機能を実現する。 Structを使うとインスタンス変数が生成されるわけではないけど、アクセッサ経由で読み書きできるというインターフェイスは同じ。振る舞いが少なく、属性だけがいろいろとあるクラスをサッと定義したいようなときにStructは使える。テストコードのモックオブジェ… · struct, ruby, class, module, eval
  32. jgmatheny.org
  33. jrc.org
  34. One moment, please...
  35. jrdfoundation.org
  36. Domain Details Page
  37. Ruby Processing
    Experiments with ruby-processing (processing-2.2.1) and <a href="https://ruby-processing.github.io/">JRubyArt</a> for processing-3.0
  38. rubyx.org
  39. ruby-br.org
    Loading your experience… This won’t take long. · loading, experience, won, take, long