Java
Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.
- GitHub: https://github.com/topics/java
- Wikipedia: https://en.wikipedia.org/wiki/Java_(software_platform)
- Created by: James Gosling
- Released: May 23, 1995
- Aliases: java-8, java8, java11, java-11, jvm, jdk, openjdk, javase, java-se,
- Last updated: 2026-07-06 00:16:10 UTC
- JSON Representation
https://github.com/180protocol/180protocol
Confidential compute for sensitive data sharing and commercial collaboration
blockchain confidential-computing data data-analysis data-science decentralized-storage distributed dlt enclave filecoin intel-sgx ipfs java kotlin privacy-enhancing-technologies rewards-engine
Last synced: 14 Apr 2025
https://github.com/panga/rinhabackend-vertx
Rinha de Backend 2023 Q3 - Java + Vert.x
java rinha-de-backend rinha-de-backend-2023-q3 vertx
Last synced: 08 Mar 2026
https://github.com/bertilmuth/moonwlker
Jackson JSON without annotation.
deserialization jackson jackson-json java json serialization
Last synced: 27 Aug 2025
https://github.com/nitison/gravillaso
Mod on Mindustry V7 | GRavillaso by NickName73
gravillaso java mindustry mindustry-mod mindustry-mod-browser-test mindustry-mod-v7 mod nickname73 nitis turrets
Last synced: 23 Sep 2025
https://github.com/yj8023xx/xiwenlejian
一个基于深度学习的书籍推荐系统,可以根据用户的行为进行个性化的推荐
deep-learning java python recommender-system spark springcloud vue
Last synced: 23 Aug 2025
https://github.com/aboullaite/springbot
Messenger Bot that, based on typed text, query spring documentation and return 3 first results
bot java jsoup messenger spring spring-boot
Last synced: 04 Apr 2025
https://github.com/mynttt/gnuman
Satirical Pacman Clone with Map Editor using JavaFX
game-development java java-game javafx javafx-application javafx-games javafx-project map-editor pacman satire
Last synced: 09 Mar 2026
https://github.com/leogejior0/crackingthecodinginterview-ws
Repository to hold code written to help study for coding interviews using the textbook "Cracking the Coding Interview." Includes data structure implementations and solutions to problems in the textbook.
java jdk jdk11 jdk17 jdk21 jdk23 jdk8 jvm
Last synced: 27 Jul 2025
https://github.com/nipafx/java-after-eight
Start with Java 11, be amazed by Java 12-17 and beyond
Last synced: 05 May 2025
https://github.com/bric3/drain-java
This a pet project to explore log pattern extraction using DRAIN
drain java log tail template-mining
Last synced: 11 Apr 2025
https://github.com/ibm/kar
KAR: A Runtime for the Hybrid Cloud
cloud cloud-native distributed-computing fault-tolerance hybrid-cloud java javascript kubernetes
Last synced: 16 Mar 2025
https://github.com/sing1ee/textrank-java
a simple implementation of textrank algorithm for nlp keywords extraction
java nlp-keywords-extraction textrank-algorithm textrank-java
Last synced: 10 Apr 2025
https://github.com/zainmustafaaa/healthcare-scan-nearby-hospital-locations
I developed this android application to help beginner developers to know how to use Google Maps API and how to convert JSON data into Java Object.
android-application android-studio google google-maps google-maps-api googlemaps-api health healthcare java maps medical nearby nearby-hospitals nearby-locations nearby-search permission-android
Last synced: 01 May 2025
https://github.com/taymindis/atomic_threadpool
it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability
asynchronous atomic-design c cross-platform java jni lockfree multithreading threadpool
Last synced: 10 Apr 2025
https://github.com/abhyudayasharma/tic-tac-toe
A Tic-Tac-Toe Game with an unbeatable AI
ai artificial-intelligence artificial-intelligence-algorithms game java magic-square swing swing-gui tic-tac-toe tictactoe-java-game
Last synced: 26 Mar 2025
https://github.com/tbdawg/VerticalMarqueeTextView
This is an Android class for creating a TextView that will Marquee or Auto Scroll Vertically.
android autoscrolling java textview vertical-autoscroll vertical-autoscrolling-textview vertical-marquee vertical-marquee-textview
Last synced: 12 Jul 2025
https://github.com/vbauer/avconv4java
Java interface to avconv tool
avconv ffmpeg java libav video video-processing
Last synced: 13 Oct 2025
https://github.com/neuw84/rake-java
A Java implementation of the Rapid Automatic Keyword Extraction Framework ( RAKE )
freeling illinois-pos-tagger java keyword-extraction nlp pos-tagger
Last synced: 02 Apr 2025
https://github.com/apiaddicts/apigen.springboot
Apigen allow generate springboot archetipe using openapi file as mapping tool between the openapi definition and the database.
java microservices openapi3 openapi31 springboot
Last synced: 04 Feb 2026
https://github.com/lanternpowered/lmbda
A lambda factory.
fast-reflection field field-lambda field-lambda-factory java java-11 java-17 java-21 java-8 java-8-lambda java-9 kotlin lambda lambda-factory reflection
Last synced: 10 Apr 2025
https://github.com/uhafner/codingstyle
Java coding style and template project used at Munich university of applied sciences
coding-standards coding-style java java-style
Last synced: 07 Feb 2026
https://github.com/splitio/java-client
Java SDK client for Split Software
ab-testing controlled-rollout feature-flags feature-toggles java sdk splitio splitsoftware
Last synced: 14 Oct 2025
https://github.com/fabiosilva11/sketchware-ia
Community-maintained continuation of Sketchware for Android, with active development, editor improvements, and downloadable APK releases.
android android-ide app-builder java kotlin low-code mobile-development sketchware source-available visual-programming
Last synced: 04 Jul 2026
https://github.com/aress31/google-authenticator
Burp Suite plugin that dynamically generates Google 2FA codes for use in session handling rules (approved by PortSwigger for inclusion in their official BApp Store).
burp-plugin burpsuite google java two-factor-authentication
Last synced: 22 Mar 2025
https://github.com/micrusa/amaztimer
Interval/Workout timer app with heart rate, kcal monitoring, tcx exports, reps detection and previous workouts viewer for Amazfit devices running android [Discontinued]
amazfit amazfit-devices android huami interval-timer java reps-detection tcx-exports widget workout-tracking
Last synced: 28 Mar 2025
https://github.com/ivangfr/spring-cloud-stream-event-sourcing-testcontainers
Goal: create a Spring Boot application that handles users using Event Sourcing. So, whenever a user is created, updated, or deleted, an event informing this change is sent to Kafka. Also, we will implement another application that listens to those events and saves them in Cassandra. Finally, we will use Testcontainers for end-to-end testing.
avro cassandra docker java json kafka mysql schema-registry spring-boot spring-cloud-stream spring-data-cassandra spring-data-jpa spring-web-mvc springdoc-openapi testcontainers
Last synced: 07 Mar 2026
https://github.com/thypon/androidfuzz
JavaFuzz 4 Android
android apk fuzz fuzzing instrument java javafuzz-android
Last synced: 09 Aug 2025
https://github.com/novuhq/novu-java
Java SDK for Novu - The open-source notification infrastructure for engineers. 🚀
Last synced: 21 Aug 2025
https://github.com/excalibase/excalibase-graphql
Excalibase GraphQL instantly turns your database into a GraphQL API. Built with Spring Boot, it supports schema discovery, subscriptions, and type handling — no manual resolvers needed.
api api-automation api-generator code-generation database-to-graphql developer-tools graphql graphql-server java postgres postgresql postgresql-database spring spring-boot springboot sql
Last synced: 27 Feb 2026
https://github.com/harmony-one/harmonyj
Harmony Java SDK
blockchain harmony java libarary sharding staking
Last synced: 01 Mar 2026
https://github.com/levyfan/sentencepiece-jni
Java JNI wrapper for SentencePiece: unsupervised text tokenizer for Neural Network-based text generation.
google-sentencepiece java java-bindings jni natural-language-processing neural-machine-translation nlp word-segmentation
Last synced: 28 Jan 2026
https://github.com/bmzhao/kissmanga-downloader
Download manga from kissmanga (which usually has good translations)
anime docker downloader java kissanime kissanime-downloader kissmanga kissmanga-downloader
Last synced: 25 Feb 2026
https://github.com/tink-crypto/tink-tinkey
Utility that allows generating and manipulating Tink keysets
crypto cryptography java key-management security
Last synced: 27 Jan 2026
https://github.com/kamax-matrix/mxhsd
Corporate Matrix Homeserver
homeserver java matrix matrix-homeserver spring-boot
Last synced: 03 Apr 2025
https://github.com/arun-gupta/docker-kubernetes-hello-world
Docker & Kubernetes Hello World
container docker hello-world java kubernetes spring-boot
Last synced: 08 Jul 2025
https://github.com/teamkun/teamkunpluginmanager
Automatically downloads plugins and their dependencies from repositories and provides advanced server management support.
bukkit bukkit-plugin hikaricp installer java jitpack kpm manager minecraft peyang plugin plugin-manager plugman spigot
Last synced: 23 Feb 2026
https://github.com/dmcmanam/bbst-showdown
Fast AVL Trees & WAVL Trees in Java
avl-tree avl-tree-implementations balanced-binary-search-trees balanced-search-trees java ravl-tree red-black-tree red-black-trees skiplist wavl-tree
Last synced: 12 May 2025
https://github.com/supwisdom/spreadsheet-mapper
Tools to mapping between spreadsheet and POJO
excel export import java spreadsheet validation
Last synced: 14 Jan 2026
https://github.com/rajatt95/documents
Apache POI | Log4J | OOPS | Selenium GRID | XPath | Java | Javascript | Python | PyTest | Selenium WebDriver | Cypress| Playwright | Github Actions | Chrome_DevTools | Manual Testing
apache-poi chrome-devtools github-actions java javascript log4j manual-testing oops programming-languages pytest selenium selenium-grid selenium-webdriver test-automation testing xpath
Last synced: 10 Apr 2025
https://github.com/wille/oslib
Java library to easily detect running Operating System, BSD Flavor, Linux Distribution, Desktop Environment and Architecture
architecture bsd bsd-flavor desktop-environment java java-library library linux linux-distribution operating-system os windows
Last synced: 30 Oct 2025
https://github.com/depromeet/antoon-api
📈 개미는 툰툰 :: 웹툰의 새로운 덕질 문화
java jpa mysql rest spring-mvc
Last synced: 19 Apr 2025
https://github.com/JodaOrg/joda-time-i18n
Internationalization data based around Joda-Time.
internationalization-data java joda joda-time
Last synced: 12 Jul 2025
https://github.com/kok202/dluid
Deep learning user interface designer
ai deep-learning deeplearning4j dl4j gui java javafx javafx-application
Last synced: 01 Jul 2025
https://github.com/abdulazeem-tk4vr/livemart
Grocery Shop ecommerce Mobile App with Firebase Realtime Database built in Java using Android Studio.
android android-application android-studio college-project crud-application customer firebase firebase-auth firebase-realtime-database firebase-storage grocery gui-application java language object-oriented-programming problem-statement retailers shop xml
Last synced: 11 Apr 2025
https://github.com/BitTheByte/BitTraversal
Burpsuite Plugin to detect Directory Traversal vulnerabilities
bugbounty burp-extensions burp-plugin burpsuite burpsuite-extender java path-traversal traversal web
Last synced: 11 Jul 2025
https://github.com/ivansaul/cheat-sheets
Cheat-Sheets: Your go-to quick reference developer guide for learning Python, Rust, Swift, JavaScript, Kotlin, Go, Git, and more!
cheatsheet cheatsheets dart flutter golang java javascript kotlin python rust swift
Last synced: 02 Feb 2026
https://github.com/songwo-153/collaborativefilteringnewsrecommendsystem
基于协同过滤算法的个性化新闻推荐系统的设计与实现(采用Java语言的SpringBoot和SSM两种框架分别实现基于用户、物品的协同过滤推荐算法)
collaborative-filtering java javascript mybatis mysql recommendation-algorithm spring springboot springmvc ssm
Last synced: 19 Jun 2025
https://github.com/sviperll/static-mustache
Template engine for java with statically checked and compiled templates. Compilation is performed alone with java sources.
java mustache template-engine type-safe
Last synced: 21 Mar 2025
https://github.com/grapebaba/sui4j
Sui4j is a robust, reactive, type safe Java library for working with Smart Contracts on the @MystenLabs/sui network.
bcs blockchain java jvm move sdk sui
Last synced: 10 Jul 2025
https://github.com/open-hand/choerodon-file
The file service is built on minio server, we can use minio client to upload and delete files.
c7nf choerodon java minio spring spring-boot spring-cloud
Last synced: 10 Jul 2025
https://github.com/minhaskamal/skindetector
Detects Human Skin From Image (color-region-segmentation-photo-detection-extraction-detect)
egami image-processing image-segmentation java region region-detection segmentation skin template-matching
Last synced: 11 Apr 2025
https://github.com/apache/maven-doxia
Apache Maven Doxia base
apache-maven build-management doxia java maven
Last synced: 15 May 2025
https://github.com/ozlerhakan/java9-module-examples
a list of Java 9 module samples to dive into the modular world
java java9 java9-jigsaw jigsaw modularity module serviceloader
Last synced: 04 Jan 2026
https://github.com/dailystruggle/rtp
fun with spatial math
bukkit-plugin java minecraft minecraft-plugin spigot spigot-plugin
Last synced: 27 May 2026
https://github.com/yusuf-daglioglu/swagger_plugin_example
Example of a Swagger plugin which prints the information from custom Java annotation to Swagger HTML UI.
api documentation http java open-api openapi spring swagger swagger-plugin swagger-ui
Last synced: 15 Apr 2025
https://github.com/rohankanojia/kubernetes-client-demo
A Simple Java project demostrating usage of fabric8 kubernetes Java client
fabric8 fabric8-kubernetes-client java kubernetes
Last synced: 15 Apr 2025
https://github.com/ksilisk/telegram-bot-spring
Telegram Bot Spring Boot Starter
java spring-boot spring-boot-starter telegrambot
Last synced: 03 May 2026
https://github.com/hsgamer/hscore
The lazy core of my personal projects
bukkit bukkit-api common configurate database expression-evaluator gui java math minecraft spigot spigot-api sql
Last synced: 04 May 2026
https://github.com/gabrieldim/resource-description-framework
Resource Description Framework aka RDF examples written in Java
java pretty-rdf-xml rdf turtle xml
Last synced: 19 Jul 2025
https://github.com/mrsarm/jshell-plugin
Gradle plugin to explore your code and dependencies with in jshell
gradle gradle-plugin java java9 jshell
Last synced: 11 Sep 2025
https://github.com/onurozuduru/java-shooter-game-project
A simple Java game project for programming class.
2d game java java-game java-shooter-game shooter-game
Last synced: 11 May 2025
https://github.com/frictionlessdata/tableschema-java
A Java library for working with Table Schema.
csv frictionlessdata java java-8 java8 json json-schema table-schema tableschema-java
Last synced: 07 Mar 2026
https://github.com/karlamoe/unsafe-accessor
A bridge to access sun.misc.Unsafe & jdk.internal.misc.Unsafe
java jdk jvm reflect reflection security tool tools unsafe
Last synced: 15 Jan 2026
https://github.com/prmr/solitaire
Implementation of the Solitaire card game with JavaFX
card-game desktop-app desktop-application java javafx solitaire solitaire-card-game
Last synced: 12 May 2025
https://github.com/jchanghong/kotlin-backend-tool-library
A kotlin backend development tool library,mainly includes common kotlin extensions for daily projects。轻松将kotlin加入现有java后端项目,自己日常工具类
helper java json kotlin kotlin-extensions spring tool util
Last synced: 14 Jan 2026
https://github.com/moraisigor/fontdroid
FontDroid is a small library that gives the ability to use custom fonts in an Android application
Last synced: 04 Sep 2025
https://github.com/ahmedfgad/opencvandroid
Using OpenCV in Android Devices
android canny computer-vision java opencv
Last synced: 23 Apr 2025
https://github.com/tutorialsandroid/messageview
MessageView helps you to create chat message view or a social media message view quickly like a typical chatting application or social post view Its a container view, so you can add any type of message or social post such as TextView or any customize TextView, ImageView, etc.
android-development android-library chat-ui java javascript view
Last synced: 05 Sep 2025
https://github.com/vimalrajselvam/test-graphql-java
Easy Graphql Testing in Java
api-testing graphql graphql-java java
Last synced: 14 Jan 2026
https://github.com/graphform/tutorial
Tutorials to help you build your first Swim app
actor-model distributed-computing distributed-systems events java javascript open-source real-time stateful stream-api streaming streaming-api swim tutorial tutorial-code
Last synced: 29 Jul 2025
https://github.com/oracle/sandwood
Sandwood - A JVM based Java like Probabilistic Programming Language
compiler java machine-learning ml probabilistic-models probabilistic-programming runtime
Last synced: 17 Aug 2025
https://github.com/thought2code/mcp-annotated-java-sdk
Annotation-driven MCP dev 🚀 No Spring, Zero Boilerplate, Pure Java
ai-agents annotation-driven declarative java mcp mcp-server model-context-protocol no-spring sdk
Last synced: 23 May 2026
https://github.com/apache/aries-jax-rs-whiteboard
Apache Aries JAX RS Whiteboard
Last synced: 22 Jul 2025
https://github.com/doorbash/colyseus-kotlin
⚔ Implementation of Colyseus client using Kotlin
colyseus game game-networking game-server java kotlin multiplayer multiplayer-game multiplayer-server networking
Last synced: 14 May 2025
https://github.com/danielshaya/reactivejournal
ReactiveJournal a journalling facility for Reactive Streams. Intended for testing, remote connections and effective handling of back pressure
chronicle java journal memory-mapped rxjava
Last synced: 22 Jul 2025
https://github.com/cyberboysumanjay/pw
Best websites a Programmer should visit
algorithm all-in-one blogs c coding coding-challenge competitive-programming data-structures guide interview interview-practice interview-preparation interview-questions java practice programming programming-language puzzle wiki wikipedia
Last synced: 22 Mar 2025
https://github.com/cocowwy/dingtalk-robot
:robot:拆箱即用的钉钉机器人,已解决20次/秒的消息上限问题,支持复杂业务场景下,根据业务标识使用指定的机器人进行消息通知
Last synced: 29 Apr 2025
https://github.com/chenshuiluke/jresume
A simple program that uses JSON to generate web resumes.
html java json pdf resume resume-template theme
Last synced: 18 Jan 2026
https://github.com/saturnism/spring-petclinic-gcp
Spring PetClinic Microservices on GCP
gcp istio java kubernetes microservices spring-boot spring-petclinic-microservices
Last synced: 29 Apr 2025
https://github.com/xdrop/jrand
A Java library to generate random data for all sorts of things. Java random data faker
data faker java random random-generation random-number-generators random-string randomization
Last synced: 14 Jun 2025
https://github.com/apache/sling-org-apache-sling-starter
Apache Sling Starter Application
Last synced: 09 Apr 2025
https://github.com/Ecwid/clickhouse-client
Java/Kotlin client for ClickHouse
clickhouse clickhouse-client java kotlin
Last synced: 29 Apr 2025
https://github.com/hardiksinghbehl/redis-caching-java-spring-boot
Backend application leveraging redis cache to reduce network calls and improve latency.
caching java redis-cache spring-boot spring-boot-cache spring-boot-redis testcontainers
Last synced: 09 Apr 2025
https://github.com/trungdq88/chorddroid
Android library to render Guitar Chord.
Last synced: 28 Oct 2025
https://github.com/sirnoob97/onlinestore
REST api for an online store using microservices architecture.
docker java microservices postgresql spring-boot spring-cloud spring-data-jpa spring-security
Last synced: 15 Oct 2025
https://github.com/zevolution/netflix-hexagonal-architecture
This project was created as a simple example to show how we can implement the hexagonal architecture(software design) proposed by Netflix.
architectural-patterns bff bff-microservice contract-first design-system hexagonal-architecture java java-11 netflix spring spring-boot system-design
Last synced: 10 Apr 2025
https://github.com/danijelaskov/expectiminimax-backgammon
A 2D JavaFX implementation of one of the most popular and old board games. The AI player's moves are calculated using the expectiminimax algorithm.
2d-game artificial-intelligence backgammon bekgemon board-game board-games expectiminimax gradle inteligentni-sistemi java java-fx minimax tavla zero-sum
Last synced: 10 Apr 2025
https://github.com/anishlearnstocode/competitive-programming
Solutions to Hackerrank domains such as Java ☕, Python, Data Structures etc. 🔢 and Interview preperation. Also contains certification solutions and links 🦄 + Leetcode Algorithms solutions...
algorithms certificate data-structures hackerrank java leetcode python python3
Last synced: 10 Apr 2025
https://github.com/rcardin/swe
Examples and exercises used during Software Engineering course
design-patterns java software-engineering teaching-materials
Last synced: 30 Apr 2025
https://github.com/ivangfr/springboot-graphql-databases
The goal of this project is to explore GraphQL. For it, we will implement two microservices: author-book-api and book-review-api.
docker graphql java mongodb mysql spring-boot spring-cloud-openfeign spring-data-jpa spring-data-mongodb spring-graphql spring-web-mvc springdoc-openapi zipkin
Last synced: 10 Apr 2025
https://github.com/gemisis/discord-bot-cdk-construct
A CDK Construct for creating a serverless Discord bot. All you need to do is supply your code to handle the commands!
aws aws-cdk aws-cloudformation aws-lambda cdk csharp discord discord-api discord-bot discord-js discordapp discordbot discordjs dotnet java nodejs python serverless typescript
Last synced: 10 Apr 2025