Skip to content

Instantly share code, notes, and snippets.

@shunirr
shunirr / README.md
Created August 30, 2012 04:07 — forked from laiso/README
Jenkins をOS X のログインユーザー権限のデーモンで自動起動しておく設定

Jenkins をOS X のログインユーザー権限のデーモンで自動起動しておく設定

必要なもの

うっかり jenkins.pkg を入れてしまった人はアンインストールする

@novi
novi / CocoaDesignPattern-Summary.md
Created February 15, 2011 17:54
Cocoaのデザインパターンまとめ
  • Singleton
  • Abstract Factory - |NSWindow| (Theme, Style)
  • Builder - WebKit Document Representation
  • Prototype - |NSCollectionViewItem|, Cell
  • FactoryMethod - |NSDocument|, ClassCluster
  • Adapter - Delegate, CocoaBinding
  • Bridge - |NSImageRep|, Wrapper
  • Composite - View Hierarchy, Tree
  • Decorator - |NSBox|, |NSScrollView|
  • Facade - |NSTextView|
@siyo
siyo / haiku_tweet.rb
Created October 11, 2011 20:23
俳句が読みたくなった時用earthquake plugin
# -*- coding: utf-8 -*-
# haiku tweet / earthquake plugin
#
# e.g. :haiku # => ここで一句、柿食えば 鐘がなるなり 法隆寺
# :haiku hoge # => hoge ここで一句、柿食えば 鐘がなるなり 法隆寺
# :haiku $xx # => @who ここで一句、柿食えば 鐘がなるなり 法隆寺
# :haiku $xx hoge # => @who hoge ここで一句、柿食えば 鐘がなるなり 法隆寺
#
Earthquake.init do
command %r|^:haiku\s*(\d+)*\s*(.*)$|, :as => :haiku do |m|