In this repository I'm gonna put and comment my own code projects for the asignatures i'm coursing.
- JavaMortalThread: The purpose of this project is to collapse the machine's resources (RAM, processor, disk) by using threads Coded in Java 8, IDE: Netbeans.
- PrimeNumber: Calculate prime numbers sequence that are less or equal to 'n' digits and throw a challenge to the other machine that are connected, then trough console show the winner and restart the game Coded in Java 8, IDE: Netbeans.
- TestRMI: Shows a simple output trough console using RMI Coded in Java 8, IDE: Eclipse Mars 2.
- imageFilters: Using RMI, implements a basic interface for DIP (Digital Image Processing) adding some color filters to the source image, and save local copies Coded in Java 8, IDE: Eclipse Mars 2.
- AngularGUI: Implements a basic interface for an information system of a real state agency Coded in JavaScript using Angular CLI 1.0.3, IDE: Netbeans 8.1.
- ConceptRest: Implements a basic Restful Service in Wildfly server printing a sample string Coded in Java 8, IDE: Eclipse Neon 3.