<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>E_Mattsan</author_name>
  <author_url>https://blog.hatena.ne.jp/E_Mattsan/</author_url>
  <blog_title>エンジニアのソフトウェア的愛情</blog_title>
  <blog_url>https://blog.emattsan.org/</blog_url>
  <categories>
    <anon>C++</anon>
    <anon>Haskell</anon>
    <anon>Prolog</anon>
    <anon>Ruby</anon>
  </categories>
  <description>先日Rubyで書いたものをRuby以外のメジャーどころの言語でも実装してみます。 桁上がりで１文字戻す Ruby 再掲。 def column_names(n) result = '' begin result = (n % 26 + 65).chr + result n = n / 26 - 1 end while n &gt;= 0 result end C++ #include &lt;string&gt; std::string column_names(int n) { std::string result; do { result = char(n % 26 + 'A') + result; n =…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.emattsan.org%2Fentry%2F20140803%2F1407062263&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>2014-08-03 19:37:43</published>
  <title> いかにして表計算の列名をつくるか・補遺</title>
  <type>rich</type>
  <url>https://blog.emattsan.org/entry/20140803/1407062263</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
