tmux
tmux new -s myname
tmux a # (or at, or attach)
tumx a -d
// Amazonの注文履歴をCSV形式にして出力するスクリプト | |
// | |
// 以下のスクリプトを参考に作成されました。 | |
// http://moroya.hatenablog.jp/entry/2013/06/03/225935 | |
// | |
// 使い方は以下のURLに書いてあります。 | |
// https://junkato.jp/ja/blog/2014/11/13/amazon-payment-history-as-csv/ | |
// | |
// CSVに成型しているのは14行目から定義されているformatEntryという関数なので、これを書き換えれば自由な書式で出力できます。 | |
(function(){ |
えもじ ℹ 顔文字 INFORMATION SOURCE | |
えもじ ↔ 顔文字 LEFT RIGHT ARROW | |
えもじ ↕ 顔文字 UP DOWN ARROW | |
えもじ ↖ 顔文字 NORTH WEST ARROW | |
えもじ ↗ 顔文字 NORTH EAST ARROW | |
えもじ ↘ 顔文字 SOUTH EAST ARROW | |
えもじ ↙ 顔文字 SOUTH WEST ARROW | |
えもじ ↩ 顔文字 LEFTWARDS ARROW WITH HOOK | |
えもじ ↪ 顔文字 RIGHTWARDS ARROW WITH HOOK | |
えもじ ⌚ 顔文字 WATCH |
/* | |
This script, when used with Google Apps Scripts, will delete 400 emails and | |
can be triggered to run every few minutes without user interaction enabling you | |
to bulk delete email in Gmail without getting the #793 error from Gmail. | |
Google returns a maximum of 500 email threads in a single API call. | |
This script fetches 400 threads in case 500 threads is causing timeouts | |
Configure the search query in the code below to match the type of emails | |
you want to delete |
日時: | 2016-01-23 |
---|---|
作: | @voluntas |
バージョン: | 0.1.2 |
url: | https://voluntas.github.io/ |
Every response to all the endpoints is encapsulated in a root JSON object with two keys, a data_headers
and a data
. The data
value is a JSON object. For every endpoint, there exist different keys which contain the actual queried data. In case of any errors, data
will contain an empty JSON array.
Android EmulatorはHyper-Vが有効なマシンでは動かない、という話は、今となっては昔の話...のはず。
プライバシーとセキュリティが糞雑魚な情弱御用達コミュニティサイトであるQiitaの「Hyper-VでサクサクAndroidエミュレータを使おう」という記事を読んで、なにも難しいことはなさそうだし、VirtualBoxをやめてHyper-Vに移行してもいいかな、と思った。1
ところが、試してみたところ、私の環境では、なかなかうまくゆかずハマってしまった。
Docker for Windowsを試したくなったため ↩