<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takehikom</author_name>
  <author_url>https://blog.hatena.ne.jp/takehikom/</author_url>
  <blog_title>わさっきhb</blog_title>
  <blog_url>https://takehikom.hateblo.jp/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>いきなりですが問題です*1． カレンダーを生成するプログラムを作ってください． 1日1行で，1行の形式は「2007年12月30日(日)」とします． 祝日や休日は無視します． 開始日と終了日は，プログラムの中で直接指定します． 恣意的な仕様を書いたところで，早速，回答を． #!/usr/bin/env ruby require 'date' from = [2007, 12, 1] to = [2008, 3, 31] d_from = Date.new(*from) d_to = Date.new(*to) week = %w(日 月 火 水 木 金 土) d_from.upto(d_to) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakehikom.hateblo.jp%2Fentry%2F20071230%2F1198963596&quot; title=&quot; 1日1行カレンダー - わさっきhb&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-12-30 06:26:36</published>
  <title> 1日1行カレンダー</title>
  <type>rich</type>
  <url>https://takehikom.hateblo.jp/entry/20071230/1198963596</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
