Just some random posts.
Derivation of the Perspective Projection Matrix
Derivation of the OpenGL perspective projection matrix from scratch with explanation.
3D Graphics Series
Parsing CSV Files in C
A comprehensive programming guide on parsing CSV files in C language only using the standard libraries.
Breakout Game in Python using Pygame and Sprites
Creating the legendary breakout (arkanoid) game in Python, using pygame and sprites.
Drawing Diagrams in Python Using Matplotlib
Crash course on how to quickly draw basic diagrams like bar chart, pie chart, line chart and scatter plot using matplotlib.
Understanding and Implementing Linked List in C
This post helps you understand the linked list datastructure and when to use it through a phone book application.
How to Split Strings and Extract Tokens in C?
The strtok function is used to split strings in C, however, it has several disadvantages. This post shows you when to use it and when you should look for alternatives.
Snake Game in Python using Pygame
A simple implementation for the Snake game with Pygame
Pong Game in Python
Pong game written in Python using pygame graphics library