brungardtdb
A polyglot who loves learning new languages/technologies. I hold a Bachelor's of Science in Computer Science from WGU. I sling C# and TypeScript for a living.
DBM GlobalGreater Chicago Area, Illinois, United States of America
Pinned Repositories
advent_of_code
A repository that will house all of my code for the advent of code.
ArrayListFun
Just a program I used to practice with ArrayLists in Java
AssignmentThree
A console application that prompts the user to guess a number, the program continues to ask the user for a number until the user guesses correctly. The program will tell you to guess higher or lower and it also keeps track of the number of guesses.
ConcreteColumn
A Tekla plugin that models a concrete column. I'm trying to follow the Tekla API examples provided on the Tekla website, only with a plugin instead of a .exe
Craps
A C# console app that allows you to place a bet and play a few games of craps.
Gophercises
Exercises for budding gophers
JavaFXAppointmentScheduler
A Java desktop GUI app that lets users schedule appointments
PythonPackageDelivery
A python console application that delivers packages across SLC and reports on package status and total mileage
shroomin-usa-mushroom-classifier
A website for a made up company called "Shroomin' USA" that classifies mushrooms as either edible or poisonous and educates users on which mushroom characteristics are associated with each classification.
StudentRosterCPP
A C++ console application that takes a constant array of strings as input and uses the data to create a student roster for a (very small) college.
brungardtdb's Repositories
brungardtdb/ConcreteColumn
A Tekla plugin that models a concrete column. I'm trying to follow the Tekla API examples provided on the Tekla website, only with a plugin instead of a .exe
brungardtdb/Jupyter_DS_and_Algorithms_Practice
This is a collection of Jupyter Notebooks I'm using to practice various Data Structures and Algorithms.
brungardtdb/advent_of_code
A repository that will house all of my code for the advent of code.
brungardtdb/Gophercises
Exercises for budding gophers
brungardtdb/JavaFXAppointmentScheduler
A Java desktop GUI app that lets users schedule appointments
brungardtdb/PythonPackageDelivery
A python console application that delivers packages across SLC and reports on package status and total mileage
brungardtdb/shroomin-usa-mushroom-classifier
A website for a made up company called "Shroomin' USA" that classifies mushrooms as either edible or poisonous and educates users on which mushroom characteristics are associated with each classification.
brungardtdb/StudentRosterCPP
A C++ console application that takes a constant array of strings as input and uses the data to create a student roster for a (very small) college.
brungardtdb/AngleBracePlugin
A plugin to automate the modeling of angle bracing using the Tekla API
brungardtdb/BeamColumnPolybeam
A Windows Presentation Foundation application that allows the user to model some basic beams/columns/and polybeams in Tekla Structures
brungardtdb/Bolts_Welds_Assemblies
Source code from following along with some of Chris Keyack's youtube videos on the Tekal API, this one is on bolts, welds, and assemblies
brungardtdb/brungardtdb-DjangoBootcampFonts
Playing around with some fonts in HTML and CSS, as well as using the Git Bash command line to create repositories.
brungardtdb/Cuts_And_Fittings
Source code from following along with some of Chris Keyack's youtube videos on the Tekal API, this one is on cuts and fittings
brungardtdb/Django_Bootcamp_Startup_Landing
A landing page for a fake startup. A a capstone project to test HTML and CSS knowledge in the Django bootcamp I'm a part of.
brungardtdb/DotNetCoreCommanderAPI
A simple REST API that allows a user to store programming commands for later retrieval.
brungardtdb/fornjot
Early-stage b-rep CAD kernel, written in the Rust programming language.
brungardtdb/Go_BubbleSort
A golang program that sorts a slice (similar to an array) using the bubble sort algorithm.
brungardtdb/GoEuclideanAlgorithm
A program that uses the Euclidean algorithm to find the GFC between two numbers
brungardtdb/GoMergeSort
The MergeSort algorithm implemented in the GO programming language.
brungardtdb/JavaFXInventoryUI
A UI for an inventory control system written using JavaFX and FXML with CSS styling.
brungardtdb/NetCoreLeaveManagement
An application written in C# using .NET Core to handle leave requests for employees at a hypothetical company.
brungardtdb/NoteTakingApp_Nodejs
A command line application that adds and removes notes to a JSON file.
brungardtdb/PickPointsAndWorkPlane
An Tekla API application that allows a user to choose a work plane and select pick points in a Tekla model.
brungardtdb/Python-for-Algorithms--Data-Structures--and-Interviews
Files for Udemy Course on Algorithms and Data Structures
brungardtdb/TeklaAPIContourPlate
A Tekla API application that allows a user to draw in a contour plate by selecting points in the model.
brungardtdb/TF_Heaviside_Function
My first attempt at building a model in Tensorflow 2.0 that mimics the Heaviside Function.
brungardtdb/TFCelciusToFahrenheit
brungardtdb/TFClothingClassification
A Tensorflow neural net that recognizes items of clothing and classifies them.
brungardtdb/TicTacToePy
A python console application that allows two players to play a game of tic-tac-toe
brungardtdb/WeatherApp_NodeJS_
This is an application I used to figure out the functionality of some HTTP requests I needed to make for a web application I made using Javascript and Node JS