|
home
|
about/links
|
posts
|
3D designs
|
RSS Feed
|
Posts
Tips, tricks and tutorials which I think might be useful.
Quadratic Formula Derivation
Quick derivation of the quadratic equation by completing the square
Published On: 2024-03-26 15:36
Tags:
mathematics
Polynomial Regression Using TensorFlow 2.x
Predicting n-th degree polynomials using TensorFlow 2.x
Published On: 2024-03-21 12:46
Tags:
Tutorial
,
Tensorflow
,
Colab
Cross-Compiling Hello World for DOS on macOS
This goes through compiling Open Watcom 2 and creating simple hello-world exampls
Published On: 2024-03-15 13:16
Tags:
DOS
,
x86
,
macOS
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:
HTML
,
CSS
Hello 2024
Recap of 2023, and my goals for 2024
Published On: 2024-01-05 23:16
Tags:
General
,
Ramblings
Search / Filter posts by flair on Reddit
Search posts by flair on Reddit Web by using _
Published On: 2023-10-22 00:37
Tags:
Tech Tip
,
Reddit
Attack Lab
Walkthrough of Attack Lab Phases 1-4 for CSCI 2400 Computer Systems
Published On: 2023-10-05 20:01
Tags:
gdb
,
Reverse-Engineering
,
C++
,
CSCI2400
,
Assembly
Bomb Lab
Walkthrough of Phases 1-6 of Bomb Lab for CSCI 2400 Computer Systems Lab 2
Published On: 2023-10-04 13:12
Tags:
gdb
,
Reverse-Engineering
,
C++
,
CSCI2400
,
Assembly
n-body solution generator
n-body solution generator and solver
Published On: 2023-04-30 22:50
Tags:
astrophysics
,
mathematics
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
Posting blogs as Mastodon Toots
Cross posting blog posts to Mastodon
Published On: 2022-12-25 17:32
Tags:
Python
,
Mastodon
A new method to blog
Writing posts in markdown using pen and paper
Published On: 2022-11-07 23:29
Tags:
Python
,
OCR
,
Microsoft Azure
Why You No Host?
Why you should self-host with YunoHost
Published On: 2022-08-05 14:46
Tags:
Self-Hosted
,
YunoHost
Building a Similar Movies Recommendation System
Building a Content Based Similar Movies Recommendatiom System
Published On: 2022-05-21 17:56
Tags:
Python
,
Transformers
,
Recommendation-System
Making a Crude ML Powered Chatbot in Swift using CoreML
Writing a simple Machine-Learning powered Chatbot (or, daresay virtual personal assistant ) in Swift using CoreML.
Published On: 2021-06-27 23:26
Tags:
Swift
,
CoreML
,
NLP
Cheminformatics on the Web (2021)
Summarising Cheminformatics on the web in 2021.
Published On: 2021-06-26 13:04
Tags:
Cheminformatics
,
JavaScript
Basic NFC Music Cards for iOS
Basic NFC Music Cards on iOS with Shortcuts
Published On: 2021-06-25 16:20
Tags:
iOS
,
Shortcuts
,
Fun
Posting Blog Posts as Twitter Threads Part 1/n
Converting Posts to Twitter Threads
Published On: 2021-06-25 00:08
Tags:
Python
,
Twitter
,
Eh
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
Trying Different Camera Setups
Comparison of different cameras setups for using as a webcam and tutorials for the same.
Published On: 2020-10-11 16:12
Tags:
Tutorial
,
Review
,
Webcam
Introduction to AR.js and Natural Feature Tracking
An introduction to AR.js and NFT
Published On: 2020-08-01 15:43
Tags:
Tutorial
,
AR.js
,
JavaScript
,
Augmented-Reality
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
Compiling AutoDock Vina on iOS
Compiling AutoDock Vina on iOS
Published On: 2020-06-02 23:23
Tags:
iOS
,
Jailbreak
,
Cheminformatics
,
AutoDock Vina
,
Molecular-Docking
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
Compiling Open Babel on iOS
Compiling Open Babel on iOS
Published On: 2020-05-31 23:30
Tags:
iOS
,
Jailbreak
,
Cheminformatics
,
Open-Babel
Fixing X11 Error on macOS Catalina for AmberTools 18/19
Fixing Could not find the X11 libraries; you may need to edit config.h, AmberTools macOS Catalina
Published On: 2020-04-13 11:41
Tags:
Molecular-Dynamics
,
macOS
Making My First Vaporwave Track (Remix)
I made my first vaporwave remix
Published On: 2020-03-08 23:17
Tags:
Vaporwave
,
Music
Tinkering with an Android TV
Tinkering with an Android TV
Published On: 2020-03-03 18:37
Tags:
Android-TV
,
Android
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
Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire
Tutorial on creating a custom Image Classifier using Turicreate and a dataset from Kaggle
Published On: 2020-01-16 10:36
Tags:
Tutorial
,
Colab
,
Turicreate
Setting up Kaggle to use with Google Colab
Tutorial on setting up kaggle, to use with Google Colab
Published On: 2020-01-15 23:36
Tags:
Tutorial
,
Colab
,
Turicreate
,
Kaggle
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
Building a Fake News Detector with Turicreate
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
Published On: 2019-12-22 11:10
Tags:
Tutorial
,
Colab
,
SwiftUI
,
Turicreate
Polynomial Regression Using TensorFlow
Polynomial regression using TensorFlow
Published On: 2019-12-16 14:16
Tags:
Tutorial
,
Tensorflow
,
Colab
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
Creating a Custom Image Classifier using Tensorflow 2.x and Keras for Detecting Malaria
Tutorial on creating an image classifier model using TensorFlow which detects malaria
Published On: 2019-12-08 14:16
Tags:
Tutorial
,
Tensorflow
,
Colab
Splitting ZIPs into Multiple Parts
Short code snippet for splitting zips.
Published On: 2019-12-08 13:27
Tags:
Code-Snippet
,
Tutorial
Image Classifier With Teachable Machines
Tutorial on creating a custom image classifier quickly with Google Teachable Machines
Published On: 2019-12-04 18:23
Tags:
Tutorial
Creating your own custom theme for Snowboard or Anemone
Tutorial on creating your own custom theme for Snowboard or Anemone
Published On: 2019-05-05 12:34
Tags:
Tutorial
,
Jailbreak
,
Designing
,
Snowboard
,
Anemone
Hello World
My first post.
Published On: 2019-04-16 17:39
Tags:
hello-world
Experiments
Just a markdown file for all experiments related to the website
Published On: 2010-01-24 23:43
Tags:
Experiment