====== Development ====== ===== ChefConf 2018 ===== * [[Habitat Jumpstart]] ===== Patterns ===== * [[http://en.wikipedia.org/wiki/Gang_of_Four_%28software%29|Gang of Four]] ===== Tips ===== * [[http://www.technicat.com/writing/programming.html|Seven Habits of Highly Effective Programmers]] * [[Use clang trunk with xcode 4.3]] ==== C++ ==== * [[http://cpp.codenewbie.com/articles/c/rule-three|The Rule of Three]] ==== Ruby ==== * [[ruby/start]] * [[http://blog.wolfman.com/articles/2006/09/04/using-ruby-svn-bindings-to-get-file-status|Ruby SVN bindings for file status]] * [[http://eigenclass.org/hiki.rb?ruby+plugins|Ruby plugins]] * [[ruby/bundled]] * [[ruby/embedded]] ===== Regular Expressions ===== US Phone Number: /^1?[-. ]?([(]?\d\d\d[)]?[-. ]?)?\d\d\d[-. ]?\d\d\d\d\s*([eE]?[xX][tT]?\s*\d{1,4})?$/