文章分类 -  Ruby

摘要:ruby embedded into c++ Tutorial, Guide, Howto Simon neoneye Strandgaard Revision History Revision $Revision: 1.87.2.11 $ $Date: 2003/06/08 19:59:05 $  阅读全文
posted @ 2021-08-13 16:40 unicornsir 阅读(110) 评论(0) 推荐(0) 编辑
摘要:Ruby 日期和时间(和 Python3 日期和时间对比) 生成当前时间 # Ruby [12] pry(main)> Time.now => 2020-08-27 22:41:45.142628288 +0800 [13] pry(main)> Time.now.to_s => "2020-08- 阅读全文
posted @ 2021-08-13 14:27 unicornsir 阅读(74) 评论(0) 推荐(0) 编辑
摘要:1.5 is the midpoint between 0 and infinity in Ruby Nov 26, 2020 What’s the midpoint between 0 and infinity? Well the answer differs depending on wheth 阅读全文
posted @ 2021-08-11 18:51 unicornsir 阅读(34) 评论(0) 推荐(0) 编辑
摘要:Peter's Adventures in Ruby: The Ruby inplace bug Nov 20, 2020 This is an article in a multi-part series called “Peter’s Adventures in Ruby” It is stro 阅读全文
posted @ 2021-08-11 18:50 unicornsir 阅读(33) 评论(0) 推荐(0) 编辑
摘要:Peter's Adventures in Ruby: Garbage Collection in Ruby Aug 24, 2020 This is an article in a multi-part series called “Peter’s Adventures in Ruby” Over 阅读全文
posted @ 2021-08-11 18:49 unicornsir 阅读(47) 评论(0) 推荐(0) 编辑
摘要:Peter's Adventures in Ruby: Creating Ruby strings in C Nov 04, 2020 This is an article in a multi-part series called “Peter’s Adventures in Ruby” Intr 阅读全文
posted @ 2021-08-11 18:49 unicornsir 阅读(38) 评论(0) 推荐(0) 编辑
摘要:Peter's Adventures in Ruby: Tips and tricks in MRI Ruby development Aug 21, 2020 This is an article in a multi-part series called “Peter’s Adventures 阅读全文
posted @ 2021-08-11 18:48 unicornsir 阅读(43) 评论(0) 推荐(0) 编辑
摘要:Peter's Adventures in Ruby Aug 05, 2020 (updated at Nov 20, 2020) During the summer of 2020, I was presented with an amazing opportunity to work as an 阅读全文
posted @ 2021-08-11 18:47 unicornsir 阅读(26) 评论(0) 推荐(0) 编辑
摘要:A Rubyist's Walk Along the C-side (Part 5): Variables Jul 08, 2021 (updated at Jul 25, 2021) This is an article in a multi-part series called “A Rubyi 阅读全文
posted @ 2021-08-11 18:44 unicornsir 阅读(43) 评论(0) 推荐(0) 编辑
摘要:A Rubyist's Walk Along the C-side (Part 6): Classes & Object Oriented Programming Jul 25, 2021 This is an article in a multi-part series called “A Rub 阅读全文
posted @ 2021-08-11 18:44 unicornsir 阅读(33) 评论(0) 推荐(0) 编辑
摘要:A Rubyist's Walk Along the C-side (Part 4): Primitive Data Types Jun 05, 2021 (updated at Jul 08, 2021) This is an article in a multi-part series call 阅读全文
posted @ 2021-08-11 18:43 unicornsir 阅读(50) 评论(0) 推荐(0) 编辑
摘要:A Rubyist's Walk Along the C-side (Part 2): Defining Methods Apr 08, 2021 (updated at Apr 27, 2021) This is an article in a multi-part series called “ 阅读全文
posted @ 2021-08-11 18:42 unicornsir 阅读(71) 评论(0) 推荐(0) 编辑
摘要:A Rubyist's Walk Along the C-side (Part 3): Calling Methods Apr 28, 2021 (updated at Jun 05, 2021) This is an article in a multi-part series called “A 阅读全文
posted @ 2021-08-11 18:42 unicornsir 阅读(33) 评论(0) 推荐(0) 编辑
摘要:A Rubyist's Walk Along the C-side (Part 1): Hello World! Mar 25, 2021 (updated at Apr 08, 2021) This is an article in a multi-part series called “A Ru 阅读全文
posted @ 2021-08-11 18:41 unicornsir 阅读(38) 评论(0) 推荐(0) 编辑
摘要:A Rubyist's Walk Along the C-side Mar 20, 2021 (updated at Jul 25, 2021) You can find the accompanying source code in the GitHub repository peterzhu21 阅读全文
posted @ 2021-08-11 18:40 unicornsir 阅读(30) 评论(0) 推荐(0) 编辑