• Stars
    star
    2
  • Language
    CSS
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

More 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

Java

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

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
4

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
5

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
6

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
7

ReimannSum

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

Mikeziegler123.github.io

HTML
1
star
9

recipe-app-api

Recipe app ape source code.
Python
1
star
10

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
11

Cpp-personal-work

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

ninja-repo

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

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
14

AWSNotesApp

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

aws-react-pipeline-to-s3

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

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