summaryrefslogtreecommitdiff
path: root/docs/posts/index.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-04-26 00:32:57 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-04-26 00:32:57 -0600
commitd1624e73c5077d35bacd37138a6c031f2763ee62 (patch)
treeba47552862e6c906b63fbe01dfd5b366ae372950 /docs/posts/index.html
parent6844c234cde69ee356168bb3dcb7d69fa4e8a74d (diff)
pass w3c html4 validation
Diffstat (limited to 'docs/posts/index.html')
-rw-r--r--docs/posts/index.html188
1 files changed, 117 insertions, 71 deletions
diff --git a/docs/posts/index.html b/docs/posts/index.html
index e1c1cdd..7d5a4f3 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -13,33 +13,33 @@
<link rel="stylesheet" href="https://unpkg.com/latex.css/style.min.css" />
-->
- <link rel="stylesheet" href="/assets/c-hyde.css" />
+ <link rel="stylesheet" href="/assets/c-hyde.css">
- <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abril+Fatface">
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700">
- <link rel="stylesheet" href="/assets/main.css" />
- <meta charset="utf-8">
+ <link rel="stylesheet" href="/assets/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="og:site_name" content="Navan Chauhan" />
- <link rel="canonical" href="https://web.navan.dev" />
- <meta name="twitter:url" content="https://web.navan.dev" />
- <meta name="og:url" content="https://web.navan.dev" />
- <meta name="twitter:title" content="Hey - Home" />
- <meta name="og:title" content="Hey - Home" />
- <meta name="description" content="code snippets, long-form rants, and tutorials" />
- <meta name="twitter:description" content="code snippets, long-form rants, and tutorials" />
- <meta name="og:description" content="code snippets, long-form rants, and tutorials" />
- <meta name="twitter:card" content="summary_large_image" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <link rel="shortcut icon" href="/images/favicon.png" type="image/png" />
- <link href="/feed.rss" type="application/atom+xml" rel="alternate" title="Sitewide Atom feed" />
- <meta name="twitter:image" content="https://web.navan.dev/images/logo.png" />
- <meta name="og:image" content="https://web.navan.dev/images/logo.png" />
- <meta name="google-site-verification" content="LVeSZxz-QskhbEjHxOi7-BM5dDxTg53x2TwrjFxfL0k" />
+ <meta name="og:site_name" content="Navan Chauhan">
+ <link rel="canonical" href="https://web.navan.dev">
+ <meta name="twitter:url" content="https://web.navan.dev">
+ <meta name="og:url" content="https://web.navan.dev">
+ <meta name="twitter:title" content="Hey - Home">
+ <meta name="og:title" content="Hey - Home">
+ <meta name="description" content="code snippets, long-form rants, and tutorials">
+ <meta name="twitter:description" content="code snippets, long-form rants, and tutorials">
+ <meta name="og:description" content="code snippets, long-form rants, and tutorials">
+ <meta name="twitter:card" content="summary_large_image">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="shortcut icon" href="/images/favicon.png" type="image/png">
+ <link href="/feed.rss" type="application/atom+xml" rel="alternate" title="Sitewide Atom feed">
+ <meta name="twitter:image" content="https://web.navan.dev/images/logo.png">
+ <meta name="og:image" content="https://web.navan.dev/images/logo.png">
+ <meta name="google-site-verification" content="LVeSZxz-QskhbEjHxOi7-BM5dDxTg53x2TwrjFxfL0k">
<script data-goatcounter="https://navanchauhan.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
<script defer data-domain="web.navan.dev" src="https://plausible.io/js/plausible.js"></script>
- <link rel="manifest" href="/manifest.json" />
+ <link rel="manifest" href="/manifest.json">
</head>
<body class="theme-base-0d">
@@ -84,7 +84,7 @@ lead.innerText = new_phrase;
<ul>
- <li><a href="/posts/2024-04-17-implementing-minimax-for-chess-in-swift.html">Implementing Minimax with Alpha-Beta pruning for a simple Chess AI in Swift</a></li>
+ <li><a href="/posts/2024-04-17-implementing-minimax-for-chess-in-swift.html">Implementing Minimax with Alpha-Beta pruning for a simple Chess AI in Swift</a>
<ul>
<li>Adding a bestMove method to swift-chess-neo by implementing alpha-beta pruning for minimax</li>
<li>Published On: 2024-04-17 23:20</li>
@@ -94,14 +94,15 @@ lead.innerText = new_phrase;
<a href='/tags/Chess.html'>Chess</a>,
- <a href='/tags/Game Theory.html'>Game Theory</a>,
+ <a href='/tags/Game-Theory.html'>Game-Theory</a>,
<a href='/tags/Mathematics.html'>Mathematics</a>
</ul>
+ </li>
- <li><a href="/posts/2024-03-28-Running-ADFRSuite-on-arm64-Macs.html">Fixing ADFRSuite for Apple Silicon</a></li>
+ <li><a href="/posts/2024-03-28-Running-ADFRSuite-on-arm64-Macs.html">Fixing ADFRSuite for Apple Silicon</a>
<ul>
<li>Fixing ADFRsuite on M1/MX chip Macs - CLI Tools</li>
<li>Published On: 2024-03-28 20:12</li>
@@ -112,9 +113,10 @@ lead.innerText = new_phrase;
<a href='/tags/Cheminformatics.html'>Cheminformatics</a>
</ul>
+ </li>
- <li><a href="/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html">Quadratic Formula Derivation</a></li>
+ <li><a href="/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html">Quadratic Formula Derivation</a>
<ul>
<li>Quick derivation of the quadratic equation by completing the square</li>
<li>Published On: 2024-03-26 15:36</li>
@@ -123,9 +125,10 @@ lead.innerText = new_phrase;
<a href='/tags/Mathematics.html'>Mathematics</a>
</ul>
+ </li>
- <li><a href="/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.html">Polynomial Regression Using TensorFlow 2.x</a></li>
+ <li><a href="/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.html">Polynomial Regression Using TensorFlow 2.x</a>
<ul>
<li>Predicting n-th degree polynomials using TensorFlow 2.x</li>
<li>Published On: 2024-03-21 12:46</li>
@@ -138,9 +141,10 @@ lead.innerText = new_phrase;
<a href='/tags/Colab.html'>Colab</a>
</ul>
+ </li>
- <li><a href="/posts/2024-03-15-setting-up-macos-for-8088-dos-dev.html">Cross-Compiling Hello World for DOS on macOS</a></li>
+ <li><a href="/posts/2024-03-15-setting-up-macos-for-8088-dos-dev.html">Cross-Compiling Hello World for DOS on macOS</a>
<ul>
<li>This goes through compiling Open Watcom 2 and creating simple hello-world exampls</li>
<li>Published On: 2024-03-15 13:16</li>
@@ -153,9 +157,10 @@ lead.innerText = new_phrase;
<a href='/tags/macOS.html'>macOS</a>
</ul>
+ </li>
- <li><a href="/posts/2024-02-26-control-element-under-another-element-html-css.html">Interacting with underlying element in HTML</a></li>
+ <li><a href="/posts/2024-02-26-control-element-under-another-element-html-css.html">Interacting with underlying element in HTML</a>
<ul>
<li>With CSS you can disable any interactions with an element and directly control the underlying element</li>
<li>Published On: 2024-02-26 11:57</li>
@@ -166,9 +171,10 @@ lead.innerText = new_phrase;
<a href='/tags/CSS.html'>CSS</a>
</ul>
+ </li>
- <li><a href="/posts/2024-01-05-hello-20224.html">Hello 2024</a></li>
+ <li><a href="/posts/2024-01-05-hello-20224.html">Hello 2024</a>
<ul>
<li>Recap of 2023, and my goals for 2024</li>
<li>Published On: 2024-01-05 23:16</li>
@@ -179,22 +185,24 @@ lead.innerText = new_phrase;
<a href='/tags/Ramblings.html'>Ramblings</a>
</ul>
+ </li>
- <li><a href="/posts/2023-10-22-search-by-flair-reddit.html">Search / Filter posts by flair on Reddit</a></li>
+ <li><a href="/posts/2023-10-22-search-by-flair-reddit.html">Search / Filter posts by flair on Reddit</a>
<ul>
<li>Search posts by flair on Reddit Web by using _</li>
<li>Published On: 2023-10-22 00:37</li>
<li>Tags:
- <a href='/tags/Tech Tip.html'>Tech Tip</a>,
+ <a href='/tags/Tech-Tip.html'>Tech-Tip</a>,
<a href='/tags/Reddit.html'>Reddit</a>
</ul>
+ </li>
- <li><a href="/posts/2023-10-05-attack-lab.html">Attack Lab</a></li>
+ <li><a href="/posts/2023-10-05-attack-lab.html">Attack Lab</a>
<ul>
<li>Walkthrough of Attack Lab Phases 1-4 for CSCI 2400 Computer Systems</li>
<li>Published On: 2023-10-05 20:01</li>
@@ -211,9 +219,10 @@ lead.innerText = new_phrase;
<a href='/tags/Assembly.html'>Assembly</a>
</ul>
+ </li>
- <li><a href="/posts/2023-10-04-bomb-lab.html">Bomb Lab</a></li>
+ <li><a href="/posts/2023-10-04-bomb-lab.html">Bomb Lab</a>
<ul>
<li>Walkthrough of Phases 1-6 of Bomb Lab for CSCI 2400 Computer Systems Lab 2</li>
<li>Published On: 2023-10-04 13:12</li>
@@ -230,9 +239,10 @@ lead.innerText = new_phrase;
<a href='/tags/Assembly.html'>Assembly</a>
</ul>
+ </li>
- <li><a href="/posts/2023-04-30-n-body-simulation.html">n-body solution generator</a></li>
+ <li><a href="/posts/2023-04-30-n-body-simulation.html">n-body solution generator</a>
<ul>
<li>n-body solution generator and solver</li>
<li>Published On: 2023-04-30 22:50</li>
@@ -243,9 +253,10 @@ lead.innerText = new_phrase;
<a href='/tags/mathematics.html'>mathematics</a>
</ul>
+ </li>
- <li><a href="/posts/2023-02-08-Interact-with-siri-from-the-terminal.html">Interacting with Siri using the command line</a></li>
+ <li><a href="/posts/2023-02-08-Interact-with-siri-from-the-terminal.html">Interacting with Siri using the command line</a>
<ul>
<li>Code snippet to interact with Siri by issuing commands from the command-line.</li>
<li>Published On: 2023-02-08 17:21</li>
@@ -264,9 +275,10 @@ lead.innerText = new_phrase;
<a href='/tags/AppleScript.html'>AppleScript</a>
</ul>
+ </li>
- <li><a href="/posts/2022-12-25-blog-to-toot.html">Posting blogs as Mastodon Toots</a></li>
+ <li><a href="/posts/2022-12-25-blog-to-toot.html">Posting blogs as Mastodon Toots</a>
<ul>
<li>Cross posting blog posts to Mastodon</li>
<li>Published On: 2022-12-25 17:32</li>
@@ -277,9 +289,10 @@ lead.innerText = new_phrase;
<a href='/tags/Mastodon.html'>Mastodon</a>
</ul>
+ </li>
- <li><a href="/posts/2022-11-07-a-new-method-to-blog.html">A new method to blog</a></li>
+ <li><a href="/posts/2022-11-07-a-new-method-to-blog.html">A new method to blog</a>
<ul>
<li>Writing posts in markdown using pen and paper</li>
<li>Published On: 2022-11-07 23:29</li>
@@ -289,12 +302,13 @@ lead.innerText = new_phrase;
<a href='/tags/OCR.html'>OCR</a>,
- <a href='/tags/Microsoft Azure.html'>Microsoft Azure</a>
+ <a href='/tags/Microsoft-Azure.html'>Microsoft-Azure</a>
</ul>
+ </li>
- <li><a href="/posts/2022-08-05-Why-You-No-Host.html">Why You No Host?</a></li>
+ <li><a href="/posts/2022-08-05-Why-You-No-Host.html">Why You No Host?</a>
<ul>
<li>Why you should self-host with YunoHost</li>
<li>Published On: 2022-08-05 14:46</li>
@@ -305,9 +319,10 @@ lead.innerText = new_phrase;
<a href='/tags/YunoHost.html'>YunoHost</a>
</ul>
+ </li>
- <li><a href="/posts/2022-05-21-Similar-Movies-Recommender.html">Building a Similar Movies Recommendation System</a></li>
+ <li><a href="/posts/2022-05-21-Similar-Movies-Recommender.html">Building a Similar Movies Recommendation System</a>
<ul>
<li>Building a Content Based Similar Movies Recommendatiom System</li>
<li>Published On: 2022-05-21 17:56</li>
@@ -320,9 +335,10 @@ lead.innerText = new_phrase;
<a href='/tags/Recommendation-System.html'>Recommendation-System</a>
</ul>
+ </li>
- <li><a href="/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html">Making a Crude ML Powered Chatbot in Swift using CoreML</a></li>
+ <li><a href="/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html">Making a Crude ML Powered Chatbot in Swift using CoreML</a>
<ul>
<li>Writing a simple Machine-Learning powered Chatbot (or, daresay virtual personal assistant ) in Swift using CoreML.</li>
<li>Published On: 2021-06-27 23:26</li>
@@ -335,9 +351,10 @@ lead.innerText = new_phrase;
<a href='/tags/NLP.html'>NLP</a>
</ul>
+ </li>
- <li><a href="/posts/2021-06-26-Cheminformatics-On-The-Web-2021.html">Cheminformatics on the Web (2021)</a></li>
+ <li><a href="/posts/2021-06-26-Cheminformatics-On-The-Web-2021.html">Cheminformatics on the Web (2021)</a>
<ul>
<li>Summarising Cheminformatics on the web in 2021.</li>
<li>Published On: 2021-06-26 13:04</li>
@@ -348,9 +365,10 @@ lead.innerText = new_phrase;
<a href='/tags/JavaScript.html'>JavaScript</a>
</ul>
+ </li>
- <li><a href="/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html">Basic NFC Music Cards for iOS</a></li>
+ <li><a href="/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html">Basic NFC Music Cards for iOS</a>
<ul>
<li>Basic NFC Music Cards on iOS with Shortcuts</li>
<li>Published On: 2021-06-25 16:20</li>
@@ -363,9 +381,10 @@ lead.innerText = new_phrase;
<a href='/tags/Fun.html'>Fun</a>
</ul>
+ </li>
- <li><a href="/posts/2021-06-25-Blog2Twitter-P1.html">Posting Blog Posts as Twitter Threads Part 1/n</a></li>
+ <li><a href="/posts/2021-06-25-Blog2Twitter-P1.html">Posting Blog Posts as Twitter Threads Part 1/n</a>
<ul>
<li>Converting Posts to Twitter Threads</li>
<li>Published On: 2021-06-25 00:08</li>
@@ -378,9 +397,10 @@ lead.innerText = new_phrase;
<a href='/tags/Eh.html'>Eh</a>
</ul>
+ </li>
- <li><a href="/posts/2020-12-1-HTML-JS-RSS-Feed.html">RSS Feed written in HTML + JavaScript</a></li>
+ <li><a href="/posts/2020-12-1-HTML-JS-RSS-Feed.html">RSS Feed written in HTML + JavaScript</a>
<ul>
<li>Short code-snippet for an RSS feed, written in HTML and JavaScript</li>
<li>Published On: 2020-12-01 20:52</li>
@@ -395,9 +415,10 @@ lead.innerText = new_phrase;
<a href='/tags/JavaScript.html'>JavaScript</a>
</ul>
+ </li>
- <li><a href="/posts/2020-11-17-Lets-Encrypt-DuckDns.html">Generating HTTPS Certificate using DNS a Challenge through Let's Encrypt</a></li>
+ <li><a href="/posts/2020-11-17-Lets-Encrypt-DuckDns.html">Generating HTTPS Certificate using DNS a Challenge through Let's Encrypt</a>
<ul>
<li>Short code-snippet to generate HTTPS certificates using the DNS Challenge through Lets Encrypt for a web-server using DuckDNS.</li>
<li>Published On: 2020-11-17 15:04</li>
@@ -410,9 +431,10 @@ lead.innerText = new_phrase;
<a href='/tags/Web-Development.html'>Web-Development</a>
</ul>
+ </li>
- <li><a href="/posts/2020-10-11-macOS-Virtual-Cam-OBS.html">Trying Different Camera Setups</a></li>
+ <li><a href="/posts/2020-10-11-macOS-Virtual-Cam-OBS.html">Trying Different Camera Setups</a>
<ul>
<li>Comparison of different cameras setups for using as a webcam and tutorials for the same.</li>
<li>Published On: 2020-10-11 16:12</li>
@@ -425,9 +447,10 @@ lead.innerText = new_phrase;
<a href='/tags/Webcam.html'>Webcam</a>
</ul>
+ </li>
- <li><a href="/posts/2020-08-01-Natural-Feature-Tracking-ARJS.html">Introduction to AR.js and Natural Feature Tracking</a></li>
+ <li><a href="/posts/2020-08-01-Natural-Feature-Tracking-ARJS.html">Introduction to AR.js and Natural Feature Tracking</a>
<ul>
<li>An introduction to AR.js and NFT</li>
<li>Published On: 2020-08-01 15:43</li>
@@ -442,9 +465,10 @@ lead.innerText = new_phrase;
<a href='/tags/Augmented-Reality.html'>Augmented-Reality</a>
</ul>
+ </li>
- <li><a href="/posts/2020-07-01-Install-rdkit-colab.html">Installing RDKit on Google Colab</a></li>
+ <li><a href="/posts/2020-07-01-Install-rdkit-colab.html">Installing RDKit on Google Colab</a>
<ul>
<li>Install RDKit on Google Colab with one code snippet.</li>
<li>Published On: 2020-07-01 14:23</li>
@@ -457,9 +481,10 @@ lead.innerText = new_phrase;
<a href='/tags/Colab.html'>Colab</a>
</ul>
+ </li>
- <li><a href="/posts/2020-06-02-Compiling-AutoDock-Vina-on-iOS.html">Compiling AutoDock Vina on iOS</a></li>
+ <li><a href="/posts/2020-06-02-Compiling-AutoDock-Vina-on-iOS.html">Compiling AutoDock Vina on iOS</a>
<ul>
<li>Compiling AutoDock Vina on iOS</li>
<li>Published On: 2020-06-02 23:23</li>
@@ -471,14 +496,15 @@ lead.innerText = new_phrase;
<a href='/tags/Cheminformatics.html'>Cheminformatics</a>,
- <a href='/tags/AutoDock Vina.html'>AutoDock Vina</a>,
+ <a href='/tags/AutoDock-Vina.html'>AutoDock-Vina</a>,
<a href='/tags/Molecular-Docking.html'>Molecular-Docking</a>
</ul>
+ </li>
- <li><a href="/posts/2020-06-01-Speeding-Up-Molecular-Docking-Workflow-AutoDock-Vina-and-PyMOL.html">Workflow for Lightning Fast Molecular Docking Part One</a></li>
+ <li><a href="/posts/2020-06-01-Speeding-Up-Molecular-Docking-Workflow-AutoDock-Vina-and-PyMOL.html">Workflow for Lightning Fast Molecular Docking Part One</a>
<ul>
<li>This is my workflow for lightning fast molecular docking.</li>
<li>Published On: 2020-06-01 13:10</li>
@@ -492,12 +518,13 @@ lead.innerText = new_phrase;
<a href='/tags/Open-Babel.html'>Open-Babel</a>,
- <a href='/tags/AutoDock Vina.html'>AutoDock Vina</a>
+ <a href='/tags/AutoDock-Vina.html'>AutoDock-Vina</a>
</ul>
+ </li>
- <li><a href="/posts/2020-05-31-compiling-open-babel-on-ios.html">Compiling Open Babel on iOS</a></li>
+ <li><a href="/posts/2020-05-31-compiling-open-babel-on-ios.html">Compiling Open Babel on iOS</a>
<ul>
<li>Compiling Open Babel on iOS</li>
<li>Published On: 2020-05-31 23:30</li>
@@ -512,9 +539,10 @@ lead.innerText = new_phrase;
<a href='/tags/Open-Babel.html'>Open-Babel</a>
</ul>
+ </li>
- <li><a href="/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.html">Fixing X11 Error on macOS Catalina for AmberTools 18/19</a></li>
+ <li><a href="/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.html">Fixing X11 Error on macOS Catalina for AmberTools 18/19</a>
<ul>
<li>Fixing Could not find the X11 libraries; you may need to edit config.h, AmberTools macOS Catalina</li>
<li>Published On: 2020-04-13 11:41</li>
@@ -525,9 +553,10 @@ lead.innerText = new_phrase;
<a href='/tags/macOS.html'>macOS</a>
</ul>
+ </li>
- <li><a href="/posts/2020-03-08-Making-Vaporwave-Track.html">Making My First Vaporwave Track (Remix)</a></li>
+ <li><a href="/posts/2020-03-08-Making-Vaporwave-Track.html">Making My First Vaporwave Track (Remix)</a>
<ul>
<li>I made my first vaporwave remix</li>
<li>Published On: 2020-03-08 23:17</li>
@@ -538,9 +567,10 @@ lead.innerText = new_phrase;
<a href='/tags/Music.html'>Music</a>
</ul>
+ </li>
- <li><a href="/posts/2020-03-03-Playing-With-Android-TV.html">Tinkering with an Android TV</a></li>
+ <li><a href="/posts/2020-03-03-Playing-With-Android-TV.html">Tinkering with an Android TV</a>
<ul>
<li>Tinkering with an Android TV</li>
<li>Published On: 2020-03-03 18:37</li>
@@ -551,9 +581,10 @@ lead.innerText = new_phrase;
<a href='/tags/Android.html'>Android</a>
</ul>
+ </li>
- <li><a href="/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html">How to setup Bluetooth on a Raspberry Pi</a></li>
+ <li><a href="/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html">How to setup Bluetooth on a Raspberry Pi</a>
<ul>
<li>Connecting to Bluetooth Devices using terminal, tested on Raspberry Pi Zero W</li>
<li>Published On: 2020-01-19 15:27</li>
@@ -568,9 +599,10 @@ lead.innerText = new_phrase;
<a href='/tags/Linux.html'>Linux</a>
</ul>
+ </li>
- <li><a href="/posts/2020-01-16-Image-Classifier-Using-Turicreate.html">Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire</a></li>
+ <li><a href="/posts/2020-01-16-Image-Classifier-Using-Turicreate.html">Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire</a>
<ul>
<li>Tutorial on creating a custom Image Classifier using Turicreate and a dataset from Kaggle</li>
<li>Published On: 2020-01-16 10:36</li>
@@ -583,9 +615,10 @@ lead.innerText = new_phrase;
<a href='/tags/Turicreate.html'>Turicreate</a>
</ul>
+ </li>
- <li><a href="/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html">Setting up Kaggle to use with Google Colab</a></li>
+ <li><a href="/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html">Setting up Kaggle to use with Google Colab</a>
<ul>
<li>Tutorial on setting up kaggle, to use with Google Colab</li>
<li>Published On: 2020-01-15 23:36</li>
@@ -600,9 +633,10 @@ lead.innerText = new_phrase;
<a href='/tags/Kaggle.html'>Kaggle</a>
</ul>
+ </li>
- <li><a href="/posts/2020-01-14-Converting-between-PIL-NumPy.html">Converting between image and NumPy array</a></li>
+ <li><a href="/posts/2020-01-14-Converting-between-PIL-NumPy.html">Converting between image and NumPy array</a>
<ul>
<li>Short code snippet for converting between PIL image and NumPy arrays.</li>
<li>Published On: 2020-01-14 00:10</li>
@@ -613,9 +647,10 @@ lead.innerText = new_phrase;
<a href='/tags/Tutorial.html'>Tutorial</a>
</ul>
+ </li>
- <li><a href="/posts/2019-12-22-Fake-News-Detector.html">Building a Fake News Detector with Turicreate</a></li>
+ <li><a href="/posts/2019-12-22-Fake-News-Detector.html">Building a Fake News Detector with Turicreate</a>
<ul>
<li>In this tutorial we will build a fake news detecting app from scratch, using Turicreate for the machine learning model and SwiftUI for building the app</li>
<li>Published On: 2019-12-22 11:10</li>
@@ -627,12 +662,15 @@ lead.innerText = new_phrase;
<a href='/tags/SwiftUI.html'>SwiftUI</a>,
- <a href='/tags/Turicreate.html'>Turicreate</a>
+ <a href='/tags/Turicreate.html'>Turicreate</a>,
+
+ <a href='/tags/Swift.html'>Swift</a>
</ul>
+ </li>
- <li><a href="/posts/2019-12-16-TensorFlow-Polynomial-Regression.html">Polynomial Regression Using TensorFlow</a></li>
+ <li><a href="/posts/2019-12-16-TensorFlow-Polynomial-Regression.html">Polynomial Regression Using TensorFlow</a>
<ul>
<li>Polynomial regression using TensorFlow</li>
<li>Published On: 2019-12-16 14:16</li>
@@ -645,9 +683,10 @@ lead.innerText = new_phrase;
<a href='/tags/Colab.html'>Colab</a>
</ul>
+ </li>
- <li><a href="/posts/2019-12-10-TensorFlow-Model-Prediction.html">Making Predictions using Image Classifier (TensorFlow)</a></li>
+ <li><a href="/posts/2019-12-10-TensorFlow-Model-Prediction.html">Making Predictions using Image Classifier (TensorFlow)</a>
<ul>
<li>Making predictions for image classification models built using TensorFlow</li>
<li>Published On: 2019-12-10 11:10</li>
@@ -660,9 +699,10 @@ lead.innerText = new_phrase;
<a href='/tags/Code-Snippet.html'>Code-Snippet</a>
</ul>
+ </li>
- <li><a href="/posts/2019-12-08-Image-Classifier-Tensorflow.html">Creating a Custom Image Classifier using Tensorflow 2.x and Keras for Detecting Malaria</a></li>
+ <li><a href="/posts/2019-12-08-Image-Classifier-Tensorflow.html">Creating a Custom Image Classifier using Tensorflow 2.x and Keras for Detecting Malaria</a>
<ul>
<li>Tutorial on creating an image classifier model using TensorFlow which detects malaria</li>
<li>Published On: 2019-12-08 14:16</li>
@@ -675,9 +715,10 @@ lead.innerText = new_phrase;
<a href='/tags/Colab.html'>Colab</a>
</ul>
+ </li>
- <li><a href="/posts/2019-12-08-Splitting-Zips.html">Splitting ZIPs into Multiple Parts</a></li>
+ <li><a href="/posts/2019-12-08-Splitting-Zips.html">Splitting ZIPs into Multiple Parts</a>
<ul>
<li>Short code snippet for splitting zips.</li>
<li>Published On: 2019-12-08 13:27</li>
@@ -688,9 +729,10 @@ lead.innerText = new_phrase;
<a href='/tags/Tutorial.html'>Tutorial</a>
</ul>
+ </li>
- <li><a href="/posts/2019-12-04-Google-Teachable-Machines.html">Image Classifier With Teachable Machines</a></li>
+ <li><a href="/posts/2019-12-04-Google-Teachable-Machines.html">Image Classifier With Teachable Machines</a>
<ul>
<li>Tutorial on creating a custom image classifier quickly with Google Teachable Machines</li>
<li>Published On: 2019-12-04 18:23</li>
@@ -699,9 +741,10 @@ lead.innerText = new_phrase;
<a href='/tags/Tutorial.html'>Tutorial</a>
</ul>
+ </li>
- <li><a href="/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html">Creating your own custom theme for Snowboard or Anemone</a></li>
+ <li><a href="/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html">Creating your own custom theme for Snowboard or Anemone</a>
<ul>
<li>Tutorial on creating your own custom theme for Snowboard or Anemone</li>
<li>Published On: 2019-05-05 12:34</li>
@@ -718,9 +761,10 @@ lead.innerText = new_phrase;
<a href='/tags/Anemone.html'>Anemone</a>
</ul>
+ </li>
- <li><a href="/posts/hello-world.html">Hello World</a></li>
+ <li><a href="/posts/hello-world.html">Hello World</a>
<ul>
<li>My first post.</li>
<li>Published On: 2019-04-16 17:39</li>
@@ -729,9 +773,10 @@ lead.innerText = new_phrase;
<a href='/tags/hello-world.html'>hello-world</a>
</ul>
+ </li>
- <li><a href="/posts/2010-01-24-experiments.html">Experiments</a></li>
+ <li><a href="/posts/2010-01-24-experiments.html">Experiments</a>
<ul>
<li>Just a markdown file for all experiments related to the website</li>
<li>Published On: 2010-01-24 23:43</li>
@@ -740,6 +785,7 @@ lead.innerText = new_phrase;
<a href='/tags/Experiment.html'>Experiment</a>
</ul>
+ </li>
</ul>