Deploy Merb, Sinatra, or any Rack App to Heroku
http://blog.heroku.com/archives/2009/3/5/32_deploy_merb_sinatra_or_any_rack_app_to_heroku/
http://heroku.com/pages/quickstart
HerokuをGit経由で使ってみる
http://d.hatena.ne.jp/aki-s-119/20081110/1226335713
http://github.com/guides/using-git-and-github-for-the-windows-for-newbies
http://d.hatena.ne.jp/kusakari/20080715/1216091060
http://code.google.com/p/msysgit/
http://net-newbie.com/putty.html
>heroku help === General Commands help # show this usage list # list your apps create [<name>] # create a new app keys # show your user's public keys keys:add [<path to keyfile>] # add a public key keys:remove <keyname> # remove a key by name (user@host) keys:clear # remove all keys === App Commands (execute inside a checkout directory) info # show app info, like web url and git repo open # open the app in a web browser rename <newname> # rename the app sharing:add <email> # add a collaborator sharing:remove <email> # remove a collaborator domains:add <domain> # add a custom domain name domains:remove <domain> # remove a custom domain name domains:clear # remove all custom domains rake <command> # remotely execute a rake command console <command> # remotely execute a single console command console # start an interactive console to the remote restart # restart app servers logs # fetch recent log output for debugging logs:cron # fetch cron log output bundles # list bundles for the app bundles:capture [<bundle>] # capture a bundle of the app's code and dat bundles:download # download most recent app bundle as a tarba bundles:download <bundle> # download the named bundle bundles:animate <bundle> # animate a bundle into a new app bundles:destroy <bundle> # destroy the named bundle destroy # destroy the app permanently === Example story: rails myapp cd myapp (...make edits...) git init git add . git commit -m "my new app" heroku create myapp git remote add heroku git@heroku.com:myapp.git git push heroku master
使えるアプリケーションが限られますが、Ctrl+Yで、「繰り返し」のショートカットです。
自分はExcelで表を作成する機会が多いのですが、これが重宝します。
おおむね、MS Officeなら使えます。
具体例で説明しましょう。
文字を入力したセルのフォントを変えたい、しかも何箇所も、というようなことがあります。
この場合、Ctrl押しながら選択して全部のセルを選択してからフォントを変えてもいいのですが、
ちょっとミスして他をクリックすると、おじゃんになってしまって面倒です。
そこで「繰り返し」を使います。
その後、他の変えたいセルを選択してCtrl+Yを押すと・・・。
直前にした操作が繰り返され、そのセルのフォントが変更されます。
これを繰り返せば間違いはないです。
また、ひとつの操作であれば適用されるので、「セルの書式設定」内で行ったすべてを繰り返してくれるので、
「セルを結合して、中央揃えにしてフォントを変更して、周りを太い罫線で覆う」という動作を一たびやれば、
あとはCtrl+Yで簡単に出来てしまいます。
Wordで化学式を入力するときなんかに、上付下付文字がちょこちょこ出てくるのも、これで簡単に出来ます。
これを付ける作業が苦痛で、なんとか出来ないかってことで見つけた機能でした。
(まあwordでも最近は複数選択できるようになりましたが・・)
第一回
http://anond.hatelabo.jp/20070214221046
エディタのxyzzyでは、クリップボードからの貼り付けはShift+Insertだったから自然に使っていたけど、OS標準の貼り付けショートカットだったのね。初めて知りました。
標題のとおりです。
Shiftを押しながらInsertを押すと、「貼り付け」のショートカットになります。
同じショートカットなら、Ctrl+Vの方が圧倒的に有名ですが、
デスクトップのキーボードだと手の小さい人だと押しにくいです。
しかも、隣のCを押してしまうと、もう一度コピーし直さないとならなくなって、手間です。
その点、(右)Shift+Insertなら、親指と人差し指で確実に手軽に押せちゃいます。
貼り付ける場面ならどんな場面でも常に使えるはずです。
マウスから手が離れちゃうという難点はありますが、
こんな記事にやたらとブックマークついてたんで書いてみました。これが衆愚か。
http://www.future-planning.net/x/modules/news/article.php?storyid=2046