Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Peter Wang
@happypeter
高级会员
第 2359 位会员 / 2012-05-29

北京
44 篇帖子 / 665 条回帖
76 关注者
0 正在关注
10 收藏
视频死磕侠
GitHub Public Repos
  • gitbeijing 268

    github 图解教程,献给曾经的北京 Git 用户组

  • haoduoshipin 242

    好多视频

  • onestep 171

    haoqicat.com 代码

  • happypeter.github.com 69

    home page of peter

  • LGCB 47

    Linux Guide for Complete Beginners

  • peter-vim 45

    My ~/.vim/

  • binfo 28

    Blockchain Info , think linfo.org

  • crypto 27

    《区块链背后的密码学》

  • cybermen 15

    互联网奠基人传

  • edocs 9

    Peter's tech notes

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • [分享] 学习 Rails 的过程中遇到的一些陷阱, 新人一定进来看看! at 2012年07月23日

    👍

  • Screencast: vim 插件管理策略 at 2012年07月23日

    #20 楼 @ywjno 相应的工具应该还有一些 http://vim-scripts.org/vim/tools.html 不知谁将一统江湖?

    #21 楼 @AlphaLiu 可能 Vundle 真的会越来越流行了。真心希望 http://vim-scripts.org/ 能快些成长,我是早就恨透了 vim.org。

  • Screencast: vim 插件管理策略 at 2012年07月23日

    #13 楼 @tudou #16 楼 @lyfi2003 以后,我会默认把回帖的同学自动加到提醒列表(见#2 楼)中的。

    #18 楼 @toy 脚本拜读了,受教颇多

    #15 楼 @PrideChung 我赞同你,在 vundle 变得真正成熟之前,我还是很陶醉 pathogen 的简约之美。Let's KISS 😄

    #12 楼 @dfang 同意,简约就是强大,美丽驯服复杂,刚刚够用是王道。

  • Screencast: vim 插件管理策略 at 2012年07月22日

    #8 楼 @superbatironmans5 对,正确的操作是应该用 Ctrl-W 配合 h j k l 来使用的。我一直使用 Ctrl-wwwww... 来切换是个坏习惯。不过如果打开的窗口数 =< 3 的话,应该还可以。

    感觉以后可以顺便讲讲.vimrc 文件的语法

    其实我作视频,最想得到的 feedback 是鼓励 😄 ,比鼓励更想得到的是建设性的批评,和对新视频内容的 request。所以非常感谢您的 request,已经加到 Happycasts.net 的 TODOs 里了。

  • Screencast: vim 插件管理策略 at 2012年07月22日

    #6 楼 @dfang 您分享的两个链接我都仔细看过了,确实很有帮助,谢谢!我想在这期视频的改进版 (revised version) 里,我会对 Vundle 相关的内容做更为详尽的讨论的。

    #4 楼 @superbatironmans5 Vundle 我也好好的试用过,确实很酷!对我而言:

    vundle = pathogen + 自动化包管理

    其中,自动化包管理 这部分的实现是基于这样一个假设:所有的 vim 插件都有一个 git 仓库对它进行托管

    应该说这个假设在今天而言还过于理想化,很多 plugin 的作者根本不知道自己的插件已经移动到了 github 上,所以 vim-scripts.org 上的插件的更新可能不是很及时。

    所以我目前还是选择 pathogen 的这种“土办法” ,这样不管我的插件是 .tgz .zip .git .vba....我都可以统一的把它们放在 .vim/bundle 之下统一管理。

    不过如果 vim-scripts.org 可以持续改进的话,相信很快大家就都可以开开心心的使用 vundle 了。

  • Screencast: vim 插件管理策略 at 2012年07月22日

    #5 楼 @zhangyuan Thx! Fixed.

  • Screencast: vim 插件管理策略 at 2012年07月22日

    @azhao @billie @camel @cantin @chucai @ery @googya @jiffies @jjym @kenshin54 @lgn21st @lidashuang @linjunpop @lyfi2003 @poshboytl @rainly @sectic @stc @superbatironmans5 @xmonkeycn @xufeng

    上面列出的都是以前发帖支持过 http://happycasts.net 的朋友,所以这里发送新帖通知给列位,希望能得到大家的更多支持。如果有朋友不想被打扰,可以在 LX 留言。

  • [北京][2012年07月21日] Ruby 活动小结 at 2012年07月22日

    👍

  • Screencast: vim 多文件操作 at 2012年07月22日

    #8 楼 @superbatironmans5 Happycasts.net 是为正在做东西的同学准备的,目的是提高他们的效率。从小到大一路应试教育蹂躏过来,恨透了空理论。

    喜欢两个短语:

    • http://www.codeschool.com/ 的 tagline: Learn by Doing
    • @poshboytl 他们公司的名字:https://pragmatic.ly/
  • Screencast: vim 多文件操作 at 2012年07月21日

    #3 楼 @lyfi2003 e xxx_file 也不错,一路 <tab> + <c-d> 下来,也蛮快的。

    对于 vim-server, 如果你是用 GUI 的 vim,也还是强烈推荐的,参考 http://vimeo.com/4446112

    不过如果用 terminal 里的 vim,就不是太好用了。因为打开新文件的时候 terminal 不会自动切换到 vim-sever 正在运行的那个 tab。

  • Screencast: vim 多文件操作 at 2012年07月21日

    #1 楼 @superbatironmans5 感谢支持,http://happycasts.net 的主题是 Linux 基本开发技巧。观众是使用 Unix 作为工作机写代码的 craftsmen,所以主体内容是 bash, git, vim...尽量保持对语言和框架的中性。

    以后可能发的视频:

    • sendmail 配置
    • sql 入门级实用语法介绍
    • apache 常用配置技巧
    • rsync, sftp, scp 比较
    • ...

    rails 方面,将来如果发视频的话,我想和@poshboytl 合作,发到http://railscasts-china.com 上。已经发了一期了 😊

    http://railscasts-china.com/episodes/15-vim-complete-rails-contribute-by-peter-king

    希望听到更多的鼓励和抱怨,多多支持啊

  • 优质帖子这个功能很好 at 2012年07月21日

    👍

  • [北京][2012年07月21日] Ruby 活动公告 at 2012年07月19日

    Won't be in town this time 😢

    Looking forward to next meetup: [email protected]

  • Github: TOP 100 Programmers of China at 2012年07月18日

    😉

  • 新人报道,希望能认识更多准备利用 RoR 创业的人 at 2012年07月17日

    #2 楼 @zsljulius I believe "Teaching is the best way to learn", and as people say:"when you do a blog or screencast, the only one you need to please is yourself".

    So bro, just dive in and start to MAKE sth, if you love it yourself, it's very likely that people will love it as well.

    So there is no such question as "Not sure I am good enough to do sth"

  • 新人报道,希望能认识更多准备利用 RoR 创业的人 at 2012年07月17日

    ❤

  • [北京][2012年07月21日] Ruby Sunday 活动公告 +07 月 06 日 活动小结 at 2012年07月07日

    ❤

  • [北京] Ruby 活动 意见征集 at 2012年07月06日

    #33 楼 @sundevilyang I wish I could, but not in town right now, pity!

  • [北京] Ruby 活动 意见征集 at 2012年07月05日

    How can I follow this up? Let's have a website, or twitter, weibo...

  • [北京] Ruby 活动 意见征集 at 2012年07月05日

    ❤

  • 介绍 DailyRB at 2012年07月05日

    坚持

  • 用 jekyll 做的不错的 ruby 的静态站点 at 2012年07月04日

    +1

  • NYC 逛街时看到的一家店 Ruby Tuesday at 2012年07月03日

    Awesome!

  • Do you love CoffeeScript? at 2012年07月03日

    Many people already showed ideas here: http://ruby-china.org/topics/882

  • 一起来动手写个 gem at 2012年07月02日

    #1 楼 @azhao interesting tool, thx

  • vim 的大神们,你们喜欢 tab 还是 buffer at 2012年07月02日

    #20 楼 @camel

    Command-T is nice, but I love fuzzydfinder more. http://happycasts.net/episodes/24

  • vim 的大神们,你们喜欢 tab 还是 buffer at 2012年07月02日

    #8 楼 @camel http://happycasts.net/episodes/28 In this screencast, I talked about how to switch among buffers, enjoy bro!

  • 现在回帖会有邮件提醒了 at 2012年06月29日

    +1

  • 禁用 Rails 3.1 烦人的 assets 请求日志 at 2012年06月28日

    #16 楼 @camel

    有没有办法自动确定 context 长度吗? I think you can if you make your boundaries clear with regexp, don't know how.

    If we really want tight control, write a formater maybe

    rails s|my_formater.rb
    

    So all I can give here is hollow guesses, but I've found this helpful: http://railscasts.com/episodes/56-the-logger-revised

  • Screencast: ctags at 2012年06月27日

    #15 楼 @camel

    Just checked your Email, and reproduced the error, thx for much for the feedback, am working on it.

    Update: Fixed, now people can login with their github account http://happycasts.net/log_in

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