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 Jul 21, 2024
1 parent 8962cb7 commit f38d6f6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions docs/post/CMD cheatsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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-aeae1733f747435e1bbb09a2aa68850f" id="user-content-fnref-2-aeae1733f747435e1bbb09a2aa68850f" 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-4a1cc0691d8f0a5d95fecbaf70db48a3" id="user-content-fnref-2-4a1cc0691d8f0a5d95fecbaf70db48a3" 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 @@ -167,16 +167,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-aeae1733f747435e1bbb09a2aa68850f" id="user-content-fnref-3-aeae1733f747435e1bbb09a2aa68850f" 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-4a1cc0691d8f0a5d95fecbaf70db48a3" id="user-content-fnref-3-4a1cc0691d8f0a5d95fecbaf70db48a3" 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-aeae1733f747435e1bbb09a2aa68850f">
<p><a href="https://ss64.com/nt/dir.html"> DIR</a> Display a list of files and folders • <a href="#user-content-fnref-2-aeae1733f747435e1bbb09a2aa68850f" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
<li id="user-content-fn-2-4a1cc0691d8f0a5d95fecbaf70db48a3">
<p><a href="https://ss64.com/nt/dir.html"> DIR</a> Display a list of files and folders • <a href="#user-content-fnref-2-4a1cc0691d8f0a5d95fecbaf70db48a3" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
</li>
<li id="user-content-fn-3-aeae1733f747435e1bbb09a2aa68850f">
<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-aeae1733f747435e1bbb09a2aa68850f" data-footnote-backref="" aria-label="Back to reference 2" class="data-footnote-backref">↩</a></p>
<li id="user-content-fn-3-4a1cc0691d8f0a5d95fecbaf70db48a3">
<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-4a1cc0691d8f0a5d95fecbaf70db48a3" 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 @@ -77,7 +77,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-5c80a6161fc1160ff65f30edd2d11ae5" id="user-content-fnref-1-5c80a6161fc1160ff65f30edd2d11ae5" 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-cfadefbdf4e0cbd98aae185bce301ccb" id="user-content-fnref-1-cfadefbdf4e0cbd98aae185bce301ccb" 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 @@ -158,8 +158,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-5c80a6161fc1160ff65f30edd2d11ae5">
<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-5c80a6161fc1160ff65f30edd2d11ae5" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
<li id="user-content-fn-1-cfadefbdf4e0cbd98aae185bce301ccb">
<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-cfadefbdf4e0cbd98aae185bce301ccb" 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 @@ -96,7 +96,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-83f26d7d2dfc93739c8d31ecfb234056" id="user-content-fnref-1-83f26d7d2dfc93739c8d31ecfb234056" 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-83f26d7d2dfc93739c8d31ecfb234056" id="user-content-fnref-2-83f26d7d2dfc93739c8d31ecfb234056" 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-d93db506c3b626d6dee7b40cf6e96c08" id="user-content-fnref-1-d93db506c3b626d6dee7b40cf6e96c08" 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-d93db506c3b626d6dee7b40cf6e96c08" id="user-content-fnref-2-d93db506c3b626d6dee7b40cf6e96c08" 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 @@ -195,11 +195,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-83f26d7d2dfc93739c8d31ecfb234056">
<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-83f26d7d2dfc93739c8d31ecfb234056" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
<li id="user-content-fn-1-d93db506c3b626d6dee7b40cf6e96c08">
<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-d93db506c3b626d6dee7b40cf6e96c08" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
</li>
<li id="user-content-fn-2-83f26d7d2dfc93739c8d31ecfb234056">
<p><a href="https://en.wikipedia.org/wiki/ARM_Cortex-A53#External%20links">Application ARM-based chips</a> <a href="#user-content-fnref-2-83f26d7d2dfc93739c8d31ecfb234056" data-footnote-backref="" aria-label="Back to reference 2" class="data-footnote-backref">↩</a></p>
<li id="user-content-fn-2-d93db506c3b626d6dee7b40cf6e96c08">
<p><a href="https://en.wikipedia.org/wiki/ARM_Cortex-A53#External%20links">Application ARM-based chips</a> <a href="#user-content-fnref-2-d93db506c3b626d6dee7b40cf6e96c08" 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/search tips in Everything.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ <h2><span><br>Everything</span></h2><p><span>Q: </span></p><ul><li><p><span>To s
A:</li>
</ul>
<div class="highlight highlight-source-shell"><pre class="notranslate">calib pre</pre></div>
<p>This query does the following: the space refers to AND operator<sup><a href="#user-content-fn-2-99abfd07e6a1de5d61b8350562660903" id="user-content-fnref-2-99abfd07e6a1de5d61b8350562660903" data-footnote-ref="" aria-describedby="footnote-label">1</a></sup></p>
<p>This query does the following: the space refers to AND operator<sup><a href="#user-content-fn-2-9829f0c0055112d8b405638aa306ca23" id="user-content-fnref-2-9829f0c0055112d8b405638aa306ca23" data-footnote-ref="" aria-describedby="footnote-label">1</a></sup></p>
<h2>References</h2>
<section data-footnotes="" class="footnotes"><h2 id="footnote-label" class="sr-only">Footnotes</h2>
<ol>
<li id="user-content-fn-2-99abfd07e6a1de5d61b8350562660903">
<p><a href="https://www.voidtools.com/support/everything/searching/#advanced_search">https://www.voidtools.com/support/everything/searching/#advanced_search</a> <a href="#user-content-fnref-2-99abfd07e6a1de5d61b8350562660903" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
<li id="user-content-fn-2-9829f0c0055112d8b405638aa306ca23">
<p><a href="https://www.voidtools.com/support/everything/searching/#advanced_search">https://www.voidtools.com/support/everything/searching/#advanced_search</a> <a href="#user-content-fnref-2-9829f0c0055112d8b405638aa306ca23" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
</li>
</ol>
</section></div>
Expand Down

0 comments on commit f38d6f6

Please sign in to comment.