An open API service indexing awesome lists of open source software.

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.

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/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/vrgsoftua/timeline-view

Open source android library

android java libraries

Last synced: 05 May 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/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/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/xuwei-k/free-monad-java

Free Monad in Java

java monad

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/apache/pdfbox-jbig2

Mirror of Apache PDFBox

content java library pdfbox

Last synced: 16 Jun 2025

https://github.com/fengtan/sophie

A Solr browser and administration tool

administration java solr swt

Last synced: 18 Jan 2026

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/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/yuyuzha0/word2vec

a word2vec impl of Chinese language, based on deeplearning4j and ansj

chinese java nlp word2vec word2vec-zh

Last synced: 10 Oct 2025

https://github.com/jonatino/csgo-offset-scanner

Java Based Cross-Platform CSGO Offset and Netvar Scanner

abendigo charlatano cheat counter csgo global java offensive offsets strike xena

Last synced: 22 May 2026

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/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/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/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/igrishaev/virtuoso

A number of trivial wrappers on top of virtual threads

clojure java threads virtual

Last synced: 30 Oct 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/jupf/staticlog

StaticLog - super lightweight static logging for Kotlin, Java and Android

android java kotlin logger

Last synced: 12 May 2025

https://github.com/otaviojava/imergindo-jvm-book

Conteúdo do livro do imergindo na JVM

book java jvm

Last synced: 14 Apr 2025

https://github.com/kaitoy/sneo

SNMP Network Simulator

java snmp-network-simulator

Last synced: 13 Apr 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/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/dominokit/domino-mvp

domino-mvp

gwt java

Last synced: 16 Jun 2026

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/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/bertilmuth/moonwlker

Jackson JSON without annotation.

deserialization jackson jackson-json java json serialization

Last synced: 27 Aug 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/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/vbauer/avconv4java

Java interface to avconv tool

avconv ffmpeg java libav video video-processing

Last synced: 13 Oct 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/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/dadrus/jpa-unit

JUnit extension to test javax.persistence entities

cdi concordion cucumber database java jpa jpa-test jpa-unit junit junit5 mongodb neo4j persistence test testing

Last synced: 12 Feb 2026

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/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/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/kamax-matrix/mxhsd

Corporate Matrix Homeserver

homeserver java matrix matrix-homeserver spring-boot

Last synced: 03 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/lucko/shadow

An annotation based API for Java reflection.

annotation java reflection

Last synced: 17 Sep 2025

https://github.com/novuhq/novu-java

Java SDK for Novu - The open-source notification infrastructure for engineers. 🚀

hacktoberfest java

Last synced: 21 Aug 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/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/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/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/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/apache/pdfbox-docs

Mirror of Apache PDFBox Docs

content java library pdfbox

Last synced: 09 Apr 2025

https://github.com/aweiloveandroid/loveheartview

手把手教你打造爱心,快去跟喜欢的妹子表白吧。

android html5 java js php python

Last synced: 12 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/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/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/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/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/apache/maven-doxia

Apache Maven Doxia base

apache-maven build-management doxia java maven

Last synced: 15 May 2025

https://github.com/jcabi/jcabi-s3

Object-Oriented Layer on Top of Amazon S3 SDK

amazon-s3-sdk java library object-oriented

Last synced: 30 Jun 2025

https://github.com/shibd/socket.io.java.server.biz

Push-Center by netty-socketio, C100K Test, Support project isolation, High Availability

java push socket-io

Last synced: 15 Apr 2025

https://nrktkt.github.io/tail/

simple tail call optimization and stack safety for Java

java tail-call-optimization trampolines

Last synced: 16 Apr 2025

https://github.com/cwjokaka/cheshuo

🎃A lightweight game server framework. Based on Springboot and Netty. Using ProtoBuf as communication between client and server.

framework game http java jprotobuf lombok maven mongodb mybatis netty nio protobuf server spring springboot tcp websocket

Last synced: 11 Sep 2025

https://github.com/xbony2/nuclear-control

An updated version of nuclear control.

forge ic2 java minecraft mod

Last synced: 12 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/barnhill/barcode-java

Java Barcode Image Generation Library

barcode barcode-generator barcode-images barcodes java java-library

Last synced: 17 Mar 2025

https://github.com/apache/geronimo-specs

Mirror of Apache Geronimo specs

geronimo http java javaee network-server web-framework

Last synced: 10 Mar 2026

https://github.com/dschadow/CloudSecurity

Cloud security projects with Spring Cloud Config Server and Vault

cipher cloud-security jasypt java spring spring-boot spring-cloud spring-cloud-config vault

Last synced: 02 Apr 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/florianreuth/dietrichevents2

One of the fastest Java event systems in the world using compiler optimizations, which still has a lot of features

event event-management eventbus events java lambda listener

Last synced: 07 Feb 2026

https://github.com/mcroteau/greenfield-ecommerce

Greenfield is an Open Source Java/Groovy eCommerce platform focused on easy setup. Greenfield leverages the best in breeds within the Java echo-system including Groovy, Grails, Spring, Hibernate, Sitemesh, Gradle.

grails greenfield groovy j2ee java jvm

Last synced: 01 Feb 2026

https://github.com/areeb-gillani/vertx-boost

This project adds the flavor of SpringBoot's style annotations in vertx to reduce the learning curve. It follows the same annotation style as @RestController, @Service, @Autowired, @RequestParam, @RequestBody, @PostMapping and @GetMapping, whereas controller and service classes should extend AbstractVerticle as per the implementation of Vertx.

autoconfiguration java spring-boot vertx vertx-backend vertx-eventbus

Last synced: 23 Jan 2026

https://github.com/microsoft/kiota-java

Java libraries for Kiota-generated API clients.

java kiota openapi rest-api

Last synced: 02 Mar 2026

https://github.com/kangarko/chatcontrol-free

The legendary chat plugin. Incredible solution for ads, swear, caps, spam, bots & more!

anti-spam antispam antiswear chat-control chatcontrol java minecraft minecraft-plugin

Last synced: 26 Oct 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/hms-core/hms-iap-serverdemo

IAP server sample encapsulates APIs of the HUAWEI IAP server. It provides many sample programs for your reference or usage. The repository contains 8 branches of java, csharp, golang, nodejs, perl, php, python and ruby demo.

hms huawei in-app-purchases java pay purchase

Last synced: 01 Aug 2025

https://github.com/apache/nifi-maven

Apache NiFi NAR Maven Plugin

hacktoberfest java maven nifi

Last synced: 29 Jul 2025

https://github.com/tarantool/cartridge-java

Tarantool Cartridge Java driver for Tarantool versions 1.10+ based on Netty framework

cartridge driver java netty tarantool

Last synced: 21 Aug 2025

https://github.com/georgh93/pcgf_pluginlib

Collection of classes useful for Bukkit/Spigot/Paper/BungeeCord/Waterfall plugins

bukkit java minecraft spigot spigot-plugin

Last synced: 21 Mar 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/ashish2030/codesignal-solution

:octocat:🌟 ᴛʜɪꜱ ɪꜱ ᴀ ꜱᴏʟᴜᴛɪᴏɴ ᴏꜰ ᴄᴏᴅᴇꜱɪɢɴᴀʟ ᴄᴏᴅɪɴɢ ᴘʟᴀᴛꜰᴏʀᴍ ꜱᴏʟᴠᴇ ʙʏ ᴍᴇ💻 🎯 🚀

codesignal-solutions coding-challenges java javascript python3

Last synced: 11 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