Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Leo
@leozwa
高级会员
第 96 位会员 / 2011-11-15

多伦多
16 篇帖子 / 454 条回帖
0 关注者
0 正在关注
1 收藏
GitHub Public Repos
  • WordList 1

    quick and simple tool to help me memorize some GRE vocabulary

  • get_shit_done 1

    a host file modifier to block distracting sites

  • sudoku-solver 1

  • QRtube 1

    a chrome extension that generates QR codes based on the current url of the tab or any given text

  • over_the_pan 1

  • kibana 0

    Kibana

  • dc.js 0

    Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js

  • ruby-china 0

    ruby-china.org website source code.

  • cuckoofilter-ingestion... 0

  • h-store 0

    H-Store Distributed Main Memory OLTP Database System

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • [Rails Girls Beijing] 总结帖 [74 个 RailsCasts Pro 三个月免费使用福利已到,近期发放] at 2012年12月16日

    图挂了...

  • 360 安全浏览器的双核心 at 2012年12月16日

    360 浏览器和他那一系列破玩意在国内真是 TMD 深入人心...

  • 讨论下 sublime text 插件安装和配置保存问题 at 2012年12月08日

    我经常得跑两次 package install 第一次它好想会去更新列表... 第二次才能搜索安装...

  • 求解:关于空格 at 2012年12月04日

    你能解释通 || 可你怎么解释 = "Fido"...

  • 调查,有多少爱玩乐器的 ruby 程序员? at 2012年11月29日

    高中时候小提琴 8 级... 后来狂练 2 月考 9 级没过之后就不怎么碰了... 一晃快 5 年了... 偶尔拿起来玩玩只觉得手指很生疏...

    其实一直很想学钢琴...

  • [感谢 leozwa,问题已解决] 我买了一个山寨键盘,没有 insert 键,有什么方式可以切换"插入 / 改写"模式 at 2012年11月26日

    哈哈 不谢 话说我几乎都没怎么用过 insert... 好像都是按 del 不小心按到 insert...

  • [感谢 leozwa,问题已解决] 我买了一个山寨键盘,没有 insert 键,有什么方式可以切换"插入 / 改写"模式 at 2012年11月26日

    numlock + 0 试试?

  • 限期打折:Practical Object-Oriented Design in Ruby at 2012年11月25日

    想买本实体的结果书 19 邮费 18 T__T

  • sublime 怎样跳出括号? at 2012年11月22日

    #21 楼 @sleepd 哈哈 我是改为 tab 补全了 因为有时候我不想补齐只想跳出括号 却先要 ESC 跳出补全...

  • sublime text 2 小问题 at 2012年11月22日

    可以考虑装 soda https://github.com/buymeasoda/soda-theme

  • TJMarkdownPaste - Markdown with code highlight and Tex mathematical syntax at 2012年11月22日

    这个要顶一下

  • 每次 js 请求都会自己执行两次,自己找不到问题所在 at 2012年11月21日

    清掉 asset 试试...

  • 关于音乐播放的问题 at 2012年11月21日

    #2 楼 @gugugupan 他们用 web audio api... 估计也就是 IE 10 可以

  • 关于音乐播放的问题 at 2012年11月21日

    https://github.com/ofmlabs/aac.js 看看这个

  • 有人会把 Ruby 默念成 [ˈrʌbi] 吗? at 2012年11月20日

    #16 楼 @AReverie haha google 还把重音放后面好欢乐

  • 有人会把 Ruby 默念成 [ˈrʌbi] 吗? at 2012年11月19日

    #5 楼 @huacnlee 关键是他们怎么念老外都听得懂 T__T

  • 有人会把 Ruby 默念成 [ˈrʌbi] 吗? at 2012年11月19日

    话说日本人会把 ruby 读成 luby 么...

  • 半夜睡不着,起来敲代码 ing~ at 2012年11月19日

    lz 的代码缩进异常得诡异啊...

  • 怎样理解 SublimeText 关于括号的配置? at 2012年11月14日
    { "keys": ["["], "command": "insert_snippet", "args": {"contents": "[$0]"}, "context":
    

    那这个讲吧... 当下面 3 个条件满足时 按下"["的时候插入 snippet "[$0]"

    { "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
    

    是说 setting.auto_match_enabled 这个要设定为 true

    { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
    

    当前没有任何选中 (selection_empty)

    { "key": "following_text", "operator": "regex_contains", "operand": "^(?:\t| |\\)|]|;|\\}|$)", "match_all": true }
    

    光标后面的内容要配到这个 regex

    卤煮是想说按方括号的时候实际出圆括号?我不知道 sublime 能不能直接把一个键 map 到另一个 好像 key setting 里都是去触发 command 的

    这里是文档 http://docs.sublimetext.info/en/latest/reference/key_bindings.html#

  • 为什么买了 Dash 不扣我的钱呢,莫非是因为我的人品好? at 2012年11月13日

    #12 楼 @huacnlee 请问有没有更好点的推荐?

  • 喜爱 Ruby 和 Python 的同学们,又有新玩具可以玩了! at 2012年11月11日

    好像在 Scientific Computing 里挺受欢迎

  • 温度过低,手机将停止工作 at 2012年11月10日

    我隐约记得第一代的 ipad 如果电放干净了且温度不够时充不进电去...

  • 为什么买了 Dash 不扣我的钱呢,莫非是因为我的人品好? at 2012年11月08日

    信用卡从来都不是即使扣费 = =''

  • 无法删帖 at 2012年11月08日

    报名...

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