This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# TODO: 繰り返し(repeat)とかかる時間(length)をtoodledoが受け取れる時間に置き換える | |
# TODO: argumentsをハッシュでなくてクラスにする。to_aするときに↑のTODOや今duedateとかにやってる置換をするようにする | |
# TODO: fold long lines | |
# TODO: s = StringScanner.new(nozbe) のsをもっといい名前に | |
# TODO: add_rowでコメントまわりも面倒みる | |
require "strscan" | |
require "csv" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
options(repos="http://cran.md.tsukuba.ac.jp") | |
install.packages("DBI") | |
install.packages("RSQLite") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% pkg-config --list-all | grep pcre | |
libpcreposix libpcreposix - PCREPosix - Posix compatible interface to libpcre | |
libpcre16 libpcre16 - PCRE - Perl compatible regular expressions C library with 16 bit character support | |
libpcre libpcre - PCRE - Perl compatible regular expressions C library with 8 bit character support | |
libpcrecpp libpcrecpp - PCRECPP - C++ wrapper for PCRE | |
libpcre32 libpcre32 - PCRE - Perl compatible regular expressions C library with 32 bit character support |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
groonga:$apr1$L.uiPlZS$nkSfHS1TwwtXhPuFvGFci/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ESA_TOKEN=esaのAPIトークン | |
ESA_TEAMNAME=esaのチーム名 |