Skip to content

Commit

Permalink
deploy: 33859c4
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranshila committed Oct 31, 2024
1 parent 2cc8b04 commit 9f5fd14
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion software/operation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ <h3 id="h1-example">H1 Example</h3>
<p>Using the <code>requests</code> library in Python, we can perform the HTTP request to the database.
<div class="highlight"><pre><span></span><code><span class="kn">import</span> <span class="nn">requests</span>
<span class="kn">import</span> <span class="nn">time</span>
<span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">npc</span>
<span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>

<span class="c1"># Get the current (UNIX) time</span>
<span class="n">now</span> <span class="o">=</span> <span class="n">time</span><span class="o">.</span><span class="n">time</span><span class="p">()</span>
Expand Down

0 comments on commit 9f5fd14

Please sign in to comment.