Age | Commit message (Expand) | Author |
---|
2023-02-27 | Add all-ruby-quine as a sample code | Yusuke Endoh |
2023-02-15 | Refactor dir.rb sample (#6977) [ci skip] | Thomas R. Koll |
2022-12-24 | sample/trick2022/03-mame/entry.rb: remove trailing spaces | Yusuke Endoh |
2022-12-24 | sample/trick2022/: adds the top-three entries of TRICK 2022 | Yusuke Endoh |
2022-12-05 | Use io/console to avoid stty error [ci skip] | Nobuyoshi Nakada |
2022-12-01 | Use class methods of `File` over `Kernel.open` and `IO.read` | Nobuyoshi Nakada |
2022-11-05 | Sync TRICK 2018 (02-mame) | Yusuke Endoh |
2022-05-20 | Fix typo in README (#5925) | Yudai Takada |
2022-05-09 | [ruby/getoptlong] ruby/ruby used sample, not examples | Hiroshi SHIBATA |
2021-12-28 | Remove obsolete Fixnum and Bignum | Nobuyoshi Nakada |
2021-11-03 | Fix typos [ci skip] | Nobuyoshi Nakada |
2021-08-25 | Clean up lambda output from exyacc.rb | Kevin Newton |
2021-06-29 | Prefer qualified names under Thread | Nobuyoshi Nakada |
2021-03-22 | [Doc] Fix a typo s/interseting/interesting/ | Kenichi Kamiya |
2021-03-16 | [ruby/openssl] sample: update obsolete API use | Kazuki Yamaguchi |
2021-03-16 | [ruby/openssl] sample: avoid "include OpenSSL" | Kazuki Yamaguchi |
2021-03-16 | [ruby/openssl] pkey: prefer PKey.read over PKey::RSA.new in docs | Kazuki Yamaguchi |
2021-01-17 | Remove samples for test-unit | Sutou Kouhei |
2021-01-17 | Move rss samples to ruby/rss | Sutou Kouhei |
2020-12-24 | sample/trick2015/kinaba/entry.rb: The constant "Data" has been removed | Yusuke Endoh |
2020-12-19 | Fix `warning: instance variable @head not initialized` and remove unused inst... | Kazuhiro NISHIYAMA |
2020-12-10 | webrick was removed from ruby repo | Hiroshi SHIBATA |
2020-08-27 | Use own mutex instead of Thread.exclusive | Kazuhiro NISHIYAMA |
2020-07-28 | Use https instead of http | Kazuhiro NISHIYAMA |
2020-05-13 | [ruby/openssl] Look up digest by name instead of constant | Bart de Water |
2019-12-20 | Fixed misspellings | Nobuyoshi Nakada |
2019-11-09 | Remove unneeded exec bits from some files | David RodrÃguez |
2019-11-01 | Fix a typo [ci skip] | Kazuhiro NISHIYAMA |
2019-08-25 | Fix sample/drb/http0serv.rb | Jeremy Evans |
2019-08-19 | Drop duplicated sample code (#2389) [ci skip] | Kenichi Kamiya |
2019-08-19 | Remove unused variable to suppress warning (#2388) [ci skip] | Kenichi Kamiya |
2019-08-19 | Update a sample code (#2387) | Kenichi Kamiya |
2019-08-19 | Accurate a sample to show having some ext (#2385) | Kenichi Kamiya |
2019-08-17 | Clean sample code biorhythm (#2375) | Kenichi Kamiya |
2019-08-17 | Simplify a sample code (#2374) | Kenichi Kamiya |
2019-02-04 | For this may be a syntax error (instead of LocalJumpError) in Ruby 2.7 | ko1 |
2018-12-18 | sample/fib.py: Fix syntax error in Python 3 [ci skip] | kazu |
2018-12-03 | Fix typo in trick2018/README [ci skip] | mame |
2018-12-03 | sample/trick2013/mame/music-box.mp4: removed | mame |
2018-10-17 | sample/trick2018/03-tompng: merge upstream fixes | mame |
2018-07-23 | Fix a typo [ci skip] | kazu |
2018-07-21 | * append newline at EOF. | svn |
2018-07-21 | sample/trick2018/: adds the top-five entries of TRICK 2018 | mame |
2018-03-22 | sample/timeout.rb: Remove unnecessary increment [ci skip] | kazu |
2018-03-16 | sample/timeout.rb: fix warnings | kazu |
2018-02-22 | erb.rb: deprecate safe_level of ERB.new | k0kubun |
2018-01-12 | sample/iseq_loader: use File.open instead of Kernel#open | normal |
2018-01-12 | sample/iseq_loader.rb: spelling fix | normal |
2018-01-12 | Fixed typos. | hsbt |
2017-10-08 | Remove unnecessary `require 'thread'` | kazu |