Michael Ziegler (@Mikeziegler123)
  • Stars
    star
    27
  • Global Rank 528,090 (Top 19 %)
  • Followers 7
  • Following 12
  • Registered over 6 years ago
  • Most used languages
    Python
    26.7 %
    C++
    20.0 %
    Java
    6.7 %
    Makefile
    6.7 %
    HTML
    6.7 %
    Dockerfile
    6.7 %
    CSS
    6.7 %
    Visual Basic
    6.7 %
    JavaScript
    6.7 %
    C#
    6.7 %
  • Location 🇺🇸 United States
  • Country Total Rank 96,068
  • Country Ranking
    Visual Basic
    471
    Makefile
    2,550
    Dockerfile
    4,888

Top repositories

1

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. .
C#
3
star
2

spring-Ninja

Spring React app where you can register to Become a Ninja.
CSS
2
star
3

Java

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

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")
C++
2
star
5

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.
Visual Basic
2
star
6

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.
C++
2
star
7

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.
Makefile
2
star
8

ReimannSum

Purpose: A python script to perform double integral multivariable Riemann sum calculations
Python
1
star
9

Mikeziegler123.github.io

HTML
1
star
10

recipe-app-api

Recipe app ape source code.
Python
1
star
11

spring-aws-Secure-User-Login-Register

A simple secure spring boot, MySQL, server configured for AWS RDS to serve login and register feature of Reactjs client in s3.
1
star
12

Cpp-personal-work

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

ninja-repo

Java Spring Backend; ReactJS UI - MySQL Database
Dockerfile
1
star
14

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.
C++
1
star
15

AWSNotesApp

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

aws-react-pipeline-to-s3

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

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.
Python
1
star