Skip to content

fakhtar/ProjectShowCase

Repository files navigation

Project Show Case

In this repository, I showcase some of the work I have done. Some projects are not actual work for clients as many clients have required me to keep the content confidential but simply a sample of the work with the content and images repalced by placeholders.

Writing Samples

Video Samples

Data Structures and Algorithms

Queue

Implemeneted queue data structure in Python with unit tests.

Binary Max Heap

Implemeneted binary max heap in JavaScript. Unit tests can be run with mocah test.

Stack

Implemeneted stack data structure in Java. Unit tests are included with project and used stack to solve the bracket balancing probelm. []{{()}}

Trie

Implemeneted trie data structure in Python. Unit tests are included with project and used a naieve implementation of trie to stress test my implementation.

Disjoint Sets

Implemeneted disjoint sets in JavaScript. Unit tests are included with project.

Graph

Implemeneted graph in Python. Unit tests are included with project.

Bellman Ford Algorithm

Implemeneted bellman-ford algorithm on an undirected graph in Python. Used a dictionary to represent graph.

Dijkstras Algorithm

Implemeneted dijkstras algorithm on a directed graph in Python. Used a dictionary to represent graph.

CSS HTML and JavaScript

Math is Fun (CSS, HTML)

A homepage for a math tutoring site using HTML and CSS. All transition and effects are done with CSS.
Math is Fun Website...

Math Game (CSS, JavaScript, HTML)

A simple math game that uses CSS, JavaScript and HTML to generate math questions and answers.
Math is Fun Game...

Knockout Samples (CSS, JavaScript, HTML)

These forms were developed using knockout.js. I was not permitted to post the source code. The images are publicly available on the Grants.gov website.
Knouckout JS Samples

Data Science

Web Scraping

Scraping for information about books in my library from Google books using beautiful soup. Reads in a CSV os ISBN and returns a dataframe of book information.
Google Books Web Scraper

Data Set

Data set of deer images contributed to kaggle can be used for simple image classification using SVM.
Deer images dataset

Pyplot

Simple Charts

Simple charts using matplotlib.pyplot

Simple Chart Using API

Simple chart using API to pull data from third party sources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published