Snake Game
Showed java skills through creating a game where a snake chases a randomly generated apple, allowing user to score by the each apple count
Organized and dependable candidate successful at managing multiple priorities with a positive attitude. Willingness to take on added responsibilities to meet team goals.
Showed java skills through creating a game where a snake chases a randomly generated apple, allowing user to score by the each apple count
Created a TicTacToe game where two players take their turns, showcasing JavaFX skills.
-This project consists of NIDS ( A network intrusion detection system )code written in Java through the knowledge of Data Structures and Algorithms that organizes network packets into a linked list in ascending order and without duplicates.
- The NIDS correctly separates packets that require urgent processing from packets that can wait a little longer. The NIDS is able to separate at least some of the packets that require urgent processing from the rest of the network traffic. The NIDS can at least operate on the three stacks, although it fails to separate packets that require urgent processing from packets that can wait a little longer. The NIDS fails to operate on the three stacks, therefore it also fails to separate packets that require urgent processing from packets that can wait a little longer.
- wrote a code that enables the NIDS to walk the binary search tree in these orders: In- order, pre- order, post-order.
- Wrote a code in this project that consists of implementing a hash table that could be used to operate on network
Created a program that converts weight units, showcasing JavaFX skills
Created a program that generates passwords for students on an academic setting
Created a program that can count words from a file
Created a program that returns numbers that are part of Fibonacci sequence