<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>youhey</author_name>
  <author_url>https://blog.hatena.ne.jp/youhey/</author_url>
  <blog_title>仙台の山奥で自転車に乗ったり転んだり</blog_title>
  <blog_url>https://youhey.hateblo.jp/</blog_url>
  <categories>
    <anon>PHP</anon>
  </categories>
  <description>キャンペーンコードのようなもののために簡単なチェックの仕組みが作りたくて、思いつきで簡単な誤り訂正符号もどきを作ってみた。 で、あんまり考えてないけど、これって成り立っているのかすごく気になる。 &lt;?php define('MIN_N', 1); define('MAX_N', 9999); function multiple($n) { $i = rand(MIN_N, (int)(MAX_N / $n)); return $i * $n; } function division($n) { $i = rand((MIN_N / 2), $n); return array(($n - $i)…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyouhey.hateblo.jp%2Fentry%2F20120125%2F1327466806&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>2012-01-25 13:46:46</published>
  <title>簡易な誤り訂正符号</title>
  <type>rich</type>
  <url>https://youhey.hateblo.jp/entry/20120125/1327466806</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
