From d23479efddb303591bd79f00c5578327c8a4f8b8 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 28 Jun 2021 16:30:01 +0530 Subject: adding description to link previews --- templates/post.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index 596ded2..fd3bd4c 100644 --- a/templates/post.html +++ b/templates/post.html @@ -1,5 +1,13 @@ {% extends "base.html" %} -{% block title %}Post{% endblock %} + +{% block title %}Post - {{content.metadata.title}}{% endblock %} +{% block ogtitle %}Post - {{content.metadata.title}}{% endblock %} +{% block twittertitle %}Post - {{content.metadata.title}}{% endblock %} + +{% block description %} {{content.metadata.description}} {% endblock %} +{% block ogdescription %} {{content.metadata.description}} {% endblock %} +{% block twitterdescription %} {{content.metadata.description}} {% endblock %} +{% block twitter2description %} {{content.metadata.description}} {% endblock %} {% block body %}
-- cgit v1.2.3 From a4c1783a8479be47614112f90c4e8c77aa1c3b9c Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Wed, 29 Dec 2021 16:08:08 -0700 Subject: added commentbox comments --- docs/feed.rss | 4 ++-- docs/posts/2010-01-24-experiments.html | 3 +++ docs/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html | 3 +++ docs/posts/2019-12-04-Google-Teachable-Machines.html | 3 +++ docs/posts/2019-12-08-Image-Classifier-Tensorflow.html | 3 +++ docs/posts/2019-12-08-Splitting-Zips.html | 3 +++ docs/posts/2019-12-10-TensorFlow-Model-Prediction.html | 3 +++ docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html | 3 +++ docs/posts/2019-12-22-Fake-News-Detector.html | 3 +++ docs/posts/2020-01-14-Converting-between-PIL-NumPy.html | 3 +++ docs/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html | 3 +++ docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html | 3 +++ .../posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html | 3 +++ docs/posts/2020-03-03-Playing-With-Android-TV.html | 3 +++ docs/posts/2020-03-08-Making-Vaporwave-Track.html | 3 +++ docs/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.html | 3 +++ docs/posts/2020-05-31-compiling-open-babel-on-ios.html | 3 +++ ...peeding-Up-Molecular-Docking-Workflow-AutoDock-Vina-and-PyMOL.html | 3 +++ docs/posts/2020-06-02-Compiling-AutoDock-Vina-on-iOS.html | 3 +++ docs/posts/2020-07-01-Install-rdkit-colab.html | 3 +++ docs/posts/2020-08-01-Natural-Feature-Tracking-ARJS.html | 3 +++ docs/posts/2020-10-11-macOS-Virtual-Cam-OBS.html | 3 +++ docs/posts/2020-11-17-Lets-Encrypt-DuckDns.html | 3 +++ docs/posts/2020-12-1-HTML-JS-RSS-Feed.html | 3 +++ docs/posts/2021-06-25-Blog2Twitter-P1.html | 3 +++ docs/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html | 3 +++ docs/posts/2021-06-26-Cheminformatics-On-The-Web-2021.html | 3 +++ docs/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html | 3 +++ docs/posts/hello-world.html | 3 +++ ...-Fatigue-Over-Speeding-and-Speeding-up-Post-Accident-Response.html | 3 +++ docs/publications/2020-03-14-generating-vaporwave.html | 3 +++ docs/publications/2020-03-17-Possible-Drug-Candidates-COVID-19.html | 3 +++ templates/post.html | 3 +++ 33 files changed, 98 insertions(+), 2 deletions(-) (limited to 'templates/post.html') diff --git a/docs/feed.rss b/docs/feed.rss index 0e5299f..d477cbf 100644 --- a/docs/feed.rss +++ b/docs/feed.rss @@ -4,8 +4,8 @@ Navan's Archive Rare Tips, Tricks and Posts https://web.navan.dev/en - Fri, 24 Dec 2021 23:00:51 -0000 - Fri, 24 Dec 2021 23:00:51 -0000 + Wed, 29 Dec 2021 16:07:41 -0000 + Wed, 29 Dec 2021 16:07:41 -0000 250 diff --git a/docs/posts/2010-01-24-experiments.html b/docs/posts/2010-01-24-experiments.html index 787e817..71e454e 100644 --- a/docs/posts/2010-01-24-experiments.html +++ b/docs/posts/2010-01-24-experiments.html @@ -46,6 +46,9 @@ +
+ +
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 74a634a..c78a71e 100644 --- a/docs/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html +++ b/docs/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html @@ -458,6 +458,9 @@ Section: Themes

