Skip to content

Instantly share code, notes, and snippets.

View koemu's full-sized avatar

Yuichiro SAITO koemu

View GitHub Profile
@koemu
koemu / http_client.py
Created December 13, 2013 18:31
TENTO 2013-12-14 講義資料
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# 簡易HTTPクライアント
# required: Python 2.6 or later
# urllibを使っていますが、これはパッケージインストールの手間を省くためです。
import urllib
URI = "http://www.koemu.com:8888/"
@koemu
koemu / parseStatusDat.py
Created May 10, 2013 09:16
Nagios status.dat parser for python.
# -*- coding: utf-8 -*-
import sys
import re
# ----------------------------------------------
def parseFile( path, result ):
"""