git を自分色に染めあげる
by. @tomy_kaira (License: CC-BY-SA)
- git いれる
- コミットしたりしてみる
| // Source: https://groups.google.com/forum/#!topic/angular/hVrkvaHGOfc | |
| // jsFiddle: http://jsfiddle.net/pkozlowski_opensource/PxdSP/14/ | |
| // author: Pawel Kozlowski | |
| var myApp = angular.module('myApp', []); | |
| //service style, probably the simplest one | |
| myApp.service('helloWorldFromService', function() { | |
| this.sayHello = function() { | |
| return "Hello, World!" |
| { | |
| "_links": { | |
| "self": { "href": "/orders" }, | |
| "next": { "href": "/orders?page=2" }, | |
| "find": { "href": "/orders{?id}", "templated": true } | |
| }, | |
| "_embedded": { | |
| "orders": [{ | |
| "_links": { | |
| "self": { "href": "/orders/123" }, |
As configured in my dotfiles.
start new:
tmux
start new with session name:
| ja: | |
| admin: | |
| js: | |
| true: True | |
| false: False | |
| is_present: 存在する | |
| is_blank: 空白 | |
| date: 日付 ... | |
| between_and_: ... から ... | |
| today: 今日 |
| ; A REPL-based, annotated Seesaw tutorial | |
| ; Please visit https://github.com/daveray/seesaw for more info | |
| ; | |
| ; This is a very basic intro to Seesaw, a Clojure UI toolkit. It covers | |
| ; Seesaw's basic features and philosophy, but only scratches the surface | |
| ; of what's available. It only assumes knowledge of Clojure. No Swing or | |
| ; Java experience is needed. | |
| ; | |
| ; This material was first presented in a talk at @CraftsmanGuild in | |
| ; Ann Arbor, MI. |