Skip to content

Commit

Permalink
Deployed f5aa4cb with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Nov 21, 2024
1 parent b1ae122 commit fab7714
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions data-mining/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h4 id="example">Example</h4>
</ul>
<p>Thus, <code>[0]</code> corresponds to the material evaluation in the fast function array.</p>
<h4 id="example_1">Example</h4>
<p>Convert a material evaluation array from JSON to MySQL for further processing.</p>
<p>Convert the material evaluation array of a random game won by Anand with the white pieces from JSON to MySQL.</p>
<pre><code class="language-sql">SET
@j = (
SELECT
Expand All @@ -149,9 +149,13 @@ <h4 id="example_1">Example</h4>
games
WHERE
heuristics_mine IS NOT NULL
AND White = &quot;Anand,V&quot;
AND Result = '1-0'
ORDER BY
RAND()
LIMIT
1
);
);
</code></pre>
<pre><code class="language-sql">SELECT
*
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-11-21 10:56:58.119236+00:00
Build Date UTC : 2024-11-21 11:15:02.520468+00:00
-->
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.

0 comments on commit fab7714

Please sign in to comment.