Entries from 2019-02-01 to 1 month

Pagination on GAE python with webapp

I don't know how to deal with session with webapp. So I just add all past stacks as a string with delimiter /, and pass it to the template. test.py cursors = self.request.get('cursors') if cursors: list_cursors = cursors.split('/') query.w…

ifdef & ifndef in C++

link (in Japanese) ifndef

How to Find Google Calendar ID

Googleカレンダーで各カレンダーのカレンダーIDを知る方法 | スキコミ