<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://matinhab05.github.io/feed.xml" rel="self" type="application/atom+xml"/><link href="https://matinhab05.github.io/" rel="alternate" type="text/html" hreflang="en"/><updated>2024-01-22T17:42:59+00:00</updated><id>https://matinhab05.github.io/feed.xml</id><title type="html">blank</title><subtitle>A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design. </subtitle><entry><title type="html">The Beautiful IRAN</title><link href="https://matinhab05.github.io/blog/2024/images/" rel="alternate" type="text/html" title="The Beautiful IRAN"/><published>2024-01-03T11:11:00+00:00</published><updated>2024-01-03T11:11:00+00:00</updated><id>https://matinhab05.github.io/blog/2024/images</id><content type="html" xml:base="https://matinhab05.github.io/blog/2024/images/"><![CDATA[<p>These are just a few known places in Iran!</p> <div class="row mt-3"> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/kersh-480.webp 480w,/assets/img/kersh-800.webp 800w,/assets/img/kersh-1400.webp 1400w," sizes="95vw" type="image/webp"/> <img src="/assets/img/kersh.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/lor-480.webp 480w,/assets/img/lor-800.webp 800w,/assets/img/lor-1400.webp 1400w," sizes="95vw" type="image/webp"/> <img src="/assets/img/lor.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> </div> <div class="caption"> It's beautiful, isn't ?! </div> <p>Habibi Come To IRAN…</p> <div class="row mt-3"> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/naser-480.webp 480w,/assets/img/naser-800.webp 800w,/assets/img/naser-1400.webp 1400w," sizes="95vw" type="image/webp"/> <img src="/assets/img/naser.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" data-zoomable="" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/si-480.webp 480w,/assets/img/si-800.webp 800w,/assets/img/si-1400.webp 1400w," sizes="95vw" type="image/webp"/> <img src="/assets/img/si.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" data-zoomable="" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> </div> <p>I hope one day you can visit beautiful Iran.</p> <div class="row mt-3"> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/sosh-480.webp 480w,/assets/img/sosh-800.webp 800w,/assets/img/sosh-1400.webp 1400w," sizes="95vw" type="image/webp"/> <img src="/assets/img/sosh.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" data-zoomable="" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/kord-480.webp 480w,/assets/img/kord-800.webp 800w,/assets/img/kord-1400.webp 1400w," sizes="95vw" type="image/webp"/> <img src="/assets/img/kord.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" data-zoomable="" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/dam-480.webp 480w,/assets/img/dam-800.webp 800w,/assets/img/dam-1400.webp 1400w," sizes="95vw" type="image/webp"/> <img src="/assets/img/dam.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" data-zoomable="" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> </div>]]></content><author><name></name></author><category term="sample-posts"/><category term="TEST"/><category term="IRimages"/><summary type="html"><![CDATA[Iran at a glance]]></summary></entry><entry><title type="html">Sample C code</title><link href="https://matinhab05.github.io/blog/2024/code/" rel="alternate" type="text/html" title="Sample C code"/><published>2024-01-02T00:01:00+00:00</published><updated>2024-01-02T00:01:00+00:00</updated><id>https://matinhab05.github.io/blog/2024/code</id><content type="html" xml:base="https://matinhab05.github.io/blog/2024/code/"><![CDATA[<p>Hi Again :)</p> <p>this is a test c code for CW 2024 !</p> <div class="language-c highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="cp">#include</span> <span class="cpf">&lt;stdio.h&gt;</span><span class="cp">
</span><span class="kt">int</span> <span class="nf">main</span><span class="p">(){</span>

<span class="kt">int</span> <span class="n">n</span> <span class="p">;</span>

<span class="n">scanf</span><span class="p">(</span><span class="s">"%d"</span><span class="p">,</span><span class="o">&amp;</span><span class="n">n</span><span class="p">)</span> <span class="p">;</span>

  <span class="k">for</span><span class="p">(</span><span class="kt">int</span> <span class="n">i</span><span class="o">=</span><span class="mi">0</span> <span class="p">;</span> <span class="n">i</span><span class="o">&lt;</span><span class="n">n</span> <span class="p">;</span> <span class="n">i</span><span class="o">++</span><span class="p">){</span>

    <span class="k">if</span><span class="p">(</span><span class="n">i</span><span class="o">%</span><span class="mi">2</span><span class="o">==</span><span class="mi">0</span><span class="p">){</span>
      <span class="n">printf</span><span class="p">(</span><span class="s">"I LOVE CW </span><span class="se">\n</span><span class="s">"</span><span class="p">)</span> <span class="p">;</span>
    <span class="p">}</span>

    <span class="k">if</span><span class="p">(</span><span class="n">i</span><span class="o">%</span><span class="mi">2</span><span class="o">==</span><span class="mi">1</span><span class="p">){</span>
        <span class="n">printf</span><span class="p">(</span><span class="s">"I HATE C lan </span><span class="se">\n</span><span class="s">"</span><span class="p">)</span> <span class="p">;</span>
    <span class="p">}</span>

<span class="p">}</span>

<span class="k">return</span> <span class="mi">0</span> <span class="p">;</span>
<span class="p">}</span>

</code></pre></div></div>]]></content><author><name></name></author><category term="sample-posts"/><category term="TEST"/><category term="Ccode"/><summary type="html"><![CDATA[some lines of c code(TEST)]]></summary></entry><entry><title type="html">Math Equation</title><link href="https://matinhab05.github.io/blog/2024/math/" rel="alternate" type="text/html" title="Math Equation"/><published>2024-01-01T15:11:00+00:00</published><updated>2024-01-01T15:11:00+00:00</updated><id>https://matinhab05.github.io/blog/2024/math</id><content type="html" xml:base="https://matinhab05.github.io/blog/2024/math/"><![CDATA[<p>Hi Again: EXM math equation:</p> \[\ x={-b \pm \sqrt{b^2-4ac} \over 2a}\] \[n!=(n)(n-1)(n-2)(...)(1)\] \[\ \int_{}^{} 4x^3\,dx=x^4\]]]></content><author><name></name></author><category term="sample-posts"/><category term="TEST"/><category term="mathEQ"/><summary type="html"><![CDATA[some math equation(TEST CW)]]></summary></entry><entry><title type="html">Displaying External Posts on Your al-folio Blog</title><link href="https://matinhab05.github.io/blog/2022/displaying-external-posts-on-your-al-folio-blog/" rel="alternate" type="text/html" title="Displaying External Posts on Your al-folio Blog"/><published>2022-04-23T23:20:09+00:00</published><updated>2022-04-23T23:20:09+00:00</updated><id>https://matinhab05.github.io/blog/2022/displaying-external-posts-on-your-al-folio-blog</id><content type="html" xml:base="https://matinhab05.github.io/blog/2022/displaying-external-posts-on-your-al-folio-blog/"><![CDATA[]]></content><author><name></name></author></entry></feed>