Atomコードリーディングメモ
script/build
起動したらsrc/window-bootstrap.coffeeが起動時間のログを出してるので、そいつをgrepすると/src/broweser/atom-application.coffee が引っかかる。
src/broweser/atom-application.coffee は、 src/browser/main.coffee に呼ばれている
When the directory structure of your Node.js application (not library!) has some depth, you end up with a lot of annoying relative paths in your require calls like:
const Article = require('../../../../app/models/article');Those suck for maintenance and they're ugly.
| #!/bin/zsh | |
| TMP=`mktemp -t ganbare.XXXXXX` | 
| # -*- encoding: utf-8 -*- | |
| #!/usr/bin/env ruby | |
| require 'rubygems' | |
| require 'MeCab' | |
| mecab = MeCab::Tagger.new("") | |
| ARGV.each{ |arg| | |
| kana = '' | |
| parse_node = mecab.parseToNode(arg) | 
| (▰╹◡╹) grep "asonas>" 2013-*|grep 寿司|cut -d: -f1|uniq|sort | |
| 2013-01-02.txt | |
| 2013-01-04.txt | |
| 2013-01-22.txt | |
| 2013-01-30.txt | |
| 2013-02-16.txt | |
| 2013-03-03.txt | |
| 2013-03-07.txt | |
| 2013-03-24.txt | |
| 2013-03-27.txt | 
This is Japanese version of On working remotely - wonko.com by @rgrove.
昨日、Yahoo!は今後リモート環境での業務をやめるという新しい方針を社内で発表しました。
[…]
サイズがあまりに大きくなってしまったので、gist ではなくて github 上で管理するようにしました。
https://github.com/Shinpeim/process-book
URL 変わっちゃうの申し訳ないんだけど、一覧性が高くなるのと pull req が受け取れるメリットのほうを取ります。せっかく読みにきてくれたのにひと手間かかっちゃってすみません。
##iOS 緊急速報音源メモ
ファイルの場所
/System/Library/Frameworks/CoreTelephony.framework/CellBroadcast/CellBroadcast_us.bundle/
cbs_alert_us.m4aリンク