I hereby claim:
- I am a-r-g-v on github.
- I am a_r_g_v (https://keybase.io/a_r_g_v) on keybase.
- I have a public key ASAgk2tGuUka_h1arlfTbxjsq7-zHHoRrPxvOFjAHLYiYQo
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
import os | |
import sys | |
import getpass | |
import json | |
import time | |
import logging | |
import requests |
# coding: utf-8 | |
""" | |
module | |
~~~~~~~~~ | |
""" | |
from __future__ import absolute_import, division, print_function, unicode_literals |
def poe(n): | |
# W: 7, 4: Else clause on loop without a break statement (useless-else-on-loop) | |
for i in range(n): | |
if i == 2: | |
return i | |
else: | |
raise RuntimeError |
I hereby claim:
To claim this, I am signing this object:
これは Aizu Advent Calendar 2016 の 9日目の記事(遅刻)です.
http://www.adventar.org/calendars/1530
8日目: オフィスにいる人間をSlackに通知するやつ作った - 人権真骨頂
10日目: @mic_psm
[Unit] | |
Description=NSQD | |
After=network.target | |
[Service] | |
WorkingDirectory=/usr/local/nsq | |
ExecStart=/usr/local/nsq/bin/nsqd -http-address 127.0.0.1:4151 -tcp-address 127.0.0.1:4150 -lookupd-tcp-address 127.0.0.1:4160 | |
ExecReload=/bin/kill -HUP $MAINPID | |
Type=simple | |
KillMode=process |