<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>inokara</author_name>
  <author_url>https://blog.hatena.ne.jp/inokara/</author_url>
  <blog_title>ようへいの日々精進XP</blog_title>
  <blog_url>https://inokara.hateblo.jp/</blog_url>
  <categories>
    <anon>make</anon>
    <anon>雑なメモ</anon>
    <anon>python</anon>
    <anon>朝の三分ハッキング</anon>
  </categories>
  <description>おはげようございます。朝の三分雑ハッキングのお時間です。 追記 以下のようにスクリプトをモジュールとして利用することでワンライナーっぽいことが出来るようになった。ちょっとうれしい。 #!/usr/bin/env python import re import sys def foo(): for line in sys.stdin: match = re.match(r'^([a-z\-]*):(?:.*)#\s*(.*)$', line) if match: print match.group(1).ljust(12) + '....... ' +match.group(2) 以下のように.…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finokara.hateblo.jp%2Fentry%2F2015%2F10%2F09%2F082247&quot; title=&quot;make で実行可能なタスク一覧をデフォルトで出力させたいヨ - ようへいの日々精進XP&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-10-09 08:22:47</published>
  <title>make で実行可能なタスク一覧をデフォルトで出力させたいヨ</title>
  <type>rich</type>
  <url>https://inokara.hateblo.jp/entry/2015/10/09/082247</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
