From 6c2b440d80034cb0c966fd03586dba8fa267b9b3 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 3 Jan 2022 00:20:06 -0700 Subject: added comment box id --- docs/posts/2010-01-24-experiments.html | 2 +- docs/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html | 2 +- docs/posts/2019-12-04-Google-Teachable-Machines.html | 2 +- docs/posts/2019-12-08-Image-Classifier-Tensorflow.html | 2 +- docs/posts/2019-12-08-Splitting-Zips.html | 2 +- docs/posts/2019-12-10-TensorFlow-Model-Prediction.html | 2 +- docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html | 2 +- docs/posts/2019-12-22-Fake-News-Detector.html | 2 +- docs/posts/2020-01-14-Converting-between-PIL-NumPy.html | 2 +- docs/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html | 2 +- docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html | 2 +- docs/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html | 2 +- docs/posts/2020-03-03-Playing-With-Android-TV.html | 2 +- docs/posts/2020-03-08-Making-Vaporwave-Track.html | 2 +- docs/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.html | 2 +- docs/posts/2020-05-31-compiling-open-babel-on-ios.html | 2 +- ...-Speeding-Up-Molecular-Docking-Workflow-AutoDock-Vina-and-PyMOL.html | 2 +- docs/posts/2020-06-02-Compiling-AutoDock-Vina-on-iOS.html | 2 +- docs/posts/2020-07-01-Install-rdkit-colab.html | 2 +- docs/posts/2020-08-01-Natural-Feature-Tracking-ARJS.html | 2 +- docs/posts/2020-10-11-macOS-Virtual-Cam-OBS.html | 2 +- docs/posts/2020-11-17-Lets-Encrypt-DuckDns.html | 2 +- docs/posts/2020-12-1-HTML-JS-RSS-Feed.html | 2 +- docs/posts/2021-06-25-Blog2Twitter-P1.html | 2 +- docs/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html | 2 +- docs/posts/2021-06-26-Cheminformatics-On-The-Web-2021.html | 2 +- docs/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html | 2 +- docs/posts/hello-world.html | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) (limited to 'docs/posts') diff --git a/docs/posts/2010-01-24-experiments.html b/docs/posts/2010-01-24-experiments.html index 71e454e..afe4e12 100644 --- a/docs/posts/2010-01-24-experiments.html +++ b/docs/posts/2010-01-24-experiments.html @@ -48,7 +48,7 @@
- + diff --git a/docs/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html b/docs/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html index c78a71e..6b1aee8 100644 --- a/docs/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html +++ b/docs/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html @@ -460,7 +460,7 @@ Section: Themes
- + diff --git a/docs/posts/2019-12-04-Google-Teachable-Machines.html b/docs/posts/2019-12-04-Google-Teachable-Machines.html index 62e3fe1..6ca43f6 100644 --- a/docs/posts/2019-12-04-Google-Teachable-Machines.html +++ b/docs/posts/2019-12-04-Google-Teachable-Machines.html @@ -92,7 +92,7 @@
- + diff --git a/docs/posts/2019-12-08-Image-Classifier-Tensorflow.html b/docs/posts/2019-12-08-Image-Classifier-Tensorflow.html index 116e6ee..99c1be1 100644 --- a/docs/posts/2019-12-08-Image-Classifier-Tensorflow.html +++ b/docs/posts/2019-12-08-Image-Classifier-Tensorflow.html @@ -202,7 +202,7 @@ X_train = X_train/255.0
- + diff --git a/docs/posts/2019-12-08-Splitting-Zips.html b/docs/posts/2019-12-08-Splitting-Zips.html index e0bb725..06421e2 100644 --- a/docs/posts/2019-12-08-Splitting-Zips.html +++ b/docs/posts/2019-12-08-Splitting-Zips.html @@ -65,7 +65,7 @@
- + diff --git a/docs/posts/2019-12-10-TensorFlow-Model-Prediction.html b/docs/posts/2019-12-10-TensorFlow-Model-Prediction.html index 1866c4c..81ee328 100644 --- a/docs/posts/2019-12-10-TensorFlow-Model-Prediction.html +++ b/docs/posts/2019-12-10-TensorFlow-Model-Prediction.html @@ -88,7 +88,7 @@
- + diff --git a/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html b/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html index 60d6131..23da82f 100644 --- a/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html +++ b/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html @@ -522,7 +522,7 @@ values using the X values. We then plot it to compare the actual data and predic
- + diff --git a/docs/posts/2019-12-22-Fake-News-Detector.html b/docs/posts/2019-12-22-Fake-News-Detector.html index 2e1a76f..c1bfd7d 100644 --- a/docs/posts/2019-12-22-Fake-News-Detector.html +++ b/docs/posts/2019-12-22-Fake-News-Detector.html @@ -274,7 +274,7 @@ DescriptionThe bag-of-words model is a simplifying representation used in NLP, i
- + diff --git a/docs/posts/2020-01-14-Converting-between-PIL-NumPy.html b/docs/posts/2020-01-14-Converting-between-PIL-NumPy.html index 9fedcb5..2524bf4 100644 --- a/docs/posts/2020-01-14-Converting-between-PIL-NumPy.html +++ b/docs/posts/2020-01-14-Converting-between-PIL-NumPy.html @@ -64,7 +64,7 @@
- + diff --git a/docs/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html b/docs/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html index ba58f68..9f4ac97 100644 --- a/docs/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html +++ b/docs/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html @@ -84,7 +84,7 @@
- + diff --git a/docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html b/docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html index 0ebc094..f401d17 100644 --- a/docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html +++ b/docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html @@ -288,7 +288,7 @@
- + diff --git a/docs/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html b/docs/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html index a594382..0909d92 100644 --- a/docs/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html +++ b/docs/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html @@ -64,7 +64,7 @@
- + diff --git a/docs/posts/2020-03-03-Playing-With-Android-TV.html b/docs/posts/2020-03-03-Playing-With-Android-TV.html index c8fa6bd..536b2fb 100644 --- a/docs/posts/2020-03-03-Playing-With-Android-TV.html +++ b/docs/posts/2020-03-03-Playing-With-Android-TV.html @@ -115,7 +115,7 @@
- + diff --git a/docs/posts/2020-03-08-Making-Vaporwave-Track.html b/docs/posts/2020-03-08-Making-Vaporwave-Track.html index 3f5101d..e9cbfcf 100644 --- a/docs/posts/2020-03-08-Making-Vaporwave-Track.html +++ b/docs/posts/2020-03-08-Making-Vaporwave-Track.html @@ -74,7 +74,7 @@
- + diff --git a/docs/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.html b/docs/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.html index 48eb451..f79ac5c 100644 --- a/docs/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.html +++ b/docs/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.html @@ -73,7 +73,7 @@ Configure failed due to the errors above!
- + diff --git a/docs/posts/2020-05-31-compiling-open-babel-on-ios.html b/docs/posts/2020-05-31-compiling-open-babel-on-ios.html index b7658f7..2ae1edc 100644 --- a/docs/posts/2020-05-31-compiling-open-babel-on-ios.html +++ b/docs/posts/2020-05-31-compiling-open-babel-on-ios.html @@ -159,7 +159,7 @@ export BABEL_LIBDIR="/usr/lib/openbabel/3.1.0"
- + diff --git a/docs/posts/2020-06-01-Speeding-Up-Molecular-Docking-Workflow-AutoDock-Vina-and-PyMOL.html b/docs/posts/2020-06-01-Speeding-Up-Molecular-Docking-Workflow-AutoDock-Vina-and-PyMOL.html index ae6fd21..f5a87c0 100644 --- a/docs/posts/2020-06-01-Speeding-Up-Molecular-Docking-Workflow-AutoDock-Vina-and-PyMOL.html +++ b/docs/posts/2020-06-01-Speeding-Up-Molecular-Docking-Workflow-AutoDock-Vina-and-PyMOL.html @@ -88,7 +88,7 @@ alias pbpaste='xclip -selection clipboard -o'
- + diff --git a/docs/posts/2020-06-02-Compiling-AutoDock-Vina-on-iOS.html b/docs/posts/2020-06-02-Compiling-AutoDock-Vina-on-iOS.html index b3a2209..6fd17c3 100644 --- a/docs/posts/2020-06-02-Compiling-AutoDock-Vina-on-iOS.html +++ b/docs/posts/2020-06-02-Compiling-AutoDock-Vina-on-iOS.html @@ -125,7 +125,7 @@ return path(str, boost::filesystem::native);
- + diff --git a/docs/posts/2020-07-01-Install-rdkit-colab.html b/docs/posts/2020-07-01-Install-rdkit-colab.html index f4d7b5e..4271883 100644 --- a/docs/posts/2020-07-01-Install-rdkit-colab.html +++ b/docs/posts/2020-07-01-Install-rdkit-colab.html @@ -144,7 +144,7 @@
- + diff --git a/docs/posts/2020-08-01-Natural-Feature-Tracking-ARJS.html b/docs/posts/2020-08-01-Natural-Feature-Tracking-ARJS.html index 3092dbd..9ab4ddb 100644 --- a/docs/posts/2020-08-01-Natural-Feature-Tracking-ARJS.html +++ b/docs/posts/2020-08-01-Natural-Feature-Tracking-ARJS.html @@ -319,7 +319,7 @@ Serving HTTP on 0.0.0.0 port 8000 ...
- + diff --git a/docs/posts/2020-10-11-macOS-Virtual-Cam-OBS.html b/docs/posts/2020-10-11-macOS-Virtual-Cam-OBS.html index 3798da3..469bb29 100644 --- a/docs/posts/2020-10-11-macOS-Virtual-Cam-OBS.html +++ b/docs/posts/2020-10-11-macOS-Virtual-Cam-OBS.html @@ -150,7 +150,7 @@ new Dics({
- + diff --git a/docs/posts/2020-11-17-Lets-Encrypt-DuckDns.html b/docs/posts/2020-11-17-Lets-Encrypt-DuckDns.html index 8ffd418..6e440cc 100644 --- a/docs/posts/2020-11-17-Lets-Encrypt-DuckDns.html +++ b/docs/posts/2020-11-17-Lets-Encrypt-DuckDns.html @@ -110,7 +110,7 @@ navanspi.duckdns.org. 60 IN TXT - + diff --git a/docs/posts/2020-12-1-HTML-JS-RSS-Feed.html b/docs/posts/2020-12-1-HTML-JS-RSS-Feed.html index d3fbee7..ab042be 100644 --- a/docs/posts/2020-12-1-HTML-JS-RSS-Feed.html +++ b/docs/posts/2020-12-1-HTML-JS-RSS-Feed.html @@ -243,7 +243,7 @@
- + diff --git a/docs/posts/2021-06-25-Blog2Twitter-P1.html b/docs/posts/2021-06-25-Blog2Twitter-P1.html index cb0fc1c..65c9ffe 100644 --- a/docs/posts/2021-06-25-Blog2Twitter-P1.html +++ b/docs/posts/2021-06-25-Blog2Twitter-P1.html @@ -137,7 +137,7 @@ I actually added the code to this post after running the program.

- + diff --git a/docs/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html b/docs/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html index 78b1ef5..b4143d7 100644 --- a/docs/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html +++ b/docs/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html @@ -71,7 +71,7 @@ So, I did not have to ensure this could work with any device. I settled with usi
- + diff --git a/docs/posts/2021-06-26-Cheminformatics-On-The-Web-2021.html b/docs/posts/2021-06-26-Cheminformatics-On-The-Web-2021.html index c62ffc3..51dc2ca 100644 --- a/docs/posts/2021-06-26-Cheminformatics-On-The-Web-2021.html +++ b/docs/posts/2021-06-26-Cheminformatics-On-The-Web-2021.html @@ -124,7 +124,7 @@ Hopefully, this encourages you to explore the world of cheminformatics on the we
- + diff --git a/docs/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html b/docs/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html index 5cea0ea..827b0ba 100644 --- a/docs/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html +++ b/docs/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html @@ -209,7 +209,7 @@ Otherwise, it calls the custom action.

- + diff --git a/docs/posts/hello-world.html b/docs/posts/hello-world.html index ac87c03..ec4ff3c 100644 --- a/docs/posts/hello-world.html +++ b/docs/posts/hello-world.html @@ -48,7 +48,7 @@
- + -- cgit v1.2.3