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 ...
Ubuntu is a free computer system, like Windows or macOS, but it’s built by a community. It’s great for programmers because it’s very flexible and has lots of tools already built-in that help you code.
This repository contains a C program designed to generate a regular expression (regex) string that can evaluate binary strings and determine whether the given string represents a number divisible by a ...
COOL (C-style Object Oriented Language) is a complete compiler implementation featuring lexical analysis, parsing, semantic analysis, and interpretation. This compiler can execute programs from files ...