There are no reviews yet. Be the first to send feedback to the community and the maintainers!
color-thief-java
Grabs the dominant color or a representative color palette from an image. A very fast Java port of Lokesh Dhakar's JavaScript version.hexagonal-architecture-java
This repository contains a sample Java REST application implemented according to hexagonal architecture.binary-tree
Source Code for HappyCoders.eu article series on tree data structures (binary tree, binary search tree, AVL tree, red-black tree).pathfinding
Source code for the HappyCoders.eu articles on pathfinding and shortest path algorithms (Dijkstra, A*, Bellman-Ford, Floyd-Warshall).sorting-algorithms-ultimate-guide
Sorting algorithm source codes + ultimate test to compare the performance of all algorithms. For my HappyCoders.eu article.structured-concurrency
Demo code showing how to use Java's StructuredTaskScopeadvent-of-code-2022
Advent of Code 2022 – Object-Oriented Solutions in Java: https://www.happycoders.eu/algorithms/advent-of-code-2022/filechannel-bytebuffer-memory-mapped-io-locks
Demos for writing and reading files with FileChannel and ByteArray. Tests for write speed with RandomAccessFile, FileChannel, heap buffer, native buffer, memory-mapped buffer, and FileOutputStream.virtual-threads
Demo code showing how to use Java's virtual threads.internet-address-resolution-spi-jep-418-demo
A rudimentary demonstration on how to use the Internet-Address Resolution SPI defined in JEP 418 introduced in Java 18. Article: https://www.happycoders.eu/java/java-18-features/java-collections-guide
Java Queue, Deque, Stack and other collections - Ultimate Guide on HappyCoders.eu.binary-search
Binary search implementation in Java (recursive and iterative). Comparison with linear search. Runtime test of binary and linear search.virtual-threads-spring
Spring demo application to compare controllers using CompletableFuture vs. virtual threads.bytebuffer-demo
This demo shows how a ByteBuffer and its flip() and compact() methods work.advent-of-code-2015
Advent of Code 2015 – Object-Oriented Solutions in Java: https://www.happycoders.eu/algorithms/advent-of-code-2015/application-cds-demo
A minimal application for demostrating application class-data sharing (AppCDS).ffm-api-demo
Demonstration of Java's Foreign Function & Memory APIproject-a
Source code for the HappyCoders.eu article about Git Monorepos.files-structured-data
Source code for my HappyCoders.eu article about writing structured data with DataOutputStream, DataInputStream, ObjectOutputStream and ObjectInputStream.scoped-values
Demo code showing how to use Java's scoped valuesint-to-string-benchmarks
JMH benchmark tests to find out what is the fastest way to convert an int into a String in Java.coding-tasks-cd27a20
pattern-matching-for-switch
Pattern Matching for Switch Examplesultimate-guide-queue-deque-stack
Java Queue, Deque, Stack - Ultimate Guide on HappyCoders.eujava-kata
Maven project for Java Katas containing only a class, a test class, and dependencies to JUnit, AssertJ, and Mockitosorting-in-java
Demo code for HappyCoders.eu tutorial about sorting primitives and objects with Java.project-b
Source code for the HappyCoders.eu article about Git Monorepos.biased-locking
A JMH benchmark demostrating the effects of disabled biased locking in Java 15.jenkins-tutorial-demo
Code for HappyCoders.eu Jenkins tutorial explaining the installation and major features of Jenkins.happycoders-tutorial-server-setup
Source code for HappyCoders.eu Ansible tutorial.java-structured-concurrency-demo
Demo code for the HappyCoders.eu article "Structured Concurrency with Java".string-to-int-benchmarks
JMH benchmark tests to measure the speed of various methods to convert Strings to int / Integer in Java.string-substring-demo
A demonstration of the String.substring() method and its evolution from Java 1.2 to today.sparse-checkout-demo
Source code for the HappyCoders.eu article about Git Monorepos.java-random-demo
Java random number generation demos. Article on HappyCoders.eu.comparator-comparable-compareto
Source code for my HappyCoders.eu article about comparing objects in Java using Comparable, Comparator, compareTo().mastering-data-structures-in-java
Quellcode zum Online-Kurs „Mastering Data Structures in Java“deep-reflection
How can Java Reflection be used to change the values of Integers and Strings at runtime?Love Open Source and this site? Check out how you can help us