Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
@zealot2007
Member
NO. 5777 / 2013-02-22

0 Topics / 4 Replies
0 Followers
0 Following
0 Favorites
No GitHub.
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • [北京] 富熊云创技术团队招聘 Ruby 软件开发工程师 at June 27, 2017

    一个很靠谱的招聘 团队 cto 我认识 技术精湛 团队氛围也不错 👍

  • [UCloud 开源接力]#[email protected]#Ember Todo at September 23, 2013

    抢楼

  • [UCloud 开源接力]#[email protected]#Ember Todo at September 23, 2013

    相当不错,太棒了

  • 如何获得数组里面连续的多部分 at August 15, 2013
    def seq(a)
      c = a.clone
    
      cur = [c.shift]
      ret = [cur]
      while (last = c.shift)
        if last - cur.last == 1  
          cur << last 
        else
          cur = [last]
          ret << cur
        end
      end
      ret
    end
    
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English