News

Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
A simple Python program that performs Caesar Cipher encryption and decryption on alphabetic messages. This project is part of my learning journey in Python and helps reinforce basic programming logic, ...
This article is about a digital decoder for 16-bit binary words to four hexadecimal digits, made with an EEPROM, a quadmultiplexed 7-segment LED display, and two general-purpose digital integrated ...
Logic is very simple, detect if the stream is binary or text, and then convert the stream to either raw output (#nofilter) or use the ASCII_HEX_DECODE to convert the binary to text values.