Ebillson Grand Jean (BillGJ)

BillGJ

Geek Repo

Location:United States of America

Home Page:www.ebillsongrandjean.com

Twitter:@EbillsonGJ

Github PK Tool:Github PK Tool

Ebillson Grand Jean's repositories

AndroidCodepathPrework-HelloWorld-2022

Submission of my prework for Codepath's Android Bootcamp

Language:KotlinStargazers:0Issues:0Issues:0

Builder

This is just a simple exercise demonstrating how to build a Builder.

Language:JavaStargazers:0Issues:0Issues:0

Calculator-CustomClassLoaders

This is a simple program that uses a custom ClassLoader to load the test classes from an external "tests" folder.

Language:JavaStargazers:0Issues:0Issues:0

Calculator-Lambdas

General-purpose calculator program that can be run from the command-line to perform math on two integer operands.

Language:JavaStargazers:0Issues:0Issues:0

Calculator-ReflectionAPI

This program is intended to be an in-house unit testing framework that uses the Reflection API

Language:JavaStargazers:0Issues:0Issues:0

Cart-AdditionalUnitTestTopics

This is an exercise about JUnit. Cart-AdditionalUnitTestTopics folder contains a maven project. This project contains a class extending a previous calculator (using decorator pattern) to include credits and specials discounts for different types of users. The goal is to use more JUnit annotations like @BeforeAll, @BeforeAll, @RepeatedTest(n), @ParameterizedTest, @MethodSource

Language:JavaStargazers:0Issues:0Issues:0

Cart-WritingUnitTests

This is a simple Maven Project called Cart-WritingUnitTests. There is a service named TotalsCalculator that calculates the fields of a CartTotals object from a list of CartItem objects. The goal is to test TotalsCalculator using JUnit.

Language:JavaStargazers:0Issues:0Issues:0

DefiningCustomAnnotations

This is a pretty simple exercise where a custom annotation is defined

Language:JavaStargazers:0Issues:0Issues:0

DynamicProxy

This program's goal is to create a prototype data access object, and a Dynamic Proxy is the perfect tool for the job.

Language:JavaStargazers:0Issues:0Issues:0

ExpirationManager-DependencyInjection

This is a small program that checks whether a list of files has expired, or reached its 30-day limit. It's based on Dependency Injection.

Language:JavaStargazers:0Issues:0Issues:0

GreatestCommonDivisor-JavaLinker

This project contains a maven project with a simple class that can calculate the greatest common denominators of a number. The goal is to use jlink to create a custom JRE that can run our jar.

Language:CStargazers:0Issues:0Issues:0

GreatestCommonDivisorCalculator-Plugins

This is a simple project that can calculate the greatest common divisor. This method is correctly commented in JavaDoc format, which allows the method description automatically generate documentation.

Language:HTMLStargazers:0Issues:0Issues:0

GreatestCommonDivisorCalculator-SpotBugs

For this exercise, we'll add the Spotbugs plugin to our reporting output to help us find errors in our program.

Language:HTMLStargazers:0Issues:0Issues:0

Hotel-Reservation-Application---Udacity

In this project, I designed and implemented a Java hotel reservation application. The hotel reservation application allows customers to find and book a hotel room based on room availability.

Language:JavaStargazers:0Issues:0Issues:0

Jackson

This is a simple Java Exercise where the goal is to serialize a class called `UdacisearchClient` to JSON and then deserialize it from JSON using the [Jackson](https://github.com/FasterXML/jackson) JSON Library.

Language:JavaStargazers:0Issues:0Issues:0

JavaObjectSerialization

This is a small program with learning purposes that saves a serialized object from a "bean" class to a file.

Language:JavaStargazers:0Issues:0Issues:0

Landing-Page---Udacity

This project aims to give real-world scenarios of manipulating the DOM. The functionality I used serves two purposes: for appending dynamically added data to the DOM, and to show how javascript can improve the usability of an otherwise static site.

Language:HTMLStargazers:0Issues:0Issues:0

MergeShards-AdapterPattern

This is a simple exercise where the Adapter Pattern is used to simplify that code and manage the opening and closing of all the shard files.

Language:JavaStargazers:0Issues:0Issues:0

MergeShards-Preventing-Resource-Leaks

This is a simple Java program that reads in the sorted shard files and combines them into a single large, sorted text file.

Language:JavaStargazers:0Issues:0Issues:0

Parallel-Web-Crawler---Udacity

Upgraded code to take advantage of multi-core architectures to increase a legacy crawler throughput

Language:JavaLicense:NOASSERTIONStargazers:0Issues:0Issues:0

ParallelClientProcessing-ParallelStreams

This program's goal is to do its computations in parallel, using a thread pool, parallel Streams, and Futures.

Language:JavaStargazers:0Issues:0Issues:0

ParallelTestRunner-Synchronization

This program is a test suite with individual unit tests running in parallel using multiple threads.

Language:JavaStargazers:0Issues:0Issues:0

Personal-Blog-Website---Udacity

In this project, I utilize my HTML and CSS skills to build out a personal blog website, including custom images, layout, and styling. Along with webpage design considerations, I appropriately structure my files, as well as use proper CSS and HTML formatting & style

Language:HTMLStargazers:0Issues:0Issues:0

Project-Tic-Tac-Toe

This is a basic Tic-Tac-Toe Game with graphical UI. Just for fun!

Language:JavaStargazers:0Issues:0Issues:0

ReservationSystem-ModulesType

This is a simple project to demonstrate how modules can be interconnected to each other.

Language:JavaStargazers:0Issues:0Issues:0

SummarizeClients-StreamApi

There is a simple Java program, `SummarizeClients`, that computes some basic summary information using all the information from the clients.

Language:JavaStargazers:0Issues:0Issues:0

Udasecurity---Udacity

Home security application that tracks the status of sensors, monitors camera input, and changes the alarm state of the system based on inputs. Users can arm the system for when they’re home or away as well as disarm the system.

Language:HTMLStargazers:0Issues:0Issues:0

UserValidatorExample-BuildingJavaApplications

This folder contains several Java files, the main goal is that you can generate the *.class and *.jar files.

Language:JavaStargazers:0Issues:0Issues:0

Weather-Journal-App---Udacity

In this project, I created an asynchronous web app that uses Web API and user data to dynamically update the UI for a Weather-Journal App

Language:JavaScriptStargazers:0Issues:0Issues:0

Yahtzee

This Java Program is just for fun. The goal is to get the number of times we need to roll six dices to have a Yahtzee!

Language:JavaStargazers:0Issues:0Issues:0