Giter Site home page Giter Site logo

Mark Ploski's Projects

avl-tree-self-balancer icon avl-tree-self-balancer

This project features an AVL Tree implementation, a self-balancing binary search tree, ensuring O(log n) complexity for insertions, deletions, and searches. It includes handling of duplicates, balancing factor calculations, and rotation operations for maintaining tree balance. Written in March 2023.

binary-file-i-0 icon binary-file-i-0

Load a series of files containing data in binary and then searching the loaded data for specific criteria

blackjack-game icon blackjack-game

Simulates a simplified version of the game Blackjack. It implements random card drawing, calculation, state tracking, and console input systems. The project is designed to be a playful yet practical opportunity to practice data types, console I/O, control structures, and libraries

c-class-essentials icon c-class-essentials

The purpose of this is to provide some experience writing classes in C++, the various special functions they make use of (such as copy constructors, assignment operators, and destructors), as well as an introduction to dynamically allocating memory within those classes.

connect-four---text-based icon connect-four---text-based

Project: "Connect-Four: Mastering 2-D Arrays and Array Manipulation" Features: Recreation of childhood game, in-depth array manipulation, robust error handling, array looping, prevention of ArrayIndexOutOfBounds Exception.

cplusplus-linkedlist-toolkit icon cplusplus-linkedlist-toolkit

This C++ project implements a detailed linked list structure, featuring methods for node insertion, deletion, and traversal both iteratively and recursively. The project serves as a practical example of fundamental data structures in computer science, highlighting my ability to implement classic algorithms and manage dynamic memory.

csv-file-i-o icon csv-file-i-o

load a series of files containing data and search the loaded data for specific criteria for LEGO sets.

currency-converter-tool icon currency-converter-tool

A Python script that uses the exchangerates API to obtain real-time currency exchange rates from the European Central Bank. For functionality, replace the api_key variable in the script with your own API key from exchangeratesapi.io.

frosdot icon frosdot

A frustrating aspect of getting started with trading on the internet is making sure you have the legals right. We’re working with lawyers around the world to create legal document templates that are easy and free to use. We want to leverage the same dynamics that make free and open source software so powerful to the same thing for legal documents.

gatorraider-project icon gatorraider-project

Inheritance and Polymorphism Practice with Game Development Features: Ms. Pac-Man inspired game, defender and attacker characters, controller building, levels, inheritance and polymorphism exercises. This is a controller for the attacking character.

github-lambda-integration icon github-lambda-integration

This project demonstrates an event-driven architecture using AWS Lambda to handle GitHub webhook events. It processes issues created on GitHub, posting notifications to a Slack channel via a secure webhook integration. Designed to explore asynchronous communication and best practices in cloud event handling.

google-pagerank icon google-pagerank

Created a simplified version of Google's PageRank algorithm using C++ and an adjacency list. Written in April 2023.

hip-recovery-app icon hip-recovery-app

A group project by David-J-Rogers, Markusraym, i-mohammed2, and ethantrosper. HipRecoveryApp is an Android app for post-operative hip surgery care. It features a daily recovery regimen with exercises and milestones to guide users through each recovery phase effectively.

image-processing icon image-processing

A program that utilizes .TGA file format and does multiple different operations and outputs new images

inheritance-and-polymorphism icon inheritance-and-polymorphism

Creates a series of classes to represent simple 2D and 3D shapes. While the classes themselves are all simple, they are using inheritance & the concept of polymorphism to store and use a group of these separate classes. Classes which make use of multiple inheritance, as well as private inheritance.

minesweeper-sfml icon minesweeper-sfml

An enhanced Minesweeper game built with C++ and SFML. Features debug mode for custom mine layouts and visibility toggling, catering to both traditional gameplay and development testing.

nodejs-telemetry-demo icon nodejs-telemetry-demo

A Node.js project integrating OpenTelemetry for monitoring and tracing with MongoDB, visualized through Jaeger. Demonstrates backend observability and data analysis.

numeric-conversion-utility-hexadecimal-and-binary-decoder-converter icon numeric-conversion-utility-hexadecimal-and-binary-decoder-converter

This Java program is a numeric conversion tool that allows users to decode hexadecimal and binary strings into decimal values, and convert binary strings to hexadecimal. It uses methods to decode hex and binary digits, and a loop-based menu for user input. It also handles cases with or without prefix "0x" or "0b".

pakudex icon pakudex

This project provides practice building and working with object-oriented programming constructs including classes and objects by building classes to represent creatures and a cataloguing system.

pcsx2 icon pcsx2

PCSX2 - The Playstation 2 Emulator

processing---random-walk icon processing---random-walk

This program utilizes an open-source programming language, Processing. This program simulates a random "walk" with customizable step size, maximum steps, step rate, and seeds.

processing-3d-rendering icon processing-3d-rendering

This Processing program creates, loads and renders some basic 3D models. In addition, it also creates a simple orbit camera to help navigate a 3D scene

processing-procedural-terrain icon processing-procedural-terrain

Creates a grid of vertex and triangle data to create a 3D terrain algorithmically. Includes the UI, camera, and the terrain itself.

rle-with-images icon rle-with-images

Project: Image Data Encoding & Decoding with Run-Length Encoding (RLE) Features: RLE-based encoding/decoding of image data, raw data processing, data-string conversion, information display.

smartstockpredictor icon smartstockpredictor

A joint project with me, Markusryam and a partner, LeakyMon. A stock prediction tool that analyzes real-world financial data to recommend investment options based on user-selected risk levels and capital investment. Built to help make informed decisions in stock markets.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.