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-09 00:16:18 UTC
- JSON Representation
https://github.com/multiverse/multiverse-signportals
Signs as Teleporters!
bukkit bukkit-plugin hacktoberfest java multiverse
Last synced: 24 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/myopenresources/cc-project-vue
一个基于vue3.0+antd+less+spring boot +mybatis+mysql+maven基础权限管理平台
admin antd java mybatis mysql spring springboot vue vue3
Last synced: 07 Apr 2025
https://github.com/depromeet/antoon-api
📈 개미는 툰툰 :: 웹툰의 새로운 덕질 문화
java jpa mysql rest spring-mvc
Last synced: 19 Apr 2025
https://github.com/camunda-community-hub/micronaut-zeebe-client
This open source project allows you to easily implement Zeebe Worker with Micronaut: simply add a dependency in your Micronaut project
bpm camunda camunda-cloud cloud graalvm hacktoberfest java micronaut micronaut-framework microservice workflow zeebe zeebe-worker
Last synced: 02 Apr 2026
https://github.com/vashishthask/eclipse-to-maven
eclipse-to-maven mavenises the existing Eclipse based workspace.
Last synced: 03 Apr 2026
https://github.com/joafalves/pixel-community
High performance and modular Java/Kotlin 2D Game Framework.
framework game-2d game-development game-engine game-engine-2d game-framework gamedev java jvm kotlin lwjgl opengl
Last synced: 15 Jul 2025
https://github.com/yifanzheng/cs-notes
:book: Java 技术摘要(个人学习笔记),主要记录编程相关的知识点以及个人对一些知识的理解与总结,以 issue 方式记录。
docker elasticsearch java kafka mysql nginx spring
Last synced: 20 Jul 2025
https://github.com/robaho/go-concurrency-test
Test the performance of Go's concurrency structures
c concurrency go java performance
Last synced: 20 Jul 2025
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/m310851010/xice7-imagekit
基于java语言实现的简单的图片处理
image-compression image-processing java xice7-imagekit
Last synced: 15 Jul 2025
https://github.com/oktadev/okta-react-native-spring-boot-example
React Native + Spring Boot + OIDC
elasticsearch ignite-jhipster java javascript jhipster mobile mobile-app oidc react react-native spring-boot typescript
Last synced: 11 Aug 2025
https://github.com/bertilmuth/moonwlker
Jackson JSON without annotation.
deserialization jackson jackson-json java json serialization
Last synced: 27 Aug 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/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/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/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/ynsn/nashorn
A fork of Oracle's EcmaScript 5.1 engine Nashorn, compatible with Java 7
java javascript-engine jdk jre
Last synced: 10 Apr 2025
https://github.com/lucko/shadow
An annotation based API for Java reflection.
Last synced: 17 Sep 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/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/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/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/meanmail/java_base
Java. Базовый курс на stepik.org. Тесты для задач.
java stepik stepik-plugin stepik-tests stepik-union
Last synced: 17 Mar 2025
https://github.com/hellokoding/dockercompose-springboot-mongodb-nginx
Docker Compose with Spring Boot, MongoDB and NGINX
docker-compose java maven mongodb nginx spring-boot
Last synced: 13 May 2025
https://github.com/jupf/staticlog
StaticLog - super lightweight static logging for Kotlin, Java and Android
Last synced: 12 May 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/jklingsporn/vertx-jooq-async
Deprecated, use vertx-jooq instead:
Last synced: 29 Sep 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/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/novuhq/novu-java
Java SDK for Novu - The open-source notification infrastructure for engineers. 🚀
Last synced: 21 Aug 2025
https://github.com/yj8023xx/xiwenlejian
一个基于深度学习的书籍推荐系统,可以根据用户的行为进行个性化的推荐
deep-learning java python recommender-system spark springcloud vue
Last synced: 23 Aug 2025
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/jonatino/jogl2d
Zero-overhead 2D rendering library for JOGL using Kotlin
2d 3d development game gradle graphics java javafx jogl kotlin maven opengl swing zero-overhead
Last synced: 26 Oct 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/apache/maven-changelog-plugin
Apache Maven Changelog Plugin
build-management java maven maven-changelog-plugin maven-plugins
Last synced: 23 May 2026
https://github.com/harmony-one/harmonyj
Harmony Java SDK
blockchain harmony java libarary sharding staking
Last synced: 01 Mar 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/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/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/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/llrizvanll/inshortapp
Demo app like inshort
android android-app android-application android-viewpager-transformers inshorts java xml
Last synced: 05 Apr 2025
https://github.com/liyupi/ai-code-helper
2025 年 AI 编程助手实战项目(作者:程序员鱼皮),基于 Spring Boot 3.5 + Java 21 + LangChain4j + AI 构建智能编程学习与求职辅导机器人,覆盖 AI 大模型接入、LangChain4j 核心特性、流式对话、Prompt 工程、RAG 检索增强、向量数据库、Tool Calling 工具调用、MCP 模型上下文协议、Web 爬虫、安全防护、Vue.js 前端开发、SSE 服务端推送等企业级 AI 应用开发技术。帮助开发者掌握 AI 时代必备技能,熟悉 LangChain 框架,提升编程学习效率和求职竞争力,成为企业需要的 AI 全栈开发人才。
ai ai-model backend frontend java langchain4j mcp rag spring-ai springboot springmvc tool-calling vector-database vue
Last synced: 16 Jul 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/BitTheByte/Orkestra
Web-based Android debugger with inspection capabilities using Frida and Jadx as a backbone
android bugbounty bugcrowd debugger decompiler frida hackerone jadx java java-decompiler orkestra
Last synced: 12 Jul 2025
https://github.com/oracle/nosql-java-sdk
SDK for Java for the Oracle NoSQL Database
cloud database java nosql nosql-database oracle oracle-cloud
Last synced: 09 May 2025
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/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/apache/maven-doxia
Apache Maven Doxia base
apache-maven build-management doxia java maven
Last synced: 15 May 2025
https://github.com/diennea/majordodo
Distributed Operations and Data Organizer built on Apache BookKeeper
bookkeeper coordinator distributed java resource-manager task-manager
Last synced: 05 May 2025
https://github.com/njnareshjoshi/exercises
This repository along with the articles repository (https://github.com/njnareshjoshi/articles) contains coding examples for my blog ProgrammingMitra
classnotfoundexception immutability inheritance integer-cache java java-8 java-cloning java-serialization noclassdeffounderror polymorphism
Last synced: 03 Sep 2025
https://github.com/parasgarg/stevens-computer-science-courses-materials
This repository consists of assignments, lab works, quizzes and more. These assessments belong to the Computer Science major at Stevens Institute of Technology. The materials available in this repository are the among the popular courses offered in Computer Science major in Master of Science. This repository also consists, the solutions of all course works and projects those I solved and submitted during my graduation from Fall 2016 through Spring 2018. Note: All these exercises and assessments (given by university professors) and solutions are for references only.
algorithms-datastructures amazon-web-services aws aws-ec2 cloud computer-science cyber-security data-mining database-management html-css java javascript knowledge-discovery mongodb python-3 r ruby sas sql web-programming
Last synced: 12 Apr 2025
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/aquelemesmo/scriptsbotdiscord
⭕ Todos os scripts para o seu bot do Discord com qualquer linguagem
bot bot-discord java javascript js jvm kotlin py python scripts scripts-collection ts typescript
Last synced: 09 Apr 2025
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/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/rolandosborne/IndiView
Take back control of your data with IndiView, an app for self-hosted digital identities on CoreDB nodes. Designed for Android and iOS, supports messaging and personalized content feeds.
android android-app decentralized federated ios ios-app java java-spring messaging privacy react-native reactjs social-media
Last synced: 16 May 2025
https://github.com/harmonysoft-tech/traute
Enhances java sources compilation in a way to insert null-checks into generated *.class files
instrumentation java java-8 javac javacompiler notnull
Last synced: 22 Apr 2025
https://github.com/soujava/historia
História do SouJava
css java javadevbr responsive soujava timeline verticaltimeline
Last synced: 19 Apr 2025
https://github.com/rentalhost/laravel-insight
IDEA plugin to works with Laravel Framework.
intellij intellij-plugin java laravel laravel-framework php phpstorm phpstorm-plugin static-analysis static-code-analysis
Last synced: 19 Apr 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/albertoimpl/spring-cloud-gateway-graphql
Blog post describing how Spring Cloud Gateway can help with some of the problems GraphQL has
graphql java spring spring-cloud-gateway
Last synced: 23 Mar 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/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/nguyenphuc22/Design-Patterns
Sách Design Pattern Tiếng Việt - Một cái nhìn tổng quan về design pattern trong lập trình.
behavioral behavioral-patterns creational-patterns design-patterns java structural-patterns
Last synced: 14 Apr 2025
https://github.com/vivekkuvadiya/file-manager-android-app
File Explorer - Manage Images, Audio, Video, Zip, Apps, Document, Download, Favourite File, Large File. With In built cleaner.
android android-app android-application android-studio app file fileexplorer filemanager filemanagerapp java native
Last synced: 07 Mar 2026
https://github.com/meistermeier/reactive-thymeleaf
Sample project for reactive server side rendering
Last synced: 12 Sep 2025
https://github.com/codecentric/habitcentric
A microservice demo application showcasing cloud-native technologies
docker istio java kotlin kubernetes linkerd2 semantic-release spring-boot traefik
Last synced: 28 Apr 2026
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/idouble/trinary-calculator-android-java-app
📱 A handy Calculator for Trinary operations 📱 | ⛓ https://play.google.com/store/apps/details?id=com.trinarycalculator.ayidouble.trinarycalculator.app ⛓
android app calculator chrome division firefox interactive iota java mobile quantum quantum-computing qubit qubits smartphone ternary trinary trits trytes xor
Last synced: 05 May 2025
https://github.com/keploy/java-sdk
Official Keploy Java SDK 🔴
api-testing hacktoberfest-2023 java junit-testing keploy mock-data mocking mockito-alternative no-code springboot stub-backend stubbing test-automation testing testing-tools unit-testing
Last synced: 05 May 2025
https://github.com/kuangcp/mythredisclient
:racing_car:使用JavaFx做的Redis客户端,资源消耗略大 200-300m,想复用核心代码做成web端,然后浏览器操作,开发起来和跑起来也快
client java javafx jdk8 redis redis-client redis-gui
Last synced: 12 Apr 2025
https://github.com/gusanmaz/bmb212_algorithms
NKÜ Bilgisayar Mühendisliği BMB212 Veri Yapıları Dersi Uygulama Notları, Projeleri ve Ödevleri
algorithms algorithms-and-data-structures course homework-assignments homework-project java programming
Last synced: 06 Sep 2025
https://github.com/sebthom/more-clink-completions
Windows command line Clink auto-completion for Nektos/Act, Curl, Docker, Dart, Haxe, Java, Lua, Maven, OpenSSL
cli clink clink-completions command-line curl docker haxe java lua mvn nektos-act openssl
Last synced: 06 May 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/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/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/rashidmakki/inventory-management-system
Inventory Management System is a powerful desktop application developed using JavaFX and MySQL, designed to streamline operations related to billing, sales reporting, and purchase tracking.
desktop-application fxml inventory inventory-management inventory-management-system jasper-reports java java-project javafx javafx-application javafx-desktop-apps javafx-gui javafx-project scenebuilder sql
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
https://github.com/anivie/elementfx
ElementUi in javafx,that you can get a beautiful applications with only one line code.
java javafx javafx-components javafx-gui javafx-library kotlin
Last synced: 28 Oct 2025
https://github.com/devtony101/jfxgithubclient
A JavaFX Github Client (For Demonstration Purposes Only).
github-api java java-8 java8 javafx javafx-8 javafx-application javafx-desktop-apps javafx-gui ui-design
Last synced: 07 Sep 2025
https://github.com/ahmad45123/workup
A Scalable Distributed Microservices Application
autoscaling cadvisor cassandra datadog docker docker-swarm java microservices mongo postgres prometheus rabbitmq redis spring-boot
Last synced: 04 Aug 2025
https://github.com/arconia-io/arconia-cli
Arconia CLI is a powerful tool designed to streamline and enhance the developer experience when working with Java and Spring Boot applications.
buildpacks cloud-native developer-experience gradle java maven openrewrite spring-boot
Last synced: 14 Jun 2026