Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
@kevinclcn
Member
NO. 11307 / 2014-01-31

7 Topics / 48 Replies
2 Followers
4 Following
24 Favorites
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
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • readable, _, _ = IO.select (sockets) 的语法怎么讲? at May 13, 2014

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

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

    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 April 21, 2014

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

  • [上海] successfactors (an SAP company) lead/senior ruby/rails engineer at April 21, 2014

    @betterthornbird 能内部 transfer 吗?

  • Ruby 中那些你绕不过的「坑」(译) at March 09, 2014

    :plus+1:

  • Campo 3 发布 at March 09, 2014

    :plus1:

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

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

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

    @gene_wu 我要去旁听

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

    #23 楼 @kevinclcn kevinclcn at gmail.com

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

    来晚啦?

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

    @gene_wu 过去旁听可以吗?

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

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

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