<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>miyamae</author_name>
  <author_url>https://blog.hatena.ne.jp/miyamae/</author_url>
  <blog_title>BitArts Blog</blog_title>
  <blog_url>https://blog.bitarts.jp/</blog_url>
  <categories>
  </categories>
  <description>ダイブプロフィール分析その２。前回は体内窒素量の算出に挑戦してみましたが、今回は浮上速度違反の検出に挑戦してみます。今回のほうがかなり簡単ですね。順序間違えた。 プログラム。 #!/usr/bin/ruby ALERT_SPEED = 9 profile = {} File.readlines(ARGV[0]).each {|s| rec = s.split(/\s*,\s*/) profile[rec[0].to_i] = rec[1].to_f } ptime = 0 pdepth = 0 profile.keys.sort.each {|time| depth = profile[tim…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.bitarts.jp%2Fentry%2Farchives%2F002253.html&quot; title=&quot;(潜)浮上速度違反を検出 - BitArts Blog&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>2007-08-14 12:00:00</published>
  <title>(潜)浮上速度違反を検出</title>
  <type>rich</type>
  <url>https://blog.bitarts.jp/entry/archives/002253.html</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
