summaryrefslogtreecommitdiff
path: root/docs/tags/Code-Snippet.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tags/Code-Snippet.html')
-rw-r--r--docs/tags/Code-Snippet.html202
1 files changed, 202 insertions, 0 deletions
diff --git a/docs/tags/Code-Snippet.html b/docs/tags/Code-Snippet.html
new file mode 100644
index 0000000..eb6e165
--- /dev/null
+++ b/docs/tags/Code-Snippet.html
@@ -0,0 +1,202 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+
+ <link rel="stylesheet" href="https://unpkg.com/latex.css/style.min.css" />
+ <link rel="stylesheet" href="/assets/main.css" />
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>"Code-Snippet"</title>
+ <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 rel="alternate" href="/feed.rss" type="application/rss+xml" title="Subscribe to Navan Chauhan" />
+ <meta name="twitter:image" content="https://web.navan.dev/images/logo.png" />
+ <meta name="og:image" content="https://web.navan.dev/images/logo.png" />
+ <link rel="manifest" href="manifest.json" />
+ <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>
+
+</head>
+<body>
+ <nav style="display: block;">
+|
+<a href="/">home</a> |
+<a href="/about/">about/links</a> |
+<a href="/posts/">posts</a> |
+<a href="/publications/">publications</a> |
+<a href="/repo/">iOS repo</a> |
+<a href="/feed.rss">RSS Feed</a> |
+</nav>
+
+
+<main>
+ <h1>Code-Snippet</h1><p>Posts tagged 'Code-Snippet'</p>
+</main>
+
+<ul>
+
+ <li><a href="/posts/2023-02-08-Interact-with-siri-from-the-terminal.html">Interacting with Siri using the command line</a></li>
+ <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>
+ <li>Tags:
+
+ <a href='/tags/Tutorial.html'>Tutorial</a>,
+
+ <a href='/tags/Code-Snippet.html'>Code-Snippet</a>,
+
+ <a href='/tags/Python.html'>Python</a>,
+
+ <a href='/tags/Siri.html'>Siri</a>,
+
+ <a href='/tags/macOS.html'>macOS</a>,
+
+ <a href='/tags/AppleScript.html'>AppleScript</a>
+
+ </ul>
+
+
+ <li><a href="/posts/2020-12-1-HTML-JS-RSS-Feed.html">RSS Feed written in HTML + JavaScript</a></li>
+ <ul>
+ <li>Short code-snippet for an RSS feed, written in HTML and JavaScript</li>
+ <li>Published On: 2020-12-01 20:52</li>
+ <li>Tags:
+
+ <a href='/tags/Tutorial.html'>Tutorial</a>,
+
+ <a href='/tags/Code-Snippet.html'>Code-Snippet</a>,
+
+ <a href='/tags/HTML.html'>HTML</a>,
+
+ <a href='/tags/JavaScript.html'>JavaScript</a>
+
+ </ul>
+
+
+ <li><a href="/posts/2020-11-17-Lets-Encrypt-DuckDns.html">Generating HTTPS Certificate using DNS a Challenge through Let's Encrypt</a></li>
+ <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>
+ <li>Tags:
+
+ <a href='/tags/Tutorial.html'>Tutorial</a>,
+
+ <a href='/tags/Code-Snippet.html'>Code-Snippet</a>,
+
+ <a href='/tags/Web-Development.html'>Web-Development</a>
+
+ </ul>
+
+
+ <li><a href="/posts/2020-07-01-Install-rdkit-colab.html">Installing RDKit on Google Colab</a></li>
+ <ul>
+ <li>Install RDKit on Google Colab with one code snippet.</li>
+ <li>Published On: 2020-07-01 14:23</li>
+ <li>Tags:
+
+ <a href='/tags/Tutorial.html'>Tutorial</a>,
+
+ <a href='/tags/Code-Snippet.html'>Code-Snippet</a>,
+
+ <a href='/tags/Colab.html'>Colab</a>
+
+ </ul>
+
+
+ <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>
+ <ul>
+ <li>This is my workflow for lightning fast molecular docking.</li>
+ <li>Published On: 2020-06-01 13:10</li>
+ <li>Tags:
+
+ <a href='/tags/Code-Snippet.html'>Code-Snippet</a>,
+
+ <a href='/tags/Molecular-Docking.html'>Molecular-Docking</a>,
+
+ <a href='/tags/Cheminformatics.html'>Cheminformatics</a>,
+
+ <a href='/tags/Open-Babel.html'>Open-Babel</a>,
+
+ <a href='/tags/AutoDock Vina.html'>AutoDock Vina</a>
+
+ </ul>
+
+
+ <li><a href="/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html">How to setup Bluetooth on a Raspberry Pi</a></li>
+ <ul>
+ <li>Connecting to Bluetooth Devices using terminal, tested on Raspberry Pi Zero W</li>
+ <li>Published On: 2020-01-19 15:27</li>
+ <li>Tags:
+
+ <a href='/tags/Code-Snippet.html'>Code-Snippet</a>,
+
+ <a href='/tags/tutorial.html'>tutorial</a>,
+
+ <a href='/tags/Raspberry-Pi.html'>Raspberry-Pi</a>,
+
+ <a href='/tags/Linux.html'>Linux</a>
+
+ </ul>
+
+
+ <li><a href="/posts/2020-01-14-Converting-between-PIL-NumPy.html">Converting between image and NumPy array</a></li>
+ <ul>
+ <li>Short code snippet for converting between PIL image and NumPy arrays.</li>
+ <li>Published On: 2020-01-14 00:10</li>
+ <li>Tags:
+
+ <a href='/tags/Code-Snippet.html'>Code-Snippet</a>,
+
+ <a href='/tags/Tutorial.html'>Tutorial</a>
+
+ </ul>
+
+
+ <li><a href="/posts/2019-12-10-TensorFlow-Model-Prediction.html">Making Predictions using Image Classifier (TensorFlow)</a></li>
+ <ul>
+ <li>Making predictions for image classification models built using TensorFlow</li>
+ <li>Published On: 2019-12-10 11:10</li>
+ <li>Tags:
+
+ <a href='/tags/Tutorial.html'>Tutorial</a>,
+
+ <a href='/tags/Tensorflow.html'>Tensorflow</a>,
+
+ <a href='/tags/Code-Snippet.html'>Code-Snippet</a>
+
+ </ul>
+
+
+ <li><a href="/posts/2019-12-08-Splitting-Zips.html">Splitting ZIPs into Multiple Parts</a></li>
+ <ul>
+ <li>Short code snippet for splitting zips.</li>
+ <li>Published On: 2019-12-08 13:27</li>
+ <li>Tags:
+
+ <a href='/tags/Code-Snippet.html'>Code-Snippet</a>,
+
+ <a href='/tags/Tutorial.html'>Tutorial</a>
+
+ </ul>
+
+
+</ul>
+
+
+
+<script src="assets/manup.min.js"></script>
+<script src="/pwabuilder-sw-register.js"></script>
+</body>
+</html> \ No newline at end of file