You can share this with your friends :+1:

+
+ + diff --git a/docs/posts/2019-12-04-Google-Teachable-Machines.html b/docs/posts/2019-12-04-Google-Teachable-Machines.html index a11756e..62e3fe1 100644 --- a/docs/posts/2019-12-04-Google-Teachable-Machines.html +++ b/docs/posts/2019-12-04-Google-Teachable-Machines.html @@ -90,6 +90,9 @@

https://luminous-opinion.glitch.me

+
+ + diff --git a/docs/posts/2019-12-08-Image-Classifier-Tensorflow.html b/docs/posts/2019-12-08-Image-Classifier-Tensorflow.html index 4a8ece4..116e6ee 100644 --- a/docs/posts/2019-12-08-Image-Classifier-Tensorflow.html +++ b/docs/posts/2019-12-08-Image-Classifier-Tensorflow.html @@ -200,6 +200,9 @@ X_train = X_train/255.0

Link to Colab Notebook

+
+ + diff --git a/docs/posts/2019-12-08-Splitting-Zips.html b/docs/posts/2019-12-08-Splitting-Zips.html index bc39dd1..e0bb725 100644 --- a/docs/posts/2019-12-08-Splitting-Zips.html +++ b/docs/posts/2019-12-08-Splitting-Zips.html @@ -63,6 +63,9 @@
zip -F oodlesofnoodles.zip --out merged.zip
 
+
+ + diff --git a/docs/posts/2019-12-10-TensorFlow-Model-Prediction.html b/docs/posts/2019-12-10-TensorFlow-Model-Prediction.html index 6351561..1866c4c 100644 --- a/docs/posts/2019-12-10-TensorFlow-Model-Prediction.html +++ b/docs/posts/2019-12-10-TensorFlow-Model-Prediction.html @@ -86,6 +86,9 @@

Infected

+
+ + diff --git a/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html b/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html index 48c477a..60d6131 100644 --- a/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html +++ b/docs/posts/2019-12-16-TensorFlow-Polynomial-Regression.html @@ -520,6 +520,9 @@ values using the X values. We then plot it to compare the actual data and predic

Basically if you train your machine learning model on a small dataset for a really large number of epochs, the model will learn all the deformities/noise in the data and will actually think that it is a normal part. Therefore when it will see some new data, it will discard that new data as noise and will impact the accuracy of the model in a negative manner

+
+ + diff --git a/docs/posts/2019-12-22-Fake-News-Detector.html b/docs/posts/2019-12-22-Fake-News-Detector.html index ea7fc41..2e1a76f 100644 --- a/docs/posts/2019-12-22-Fake-News-Detector.html +++ b/docs/posts/2019-12-22-Fake-News-Detector.html @@ -272,6 +272,9 @@ 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 0b88665..9fedcb5 100644 --- a/docs/posts/2020-01-14-Converting-between-PIL-NumPy.html +++ b/docs/posts/2020-01-14-Converting-between-PIL-NumPy.html @@ -62,6 +62,9 @@ img.save(destination, "JPEG", quality=80, optimize=True, progressive=True) +
+ + 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 5341ba7..ba58f68 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 @@ -82,6 +82,9 @@

Voila! You can now download Kaggle datasets

+
+ + 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 f81774e..0ebc094 100644 --- a/docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html +++ b/docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html @@ -286,6 +286,9 @@

We just got an accuracy of 94% on Training Data and 97% on Validation Data!

+
+ + 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 25932db..a594382 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 @@ -62,6 +62,9 @@

To Exit out of bluetoothctl anytime, just type exit

