Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
@kevinclcn
会员
第 11307 位会员 / 2014-01-31

7 篇帖子 / 48 条回帖
2 关注者
4 正在关注
24 收藏
GitHub Public Repos
  • play-python 0

  • recommender-system-tut... 0

    A step-by-step tutorial on developing a practical recommendation system (retrieval and ranking) u...

  • fix_sql 0

  • translate-api-docs 0

  • gatsby-plugin-pdf 0

    Gatsby plugin that is able generate PDFs out of your gatsby web pages

  • dmd 0

  • handson-ml3 0

    A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep...

  • docusaurus-prince-pdf 0

    Docusaurus PDF generator using Prince XML

  • go-structure 0

  • ChatGLM-Tuning 0

    一种平价的chatgpt实现方案, 基于ChatGLM-6B + LoRA

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • readable, _, _ = IO.select (sockets) 的语法怎么讲? at 2014年05月13日

    @leozwa 那样不可以,如果返回的是个数组,那 readable 变量就会变成数组变量

  • readable, _, _ = IO.select (sockets) 的语法怎么讲? at 2014年05月13日

    This method will generate warnings that the family, port, and host variables are unused.

    def get_ip(sock)
      family, port, host, address = sock.peeraddr
      address
    end
    

    Using underscores will stop the warnings, but lose the self-documenting nature of the code

    def get_ip(sock)
      _, _, _, address = sock.peeraddr
      address
    end
    

    As of Ruby 2.0.0 we can get the best of both worlds by starting the variables with an _

    def get_ip(sock)
      _family, _port, _host, address = sock.peeraddr
      address
    end
    
  • [上海] successfactors (an SAP company) lead/senior ruby/rails engineer at 2014年04月21日

    @betterthornbird 你那边的老板不认识,估计难

  • [上海] successfactors (an SAP company) lead/senior ruby/rails engineer at 2014年04月21日

    @betterthornbird 能内部 transfer 吗?

  • Ruby 中那些你绕不过的「坑」(译) at 2014年03月09日

    :plus+1:

  • Campo 3 发布 at 2014年03月09日

    :plus1:

  • [上海][2014年2月23日] 2014 年 2 月 周末聚会 at 2014年02月24日

    #22 楼 @Teddy 昨天讲的 command line 挺不错的,command line slides 做的也很炫。有没有用过 trollop?好像目前大多数 gem 用得都是它

  • [上海][2014年2月23日] 2014 年 2 月 周末聚会 (召集) at 2014年02月15日

    @gene_wu 我要去旁听

  • [奖品图曝光] UPYUN 送上情人节三件套,祝大家码上有爱情 at 2014年02月11日

    #23 楼 @kevinclcn kevinclcn at gmail.com

  • [奖品图曝光] UPYUN 送上情人节三件套,祝大家码上有爱情 at 2014年02月11日

    来晚啦?

  • [上海][2014年2月23日] 2014 年 2 月 周末聚会 (召集) at 2014年02月10日

    @gene_wu 过去旁听可以吗?

  • [上海][2014年2月23日] 2014 年 2 月 周末聚会 (召集) at 2014年02月09日

    @gene_wu 参加需要什么条件吗?

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