Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
@gihnius
Member
NO. 6061 / 2013-03-10

广州
31 Topics / 335 Replies
5 Followers
0 Following
52 Favorites
GitHub Public Repos
  • jquery.qeditor 35

    This is a simple WYSIWYG editor with jQuery.

  • http-pinger 20

    A simple tool to check website status and notify via email.

  • cl-common-blog 18

    a blog engine written in common lisp

  • gomemoize 11

    memoization function in Go

  • hunchentoot-secure-cookie 9

    encodes and decodes authenticated and optionally encrypted cookie values.

  • freebsd-wifi 7

  • ht-routes 7

    route mapping and dispatching URL's for Hunchentoot in Common Lisp.

  • gosanitize 6

    Gosanitize is a whitelist-based HTML sanitizer in Go language. Given a list of acceptable element...

  • rdb-backup 5

    redis rdb backup

  • redis_online_counter 5

    Counting online users with Redis and Go.

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Rails 怎么实现动态的加载图片资源? at June 17, 2014

    这。。也是一个问题?

  • 如何运营一个新的网站? at June 17, 2014

    现在 UGC 好难做了,讨厌翻版!!!!

  • 这里的管理员太霸道了,大家评评理 at June 17, 2014

    看上去有点像我档的作风,哈哈。。。

  • 平时开发中大家使用 chef 或者 puppet 频率多吗? at June 14, 2014

    没有几十上百台服务器,即使有,也不建议使用这两个“反智”的东西。

  • Apple 发明新语言了 Swift at June 03, 2014

    #52 楼 @lgn21st Apple 应该有,挖得出来不?

  • Apple 发明新语言了 Swift at June 03, 2014

    看了一下语法,觉得 Golang 比 Swift 设计得太保守了!

  • 各位开发过程中都是遵循 TDD 的么? at June 01, 2014

    有测试就行了,为什么一定要 TDD ?

  • 试玩 Google Compute Engine. 价格也不便宜! at May 29, 2014

    #3 楼 @kgen #4 楼 @tylerlong 没有时间做详细的对比。 上周把公司的部分服务器直接从 ec2 迁移到等配 (cpu/mem) 的 gce 的结果是,现在上头和客户都抱怨网站太慢了。 IO 渣得不行!怀疑 google 是不是把它发家时用的那些破 pc 来玩 gce。 从日志 (gce console/ newrelic) 观察 CPU 的使用率并不高,但强不强得另说。 还是得找时间做具体的性能分析。

  • 试玩 Google Compute Engine. 价格也不便宜! at May 20, 2014

    #1 楼 @lgn21st 服务都是对国外的,没留意,国内还是别期望了吧,一 scp 就 stall.

  • 置顶好碍眼啊~ at May 13, 2014

    #1 楼 @Peter 嗯,还有

  • 关于 Martini 的路由问题 at May 13, 2014

    可以呀:m.Get("/", p.say_hi()) 改为:m.Get("/", p.say_hi) 传递的是方法本身,不是调用方法。

  • jquery.qeditor 编辑器的 Bootstrap3 版本 at May 03, 2014

    #3 楼 @nil 我也想支持表格,有时间再看看吧。

  • jquery.qeditor 编辑器的 Bootstrap3 版本 at May 03, 2014

    blockquote 和 pre 还是有 bug!

  • Web Framework Benchmarks Round 9 at May 02, 2014

    #1 楼 @chenge 同时在线够多时才体现得出效果

  • 求教哪款所见所得编辑器比较适合与 Rails 结合在一起用? at May 02, 2014

    #13 楼 @zhangrentian qeditor 的 bootstrap3 版本:http://ruby-china.org/topics/18940 , 也是冲着知乎那个效果改的...

  • 求教哪款所见所得编辑器比较适合与 Rails 结合在一起用? at May 01, 2014

    试试这个:http://ruby-china.org/topics/18940

  • haml slim 之流真的好吗? at April 27, 2014

    ERB 正道!

  • 要转行了 发骚矫情中 at April 19, 2014

    有这机会当然不能当码农

  • 请教如何拦截 url at April 18, 2014

    files 目录不要放到 apache 的 doc root 里面吧

  • 删除 key 中一些数据,有比 lrem 更好的实现方法么? at April 18, 2014

    #4 楼 @yangman_wenzhu 你可以参考 sscan 遍历删除

  • 删除 key 中一些数据,有比 lrem 更好的实现方法么? at April 18, 2014

    #2 楼 @yangman_wenzhu 我觉得这样你应该用 set

  • 删除 key 中一些数据,有比 lrem 更好的实现方法么? at April 18, 2014

    需求描述能再具体些么?

  • 你爱的技术网站 / 社区,七牛和你一起去支持! at April 11, 2014

    怎么没人上站呢? http://www.qufor.com/topics

  • 写了一个单机监控工具 at April 02, 2014

    顶,不过为什么要那么复杂使用 package ?

    自己项目的 pkg 放到 src/ 下不好吗?独立应用没有必要放到 gopath 里面。

  • [西安] ThoughtWorks 热招软件键客 at April 01, 2014

    注意!programming(); 就是个死循环...

    哈哈

  • 踩到 Bootstrap3 popover 的一个坑 at March 31, 2014

    #4 楼 @billy 也想过加个 wrap,确实也加了,只限定 max-height 和 scroll, 固定大小的话不适合,通常动态加载的内容不是很多,所以固定大了,太多空白,固定小了,内容一多很难看。

  • 踩到 Bootstrap3 popover 的一个坑 at March 30, 2014

    坑不坑?

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