siddg97
Software Developer interested in Full Stack applications, Machine Learning, DevOps and the Cloud.
Vancouver, BC
Pinned Repositories
BugDB
A full stack app to organize and track bugs encountered while software development. Made using the MERN stack
C-Memory-management
Memory management interfaces to allocate and free up memory as requested. Three algorithms supported: FIRST_FIT, BEST_FIT and WORST_FIT. Implemented in C.
CasterBot
Discord Bot Project
Custom-C-Shell
Custom shell written in C for the bash terminal
Npuzzle
C++ implementation of IDA* algorithm for solving the 15 and 25 puzzle
portfolio
The fourth iteration of my personal website
siddg97
stormhacks2021
Project submission for stormhacks 2021
tictactoe
Unbeatable tictactoe command line game. Written in python3
Savour
A Decentralized food-sharing platform, built with MongoDB, ExpressJS, ReactJS, and Ethereum Smart Contracts
siddg97's Repositories
siddg97/Npuzzle
C++ implementation of IDA* algorithm for solving the 15 and 25 puzzle
siddg97/Custom-C-Shell
Custom shell written in C for the bash terminal
siddg97/C-Memory-management
Memory management interfaces to allocate and free up memory as requested. Three algorithms supported: FIRST_FIT, BEST_FIT and WORST_FIT. Implemented in C.
siddg97/aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
siddg97/colorP
pip3 package for formatting strings into colored strings using ANSI color codes
siddg97/RPN-Calculator
A RPN(Reverse Polish Notation) Calculator. Evaluates postfix expressions
siddg97/DonaldsTweet
A twitter bot which predicts donald trumps next potential tweet
siddg97/Producer-Consumer-Problem
This is a university assignment i have completed.
siddg97/SFUCryptoSite
The official website for the SFU Cryptocurrency Club
siddg97/A2Z-F16
ITP A2Z Course for Fall 2016
siddg97/A2Z-F18
ITP A2Z Course for Fall 2018
siddg97/Computer-Networks-Notes
Notes based on the book "Computer Networking, a top down approach"
siddg97/Hover
A collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS.
siddg97/personal-website
My personal website, built with ReactJS
siddg97/rwet-examples
Reading and Writing Electronic Text Example Code
siddg97/scc23.github.io
Personal web page
siddg97/simple-shell
UNIX shell program in C using system calls to interact with kernel.