Skip to content

Commit

Permalink
🎉auto update by Gmeek action
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsanity07git committed May 12, 2024
1 parent 5864f3b commit 58725e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions docs/post/CMD cheatsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1 class="postTitle">CMD cheatsheet</h1>
<p>use the <code class="notranslate">help</code> command followed by the name of the command: <code class="notranslate">help dir</code></p>
</li>
<li>
<p><a href="https://stackoverflow.com/questions/2423935/windows-command-line-search-for-exact-extension-with-dir" rel="nofollow">Windows command line search for exact extension with dir</a> <sup><a href="#user-content-fn-2-ac0338a91dd1764ed2e196d58b7adcd7" id="user-content-fnref-2-ac0338a91dd1764ed2e196d58b7adcd7" data-footnote-ref="" aria-describedby="footnote-label">1</a></sup>: <code class="notranslate">dir /s /b *.txt | findstr /v .txt.</code></p>
<p><a href="https://stackoverflow.com/questions/2423935/windows-command-line-search-for-exact-extension-with-dir" rel="nofollow">Windows command line search for exact extension with dir</a> <sup><a href="#user-content-fn-2-e97c5a2566f2696d6d0a4ba3c2ee81b8" id="user-content-fnref-2-e97c5a2566f2696d6d0a4ba3c2ee81b8" data-footnote-ref="" aria-describedby="footnote-label">1</a></sup>: <code class="notranslate">dir /s /b *.txt | findstr /v .txt.</code></p>
</li>
</ul>
<h2>Lookup</h2>
Expand Down Expand Up @@ -150,16 +150,16 @@ <h2>System Environment Variable</h2>
</ul>
<p>FAQ:</p>
<ul>
<li>conda cannot activate env in PowerShell<sup><a href="#user-content-fn-3-ac0338a91dd1764ed2e196d58b7adcd7" id="user-content-fnref-3-ac0338a91dd1764ed2e196d58b7adcd7" data-footnote-ref="" aria-describedby="footnote-label">2</a></sup></li>
<li>conda cannot activate env in PowerShell<sup><a href="#user-content-fn-3-e97c5a2566f2696d6d0a4ba3c2ee81b8" id="user-content-fnref-3-e97c5a2566f2696d6d0a4ba3c2ee81b8" data-footnote-ref="" aria-describedby="footnote-label">2</a></sup></li>
</ul>
<h2>References</h2>
<section data-footnotes="" class="footnotes"><h2 id="footnote-label" class="sr-only">Footnotes</h2>
<ol>
<li id="user-content-fn-2-ac0338a91dd1764ed2e196d58b7adcd7">
<p><a href="https://ss64.com/nt/dir.html"> DIR</a> Display a list of files and folders • <a href="#user-content-fnref-2-ac0338a91dd1764ed2e196d58b7adcd7" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
<li id="user-content-fn-2-e97c5a2566f2696d6d0a4ba3c2ee81b8">
<p><a href="https://ss64.com/nt/dir.html"> DIR</a> Display a list of files and folders • <a href="#user-content-fnref-2-e97c5a2566f2696d6d0a4ba3c2ee81b8" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
</li>
<li id="user-content-fn-3-ac0338a91dd1764ed2e196d58b7adcd7">
<p><a href="https://github.com/jinsanity07git/jinsanity07git.github.io/issues/9">https://github.com/jinsanity07git/jinsanity07git.github.io/issues/9</a> <a href="#user-content-fnref-3-ac0338a91dd1764ed2e196d58b7adcd7" data-footnote-backref="" aria-label="Back to reference 2" class="data-footnote-backref">↩</a></p>
<li id="user-content-fn-3-e97c5a2566f2696d6d0a4ba3c2ee81b8">
<p><a href="https://github.com/jinsanity07git/jinsanity07git.github.io/issues/9">https://github.com/jinsanity07git/jinsanity07git.github.io/issues/9</a> <a href="#user-content-fnref-3-e97c5a2566f2696d6d0a4ba3c2ee81b8" data-footnote-backref="" aria-label="Back to reference 2" class="data-footnote-backref">↩</a></p>
</li>
</ol>
</section></div>
Expand Down
6 changes: 3 additions & 3 deletions docs/post/SWOT analysis - job scheduler packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1 class="postTitle">SWOT analysis : job scheduler packages</h1>
</div>
<div id="content">
<div class="markdown-body" id="postBody"><h2>SWOT</h2>
<p>SWOT (Strengths, Weaknesses, Opportunities, Threats) analysis for the top four job scheduler<sup><a href="#user-content-fn-1-39a1bd8f97fed4bd06320608fe49ad06" id="user-content-fnref-1-39a1bd8f97fed4bd06320608fe49ad06" data-footnote-ref="" aria-describedby="footnote-label">1</a></sup> packages on PyPI—Apache Airflow, APScheduler, Prefect, and Schedule—I'll highlight their main features and use them to assess each tool across these categories.</p>
<p>SWOT (Strengths, Weaknesses, Opportunities, Threats) analysis for the top four job scheduler<sup><a href="#user-content-fn-1-1e03c2c938d0f3ee244a32f9ad9a9267" id="user-content-fnref-1-1e03c2c938d0f3ee244a32f9ad9a9267" data-footnote-ref="" aria-describedby="footnote-label">1</a></sup> packages on PyPI—Apache Airflow, APScheduler, Prefect, and Schedule—I'll highlight their main features and use them to assess each tool across these categories.</p>
<h3>1. Apache Airflow</h3>
<p><strong>Strengths:</strong></p>
<ul>
Expand Down Expand Up @@ -147,8 +147,8 @@ <h3>4. Schedule</h3>
<h2>References</h2>
<section data-footnotes="" class="footnotes"><h2 id="footnote-label" class="sr-only">Footnotes</h2>
<ol>
<li id="user-content-fn-1-39a1bd8f97fed4bd06320608fe49ad06">
<p>[<a href="https://piptrends.com/python-toolbox/job-scheduler">piptrends: Job Scheduler</a>](<a href="https://piptrends.com/python-toolbox/job-scheduler">https://piptrends.com/python-toolbox/job-scheduler</a>) <a href="#user-content-fnref-1-39a1bd8f97fed4bd06320608fe49ad06" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
<li id="user-content-fn-1-1e03c2c938d0f3ee244a32f9ad9a9267">
<p>[<a href="https://piptrends.com/python-toolbox/job-scheduler">piptrends: Job Scheduler</a>](<a href="https://piptrends.com/python-toolbox/job-scheduler">https://piptrends.com/python-toolbox/job-scheduler</a>) <a href="#user-content-fnref-1-1e03c2c938d0f3ee244a32f9ad9a9267" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
</li>
</ol>
</section></div>
Expand Down
10 changes: 5 additions & 5 deletions docs/post/mainstream CPU architecture.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1 class="postTitle">mainstream CPU architecture</h1>
<ul>
<li><strong>Developer</strong>: ARM Holdings licenses the architecture to various companies, which then design their own processors that comply with the ARM specifications.</li>
<li><strong>Characteristics</strong>: ARM architectures are based on reduced instruction set computing (RISC), focusing on efficiency and low power consumption.</li>
<li><strong>Usage</strong>: ARM is extensively used in <strong>mobile devices</strong><sup><a href="#user-content-fn-1-ce0c93bdc45b14a87b7af7cfddd3f0f8" id="user-content-fnref-1-ce0c93bdc45b14a87b7af7cfddd3f0f8" data-footnote-ref="" aria-describedby="footnote-label">1</a></sup> such as smartphones and tablets due to its power efficiency. It's also increasingly found in other areas such as <strong>servers</strong><sup><a href="#user-content-fn-2-ce0c93bdc45b14a87b7af7cfddd3f0f8" id="user-content-fnref-2-ce0c93bdc45b14a87b7af7cfddd3f0f8" data-footnote-ref="" aria-describedby="footnote-label">2</a></sup> (due to energy efficiency), <strong>embedded systems, IoT devices</strong>, and even desktops and laptops, with Apple's transition to its own <strong>ARM-based M1</strong> and subsequent chips in the Mac lineup.</li>
<li><strong>Usage</strong>: ARM is extensively used in <strong>mobile devices</strong><sup><a href="#user-content-fn-1-94f1cd31a68a54165014c1d1f3170117" id="user-content-fnref-1-94f1cd31a68a54165014c1d1f3170117" data-footnote-ref="" aria-describedby="footnote-label">1</a></sup> such as smartphones and tablets due to its power efficiency. It's also increasingly found in other areas such as <strong>servers</strong><sup><a href="#user-content-fn-2-94f1cd31a68a54165014c1d1f3170117" id="user-content-fnref-2-94f1cd31a68a54165014c1d1f3170117" data-footnote-ref="" aria-describedby="footnote-label">2</a></sup> (due to energy efficiency), <strong>embedded systems, IoT devices</strong>, and even desktops and laptops, with Apple's transition to its own <strong>ARM-based M1</strong> and subsequent chips in the Mac lineup.</li>
</ul>
<p>The terms <code class="notranslate">AMD64</code>, <code class="notranslate">x86_64</code>, and <code class="notranslate">aarch64</code> refer to different CPU architectures, each with distinct characteristics and intended uses. Here's a breakdown of each:</p>
<h3>AMD64 and x86_64</h3>
Expand Down Expand Up @@ -180,11 +180,11 @@ <h3>arm64e</h3>
</ol>
<section data-footnotes="" class="footnotes"><h2 id="footnote-label" class="sr-only">Footnotes</h2>
<ol>
<li id="user-content-fn-1-ce0c93bdc45b14a87b7af7cfddd3f0f8">
<p><a href="https://en.wikipedia.org/wiki/Apple_silicon#Comparison%20of%20A%20series%20processors">Apple silicon: Comparison of A series processors</a> <a href="#user-content-fnref-1-ce0c93bdc45b14a87b7af7cfddd3f0f8" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
<li id="user-content-fn-1-94f1cd31a68a54165014c1d1f3170117">
<p><a href="https://en.wikipedia.org/wiki/Apple_silicon#Comparison%20of%20A%20series%20processors">Apple silicon: Comparison of A series processors</a> <a href="#user-content-fnref-1-94f1cd31a68a54165014c1d1f3170117" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
</li>
<li id="user-content-fn-2-ce0c93bdc45b14a87b7af7cfddd3f0f8">
<p><a href="https://en.wikipedia.org/wiki/ARM_Cortex-A53#External%20links">Application ARM-based chips</a> <a href="#user-content-fnref-2-ce0c93bdc45b14a87b7af7cfddd3f0f8" data-footnote-backref="" aria-label="Back to reference 2" class="data-footnote-backref">↩</a></p>
<li id="user-content-fn-2-94f1cd31a68a54165014c1d1f3170117">
<p><a href="https://en.wikipedia.org/wiki/ARM_Cortex-A53#External%20links">Application ARM-based chips</a> <a href="#user-content-fnref-2-94f1cd31a68a54165014c1d1f3170117" data-footnote-backref="" aria-label="Back to reference 2" class="data-footnote-backref">↩</a></p>
</li>
</ol>
</section></div>
Expand Down

0 comments on commit 58725e3

Please sign in to comment.