|
home
|
about/links
|
posts
|
RSS Feed
|
Code-Snippet
Posts tagged 'Code-Snippet'
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:
Tutorial
,
Code-Snippet
,
Python
,
Siri
,
macOS
,
AppleScript
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:
Tutorial
,
Code-Snippet
,
HTML
,
JavaScript
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:
Tutorial
,
Code-Snippet
,
Web-Development
Installing RDKit on Google Colab
Install RDKit on Google Colab with one code snippet.
Published On: 2020-07-01 14:23
Tags:
Tutorial
,
Code-Snippet
,
Colab
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:
Code-Snippet
,
Molecular-Docking
,
Cheminformatics
,
Open-Babel
,
AutoDock Vina
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
,
tutorial
,
Raspberry-Pi
,
Linux
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
,
Tutorial
Making Predictions using Image Classifier (TensorFlow)
Making predictions for image classification models built using TensorFlow
Published On: 2019-12-10 11:10
Tags:
Tutorial
,
Tensorflow
,
Code-Snippet
Splitting ZIPs into Multiple Parts
Short code snippet for splitting zips.
Published On: 2019-12-08 13:27
Tags:
Code-Snippet
,
Tutorial