Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
bhuztez
@bhuztez
VIP
NO. 1569 / 2012-03-24

40 Topics / 2614 Replies
105 Followers
0 Following
0 Favorites
No GitHub.
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 用 Ruby Koans 学习 Ruby,其中一道题,到 stackoverflow 上一看,高下立判啊! at November 12, 2013

    #14 楼 @neo 那你读一遍,把声音录下来 😄

  • 用 Ruby Koans 学习 Ruby,其中一道题,到 stackoverflow 上一看,高下立判啊! at November 12, 2013
    triangle(A,B,C) ->
       [X,Y,Z] = lists:sort([A,B,C]),
       true = ((X+Y) > Z) and (X>0),
       case [X,Y,Z] of
           [X,X,X] -> equilateral;
           [X,X,Z] -> isosceles;
           [X,Y,Y] -> isosceles;
           [X,Y,Z] -> scalene
       end.
    
  • 用 Ruby Koans 学习 Ruby,其中一道题,到 stackoverflow 上一看,高下立判啊! at November 12, 2013

    Q.E.D.

  • [上海] 百度诚招高级研发工程师 Ruby at November 12, 2013

    #73 楼 @ruby_sky 你是怎么知道的?

  • 自己写的 blog 主题,光棍节献礼 at November 12, 2013

    #22 楼 @jasl 捉急就别搞主题了,直接写 HTML 就好了嘛...

  • 自己写的 blog 主题,光棍节献礼 at November 11, 2013

    我决定不用任何主题直接写 HTML 了...

  • [上海] 百度诚招高级研发工程师 Ruby at November 11, 2013

    #68 楼 @jasl 你怎么知道得这么多

  • [上海] 百度诚招高级研发工程师 Ruby at November 11, 2013

    #64 楼 @jasl openstack 和 Go 有半毛钱关系啊

  • 比特币安全指南 at November 11, 2013

    #16 楼 @luikore bitcoin 就是把钱流动的记录广播给全世界吧

  • 比特币安全指南 at November 10, 2013

    有写书指南么?

  • 大家最近有看中什么新的编程语言么 at November 10, 2013

    #21 楼 @ShiningRay 只要有人敢用就是适合的吧 😄

  • 大家最近有看中什么新的编程语言么 at November 10, 2013

    #15 楼 @Saito Elixir 大致上就是 Erlang 换了个语法风格,不觉得能算一门独立的新语言

  • 大家最近有看中什么新的编程语言么 at November 10, 2013

    yeti 怎么样? http://mth.github.io/yeti/ pyret 怎么样?http://www.pyret.org/ nimrod 怎么样? http://nimrod-code.org/ chapel 怎么样? http://chapel.cray.com/ whiley 怎么样? http://whiley.org/

  • 关于 C++,关于 gc 的一些东西 at November 09, 2013

    #22 楼 @skandhas C++ 的缺点是 C++ 只有优点

  • 关于 C++,关于 gc 的一些东西 at November 09, 2013

    #16 楼 @rasefon 自己 malloc 和 free 的功能是可以由库来提供的么,比如 Other smart pointers, such as ARC (which allows you to share read-only data between threads), are in the standard library and are not built into the compiler.

    ,而且你非要手工 malloc/free 的话,编译器就不能检查内存安全了,Rust 花了很大力气在如何在编译期尽可能保证内存安全,同时灵活性不比手工分配差太多上。

  • 关于 C++,关于 gc 的一些东西 at November 09, 2013

    #14 楼 @rasefon Erlang 被你无视了啊...

  • 关于 C++,关于 gc 的一些东西 at November 09, 2013

    #12 楼 @rasefon ~这种是编译器自动插入 malloc 和 free 的

  • 关于 C++,关于 gc 的一些东西 at November 09, 2013

    #9 楼 @rasefon http://pcwalton.github.io/blog/2013/03/18/an-overview-of-memory-management-in-rust/

  • 关于 C++,关于 gc 的一些东西 at November 09, 2013

    #5 楼 @hooluupog Ada 明显要比 C++ 好

  • 关于 C++,关于 gc 的一些东西 at November 09, 2013

    #6 楼 @rasefon 你说的是 Rust 吧,其实 Ada ...

  • [上海] 百度诚招高级研发工程师 Ruby at November 08, 2013

    #33 楼 @liwei78 我相信百度不行啊

  • [上海] 百度诚招高级研发工程师 Ruby at November 08, 2013

    #22 楼 @hooopo 哪里不行了?

  • [上海] 百度诚招高级研发工程师 Ruby at November 08, 2013

    #19 楼 @hooopo 报了还不是被你鄙视了

  • [上海] 百度诚招高级研发工程师 Ruby at November 08, 2013

    #17 楼 @hooopo 赶紧报名啊

  • [上海] 百度诚招高级研发工程师 Ruby at November 08, 2013

    求百度收留啊...

  • [上海] 百度诚招高级研发工程师 Ruby at November 08, 2013

    被百度鄙视了

  • 《jQuery 实战 (第 2 版)》与《jQuery 基础教程 (第 4 版)》哪本更好? at November 07, 2013

    没必要看啊

  • Prev
  • 1
  • 2
  • …
  • 22
  • 23
  • 24
  • 25
  • 26
  • …
  • 84
  • 85
  • Next
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English