Giter VIP home page Giter VIP logo

Michael Ziegler's Projects

3110_algorithms_datastructures icon 3110_algorithms_datastructures

Algorithms & Data Structures: Projects[1-8] 𝗣𝗿𝗼𝗷𝟭: A C++ program using a Dynamic Array to read in a list of numbers from file "nums.txt". 𝗣𝗿𝗼𝗷𝟮: A C++ program that Dynamically allocates gasoline pump('GasPump') class objects, maintaining a running total of the amount of fuel dispensed, and revenues collected. Driver Program simulates fuel demand for a number of vehicles. 𝗣𝗿𝗼𝗷𝟯: A C++ program exploring a practical experience with characteristics, and implementation details of inheritance and polymorphism. -Parent Class : 'ship' -Inherited Class 1: 'CargoShip' -Inherited Class 2: 'CruiseShip' 𝗣𝗿𝗼𝗷𝟰: A C++ program to simulate a simple card game between two players. A standard 52 card deck is implimented by the card class, and used to play out turns by the player class, and print the games turns/intermediate outcomes, and results. 𝗣𝗿𝗼𝗷𝟱: A C++ program that, given a starting point, finds its way out of a maze, using recursive calls, and backtracking. Not by looking ahead. 𝗣𝗿𝗼𝗷𝟲: A C++ program that reads input from a file "𝗶𝗻𝗽𝘂𝘁.𝘁𝘅𝘁", and builds a binary search tree from the input data. Each of the words of the data set are stored among the tree, and are able to be queried for both: (𝟭)number of occurances of a particular word, and (𝟮)words that mmeet or exceed a specifies threshold of occurances within the input file. 𝗣𝗿𝗼𝗷𝟳: A C++ program using a Priority_Queue Class implimented as a binary heap which recieves two parameters: 1) The type of the element stored in the heap. 2) A comparator class type. 𝗣𝗿𝗼𝗷𝟴: A C++ program that invokes the use of Dijkstra's Algorithm['DijkstraPaths()'], with the starting vertex read from the file.

autocount_vbscript icon autocount_vbscript

' File Name: AutoCount.vbs ' Author: Michael Ziegler ' Purpose: To Automate the bi-daily process of propagating the counts into ' the POS IntraWeb system - after policy mandated verification has been completed, signed, and filed, and all case count ' errors have been reconciled.

aws-react-pipeline-to-s3 icon aws-react-pipeline-to-s3

CI/CD (Continuous Integration / Continuous delivery/deployment) AWS Code Pipeline deploying React app to S3 Bucket.

awsnotesapp icon awsnotesapp

To efficiently take notes on all of the topics covered in the Udemy: AWS Associate Developer Certification Course.

azure-typescript-e2e-apps icon azure-typescript-e2e-apps

Monorepo - Apps written in TypeScript to be either 1) deployed to Azure hosting or 2) integrated with Azure services

binaryaddition-cpp icon binaryaddition-cpp

Adds two or more binary numbers appearing as command-line arguments. The resulting sum is sent to stdout. The arguments are assumed to be well-formed (valid) binary numbers; no error checking is performed on the arguments.

citationmachine icon citationmachine

scrape westlaw and castext for legal citation data and properly format Word docx files

cpp-personal-work icon cpp-personal-work

A variety of coding problem, project, and assignment solutions I have personally submitted.

gaussianelimination-cpp icon gaussianelimination-cpp

This program reads in a single value, (square) matrix dimension from the user, and then reads in the corresponding values using stdin. Matrix Dimensions may not exceed [10x10]. Using a modified Gaussian Elimination algorithm, this program calculates and displays the inverse matrix respectively.

java icon java

Java Projects: RecursiveBinarySearch, Basic Computer, Simple Encrypt/Decrypt, testScoresAverage, ArrayManipulation, JavaFXSkateShop

linked_list-cpp icon linked_list-cpp

Implementation of a Singly-Linked, ("SLC.cpp") and Doubly-Linked("DLL.cpp") lists with associated header files("SLC.h" and "DLL.h"), makefile to compile, and a Driver Program("DRIVER_SLC_DLL.cpp")

ninja-repo icon ninja-repo

Java Spring Backend; ReactJS UI - MySQL Database

opencv-ringsize icon opencv-ringsize

An OpenCV/Python desktop application that allows the user to place their hand in front of the camera(against black background), and calculate ring size to a practical degree of accuracy(nearest 1/2 size).

reimannsum icon reimannsum

Purpose: A python script to perform double integral multivariable Riemann sum calculations

smart-home-device-scrape-py icon smart-home-device-scrape-py

This program is written to scrape Amazon's website using each item's unique 'data-asin identifier' to recreate a shortened working url to each item which can be iterated through by simply swapping out the data-asin value at the end of each url. The program then extracts the data values from each item's page, then writes each value to a .csv file.

spring-ninja icon spring-ninja

Spring React app where you can register to Become a Ninja.

sqlconnect icon sqlconnect

This Program makes a connection to a Microsoft SQL Server Using C# by storing SQL Queries into a string, writing to the server hosted on 'localSystem' , and then writing the Query results to the Console before closing the connection stream. .

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.