Quick and dirty script to extract Quartus II .qar archives
In digital circuits and computing systems, logic gates are fundamental components that process and manipulate binary signals. Each logic gate performs a specific Boolean operation, taking inputs and producing an output based on certain logical conditions. In this post, we will explore the most common types of logic gates, their functions, truth tables, and see how to construct complex expressions like XOR using basic gates like AND and NOR.
When using Git LFS (Large File Storage), we can store large files such as images, videos, etc., in LFS to save space in the Git repository. However, sometimes we might want to move these files back to standard Git storage and stop using LFS. This article will show how to restore files from Git LFS to regular Git and remove them from LFS.
Conventional Commits is a simple but powerful convention for writing consistent commit messages. It offers a structured approach to commit history, making it easier to automate tasks like versioning and changelog generation. The specification dovetails with Semantic Versioning (SemVer) to help describe features, fixes, and breaking changes in commit messages.