Navan
Alea iacta est.
about/links
posts
3D designs
RSS Feed
colophon
© 2019-2024. Navan Chauhan
RSS
Code-Snippet
Posts tagged 'Code-Snippet'
Interacting with underlying element in HTML
With CSS you can disable any interactions with an element and directly control the underlying element
Published On: 2024-02-26 11:57
Tags:
CSS
,
Code-Snippet
,
HTML
,
Tutorial
Interacting with Siri using the command line
Code snippet to interact with Siri by issuing commands from the command-line.
Published On: 2023-02-08 17:21
Tags:
AppleScript
,
Code-Snippet
,
Python
,
Siri
,
Tutorial
,
macOS
Posting blogs as Mastodon Toots
Cross posting blog posts to Mastodon
Published On: 2022-12-25 17:32
Tags:
Code-Snippet
,
Mastodon
,
Python
,
Tutorial
RSS Feed written in HTML + JavaScript
Short code-snippet for an RSS feed, written in HTML and JavaScript
Published On: 2020-12-01 20:52
Tags:
Code-Snippet
,
HTML
,
JavaScript
,
Tutorial
Generating HTTPS Certificate using DNS a Challenge through Let's Encrypt
Short code-snippet to generate HTTPS certificates using the DNS Challenge through Lets Encrypt for a web-server using DuckDNS.
Published On: 2020-11-17 15:04
Tags:
Code-Snippet
,
Tutorial
,
Web-Development
Installing RDKit on Google Colab
Install RDKit on Google Colab with one code snippet.
Published On: 2020-07-01 14:23
Tags:
Code-Snippet
,
Colab
,
RDKit
,
Tutorial
Workflow for Lightning Fast Molecular Docking Part One
This is my workflow for lightning fast molecular docking.
Published On: 2020-06-01 13:10
Tags:
AutoDock-Vina
,
Cheminformatics
,
Code-Snippet
,
Molecular-Docking
,
Open-Babel
How to setup Bluetooth on a Raspberry Pi
Connecting to Bluetooth Devices using terminal, tested on Raspberry Pi Zero W
Published On: 2020-01-19 15:27
Tags:
Code-Snippet
,
Linux
,
Raspberry-Pi
Converting between image and NumPy array
Short code snippet for converting between PIL image and NumPy arrays.
Published On: 2020-01-14 00:10
Tags:
Code-Snippet
Making Predictions using Image Classifier (TensorFlow)
Making predictions for image classification models built using TensorFlow
Published On: 2019-12-10 11:10
Tags:
AI
,
Code-Snippet
,
Tensorflow
,
Tutorial
Splitting ZIPs into Multiple Parts
Short code snippet for splitting zips.
Published On: 2019-12-08 13:27
Tags:
Code-Snippet