As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.
Updated for Rails 4.0.0+
Set up the bower gem.
Follow the Bower instructions and list your dependencies in your bower.json, e.g.
// bower.json{
| # Video: http://rubyhoedown2008.confreaks.com/08-chris-wanstrath-keynote.html | |
| Hi everyone, I'm Chris Wanstrath. | |
| When Jeremy asked me to come talk, I said yes. Hell yes. Immediately. But | |
| then I took a few moments and thought, Wait, why? Why me? What am I supposed | |
| to say that's interesting? Something about Ruby, perhaps. Maybe the | |
| future of it. The future of something, at least. That sounds | |
| keynote-y. | |
| stats = Sidekiq::Stats.new | |
| stats.queues | |
| stats.enqueued | |
| stats.processed | |
| stats.failed |
| # It requires ACK - http://betterthangrep.com/ | |
| task :find_unused_images do | |
| images = Dir.glob('app/assets/images/**/*') | |
| images_to_delete = [] | |
| images.each do |image| | |
| unless File.directory?(image) | |
| # print "\nChecking #{image}..." | |
| print "." | |
| result = `ack -1 -G '(app|public)' --ruby --html --css --js #{File.basename(image)}` |
You can break these rules if you can talk your pair into agreeing with you.
| $scope.pager = { | |
| pageChange: function(pageNum) { | |
| $scope.search(resultPager.get(pageNum)); | |
| }, | |
| next: function() { | |
| this.pageChange(resultPager.next()); | |
| }, |
http://www.wyliethomas.com/blog/2014/04/12/chromebook-for-web-development/
####(This wipes all the memory, so backup anything local)
esc + refresh then tap power