• Stars
    star
    1
  • Language
    Groovy
  • Created about 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code for HappyCoders.eu Jenkins tutorial explaining the installation and major features of Jenkins.

More Repositories

1

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.
Java
224
star
2

binary-tree

Source Code for HappyCoders.eu article series on tree data structures (binary tree, binary search tree, AVL tree, red-black tree).
Java
26
star
3

pathfinding

Source code for the HappyCoders.eu articles on pathfinding and shortest path algorithms (Dijkstra, A*, Bellman-Ford, Floyd-Warshall).
Java
24
star
4

hexagonal-architecture-java

This repository contains a sample Java REST application implemented according to hexagonal architecture.
Java
20
star
5

sorting-algorithms-ultimate-guide

Sorting algorithm source codes + ultimate test to compare the performance of all algorithms. For my HappyCoders.eu article.
Java
12
star
6

o-notation-and-time-complexity

Code examples demonstrating the complexity classes O(1), O(log n), O(n), O(n log n), O(n²).
Java
11
star
7

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.
Java
8
star
8

advent-of-code-2022

Advent of Code 2022 – Object-Oriented Solutions in Java: https://www.happycoders.eu/algorithms/advent-of-code-2022/
Java
7
star
9

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
3
star
10

virtual-threads

Demo code showing how to use Java's virtual threads.
Java
3
star
11

java-collections-guide

Java Queue, Deque, Stack and other collections - Ultimate Guide on HappyCoders.eu.
Java
3
star
12

advent-of-code-2015

Advent of Code 2015 – Object-Oriented Solutions in Java: https://www.happycoders.eu/algorithms/advent-of-code-2015/
Java
2
star
13

bytebuffer-demo

This demo shows how a ByteBuffer and its flip() and compact() methods work.
Java
2
star
14

binary-search

Binary search implementation in Java (recursive and iterative). Comparison with linear search. Runtime test of binary and linear search.
Java
2
star
15

application-cds-demo

A minimal application for demostrating application class-data sharing (AppCDS).
Java
2
star
16

coding-tasks-cd27a20

1
star
17

string-substring-demo

A demonstration of the String.substring() method and its evolution from Java 1.2 to today.
Java
1
star
18

sorting-in-java

Demo code for HappyCoders.eu tutorial about sorting primitives and objects with Java.
Java
1
star
19

int-to-string-benchmarks

JMH benchmark tests to find out what is the fastest way to convert an int into a String in Java.
Java
1
star
20

biased-locking

A JMH benchmark demostrating the effects of disabled biased locking in Java 15.
Java
1
star
21

files-structured-data

Source code for my HappyCoders.eu article about writing structured data with DataOutputStream, DataInputStream, ObjectOutputStream and ObjectInputStream.
Java
1
star
22

sparse-checkout-demo

Source code for the HappyCoders.eu article about Git Monorepos.
Java
1
star
23

deep-reflection

How can Java Reflection be used to change the values of Integers and Strings at runtime?
Java
1
star
24

ultimate-guide-queue-deque-stack

Java Queue, Deque, Stack - Ultimate Guide on HappyCoders.eu
Java
1
star
25

string-to-int-benchmarks

JMH benchmark tests to measure the speed of various methods to convert Strings to int / Integer in Java.
Java
1
star
26

project-a

Source code for the HappyCoders.eu article about Git Monorepos.
Java
1
star
27

java-kata

Maven project for Java Katas containing only a class, a test class, and dependencies to JUnit, AssertJ, and Mockito
Java
1
star
28

comparator-comparable-compareto

Source code for my HappyCoders.eu article about comparing objects in Java using Comparable, Comparator, compareTo().
Java
1
star
29

java-random-demo

Java random number generation demos. Article on HappyCoders.eu.
Java
1
star
30

project-b

Source code for the HappyCoders.eu article about Git Monorepos.
Java
1
star
31

java-structured-concurrency-demo

Demo code for the HappyCoders.eu article "Structured Concurrency with Java".
Java
1
star
32

pattern-matching-for-switch

Pattern Matching for Switch Examples
Java
1
star
33

happycoders-tutorial-server-setup

Source code for HappyCoders.eu Ansible tutorial.
HTML
1
star