Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Peter Wang
@happypeter
VIP
NO. 2359 / 2012-05-29

北京
44 Topics / 665 Replies
76 Followers
0 Following
10 Favorites
视频死磕侠
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
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 禁用 Rails 3.1 烦人的 assets 请求日志 at June 25, 2012

    Less clever, but maybe nice to know you can also use grep

    tail -f log/development.log|grep --context=3 some_string_you_want
    

    or

    tail -f log/development.log|grep -v some_string_you_dont_want_to_see
    

    for more info, check this screencast on grep

    http://happycasts.net/episodes/27

  • vim 的大神们,你们喜欢 tab 还是 buffer at June 24, 2012

    #8 楼 @camel in vim commandline mode

    :ls
    :b<your_buffer_number>
    
  • vim 的大神们,你们喜欢 tab 还是 buffer at June 24, 2012

    #8 楼 @camel

    """"""""""""""""""""""""""""""""""""""""
    "
    "             buffers
    "
    """"""""""""""""""""""""""""""""""""""""
    set hidden "in order to switch between buffers with unsaved change 
    map <s-tab> :bp<cr>
    map <tab> :bn<cr>
    map ,bd :bd<cr>
    
  • 使用 vim 的大神们,开发 rails,一般用什么代码片段、代码补全插件? at June 22, 2012

    #19 楼 @feitian124 I'll check autoclose, hopefully I can add it to the revised version of http://happycasts.net/episodes/17

  • libreadline5-dev 无法安装啊? Ubuntu 11.10 at June 22, 2012

    #1 楼 @ivice +1 Screencast: http://happycasts.net/episodes/18 Desc: 本集介绍在 ubuntu 上搭建 rails 开发环境,包括用 rvm 安装 ruby 管理 gem,mysql 安装,以及通过安装 passenger 将 rails 运行在 apache 之上。

  • 重写 Railscasts-china,求大家的建议。 at June 22, 2012

    #33 楼 @poshboytl Video: http://media.happycasts.net/railscasts-china/ Desc: 介绍了使用 vim 开发 rails 项目时常用的一些代码补齐技巧,包括 vim 插入模式下的 CTRL_X 打头的系列快捷键,万能补齐,snipmate,zencoding 等等。

  • Screencast: ctags at June 22, 2012

    #11 楼 @rainly Thx for the feedback.

  • 重写 Railscasts-china,求大家的建议。 at June 22, 2012

    #6 楼 @jimrokliu

    +1

  • Screencast: ctags at June 21, 2012

    #1 楼 @camel Very much flattered, thx:-)

    @everybody: Thank you for your kindness!

  • 重写 Railscasts-china,求大家的建议。 at June 21, 2012

    #30 楼 @poshboytl

    Thanks for your kind words, the cast will be done in a few days, then will be uploaded to my vps. You will receive a link by that time.

    BTW, this cast is for railscasts-china, not part of my happycasts.

  • Screencast: Rails Setup on Ubuntu at June 20, 2012

    #9 楼 @poshboytl Yes, and mine: [email protected]

    Sent you a mail already, plz check

  • 重写 Railscasts-china,求大家的建议。 at June 20, 2012

    @poshboytl I want to contribute a screencast to Railscasts-china.com, it is a summarization of this post http://ruby-china.org/topics/1222

    Will cover:

    • omnifunc
    • ctags
    • snipmate
    • zencoding
    • ...

    If your permission granted, the video shall be ready in a week or so. The format will follow http://happycasts.net/ style(10 mins, done on Ubuntu), so what would you say? Any suggestion or requirement is welcome.

  • Screencast: Rails Setup on Ubuntu at June 16, 2012

    #2 楼 @xufeng Thank you so much, http://happycasts.net sets its focus on Linux, but we have a lot of git and vim things there, some of them might be useful even if you are on Mac, maybe you will like: Ctags: http://happycasts.net/episodes/25 Fuzzyfinder: http://happycasts.net/episodes/24

    @lidashuang

  • Code 2 Themes 页面,很帅气 at June 07, 2012

    Thx for sharing, love it.

  • [成都] 超有爱教育科技招聘 Rails 大牛 at June 07, 2012

    Long long ago, I developed a rails app named happywords https://github.com/happypeter/happywords, it is by far the best English learning web app the world has ever seen...

    Sorry, I lied, it's still crap.

  • 为什么你们用 Vim 和 Textmate 而不用 IDE at June 07, 2012

    http://c2.com/cgi/wiki?DoWeReallyNeedIde

  • 是否应该开个新手专区呢?近来新手问题似乎越来越多了 at June 06, 2012

    #73 楼 @sharp +1

  • 请教 vim 学习经验 at June 04, 2012

    My own Best thing ever:

    • Best beginner tutorial: VIM USER MANUAL, you can get it by typing :h usr_01.txt in vim
    • Best screencast: http://www.derekwyatt.org/category/vim/

    Big Warning: No one can learn vim by reading, you need to learn by watching how smart guys actually using vim. The Derek's screencasts was really the thing that got me believe in "vim was made for efficiency", before that vim was a horriable energy sucker to me.

  • Rails Is Not For Beginners. HH 哥终于发话了. at June 04, 2012

    I think Rails is great for beginners, I started learning rails when I had no idea what a web app was, yet it worked well to guide me through, all the things just fell into its place when you were building sth REAL.

    I think there are people in UCB thinks the same, that's why they brought out this: https://www.coursera.org/course/saas

    About The Course This course teaches fundamental processes of software engineering using the highly-productive Agile development method for Software as a Service (SaaS) using Ruby on Rails.

  • 《Agile Web Development with Rails》的作者原来用的是 Ubuntu at June 04, 2012

    http://happycasts.net/episodes/18 介绍在 ubuntu 上搭建 rails 开发环境,包括用 rvm 安装 ruby 管理 gem,mysql 安装,以及通过安装 passenger 将 rails 运行在 apache 之上。

  • Rails Is Not For Beginners. HH 哥终于发话了. at June 04, 2012

    #9 楼 @aNdReW_Qx +1

  • RailsConf 2012 视频 at June 04, 2012

    Thx for sharing this, love it!

  • . at June 04, 2012

    Let's add value!

  • merit - 用更优雅的方式构建的网站的积分,等级,徽章系统 at June 01, 2012

    #4 楼 @huacnlee Reputation system, Yes! +1

  • Railscasts-China 第一次收到他人贡献,感谢 @hhuai at June 01, 2012

    #17 楼 @ruohanc I've tried 3 or 4 recordmydesktop sort of software in Linux over the years, but none really worked. So I finally used

    1. Screenflow running on Mac, with Linux running as a virtualbox img, then I will record my whole screen, do a bit video editing to get only the VM window, shitty, dirty...pupupu..
    2. the thing that shows my key strokes is *keycastr, it is also, I suppose, only available on Mac.
    3. more info: http://happycasts.net/about
  • Railscasts-China 第一次收到他人贡献,感谢 @hhuai at June 01, 2012

    #13 楼 @poshboytl

    I am a screencastr at http://happycasts.net, most of my videos are Linux basics, but sometimes I also do ROR: http://happycasts.net/episodes/18

    Will see what I can do for railscasts-china.

  • 和父亲,毕竟还是有冲突的 at June 01, 2012

    Be strong, Be positive, Be comunicating, Be a real man!

  • 你是 vim 党还是 emacs 党? at May 29, 2012

    vim forever

  • 来自 37signals 的 3 个 Rails console 技巧 at May 29, 2012

    My people!!!

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