Show Case


HTML Code

My Experience

Not as good as I will be because I'm a work in progress.

A quick read

VBA

This Program takes in cell data and seperates each character to designated cell locations.

Employee Data
Taking in This
Entered to AccountingData
Transformed to This

This Program takes in some unorganized data from pdf's and creates four tables in the format as below.

Final Format
Main Function

This Program adds an index label to the part label. The added index label references the sheet of the Assembly the part is used in and the Item number within the Bill Of Materials (BOM).

Not Labelled View
Not Indexed
Labelled View
Indexed

C

Image Filters

This was one of the very first programs I wrote. It applies different image filters based on console commands, the filters are blur, edge detection, gray scale, and reflect.

Take a look

Reflection Filter
Reflection Filter
Blur Filter
Blur Filter
Grayscale Filter
Grayscale Filter

Inheritance

Here I learned some basics about memory allocation and optimization. This program creates a tree structure of blood type generations, meaning that each child of two parents will inherit one allele from the parent and the other allele from the other parent.

Take a look

Generations
Generations (0 is current)

Is currently on display