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
  • 百度:360 违反 Robots 可能导致网民隐私泄露 at October 18, 2013

    安全当然不能靠 robots.txt, 它只是一纸明文,360 不读取,其它 spider 也会去读取。你自己敞开门然后写张纸条说不能从这里进!期望没有贼会进去偷东西这不很搞笑吗?

  • 熬夜写代码后头昏眼花 at October 17, 2013

    #40 楼 @tangmonk 番茄时间管理法 呵呵!

  • 关于中文与英文的先进性 at October 16, 2013

    一直都纠结这个问题。

    比较一下: 在英语里,pig piggy(小猪)hog(猪、猪科动物)sow(成年母猪)boar(公猪)swine(猪、猪科动物),所有以上词汇都有另外一层含义,就是:贪婪的、卑鄙的、肮脏的、粗野的,尽管他们装作好象很爱护憨态可鞠的小猪。

  • Linux 窗口之间快速切换 - 加速你的开发效率! at October 14, 2013

    #20 楼 @whitecrow http://www.apptivateapp.com

  • Linux 窗口之间快速切换 - 加速你的开发效率! at October 13, 2013

    类似的工具: mac 下我用 apptivate

    linux 下 绑定快捷键:

    #!/bin/sh
    
    # jump-or-exec by wmctrl
    
    REXP="$1"
    CMD="$2"
    
    wmctrl -x -a $REXP && exit
    exec $CMD &
    
  • 个人不能备案论坛吗? at October 06, 2013

    #1 楼 @lgn21st 打算做的是二三线城市的网站,国外的话速度太慢,而且一被封就一了百了。

  • 真的没必要浪费心思在 Go 语言上 at October 01, 2013

    #155 楼 @reus 对呀:

    use std::option::Option;
    
    fn call_me_maybe(x: int) -> Option<int> {
    

    代码写成这样还摆得出来。

    --- 打字太曲折了!

  • Ruby 社区这么固执偏见不喜接受新事物吗?Go 的两个文章引发争论的感想 at September 29, 2013

    #53 楼 @luikore golang 版本建议不采用 html/template 再测试,应该会快很多。html/template 速度很慢。

  • Ruby 社区这么固执偏见不喜接受新事物吗?Go 的两个文章引发争论的感想 at September 29, 2013

    别争呀!
    想想,你看不起 VB, 那些靠 VB 发达的人笑死你 ...
    你看不起 Ruby? 那些靠 ruby 买房买车的笑死你...

    错!不争啥都不知道!

  • Rust 0.8 来了, 1.0 还会远吗? at September 27, 2013

    #2 楼 @wppurking 同抱... brew install rust, 最后还是 Ctrl C, 什么玩意。

  • ruby-china 跑起来有两个 BUG at September 27, 2013
    1. Uncaught ReferenceError: CURRENT_USER_ACCESS_TOKEN is not defined

    这个好像是 bug,不大记得了,好像是没 define 就调用。在 app.coffee 里面

  • font-awesome 莫名乱码,有遇到过的么:"" at September 27, 2013

    应该是缺字体,或跨站引用,或 server 不支持的 mime type

  • 真的没必要浪费心思在 Go 语言上 at September 27, 2013

    玩 C++ 有没有去编译过 linux 下的 qt 和 KDE ? 那得要排放多少碳 (co2) 呀。

  • 真的没必要浪费心思在 Go 语言上 at September 27, 2013

    #81 楼 @skandhas 其实,我并没有提及 ruby 社区,我的意思是这里有些人。但我没有说他们怎么样,只是有些好奇而已。

  • 真的没必要浪费心思在 Go 语言上 at September 26, 2013

    #51 楼 @astaxie 我也觉得,他们像死忠,不知道为什么

  • 我是不是可以把 HashMap 当作一种实现缓存的方法。 at September 26, 2013

    可以,不过别滥用,内存和缓存都由同一个应用管理不好。

  • 真的没必要浪费心思在 Go 语言上 at September 26, 2013

    就目前来说,go 还是不错的。ruby 虽好,但为什么都差不多 20 年了,人们才发现它的好。以后的事还很难说的。

  • 真的没必要浪费心思在 Go 语言上 at September 26, 2013

    #16 楼 @luikore 赞同,map reduce filter curry .....

  • GO 的性能真的是很惊人啊 at September 25, 2013

    #39 楼 @astaxie 我是担心 刚好在用户 post 的时候重置了

  • GO 的性能真的是很惊人啊 at September 25, 2013

    #1 楼 @luikore 在 occnet.net 我也自己实现 csrf token, 不过是保存在浏览器的 session 里,也就是 maxage =0, 好像 rails 的也是这样的,因此在一个 session 里它是不变的,不过登出或重新登录会更新 token. 我觉得没有必要每个 request 都更新 token .

  • GO 的性能真的是很惊人啊 at September 25, 2013

    这个的确,Golang 内建的 html/template 性能比较差,你测试的时候输出太少是没有意义的。以我的经验,render 较多内容时,common lisp 竟不比 Go 差多少。

    另外,你可以看看我这个用 go 写的网站 http://occnet.net

  • 给社区的小小建议 at September 24, 2013

    好像每次都是 command + click 打开一堆,看完后再一一关掉的

  • 关于一个很多列的表格,如何优化 at September 24, 2013

    把原来的列做成菜单,把原来的行做成 div 内分页 . ?

  • 为什么旧帖顶不起来 at September 22, 2013

    新贴不是有个 [最新创建] 么

  • 要把社区的 topics 和 replies 为用户做成 timeline, 怎样做? at September 02, 2013

    #4 楼 @jjym 这个可以借鉴。

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