GitHub topics: jdk18
briancorbinxyz/overengineering-tictactoe
Tic-Tac-Toe in Java deliberately over-engineered to apply features of Java introduced over time
Language: Java - Size: 948 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 10 - Forks: 1

jetkai/proxy-builder-2
Successor to https://github.com/jetkai/ProxyBuilder - Uses Spring & Netty for testing proxies, interacting with a local MariaDB.
Language: Kotlin - Size: 208 KB - Last synced at: 11 days ago - Pushed at: about 2 years ago - Stars: 18 - Forks: 3

IGJoshua/coffi
A Foreign Function Interface in Clojure for JDK 22+.
Language: Clojure - Size: 595 KB - Last synced at: 12 days ago - Pushed at: about 2 months ago - Stars: 320 - Forks: 9

ANSHIKA010/Hotel-Reservation-System
The Hotel Reservation System is a console-based application developed in Java that allows users to manage room bookings efficiently. With functionality to reserve, view, update, and delete reservations, it streamlines the hotel management process.
Language: Java - Size: 3.68 MB - Last synced at: 19 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

jetkai/proxy-server-endpoint
Basic Spring Web/Netty4 example, used as an endpoint for testing proxies
Language: Java - Size: 68.4 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

Mohammedvaraliya/Java-Programming
The best way to learn Java programming is by practicing examples. This repository contains examples on basic concepts of Java. You are advised to take the references from these examples and try them on your own. All the programs on this repository are tested and should work on all platforms.
Language: Java - Size: 109 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

manoelcampos/jdk-new-features
JDK new features examples: perpetual WIP 😂
Language: Java - Size: 86.9 KB - Last synced at: 16 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 1

madoverflow/LifeStyleBot
A telegram bot for your daily routine
Language: Java - Size: 50.4 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

SvenWoltmann/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/
Language: Java - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

AMadharha/Dash
A JavaFX game where you must dodge obstacles and collect coins.
Language: Java - Size: 202 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

daggerok/upload-download-files-as-mysql-blobs-with-spring
Upload and download files as mysql blobs with Spring MVC. Status: IN PROGRESS
Language: Kotlin - Size: 119 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

Akbaroke/guiTokoSembako-Jframe
Aplikasi Toko Sembako Dengan Jframe Netbeans14
Language: Java - Size: 4.72 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

fruitella44/project-maven Fork of vasylmalik/project-maven
project-maven-template
Language: Java - Size: 56.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

bhuwanupadhyay/jdk-new-features
JDK New Features
Language: Java - Size: 125 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Titovilal/GII_IS2_2022-2023
Proyecto en grupo para la asignatura Ingeniería del Software II GII UV ETSE 2022-2023
Language: Java - Size: 1.57 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

javamultiplex/learn-spring-reactive
Build Reactive App in Spring Boot
Language: Java - Size: 91.8 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Andrews-abnormalYT/minecraftjava-mods
My Minecraft Java mods! I made these on MCreator 2022.1!
Size: 6.27 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

xLucaspx/conversor-java
Conversor de moedas e temperatura desenvolvido com Java (JDK 18)
Language: Java - Size: 225 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

emilydaykin/WhackAMole
🦨 An interactive 10x10 grid game written in Java
Language: Java - Size: 588 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mevlutcelik/javaBootcamp
Java programlama dili ile hazırlamış olduğum örnek projeler
Language: Java - Size: 321 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

clebsonsh/alura-imersao-java-live
Código da live Imersão Java da Alura
Language: Java - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

benjamin-milhet/Client_Projet_Java
Ce projet a pour but de réaliser un jeu de combat en 1 vs 1 en Java à l'aide de l'outil javaFX.
Language: Java - Size: 979 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

birg81/jee.1stfakecrudtest
Questo è un esempio di applicazione REST. Adoperando Tomcat e JDBC, il codice si connette al db ed effettua delle operazioni sulla scorta degli specifici metodi lanciati. Adoperando postman sarà possibile invocare dall'url <URL PROGETTO>/api/response.json una delle 4 operazioni CRUD scelta. Su quel url risponderà una servlet che adoperando un approccio DAO invocherà una classe che attraverso il bean effettuerà le operazioni. Il Codice funziona, per qualsiasi dubbio contattatemi
Language: Java - Size: 5.86 KB - Last synced at: 25 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

codERSunny812/java
java programs
Language: Java - Size: 30.3 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

deepcloudlabs/dcl210-2022-apr-18
DCL-210: Advanced Java Programming
Language: Java - Size: 1.59 MB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1
