diff options
Diffstat (limited to 'docs/posts/index.html')
-rw-r--r-- | docs/posts/index.html | 402 |
1 files changed, 402 insertions, 0 deletions
diff --git a/docs/posts/index.html b/docs/posts/index.html new file mode 100644 index 0000000..b94dd4d --- /dev/null +++ b/docs/posts/index.html @@ -0,0 +1,402 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + + <link rel="stylesheet" href="/assets/main.css" /> + <link rel="stylesheet" href="/assets/sakura.css" /> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Hey - Section</title> + +</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>Posts</h1> + +<p>Tips, tricks and tutorials which I think might be useful.</p> + +</main> + +<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: + + Tutorial, + + Code-Snippet, + + HTML, + + JavaScript, + + </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: + + Tutorial, + + Code-Snippet, + + Web-Development, + + </ul> + + + <li><a href="/posts/2020-10-11-macOS-Virtual-Cam-OBS.html">Trying Different Camera Setups</a></li> + <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> + <li>Tags: + + Tutorial, + + Review, + + Webcam, + + </ul> + + + <li><a href="/posts/2020-08-01-Natural-Feature-Tracking-ARJS.html">Introduction to AR.js and Natural Feature Tracking</a></li> + <ul> + <li>An introduction to AR.js and NFT</li> + <li>Published On: 2020-08-01 15:43</li> + <li>Tags: + + Tutorial, + + AR.js, + + JavaScript, + + Augmented-Reality, + + </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: + + Tutorial, + + Code-Snippet, + + Colab, + + </ul> + + + <li><a href="/posts/2020-06-02-Compiling-AutoDock-Vina-on-iOS.html">Compiling AutoDock Vina on iOS</a></li> + <ul> + <li>Compiling AutoDock Vina on iOS</li> + <li>Published On: 2020-06-02 23:23</li> + <li>Tags: + + iOS, + + Jailbreak, + + Cheminformatics, + + AutoDock Vina, + + Molecular-Docking, + + </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: + + Code-Snippet, + + Molecular-Docking, + + Cheminformatics, + + Open-Babel, + + AutoDock Vina, + + </ul> + + + <li><a href="/posts/2020-05-31-compiling-open-babel-on-ios.html">Compiling Open Babel on iOS</a></li> + <ul> + <li>Compiling Open Babel on iOS</li> + <li>Published On: 2020-05-31 23:30</li> + <li>Tags: + + iOS, + + Jailbreak, + + Cheminformatics, + + Open-Babel, + + </ul> + + + <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> + <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> + <li>Tags: + + Molecular-Dynamics, + + macOS, + + </ul> + + + <li><a href="/posts/2020-03-08-Making-Vaporwave-Track.html">Making My First Vaporwave Track (Remix)</a></li> + <ul> + <li>I made my first vaporwave remix</li> + <li>Published On: 2020-03-08 23:17</li> + <li>Tags: + + Vaporwave, + + Music, + + </ul> + + + <li><a href="/posts/2020-03-03-Playing-With-Android-TV.html">Tinkering with an Android TV</a></li> + <ul> + <li>Tinkering with an Android TV</li> + <li>Published On: 2020-03-03 18:37</li> + <li>Tags: + + Android-TV, + + Android, + + </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: + + Code-Snippet, + + tutorial, + + Raspberry-Pi, + + Linux, + + </ul> + + + <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> + <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> + <li>Tags: + + Tutorial, + + Colab, + + Turicreate, + + </ul> + + + <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> + <ul> + <li>Tutorial on setting up kaggle, to use with Google Colab</li> + <li>Published On: 2020-01-15 23:36</li> + <li>Tags: + + Tutorial, + + Colab, + + Turicreate, + + Kaggle, + + </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: + + Code-Snippet, + + Tutorial, + + </ul> + + + <li><a href="/posts/2019-12-22-Fake-News-Detector.html">Building a Fake News Detector with Turicreate</a></li> + <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> + <li>Tags: + + Tutorial, + + Colab, + + SwiftUI, + + Turicreate, + + </ul> + + + <li><a href="/posts/2019-12-16-TensorFlow-Polynomial-Regression.html">Polynomial Regression Using TensorFlow</a></li> + <ul> + <li>Polynomial regression using TensorFlow</li> + <li>Published On: 2019-12-16 14:16</li> + <li>Tags: + + Tutorial, + + Tensorflow, + + Colab, + + </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: + + Tutorial, + + Tensorflow, + + Code-Snippet, + + </ul> + + + <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> + <ul> + <li>Tutorial on creating an image classifier model using TensorFlow which detects malaria</li> + <li>Published On: 2019-12-08 14:16</li> + <li>Tags: + + Tutorial, + + Tensorflow, + + Colab, + + </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: + + Code-Snippet, + + Tutorial, + + </ul> + + + <li><a href="/posts/2019-12-04-Google-Teachable-Machines.html">Image Classifier With Teachable Machines</a></li> + <ul> + <li>Tutorial on creating a custom image classifier quickly with Google Teachable Machines</li> + <li>Published On: 2019-12-04 18:23</li> + <li>Tags: + + Tutorial, + + </ul> + + + <li><a href="/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html">Creating your own custom theme for Snowboard or Anemone</a></li> + <ul> + <li>Tutorial on creating your own custom theme for Snowboard or Anemone</li> + <li>Published On: 2019-05-05 12:34</li> + <li>Tags: + + Tutorial, + + Jailbreak, + + Designing, + + Snowboard, + + Anemone, + + </ul> + + + <li><a href="/posts/hello-world.html">Hello World</a></li> + <ul> + <li>My first post.</li> + <li>Published On: 2019-04-16 17:39</li> + <li>Tags: + + hello-world, + + </ul> + + + <li><a href="/posts/2010-01-24-experiments.html">Experiments</a></li> + <ul> + <li>Just a markdown file for all experiments related to the website</li> + <li>Published On: 2010-01-24 23:43</li> + <li>Tags: + + Experiment, + + </ul> + + +</ul> + + + +<script src="assets/manup.min.js"></script> +<script src="/pwabuilder-sw-register.js"></script> +</body> +</html>
\ No newline at end of file |