Programing

GIF showing working of the program

OpenGL-GraphicsEngine

  • This is a generic OpenGL based graphics engine that I have written as a learning exercise
  • The aim here was to learn C++, OpenGL, and Graphics Programming.
  • Click here to view repo

Solace Logo

rest-solace

  • rest-solace is a rest based python library for Solace Message Broker that allows you to Publish, Consume, & Manage!!
  • It is written with the intent to be easy to understand, functional, and pythonic.
  • Input and output parameters for almost every function is always one of int, float, str, bool, list, dict and None; making them directly compatible with json data types.
  • It is written in Python and published on PyPi.
  • Click here to view repo
  • Click here to view PyPi page

GIF of the program working

Any Year Calendar

  • This is a Calendar utility program written in C programing language.
  • This program can show a calender for any date.
  • This program can also tell what day it would be for any date.
  • The calendar's look is based on the calendar you see when running the Linux cal command.
  • Click here to view repo

GIF of the program working

Deferred Acceptance Algorithm

  • This is an educational/utility program free for all to use.
  • It shows the Deferred Acceptance Algorithm in action.
  • It has animated and color coded sequence of actions showing the working of the algorithm.
  • The speed per step can be changed by the user.
  • It is a single script program complete with GUI and Error handling.
  • It is written in Python and saved on github.
  • Click here to view repo

GIF of the program working

Email Sending Automation Program

  • This is proof of concept prototype program.
  • It allows sending email to a single recipient or multiple recipients.
  • It uses smtp protocol to send email.
  • It is a single script program complete with GUI and Error handling.
  • It is written in Python and saved on github.
  • Click here to view repo