+
+ + 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 8af2cb7..c8fa6bd 100644 --- a/docs/posts/2020-03-03-Playing-With-Android-TV.html +++ b/docs/posts/2020-03-03-Playing-With-Android-TV.html @@ -113,6 +113,9 @@
  • adb uninstall com.company.yourpackagename
  • +
    + + diff --git a/docs/posts/2020-03-08-Making-Vaporwave-Track.html b/docs/posts/2020-03-08-Making-Vaporwave-Track.html index b862f03..3f5101d 100644 --- a/docs/posts/2020-03-08-Making-Vaporwave-Track.html +++ b/docs/posts/2020-03-08-Making-Vaporwave-Track.html @@ -72,6 +72,9 @@

    The fact that there are steps on producing Vaporwave, this gave me the idea that Vaporwave can actually be made using programming, stay tuned for when I publish the program which I am working on ( Generating A E S T H E T I C artwork and remixes)

    +
    + + 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 d540e3b..48eb451 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 @@ -71,6 +71,9 @@ Configure failed due to the errors above!

    If you do not have XQuartz installed, you need to run brew cask install xquartz

    +
    + + 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 8f0c677..b7658f7 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 @@ -157,6 +157,9 @@ export BABEL_LIBDIR="/usr/lib/openbabel/3.1.0"

    Edit 1: Added Screenshots, had to replicate the errors.

    +
    + + 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 cf9ccfd..ae6fd21 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 @@ -86,6 +86,9 @@ alias pbpaste='xclip -selection clipboard -o'

    This is just the docking command for AutoDock Vina. In the next part I will tell how to use PyMOL and a plugin to directly generate the coordinates in Vina format --center_x -9.7 --center_y 11.4 --center_z 68.9 --size_x 19.3 --size_y 29.9 --size_z 21.3 without needing to type them manually.

    +
    + + 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 e9cb84c..b3a2209 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 @@ -123,6 +123,9 @@ return path(str, boost::filesystem::native);

    The package is available on my repository and only depends on boost. ( Both, Vina and Vina-Split are part of the package)

    +
    + + diff --git a/docs/posts/2020-07-01-Install-rdkit-colab.html b/docs/posts/2020-07-01-Install-rdkit-colab.html index b65ece1..f4d7b5e 100644 --- a/docs/posts/2020-07-01-Install-rdkit-colab.html +++ b/docs/posts/2020-07-01-Install-rdkit-colab.html @@ -142,6 +142,9 @@ install() +
    + + 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 7322d04..3092dbd 100644 --- a/docs/posts/2020-08-01-Natural-Feature-Tracking-ARJS.html +++ b/docs/posts/2020-08-01-Natural-Feature-Tracking-ARJS.html @@ -317,6 +317,9 @@ 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 7a24e04..3798da3 100644 --- a/docs/posts/2020-10-11-macOS-Virtual-Cam-OBS.html +++ b/docs/posts/2020-10-11-macOS-Virtual-Cam-OBS.html @@ -148,6 +148,9 @@ 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 699d6b6..8ffd418 100644 --- a/docs/posts/2020-11-17-Lets-Encrypt-DuckDns.html +++ b/docs/posts/2020-11-17-Lets-Encrypt-DuckDns.html @@ -108,6 +108,9 @@ 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 206a463..d3fbee7 100644 --- a/docs/posts/2020-12-1-HTML-JS-RSS-Feed.html +++ b/docs/posts/2020-12-1-HTML-JS-RSS-Feed.html @@ -241,6 +241,9 @@ </body></html> +
    + + diff --git a/docs/posts/2021-06-25-Blog2Twitter-P1.html b/docs/posts/2021-06-25-Blog2Twitter-P1.html index af7586a..cb0fc1c 100644 --- a/docs/posts/2021-06-25-Blog2Twitter-P1.html +++ b/docs/posts/2021-06-25-Blog2Twitter-P1.html @@ -135,6 +135,9 @@ I am not handling lists or images right now.

    For the next part, I will try to append the code as well. 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 2c541d8..78b1ef5 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 @@ -69,6 +69,9 @@ 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 29ede6e..c62ffc3 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 @@ -122,6 +122,9 @@ Hopefully, this encourages you to explore the world of cheminformatics on the we

    Getting Started with RDKit-JS

    +
    + + 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 0a67e76..5cea0ea 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 @@ -207,6 +207,9 @@ Otherwise, it calls the custom action.

    If I ever release a part-2, it will either be about implementing this in Tensorflow.JS or an iOS app using SwiftUI ;)

    +
    + + diff --git a/docs/posts/hello-world.html b/docs/posts/hello-world.html index 633d60d..ac87c03 100644 --- a/docs/posts/hello-world.html +++ b/docs/posts/hello-world.html @@ -46,6 +46,9 @@

    Just re-did the entire website using Publish (Publish by John Sundell). So, a new hello world post :)

    +
    + + diff --git a/docs/publications/2019-05-14-Detecting-Driver-Fatigue-Over-Speeding-and-Speeding-up-Post-Accident-Response.html b/docs/publications/2019-05-14-Detecting-Driver-Fatigue-Over-Speeding-and-Speeding-up-Post-Accident-Response.html index 800490a..840e67e 100644 --- a/docs/publications/2019-05-14-Detecting-Driver-Fatigue-Over-Speeding-and-Speeding-up-Post-Accident-Response.html +++ b/docs/publications/2019-05-14-Detecting-Driver-Fatigue-Over-Speeding-and-Speeding-up-Post-Accident-Response.html @@ -62,6 +62,9 @@
    @article{chauhan_2019, title={Detecting Driver Fatigue, Over-Speeding, and Speeding up Post-Accident Response}, volume={6}, url={https://www.irjet.net/archives/V6/i5/IRJET-V6I5318.pdf}, number={5}, journal={International Research Journal of Engineering and Technology (IRJET)}, author={Chauhan, Navan}, year={2019}}
     
    +
    + + diff --git a/docs/publications/2020-03-14-generating-vaporwave.html b/docs/publications/2020-03-14-generating-vaporwave.html index 78368ef..128963f 100644 --- a/docs/publications/2020-03-14-generating-vaporwave.html +++ b/docs/publications/2020-03-14-generating-vaporwave.html @@ -76,6 +76,9 @@ } +
    + + diff --git a/docs/publications/2020-03-17-Possible-Drug-Candidates-COVID-19.html b/docs/publications/2020-03-17-Possible-Drug-Candidates-COVID-19.html index 5ece207..903177c 100644 --- a/docs/publications/2020-03-17-Possible-Drug-Candidates-COVID-19.html +++ b/docs/publications/2020-03-17-Possible-Drug-Candidates-COVID-19.html @@ -46,6 +46,9 @@

    Download paper here

    +
    + + diff --git a/templates/post.html b/templates/post.html index fd3bd4c..b21547f 100644 --- a/templates/post.html +++ b/templates/post.html @@ -12,5 +12,8 @@ {% block body %}
    {{ content}} +
    + +
    {% endblock %} \ No newline at end of file -- cgit v1.2.3 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/feed.rss | 4 ++-- 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 +- .../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 +- ...peeding-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 +- ...-Fatigue-Over-Speeding-and-Speeding-up-Post-Accident-Response.html | 2 +- docs/publications/2020-03-14-generating-vaporwave.html | 2 +- docs/publications/2020-03-17-Possible-Drug-Candidates-COVID-19.html | 2 +- templates/post.html | 4 ++-- 33 files changed, 35 insertions(+), 35 deletions(-) (limited to 'templates/post.html') diff --git a/docs/feed.rss b/docs/feed.rss index d477cbf..cbb3db7 100644 --- a/docs/feed.rss +++ b/docs/feed.rss @@ -4,8 +4,8 @@ Navan's Archive Rare Tips, Tricks and Posts https://web.navan.dev/en - Wed, 29 Dec 2021 16:07:41 -0000 - Wed, 29 Dec 2021 16:07:41 -0000 + Mon, 03 Jan 2022 00:19:52 -0000 + Mon, 03 Jan 2022 00:19:52 -0000 250 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 @@
    - + diff --git a/docs/publications/2019-05-14-Detecting-Driver-Fatigue-Over-Speeding-and-Speeding-up-Post-Accident-Response.html b/docs/publications/2019-05-14-Detecting-Driver-Fatigue-Over-Speeding-and-Speeding-up-Post-Accident-Response.html index 840e67e..9ab9bd4 100644 --- a/docs/publications/2019-05-14-Detecting-Driver-Fatigue-Over-Speeding-and-Speeding-up-Post-Accident-Response.html +++ b/docs/publications/2019-05-14-Detecting-Driver-Fatigue-Over-Speeding-and-Speeding-up-Post-Accident-Response.html @@ -64,7 +64,7 @@
    - + diff --git a/docs/publications/2020-03-14-generating-vaporwave.html b/docs/publications/2020-03-14-generating-vaporwave.html index 128963f..16ce6f6 100644 --- a/docs/publications/2020-03-14-generating-vaporwave.html +++ b/docs/publications/2020-03-14-generating-vaporwave.html @@ -78,7 +78,7 @@
    - + diff --git a/docs/publications/2020-03-17-Possible-Drug-Candidates-COVID-19.html b/docs/publications/2020-03-17-Possible-Drug-Candidates-COVID-19.html index 903177c..3740bc3 100644 --- a/docs/publications/2020-03-17-Possible-Drug-Candidates-COVID-19.html +++ b/docs/publications/2020-03-17-Possible-Drug-Candidates-COVID-19.html @@ -48,7 +48,7 @@
    - + diff --git a/templates/post.html b/templates/post.html index b21547f..7ee3975 100644 --- a/templates/post.html +++ b/templates/post.html @@ -14,6 +14,6 @@ {{ content}}
    - + -{% endblock %} \ No newline at end of file +{% endblock %} -- cgit v1.2.3