Pinned Repositories
Appointment_Calendar
Appointment Calendar is a JavaFX-based desktop application for managing appointments. Users can add, remove, and view appointments through an intuitive graphical user interface.
Array_Factory
A small JAVA program with array manipulation examples.
Character_Counter
Country_Populations
C++ program for reading text file table data.
Export_AD_to_CSV
This script exports Active Directory (AD) user information to a CSV file. The CSV file is named with the current date and saved to a specified location.
Identity_Tool
The **Identity Tool** is a simple web application that allows users to input their ID number and retrieve specific details, including their first name, last name, address, and a picture.
Marks_Computer_Builds_Remote
A JavaFX application for managing computer build configurations with remote PostgreSQL database integration. Users can add, edit, and remove builds, with all data securely stored in a remote database.
PDF_to_XLSX
Reads all PDF documents in a directory and creates a two column spreadsheet to record filename and fillable PDF field. **Requires PyPDF and pandas library**
PixelPuppet
PixelPuppet is a pixel art drawing tool that supports layers, multiple brush types, and canvas resizing. It allows users to import, export, and create pixel art with customizable tools in a user-friendly interface.
Spell_Check
C++ console spell check program with Unix dictionary.
Mark-Langston's Repositories
Mark-Langston/PDF_to_XLSX
Reads all PDF documents in a directory and creates a two column spreadsheet to record filename and fillable PDF field. **Requires PyPDF and pandas library**
Mark-Langston/Spell_Check
C++ console spell check program with Unix dictionary.
Mark-Langston/Array_Factory
A small JAVA program with array manipulation examples.
Mark-Langston/Character_Counter
Mark-Langston/Country_Populations
C++ program for reading text file table data.
Mark-Langston/Data_Analyzer
Mark-Langston/Difference-Arrays-ArrayLists
JAVA program that explains and shows the difference between arrays and ArrayLists.
Mark-Langston/Fuel_Efficiency
A JAVA program that calculates fuel efficiency based on user input.
Mark-Langston/GPA_Converter
A JAVA program that converts a letter grade to GPA.
Mark-Langston/Mode_of_Vector
Finds the mode of a vector as well as how many times each element occurs.
Mark-Langston/Monoalphabet_Cipher
Simple C++ message encryption/decryption program.
Mark-Langston/Pointer_Based_Functions
Mark-Langston/Read_Write_TXT
Mark-Langston/Word_Counter
A simple JAVA program that counts the words scanned in by user input.
Mark-Langston/Cylinder_Volume_Surface_Area
C++ program that calculates the volume and surface area of a cylinder.
Mark-Langston/Microwave_Controls
C++ microwave controls simulator.
Mark-Langston/Normal_Distribution
A simple python program that demonstrates normal distributions from Applied Probability and Statistics.
Mark-Langston/thor-os
Simple operating system in C++, written from scratch