Pinned Repositories
ai-blog-writer-openai
Create an AI blog writing toll with Open AI API
algorithms-golang
A variety of algorithms implemented using Golang
animal-guessing-game
The program implements a binary tree playing an interactive guessing game, where the computer asks about characteristics of animals and gets smarter each time that it is played. This game was developed in Java.
clang_examples
This is a POC of a simple source-to-source transformation using Clang Lib.
crudify
This is a library that provides the @Crudify annotation in order to facilitate the creation of CRUD endpoints based on model classes.
doctalk-pdf-langchain-rag
DocTalk: AI Chat for Documents! DocTalk is a Python application powered by LangChain and llama3 that lets you have a conversation with your documents!
GCCTranslationUnitParser
This is a parser that I created using ANTLR. This parses the translation unit file generated by GCC when using the -fdump-translation-unit flag.
logparser
A parser in Java that parses web server access log file, loads the log to MySQL and checks if a given IP makes more than a certain number of requests for the given duration
MandelbrotSet
This is a simple MandelbrotSet algorithm that I used to apply parallelism using OpenMP and MPI.
neuraltrees
cleversonledur's Repositories
cleversonledur/clang_examples
This is a POC of a simple source-to-source transformation using Clang Lib.
cleversonledur/crudify
This is a library that provides the @Crudify annotation in order to facilitate the creation of CRUD endpoints based on model classes.
cleversonledur/message-api
This is a simple message api that was constructed using Java Spring Boot. This project uses Spring Data to communicate with a MongoDB instance. Also, you must authenticate with OAuth method.
cleversonledur/ai-blog-writer-openai
Create an AI blog writing toll with Open AI API
cleversonledur/algorithms-golang
A variety of algorithms implemented using Golang
cleversonledur/doctalk-pdf-langchain-rag
DocTalk: AI Chat for Documents! DocTalk is a Python application powered by LangChain and llama3 that lets you have a conversation with your documents!
cleversonledur/loanproject-v2
Este é um projeto de um sistema de emprestimo pessoal onde você pode cadastrar clientes e simular um empréstimo de acordo com o tipo de risco baseado no perfil do cliente.
cleversonledur/logparser
A parser in Java that parses web server access log file, loads the log to MySQL and checks if a given IP makes more than a certain number of requests for the given duration
cleversonledur/sap-ui5-walkthrough
cleversonledur/AngularCourse
cleversonledur/awesome-learning
Awesome lists for learning different topics in software engineering and technology in general
cleversonledur/certificates
cleversonledur/ClassificationIntroductionMachineLearning
cleversonledur/cnpj-brasil
cleversonledur/coach-finder-backend
Backend project for coach-finder app
cleversonledur/GolangTraining
Training for Golang (go language)
cleversonledur/help-community-backend
cleversonledur/help-community-frontend
cleversonledur/Java-SOLID-Course
cleversonledur/JavaDesignPatterns1
cleversonledur/JavaDesignPatterns2
cleversonledur/jenkins-docker-compose
A simple docker-compose project for starting up a Jenkins instance.
cleversonledur/kafka-cluster-docker-compose
Docker compose for starting a simple Kafka cluster with three brokers.
cleversonledur/KubernetesCourse
cleversonledur/phonebook-app
A powerful and easy-to-use Phonebook App – the CRUD for contacts!
cleversonledur/SAAS-Starter-Kit-Pro
🚀A boilerplate for building Software-as-Service (SAAS) apps with Reactjs, and Nodejs
cleversonledur/selenium-python-example
Simple implementation of a automated test using Selenium and Python.
cleversonledur/spring-kafka-non-blocking-retries-and-dlt
A sample of non-blocking retries and dead letter topics (aka reliable reprocessing and dead letter queues) with Apache Kafka using Spring Boot and Spring Kafka.
cleversonledur/SpringBootCourse
cleversonledur/WhatsAppBotSender
Bot to send bulk WhatsApp messages based on a phone number list.