Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
李华顺
@huacnlee
管理员
第 2 位会员 / 2011-10-28

[email protected]
长桥证券 (Longbridge)
成都
502 篇帖子 / 9058 条回帖
959 关注者
53 正在关注
105 收藏
打赏作者
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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 别用 CoffeeScript 了,你总有一天得学 JavaScript at 2014年01月20日

    好奇 JavaScript 都不会,能写出 CoffeeScript 么

  • Ruby China 新版 iPhone 客户端已上架 App Store,欢迎各位下载试用 at 2014年01月18日

    #28 楼 @jimneylee 很流畅,就算排版看起来有点乱。另外 RC 不是一个好的缩写

  • Ruby China 新版 iPhone 客户端已上架 App Store,欢迎各位下载试用 at 2014年01月18日

    #28 楼 @jimneylee 回复框内容有多行以后很难提交

  • Ruby China 新版 iPhone 客户端已上架 App Store,欢迎各位下载试用 at 2014年01月17日

    哇,装上

  • 关于在 CentOS 上安装 nokigiri 的问题 需要各位大大的帮忙 at 2014年01月16日

    用 https://github.com/huacnlee/init.d 安装三方包

  • 好像 rvm 的资金到位了? at 2014年01月14日

    最后两天不知道谁整了笔大的

  • 年底了来曝下加薪和年终奖呗 at 2014年01月11日

    年底不发年终奖...

  • 发个可定制的自动化测试脚本. [Watchr + Spring] at 2014年01月10日

    Rails 4.1 内置 Spring 哟

  • 关于 fast-aes 对称加密 at 2014年01月10日
    key = 'UITN25LMUQC436IM'
    def aes128_encrypt(data)
      aes = OpenSSL::Cipher::AES.new("128-ECB")
      aes.encrypt
      aes.padding = 0
      aes.key = key
      aes.update(data)
    end
    
    def aes128_decrypt(data)
      aes = OpenSSL::Cipher::AES.new("128-ECB")
      aes.decrypt
      aes.padding = 0
      aes.key = key
      aes.update(data)
    end
    

    我们现在项目的 AES 做法

  • 关于 fast-aes 对称加密 at 2014年01月09日

    Ruby 的 Aes 有长度不足,补全的动作,这个细节之前我也折腾了一下

  • capistrano 部署的时候,能不能不用输入 github 的密码啊,appserver 的密码? at 2014年01月09日
    $ ssh-agent $SHELL
    $ ssh-add ~/.ssh/id_rsa
    Identity added: /home/you/.ssh/id_rsa (/home/you/.ssh/id_rsa)
    
  • 网站访问有些慢 at 2014年01月08日

    #6 楼 @zqalyc 重启后第一次都是这样的,后面还慢的话,你就得检查你的代码了

  • Ruby 的上手教程更新了 at 2014年01月07日

    楼主!那引号,中文的...

  • 废除 at 2014年01月04日

    待遇不错呀!

  • sunspot + mongoid 搜不到结果 at 2014年01月04日

    #1 楼 @dxwts 看这个代码 https://github.com/huacnlee/imax.im 里面有 sunspot 实现搜索的

  • 专注 Mac 平台做音乐播放器靠谱么? at 2013年12月30日

    #4 楼 @chareice 那个我不管

  • 专注 Mac 平台做音乐播放器靠谱么? at 2013年12月30日

    内容才是重点

  • 支持多音字的汉字转拼音 ruby-pinyin 0.3.0 发布了 at 2013年12月30日

    #20 楼 @jan 我明白了,这里是可以覆盖的

  • 支持多音字的汉字转拼音 ruby-pinyin 0.3.0 发布了 at 2013年12月30日

    #19 楼 @jan 不是说安装下载,而是跑起来会多占内存,而且没个进程多那么多,而分词可能不一定用得上,这个如果可以搞成可配置项或许会更好

  • 支持多音字的汉字转拼音 ruby-pinyin 0.3.0 发布了 at 2013年12月30日

    redis-search 换用这个啦

  • 支持多音字的汉字转拼音 ruby-pinyin 0.3.0 发布了 at 2013年12月30日

    不该带上 mmseg 的,词库略大,另外,你带上实际上也不一定适合别人的项目,一般词库都需要自定义的

  • 时不时看到这种页面? at 2013年12月30日

    之前我用 Safari 也会有这儿问题,最近用 Chrome 一直没发现,问题可能是 turbolinks 引起的

  • RSpec 如何只运行一个 it at 2013年12月30日

    TextMate + RSpec.bundle,可以在 it 那段按 Shift + Command + R 来执行

  • 支持多音字的汉字转拼音 ruby-pinyin 0.3.0 发布了 at 2013年12月30日

    是不是给那些多音字做了 Map 了?

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