<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kencoba</author_name>
  <author_url>https://blog.hatena.ne.jp/kencoba/</author_url>
  <blog_title>kencobaの日記</blog_title>
  <blog_url>https://kencoba.hatenadiary.org/</blog_url>
  <categories>
    <anon>Clojure</anon>
  </categories>
  <description>Clojureでawkのようなフィルタ処理をやろう・・・ といろいろ考えていたが、楽にできることがわかった。 準備 この辺りを使えば簡単。 (use '[clojure.contrib.duck-streams :only (reader read-lines)] '[clojure.contrib.str-utils :only (re-split)]) 先頭の文字列だけ取得 namelist.txtは適当なテキストファイルとする。 (map #(let [fs (re-split #&quot; &quot; %)] (first fs)) (read-lines (reader &quot;namelist.txt&quot;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkencoba.hatenadiary.org%2Fentry%2F20110122%2F1295701977&quot; title=&quot;一行野郎 - kencobaの日記&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>2011-01-22 22:12:57</published>
  <title>一行野郎</title>
  <type>rich</type>
  <url>https://kencoba.hatenadiary.org/entry/20110122/1295701977</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
