Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
李华顺
@huacnlee
Admin
NO. 2 / 2011-10-28

[email protected]
长桥证券 (Longbridge)
成都
502 Topics / 9058 Replies
960 Followers
53 Following
105 Favorites
Reward
GitHub Public Repos
  • autocorrect 1412

    A linter and formatter to help you to improve copywriting, correct spaces, words, and punctuation...

  • rails-settings-cached 1104

    Global settings for your Rails application.

  • rucaptcha 697

    Captcha Gem for Rails, which generates captcha image by Rust.

  • zed-theme-macos-classic 97

    A macOS native style theme for Zed, let it same like native app in macOS.

  • vscode-macos-classic.t... 22

    macOS Classic theme for Visual Studio Code

  • zed-extension-action 19

    GitHub Action for automatically bump Zed Extensions version after a release.

  • autocorrect-action 11

    GitHub action for use AutoCorrect as lint

  • zed-autocorrect 6

    AutoCorrect for Zed

  • gpui-workspace 4

    Dock layout UI component for GPUI, that extracted from Zed project.

  • zed-lalrpop 3

    LALRPOP parser grammar support for Zed.

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 购买 Mac 正版软件促销包 2013 春季版 ,谁下手了? at April 11, 2013

    好多都没有啥价值的软件

  • Linode 内存免费翻倍升级了,大家都升了没? at April 10, 2013

    #33 楼 @Los 跑热了以后,MongoDB 会到 400M

  • Linode 内存免费翻倍升级了,大家都升了没? at April 10, 2013

    话说用 Puma 多线程跑 Rails,内存很节约啊。Java 那个进程是 ElasticSearch

  • Linode 内存免费翻倍升级了,大家都升了没? at April 10, 2013

    我的状态恢复了

  • iOS 开发中使用 git 团队协作 nib 文件如果冲突了这修复你们怎么做的? at April 10, 2013

    还好还好,偶尔折腾一下,一般冲突就 3, 4 处,小写的观察,修复还算容易。

  • Linode 内存免费翻倍升级了,大家都升了没? at April 10, 2013

    哎哟,我的升级完以后慢死了,load average: 5.24, 6.23, 4.71 ... load average: 11.28, 4.89, 4.19

  • 数组排序求简单实现 at April 10, 2013

    相似度排序,可以看看这个算法 Levenshtein distance

    Ruby 有实现:https://github.com/anjlab/rubyfish

  • Linode 内存免费翻倍升级了,大家都升了没? at April 10, 2013

    升级完成

  • 社区新规则 - 新注册的用户 1 周内禁止发帖 at April 09, 2013

    #214 楼 @zondy 好了

  • Ruby China iPhone App 上架了 at April 07, 2013

    #16 楼 @ashchan 我也不知道,看看再说吧,之前那个我一直没空搞了,而 @dave 这个风格不是很好,并且也是还有很多功能没完成

  • ruby china 是怎么做手机浏览器的兼容的? at April 07, 2013

    根据 User-Agent 让 Mobile 浏览的时候多载入 mobile.css,里面是一系列覆盖样式,多调试,修正细节,JS 的东西都能用的,mobile.css 里面也就是修正一下尺寸而已。

    还有个别区域在 erb 里面加了代码让 Mobile View 上面不生成

    #1 楼 @zgm 没有用 Bootstrap 的响应式

  • Ruby China 帖子过万啦 at April 07, 2013

    #2 楼 @winnie 那个位置是 Cache 按时间过期的,过一会儿就出来了

  • 有谁看 NCAA 那个断腿的视频了,太恐怖了 at April 07, 2013

    看不太清除呀

  • 有谁看 NCAA 那个断腿的视频了,太恐怖了 at April 07, 2013

    #10 楼 @cod7ce 我比较重口味

  • Ruby China iPhone App 上架了 at April 07, 2013

    装上了,回复一个试试

  • 有谁看 NCAA 那个断腿的视频了,太恐怖了 at April 06, 2013

    发个地址看看

  • 好文共赏 at April 06, 2013

    http://ruby-china.org/topics/9403 之前已经发过了

  • Ruby China 的发帖草稿是不是有问题? at April 03, 2013

    好像是又点小问题,不是存 Cookie 的,而是 Local Storage

  • Helios - 看起來潛力無限的一個 project at April 03, 2013

    #5 楼 @ashchan 这家伙出了好多不错的东西!

  • 在 Mac 上还在用启动 3 秒以上的 Evernote 么,欢迎来到 Nvalt 的世界 at April 03, 2013

    用不上,没啥可记的

  • Helios - 看起來潛力無限的一個 project at April 03, 2013

    好漂亮的页面

  • [深圳] 小象网个性印刷求爱折腾程序员 (持续招聘...) at April 02, 2013

    本想印一本的,发现上传高清图片太慢了,还是放弃了

  • 有没办法对 polymorphic association 的数据进行 Eager Loading? at April 02, 2013

    有时候用代码会更好描述你的意思,还有不要用 A B C 这些代词,用实际的例子别人更容易看懂

  • 求教 geminabox 的列表速度优化 at April 02, 2013
    server {
      location ~* ^(/gems|/quick|/latest_specs.4.8|/latest_specs.4.8.gz|/Marshal.4.8|/Marshal.4.8.Z|/prerelease_specs.4.8|/prerelease_specs.4.8.gz|/specs.4
        root /your/rubygems/path;
      }
    }
    
  • 求教 geminabox 的列表速度优化 at April 02, 2013

    Nginx 设置 *.gem 的某些文件指向到特定的目录就对了,压根不需要 geminabox

  • 写求职信的 gem - zresume at April 02, 2013

    生成 PDF?出来的结果截图看看呀

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