Skip to content
View alexandreclem's full-sized avatar
💭
Learning
💭
Learning
Block or Report

Block or report alexandreclem

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
alexandreclem/README.md

💬 Alexandre Clem

Pinned

  1. SupervisedLearning-with-Python SupervisedLearning-with-Python Public

    Implementation in Python of data analysis and machine learning programs utilizing a supervised learning approach over different datasets. The focus was on Perceptron, Multi-Layer Perceptron, and Na…

    Python

  2. CyberTools-with-Python CyberTools-with-Python Public

    Implementation of some cybersecurity tools using the Python library Scapy.

    Python

  3. Maze Maze Public

    3D maze game using modern OpenGL. The game has an interactive scenario, with navigation in first person, following the format of a standard game.

    C++

  4. loadBalancer loadBalancer Public

    Implementation of a Client-Balancer-Server architecture in Java. The communication was made with the aid of sockets programming, multithreading and concurrent techniques.

    Java

  5. Proxy Proxy Public

    The purpose of this project is to present an implementation for unix-based systems of a proxy server that serves a set of clients (concurrently) on the same machine through parallel programming tec…

    C

  6. MVCapplication MVCapplication Public

    This work presents an implementation of the MVC (model-view-controller) software architecture, using a car repair agency as the application's domain.

    Java