Pinned Repositories
AdventOfCode2019
All problems (c) AdventOfCode.com. I am just a humble servant.
Captcha-Generator
Captcha Generator in python
CatsOfTheWorld
CCSCMW2024
CCSC MW 2024 Presentation, code, and data
GroceryStoreSimulator
Simulate the operation of a chain of grocery stores including employees, transactions, stores, and products.
InsertionSort
Insertion Sort of integer arrays, in Java. With a test main.
NCISDriversLicenseScanner
NCIS Drivers License Scanner
PortScanner
Simple Port Scanner inJava
Robocrypt
Super strong python3 encryption program with file and folder support
WebScraping
Fun with Web Scraping in a Win Form
nicomp42's Repositories
nicomp42/IntroToGenerics
nicomp42/JokeManager
nicomp42/TheThreadClass
nicomp42/LINQ-Intro-with-version-5-ot-Dot-Net-Core
nicomp42/HappyFunTime
nicomp42/SortingWithAnInterface
Using an Interface and the Sort method in a List object
nicomp42/InsertionSortFun
nicomp42/CCSCMidwest2021Tutorial
Python Data Structures for Java Programmers
nicomp42/SimpleOperatorOverloading
nicomp42/nicholdw_Assignment04
Euclid GCD Algo Class Library Project and Unit Test Project
nicomp42/DemoSolution
nicomp42/NameParserWithAPI
Fun with parser.name and the API it supports
nicomp42/CS3003Summer2021FinalProject
nicomp42/ImageWork
Image Programming Practice in Python
nicomp42/AddCircleToImage
Add an enclosing circle around an image
nicomp42/NonThreadSafePythonExample
nicomp42/PythonMultithreadingWithLists
Producer/Consumer demo
nicomp42/C-Mutex-Multithreading-Example
John and Mary trying to make bank deposits. These two folks are having a tough time.
nicomp42/Multithreading-Deadlocks-And-Freezeouts
Java Demo of a deadlock and a freezeout (I made up that word)
nicomp42/MultiThreaded-ThreadSafeDataStructures
Demostrating thread-safe data structures vs non thread-safe structures
nicomp42/JohnAndMaryRaceCondition
nicomp42/FunctionalProgrammingInJava
nicomp42/JavaFunctionalInterface
nicomp42/ReflectionInvokingAMethod
Using Reflection to check for a method and then involing it
nicomp42/CS3003-Polymorphic-Methods-with-Interitance
nicomp42/ProgrammingToTheInterface
Example of using an Interface as a type
nicomp42/GitHubPractice
nicomp42/IT2045Spring2021FinalExam
nicomp42/SQLServerExercise
Demo JDBC and a Maven project
nicomp42/MultithreadedSensorInterface
Sensor runs as a thread, posts updates to the client through a callback method.