<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Megumi221</author_name>
  <author_url>https://blog.hatena.ne.jp/Megumi221/</author_url>
  <blog_title>理想のユーザ・インターフェイスを求めて</blog_title>
  <blog_url>https://ideal-user-interface.hatenablog.com/</blog_url>
  <categories>
    <anon>スクリプト処理</anon>
    <anon>Python</anon>
  </categories>
  <description>フォーマット調整のためのスクリプト。考えて書くのに20分もかかってしまった。 #!/bin/env python # '\r\n' is needed to open on MSwindows addfile = open('old.txt', 'r') tmplist = addfile.readlines() newfile = open('new.txt', 'w') col1 = list() col2 = list() col3 = list() col4 = list() newlines = list() for i in tmplist: col1.append(i.split…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fideal-user-interface.hatenablog.com%2Fentry%2F20100203%2F1265287614&quot; title=&quot; 今日のスクリプト - 理想のユーザ・インターフェイスを求めて&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>2010-02-03 21:46:54</published>
  <title> 今日のスクリプト</title>
  <type>rich</type>
  <url>https://ideal-user-interface.hatenablog.com/entry/20100203/1265287614</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
