調べたこと、作ったことをメモしています。
こちらに移行中: https://blog.shimazu.me/

2013-09-05から1日間の記事一覧

Import citations into your library using the Mendeley Web Importer | Mendeley

Link: Import citations into your library using the Mendeley Web Importer | Mendeley <blockquote class="link_og_blockquote">Create your library while surfing the web. Import of references from various websites with the Mendeley Importer.</blockquote> Mendeleyにweb importerなんてのがあるのを…

Qt: QImageのimplicit sharingによる被害

cv::MatからQImageに変換する関数を作ったときに、implicit sharingによる被害を被ったので書いておく。 QImage *BlinkAnalizer::createQImage(const cv::Mat &img) { if (img.empty()) { qWarning() << "toQImage: image is empty"; return (new QImage); }…

TortoiseGit でリポジトリに接続すると (終了コード 128) が表示され接続できないJapanese

Link: TortoiseGit でリポジトリに接続すると (終了コード 128) が表示され接続できないJapanese 自分の場合は終了コードが1だったけど、msysgitのsshコマンドを指定することで動くようになった。なんじゃそりゃ。