Skip to content
View ValerioEmanuele's full-sized avatar
💻
Thinking
💻
Thinking
Block or Report

Block or report ValerioEmanuele

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. drag-and-drop-placeholders-into-PDF drag-and-drop-placeholders-into-PDF Public

    In this example I'll show you how to drag and drop placeholders into PDF documents and convert the HTML placeholders coordinates in PDF coordinates (itext PDF).

    HTML 33 16

  2. HexArch HexArch Public

    Simple example of the Hexagonal Architecture with Java 8

    Java 1 3

  3. DozerHashmapConversionExample DozerHashmapConversionExample Public

    This example is to answer a question posted on StackOverflow https://stackoverflow.com/questions/57048557/how-to-map-hashmap-with-array-list-of-objects-list-is-the-value-in-the-hash-map

    Java

  4. PatternRecognition PatternRecognition Public

    Given a set of P feature points in the bidimensional plane, determine every line that contains at least N or more COLLINEAR points.

    Java