check for updates See if any update was made in the original text. git clone https://github.com/emberjs/guides.git cd guides/source/getting-started diff -u /pass/to/original/index.md /pass/to/translation/index.md ``` This time was no difference Make the working file for today cp glossary.md /pass/to/
Japanese translation for EMBER.JS GUIDES Second try to make Japanese translation for EMBER.JS GUIDES [http://guides.emberjs.com/] Original text is at Github [https://github.com/emberjs/guides]. Problems that I find and trying to solve. Problems * Can not follow the original text * Can not find fitch text was updated Slutions * non (by now)
Ghost muti-language https://github.com/TryGhost/Ghost/wiki/Planned-Features 多言語対応は計画しているけど、実現できていない機能らしい、と言っても英語もスペイン語もほとんど書いてないけど。まず何より使いづらかったし、同じ文章を3回書くのってだるいんだよねぇ。 Ghost has a plan to support muti-language but seems to be to not yet. Any way I have not wrote English nor Spanish for so long.One thing it was not fun to write in Wordpress tree
ember-cliのアップデート方法 ember-cli [http://www.ember-cli.com/]をアップデートした続きで備忘録。 オフィシャルページのマニュアル [http://www.ember-cli.com/] ember-cli 自体の更新 古いバージョンの削除 npm uninstall -g ember-cli npmのキャッシュをクリア npm cache clean bowerのキャッシュをクリア bower cache clean 更新したいバージョンのcliをインストール npm install -g ember-cli@X.X.X (今回は0.1.9だったのでnpm install -g ember-cli@0.1.9 ) プロジェクトの更新 テンポラリーフォルダを削除 rm -rf node_modules bower_
Atomのアップデート方法 Atom [https://atom.io/]をアップデートするたびに方法を探してしまうので備忘録として。 オフィシャルページのマニュアル [https://github.com/atom/atom/blob/master/docs/build-instructions/linux.md] git clone https://github.com/atom/atom cd atom git fetch -p git checkout $(git describe --tags `git rev-list --tags --max-count=1`) script/build sudo script/grunt install *** 2015-02-02 update *** v0.175.0
BPM 仕事でBPMが必要になって家で使ってみようと 使ってみよう [http://www.oracle.com/technetwork/middleware/soasuite/overview/index.html] としたら64専用で動かないじゃん
exercism.io The change log” target [http://thechangelog.com/108/] の108回目を聞いていたら面白そうだったので、早速ためしてみた。 ソーシャルにプログラミングのスキルを高めようってプロジェクト [http://www.exercism.io/]で元々はRuby、今はgoで書かれているらしい。 github.com [http://github.com/]のアカウントがもとからあったので、すんなりセットアップは完了。 トップページから緑のボタンでログイン。 説明 [http://exercism.io/getting-started]にしたがってcliをインストール。 exercism用のフォルダを作って mkdir フォルダの名前 ログイン exercism login githubのアカウント聞かれるので入力 APIはaccount [http://exercism.io/account]に表示されているのでそれを入力。 保存先フォルダを先ほど作ったフォルダに設定。 あとはexercism コマンドでアサイメントを落としてくるだ