Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Fred Wu
@fredwu
高级会员
第 188 位会员 / 2011-11-23

墨尔本
109 篇帖子 / 836 条回帖
156 关注者
0 正在关注
0 收藏
https://fredwu.me/
GitHub Public Repos
  • crawler 952

    A high performance web crawler / scraper in Elixir.

  • angel_nest 774

    Project code name: Angel Nest. :)

  • opq 269

    Elixir queue! A simple, in-memory queue with worker pooling and rate limiting in Elixir.

  • stemmer 153

    An English (Porter2) stemming implementation in Elixir.

  • jquery-inline-confirma... 53

    Inline Confirmation plugin for jQuery. One of the less obtrusive ways of implementing confirmatio...

  • dotfiles 18

    My dotfiles

  • README-xplor 10

    Fred @ Xplor - how to work with me.

  • yield.rb 5

    Aggregated token amounts and values. Supports ApeBoard, YieldWatch, Binance, CoinGecko and more.

  • advent_of_code_2018 4

    https://adventofcode.com/2018/about

  • fredwu.me-v3 3

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 大家最快的面试->得到工作 offer 是多久啊? at 2011年12月05日

    两周后加入 Sitepoint 做 TL,带他们的 dev 团队。:) cc @huacnlee @lgn21st @flyerhzm

  • 用 RSpec 的看看这个: ChuckTestar at 2011年12月02日

    还是 Nyan Cat 这个比较带劲: http://www.mattsears.com/articles/2011/11/16/nyan-cat-rspec-formatter :D

  • 聊聊自己的编程强迫症吧~.~ at 2011年12月02日

    Case 我喜欢这么对齐:

    @messages = case message_type
      when :inbox_messages     then current_user.inbox_messages
      when :sent_messages      then current_user.sent_messages
      when :archived_messages  then current_user.archived_messages
      when :inbox_proposals    then current_user.inbox_proposals
      when :sent_proposals     then current_user.sent_proposals
      when :archived_proposals then current_user.archived_proposals
      else redirect_to my_message_inbox_path(:inbox_messages)
    end
    
  • 鸭眼网的 git pull 使用法 at 2011年12月02日

    我也经常试用 git pull --rebase。如果是大的 feature branch 的话,通常我会 git merge --no-ff,小的 branch(两三条 commit)的话,看情况,也许直接会 rebase master 后再 ff merge。

  • 有多少流行的基于 jQuery 的 Autocomplete 插件? at 2011年12月02日

    还有这个我之前贡献过的:https://github.com/wuyuntao/jquery-autosuggest

  • 社区 Logo 出来了 at 2011年12月02日

    应该可以简化一下会更好:)

  • 大家推荐一下好用的前台网页模板或框架 at 2011年12月01日

    目前最火的应当就是 Twitter 的 Bootstrap 了。:)如果只是 CSS 框架的话,960 和 blueprint 都很不错。

  • dhh 又古道出新东东 jbuilder,不是 borland 的,是 json builder at 2011年12月01日

    希望可以比 RABL 和 RepresentativeView 好用些——这两个我们在项目里都大量使用过,都不好用。。。

  • 坑爹啊!Rails 里面发现 String.gsub! 方法的 Bug at 2011年11月30日

    fxn 提供了这条线索啊: https://github.com/rails/rails/issues/1555

  • DHH 结婚了。 at 2011年11月29日

    有钱,有型,有想法。赞一个。就是有时候想法怪了点。。。

  • 大家最快的面试->得到工作 offer 是多久啊? at 2011年11月29日

    #4 楼 @huacnlee 淡定的等待克隆技术完善,然后嘛。。。。;)

  • timeago 是否应该设置个最大时限 at 2011年11月29日

    个人感觉 24 小时以上的就可以直接显示时间了。要不然“一天前”太笼统(24-48 小时,跨越太大)……

  • 大家最快的面试->得到工作 offer 是多久啊? at 2011年11月29日

    哈哈谢谢,对的,是个很心仪的公司。:D

  • has_many :through, and Polymorphic Associations 在 Rails3.1.1 里不工作了? at 2011年11月28日

    3.1.2/3.1.3貌似已经修复这个bug了。

  • Github 的 Sourse 始终显示为 Javascript,明明是 Ruby 啊 at 2011年11月28日

    https://github.com/gazeldx/hotelcms/graphs/languages

    https://github.com/gazeldx/hotelcms/tree/master/public/assets/javascripts/ckeditor

  • 话说最近 Mac 下面出了很多好用的编辑器啊 at 2011年11月27日

    不过话说回来,庞大的项目还是用 RubyMine 比较好……

  • 话说最近 Mac 下面出了很多好用的编辑器啊 at 2011年11月27日

    Vico, Chocolat 和 Sublime Text 2 比较下来,还是觉得暂时是 Sublime 比较领先。但这几个都还处于 beta 状态,没有很完善。

    年底看看 Textmate 2 到底会不会有惊喜,呵呵……

  • 一个出自 Harvest 团队的 JS Select box 插件: Chosen at 2011年11月27日

    非常赞!:D

    之前我 contribute 过一个有一点类似的项目:https://github.com/wuyuntao/jquery-autosuggest

  • 这种牛人是怎样炼成的? at 2011年11月27日

    Rails 社区我最崇拜的三剑客—— Jose Valim,Yehuda Katz,还有 Aaron Patterson (tenderlove)。

    Aaron Patterson 貌似是唯一一个 ruby core 以及 rails core 的成员。

  • 这种牛人是怎样炼成的? at 2011年11月27日

    其实像 Yehuda 这样的人才还是不少的。尤其是在 ruby 圈子里,大部分牛人都有其他语言/平台的基础。比如曾经的 Zed Shaw 就是 Python/Ruby。

    另外我还很钦佩像 Drew Wilson 那样的 development 和 design 双精通的。

    仔细算算,这些比较遥远的不提,我身边的牛人好多啊…… Thinking Sphinx 的作者,Machinist 的作者,Formtastic 的作者,Ruby on Rails 贡献度前 30 的,等等之类的。多与牛人混一起,学习进步的特别快。XD

  • Block 调用问题 at 2011年11月27日

    block variable scope 的问题。在 1.9 中你还可以这样使用(注意“x”前面的“;”符号):

    method("safdsa") {|;x| puts x, x = "test"}
    

    这样可以禁止 block 内调用非 scope 内的 variable。

  • 各位不妨在 Wiki 里面将你所在的公司和项目补上吧 at 2011年11月26日

    我把我在澳洲这边接触过的几个比较有名的公司给添加上了。:)

  • 各位是因为什么事件和原因接触到 Ruby at 2011年11月25日

    #3 楼 @lgn21st 从 06/07 年起就一直写 ruby 啦?羡慕羡慕~

  • 各位是因为什么事件和原因接触到 Ruby at 2011年11月25日

    06 年左右的时候在 WebHostingTalk 论坛上看到有人提起,于是就去把玩了一下。记得当时 rails 版本是 0.12.x。

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