Skip to content
View edelgadoh's full-sized avatar

Block or report edelgadoh

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

Pinned Loading

  1. algorithm_challenges algorithm_challenges Public

    Some useful algorithms that I usually review before any Software Engineer interview. The implementation is on Java. I added other common computer science problems with a good solution looking for o…

    Java 1

  2. morphLineDetection morphLineDetection Public

    O objetivo é a detecção de ovos de Schistosoma mansoni em imagens com fundo complexo. A ferramenta realiza a detecção de linhas correspondente ao contorno dos ovos e logo realiza a detecção de elip…

    C 4

  3. springboot-gradle-cucumber springboot-gradle-cucumber Public

    The goal of this project is to serve as a guide to configure an initial project using Spring Boot 2.3.0, Gradle 6 and Cucumber 5.7.0, all working successfully and finally generating Jacoco Reports.…

    Java

  4. springboot-spock springboot-spock Public

    Sample project to help configuring spring-boot with the amazing Spock framework that makes so easy and intuitive how to write tests. In this project I used Java 16 and I wrote all code in Groovy.

    Groovy

  5. commons-lang-LANG-1528 commons-lang-LANG-1528 Public

    Forked from apache/commons-lang

    Mirror of Apache Commons Lang

    Java

  6. spring-cloud-stream-rabbit spring-cloud-stream-rabbit Public

    Sample project with three event-driven microservices using Spring Cloud Stream & RabbitMQ binder (by using Spring Cloud Stream, it can be changed to Kafka without any effort).

    Java