Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Sevk
@sevk
高级会员
第 681 位会员 / 2012-01-05

嘉兴
47 篇帖子 / 934 条回帖
10 关注者
1 正在关注
37 收藏
Sevk
打赏作者
GitHub Public Repos
  • kk-irc-bot 55

    irc-bot , like a human

  • rustdesk 0

    An open-source remote desktop, and alternative to TeamViewer.

  • rustdesk-server 0

    RustDesk Server Program

  • notepad4 0

    Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with ...

  • VB6toRuby-tk 0

    vb6 code to ruby code auto convert

  • qqwry 0

    纯真IP数据库,每天从官方授权方式自动抓取最新文件

  • linux-wifi-hotspot 0

    Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. I...

  • VB6-Compression 0

    VB6 wrappers for modern compression libraries

  • Dism-Multi-language 0

    Dism++

  • HumanSystemOptimization 0

    健康学习到150岁 - 人体系统调优不完全指南

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 号外,XX 开房记录查询 at 2013年10月16日

    任何软件都有漏洞,希望法律给力一点。

  • 求救,mac 的系统不知道什么原因不停死机 at 2013年10月15日

    嗯,安装了 360 后,答案就比较肯定了。一般是 360 的敌人做的,保守估计可能性是 49%

  • 有没有觉得右手小拇指特别累 at 2013年10月12日

    vim 里面设置个热键,比如 ctrl+j 是 do end

  • Groupon 抛弃 Rails at 2013年10月12日

    瓶颈往往不在语言。

  • 有的时候百度也蛮人性化的 at 2013年10月12日

    国外很多大公司其实是参与互联网标准的制定的,所以国内的公司会慢半拍。

  • 进入稳定阶段的公司并不喜欢员工独当一面 at 2013年10月11日

    看不懂别人的代码是个什么水平?实习阶段? c\c++ 的代码确实比较难读。ruby 是最容易读写的。

  • 小伙伴们对加密 Ruby 源代码有需求吗? at 2013年10月11日

    ruby encoder 不贵吧 自己修改内核的方法,不知道如何入手? 是改写 kernel 的哪个方法?

  • raw.github.com:443; 没有到主机的路由 at 2013年10月10日

    git pull push 正常,就是 rvm 不行,估计 raw.github.com 这个域名的问题,我试试加个 host

  • 每个人应该活 1000 岁,这样科技发展就飞速了 at 2013年10月09日

    劳逸结合,阴阳调和,物极必反,自然才是王道。

  • vmeal 开源了,欢迎大家来拍砖。 at 2013年10月08日

    首页的图片是下午茶吗?

  • [4bit,4bit] 这个怎么写比较好? at 2013年10月08日

    #16 楼 @bhuztez 3 行代码就搞定了,没必要 DSL 了

  • [4bit,4bit] 这个怎么写比较好? at 2013年10月08日
    ord = 69
    ord >> 5  #右移掉 5bit
    ord & 0b11111  #5个1
    

    😄

  • [4bit,4bit] 这个怎么写比较好? at 2013年10月08日

    #12 楼 @kenshin54 嗯,搞定。多谢

  • [4bit,4bit] 这个怎么写比较好? at 2013年10月08日
    [54] pry(main)> a = 'E'.unpack( 'B*' )[0]
    => "01000101"
    [56] pry(main)> a[0,3]
    => "010"
    [57] pry(main)> a[3,5]
    => "00101"
    
  • [4bit,4bit] 这个怎么写比较好? at 2013年10月08日

    #8 楼 @bhuztez 这一定是哪个 gem 吧,gem 名字是什么,我去安装

  • [4bit,4bit] 这个怎么写比较好? at 2013年10月08日

    再多问一下。万一以后要 [3bit, 5bit ] 呢?

  • [4bit,4bit] 这个怎么写比较好? at 2013年10月08日

    #2 楼 @luikore

    多谢,

    'E'.unpack 'B*'  
    [ord >> 4, ord & 0xF]
    

    都不错,学习了

  • [4bit,4bit] 这个怎么写比较好? at 2013年10月08日

    #1 楼 @bhuztez <<H:4, L:4>> 这 2 个小于号是什么语法,我怎么从来没见过啊?

  • 上图不说话 at 2013年10月08日

    我是工作 10 年的样子..

  • Kernel#` 调用 xclip irb 挂起 at 2013年10月08日

    果然啊,我这里要 24 秒

    [8] pry(main)> puts Benchmark.measure { `xclip .vimrc` }
      0.000000   0.000000   0.000000 ( 24.320067)
    => nil
    
  • Stackoverflow 什么情况 at 2013年10月08日

    国内的网络 BUG 多

  • ipinfodb.com 不能注册了 at 2013年10月08日

    ip_location_cn 好像用的是 qqwry.dat 吧?

  • 多主键的数据库 at 2013年10月08日

    建立索引就可以了

  • Kernel#` 调用 xclip irb 挂起 at 2013年10月08日

    可以看看 Benchmark.measure 的源码,可能使用了 Thread.new

  • Github 出现奇怪页面 at 2013年10月07日

    被 DDOS 吗?

  • OSX 10.9 GM 终于出了! at 2013年10月06日

    期待~~~

  • 个人不能备案论坛吗? at 2013年10月06日

    放国外 +1 , 国外好多免费的空间,收费的更多

  • Rubinius 2.0 终于出了! at 2013年10月06日

    Rubinius 只是在多 CPU 时并发比较好吧?

    An implementation of Ruby designed for concurrency using native threads to run Ruby code on all the CPU cores.

  • Linux 命令下的一个很强大的符号"{}" at 2013年10月02日

    学习了,多谢

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