Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
蓝智恒
@lanzhiheng
会员
第 25043 位会员 / 2016-02-18

[email protected]
深圳云长文化科技有限公司
深圳
100 篇帖子 / 621 条回帖
122 关注者
17 正在关注
9 收藏
GitHub Public Repos
  • wechat-pay 33

    A simple Wechat pay ruby gem in api V3

  • stone 16

    The personal blog power by Ruby On Rails

  • activeadmin 0

    The administration framework for Ruby on Rails applications.

  • emacs.d 0

    An Emacs configuration bundle with batteries included

  • Tools 0

  • activestorage-aliyun 0

    Wraps the Aliyun OSS as an Active Storage service.

  • bullet 0

    help to kill N+1 queries and unused eager loading

  • turbo 0

    The speed of a single-page web application without having to write any JavaScript

  • shadowsocks-rust 0

    A Rust port of shadowsocks

  • turbo-site 0

    turbo.hotwire.dev web site

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 用 Ruby 简单模拟 Lambda 演算 at 2017年08月30日

    我打算看完《计算的本质》就去看 SICP 了🐭 。 Clojure 的头像...... 看来是 FP 粉。

  • 用 Ruby 简单模拟 Lambda 演算 at 2017年08月30日

    😃

  • 用 Ruby 简单模拟 Lambda 演算 at 2017年08月29日

    cool.受教了 👏 之前不知道还有

    2.3.3 :016 > Proc.instance_methods.grep /curry/
     => [:curry]
    

    这个方法可以用。

  • 写了篇文章来细说 Ruby 的细化功能 at 2017年08月29日

    暂时还没深入了解坏处。😅

  • [北京 / 远程][全职][A 轮] 影视工业网招聘 Rails 工程师 / 前端工程师 15k-30k at 2017年08月29日

    cool

  • 用 Ruby 简单模拟 Lambda 演算 at 2017年08月29日

    尾递归这个了解不多,我稍后去看看。

  • 前端视角下的 Ruby at 2017年08月28日

    这也是没办法的事情。Ruby 的工作毕竟太少。

  • 写了篇文章来细说 Ruby 的细化功能 at 2017年08月28日

    哈哈 是的

  • Ruby 动态删除方法中的打印语句 at 2017年08月27日
    require 'pry'
    
    def method_with_print
      p "begin method"
      puts "This is '#{self.method(:method_with_print).name}' method"
      p "end method"
    end
    
    module A
      refine Object do
        def p(*args)
          nil
        end
      end
    end
    
    if __FILE__ == $0
      method_with_print
      using A
    
      # 获取目标方法的定义字符串
      method_source = Object.method(:method_with_print).source
    
      # 在细化作用域重新定义方法
      eval(method_source)
      method_with_print
    end
    

    使用细化后的版本。 另写一文章总结细化 https://ruby-china.org/topics/33950

  • Ruby 动态删除方法中的打印语句 at 2017年08月25日

    我稍后会去看看,thx。

  • Ruby 动态删除方法中的打印语句 at 2017年08月25日

    哈哈

  • Ruby 动态删除方法中的打印语句 at 2017年08月25日

    这个我还真没了解过,字节码这个有点过于底层了。

  • 年纪越大写代码越慢 at 2017年08月25日

    感觉还是可以出去找个办公场所。孩子的干扰会不小。

  • Ruby 动态删除方法中的打印语句 at 2017年08月25日

    thx, 感觉应该是可以的,细化这个功能还没怎么用过,我稍后试试。

  • 这个就是我做了三四个月的产品啦,欢迎提建议哈 at 2017年08月24日

    很不错

  • 招聘 [广州] 15-25k 招聘 Ruby 开发工程师一名 5 险一金 免费旅游 免费下午茶 还等什么 快到碗里来? at 2017年08月24日

    帮顶

  • Rails 技巧之 tap & try at 2017年08月17日

    学习了

  • [珠海][魅族][全职] Ruby 开发工程师 (持续有效) at 2017年08月11日

    怎么在拉勾搜不到这个职位?

  • 差不多每周组织户外活动 (露营,徒步等) 有人感兴趣吗? at 2017年08月11日

    广州有人组织也挺好

  • 前端视角下的 Ruby at 2017年08月11日

    明白,是我对 Python 理解太浅薄

  • 给你接触下一门 Web 的编程语言,你会选择哪个? at 2017年08月11日

    说得好

  • 前端视角下的 Ruby at 2017年06月29日

    Python3 我用得不多,我记得确实有些地方会比 Python2 规范一些。至于还有没有 type 跟 class 的区别我就不清楚了。

  • 前端视角下的 Ruby at 2017年06月23日

    主要还是 HTML + CSS + Javascript 吧,我也很少看框架。框架的而话 Vue 会比较简单一些。

  • 前端视角下的 Ruby at 2017年06月20日

    第一点用的不多,不好发言。第二点,我感受到了,Ruby 确实是真正做到了一切都是对象。Python 里面除了类 (class),还有你所提到的类型 (type)。🐭

  • 前端视角下的 Ruby at 2017年06月16日

    thx updated

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