memo.xight.org

日々のメモ

Ingress Calendar - Checkpoint, Cycle の一覧

Summary

Checkpoint, Cycleの時間が知りたいので、 Google Calendar の外部カレンダーとして利用する。
以下のURLを外部カレンダーとして設定する。
https://ingress-calendar.appspot.com/?format=ical



Reference

Ingress Calendar
https://www.google.com/calendar/embed?src=942bcdhtprep8dk8hpf20q3278vbd283%40import.calendar.google.com&ctz=Asia/Tokyo

Ingress Intel Total Conversion

Summary

Ingress Intel Total Conversion は、
Ingress Intel Map を見やすくする Greasemonkey スクリプト



背景を見慣れたGoogle Mapに変更できる。
ポータル表示で、Modが表示されるのも便利。

さらに、プラグインをインストールすることで、
ポータルのincoming, outgoing リンクを見やすくできたりする。

Reference

Ingress Intel Total Conversion
http://iitc.jonatkins.com/

Ingress Intel Map
https://www.ingress.com/intel

gzip な SQL を直接 mysql にインポートする

Summary

gunzip してからインポートするのは面倒臭い。
file.sql.gz をワンライナーでインポートしたい。

$ zcat /path/to/file.sql.gz | mysql -u 'username' -p your_database

Reference

Server Fault - mysql - How do I load a sql.gz file to my database? (importing)
http://serverfault.com/questions/137965/how-do-i-load-a-sql-gz-file-to-my-database-importing