javascript:(function(){t=document.title;t=t?t:"";u=location.href;h="twitter://post?message="+encodeURIComponent(t+" - "+u);location.href=h;})();
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ = require 'jquery' | |
Backbone = require 'backbone' | |
Backbone.$ = $ | |
Marionette = require 'backbone.marionette' | |
ich = require 'icanhaz' | |
ich.$ = $ | |
module.exports = do => | |
Backbone.Marionette.ItemView::render = -> | |
@isClosed = false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
should = require 'should' | |
method = (a, b)-> | |
unless a and b | |
return false | |
return true | |
describe 'logical test', -> | |
it 'missing a', -> | |
r = method false, true |
javascript:(function(){t=document.title;t=t?t:"";u=location.href;h="http://www.service-safari.com/posts/new?post_name="+encodeURIComponent(t)+"&post_url="+u;location.href=h;})();
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ node -e 'C=process.stdout.columns;S="\ud83c\udf63";console.log("\033[2J");a={};while(true){a[Math.random()*C|0]=0;for(x in a){o=a[x];a[x]+=1;console.log("\033["+o+";"+x+"H \033["+a[x]+";"+x+"H"+S+" \033[0;0H");}}' |
タイトル | 資料 | ブログ等 |
---|---|---|
初学者に JS を教える事について | http://www.slideshare.net/hebikuzure/j-sojisan | |
SourceMap について | http://presentboldly.com/imaya/source-map | |
node-webkit & chrome-remote-interfaceでブラウザオートメーション | http://www.slideshare.net/HatanoAya/js1-32817077 | http://ayapi.github.io/posts/jsojisan1/ |
CI on client side and server side | https://speakerdeck.com/yosuke_furukawa/serverliang-fang-wotesutosuruhaiburitudoshi-dai-falseci | http://yosuke-furukawa.hatenablog.com/entry/2014/03/29/085434 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extend = require('merge-recursive').recursive | |
_default = | |
conds: {} | |
flds: {} | |
skip: 0 | |
limit: 0 | |
sort: | |
crated_at: -1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[color] | |
branch = auto | |
diff = auto | |
status = auto | |
[alias] | |
st = status -sb | |
l = log --pretty=format:\"%ad %C(yellow)%h%Creset [%cn] %Cgreen%s %C(cyan)%d%Creset\" --date=short -10 | |
co = checkout | |
ci = commit | |
fixup = commit --amend -C HEAD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DBCollection.prototype.findById = function(id){return this.findOne({_id:ObjectId(id)});}; | |
DBCollection.prototype.fbi = function(id){return this.findOne({_id:ObjectId(id)});}; |
艦船 | Lv | 装備1 | 装備2 | 装備3 | 装備4 |
---|---|---|---|---|---|
夕立改 | 50 | 12.7cm連装砲 | 10cm連装高角砲 | 改良型艦本式タービン | |
阿武隈改 | 57 | 20.3cm連装砲 | 15.5cm三連装副砲 | 強化型艦本式艦 | |
鳥海改 | 63 | 20.3cm連装砲 | 15.5cm三連装副砲 | 三式弾 | 21号対空電探 |
摩耶改 | 55 | 20.3cm連装砲 | 15.5cm三連装副砲 | 三式弾 | 強化型艦本式缶 |
金剛改 | 73 | 46cm三連装砲 | 15.5cm三連装副砲 | 三式弾 | 33号対水上電探 |
榛名改 | 74 | 46cm三連装砲 | 15.5cm三連装副砲 | 三式弾 | 21号対空電探 |