<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yuyarin</author_name>
  <author_url>https://blog.hatena.ne.jp/yuyarin/</author_url>
  <blog_title>yuyarinの日記</blog_title>
  <blog_url>https://yuyarin.hatenadiary.org/</blog_url>
  <categories>
    <anon>C/C++</anon>
    <anon>Linux</anon>
    <anon>Programming</anon>
  </categories>
  <description>何も目新しいものではないです。試しにちょっと作ってみただけです。1秒ごとに5%進む固定式です。 #include &lt;stdio.h&gt; #include &lt;unistd.h&gt; int main(void) { setbuf(stdout, NULL); for(int i=0;i&lt;=20;i++) { int j=0; for(;j&lt;i;j++) { printf(&quot;■ &quot;); } for(;j&lt;20;j++) { printf(&quot;□ &quot;); } printf(&quot; %3d%%&quot;, i*5); printf(&quot;\r&quot;); sleep(1); } printf(&quot;\n&quot;); return 0; }</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyuyarin.hatenadiary.org%2Fentry%2F20071125%2F1195919721&quot; title=&quot;コンソールのプログレスバーを作ってみた - yuyarinの日記&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-11-25 00:55:21</published>
  <title>コンソールのプログレスバーを作ってみた</title>
  <type>rich</type>
  <url>https://yuyarin.hatenadiary.org/entry/20071125/1195919721</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
