{"height":"190","author_name":"kenmo","url":"https://kenmo.hatenadiary.org/entry/20060203/p1","author_url":"https://blog.hatena.ne.jp/kenmo/","image_url":null,"provider_name":"Hatena Blog","width":"100%","title":"\u5727\u7e2e\u59cb\u3081\u307e\u3057\u305f","blog_url":"https://kenmo.hatenadiary.org/","categories":["Python"],"type":"rich","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkenmo.hatenadiary.org%2Fentry%2F20060203%2Fp1\" title=\"\u5727\u7e2e\u59cb\u3081\u307e\u3057\u305f - \u30b2\u30fc\u30e0\u30d7\u30ed\u30b0\u30e9\u30e0\u3081\u3082\u65e5\u8a18\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","provider_url":"https://hatena.blog","version":"1.0","published":"2006-02-03 00:00:00","description":"\u3068\u308a\u3042\u3048\u305a\u3001\u8d85\u57fa\u672c\u306e\u30e9\u30f3\u30ec\u30f3\u30b0\u30b9\u3092\u2026\u3002 \u300c0xff,0xff,0xff\u300d\u306e\u3088\u3046\u306a\u30c7\u30fc\u30bf\u3092 \u300c0x03,0xff\u300d\u306b\u5727\u7e2e\u3059\u308b\u3060\u3051\u3067\u3059\u304c\u3001\u3001\u3002 #!/usr/bin/env python # -*- coding: utf-8 -*- class Writer: def __init__(self, filepath): self.f = file(filepath, \"wb\") def putByte(self, b): self.f.write(\"%c\"%b) class Reader: def __init__(self, filepath): self.f = file(filepath,\u2026","blog_title":"\u30b2\u30fc\u30e0\u30d7\u30ed\u30b0\u30e9\u30e0\u3081\u3082\u65e5\u8a18"}