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/cityssm/pdfflattener

PDF Flattener - Secure PDF documents by making floating redactions and form entries permanent.

flatten java pdf pdf-flattener pdf-forms pdfbox redaction security

Last synced: 26 Jun 2025

https://github.com/abhi5h3k/java-project-2d-game-fight-zone

This is a simple 2D java game developed using eclipse IDE and little brain, I made this game as a free time project while learning SWINGS and AWT in JAVA. I have included comments and useful links within the code for help. This is a simple game with concept of 2 player fighting, one player standing on left side and other player on right side Facing each-other. Player one keys (Left side player) are WASD for UP,LEFT,DOWN,RIGHT and key 'B' for shoot and for player Two navigate using Arrow keys and Shoot using numpad key '2'. This is my first game and I would like to share it. Anyone is free to make changer to the game like adding stages and improving UI . Kindly maintain the credits page and add your credits too.

2d-game abhi5h3k abhishek awt eclipse game-development java motu multithreading opensource project swings

Last synced: 13 May 2025

https://github.com/apache/nifi-standard-libraries

A collection of standard implementations used across the Apache NiFi ecosystem.

hacktoberfest java nifi

Last synced: 10 Apr 2025

https://github.com/selimhorri/quarkus-plays-with-spring-h2-panache

Quarkus application playing with Spring Web, H2 InMemory Database and Panache ORM

flyway h2 java native orm panache quarkus spring

Last synced: 15 Jul 2025

https://github.com/joaoito/sistemas-de-informacao

Repositório para material de estudos durante a faculdade de Sistemas de Informação! Em código de linguagens de programação variadas vamos criar e resolver problemas! ;)

algorithms backend brazil cpp dev developer formation frontend graduation ino java js logic study

Last synced: 04 Mar 2026

https://github.com/siemens/lightweightcmpra

CLI-based Registration Authority application PoC

appilcation certificates cli cmp java lcmpp rfc4210 rfc9840 x509

Last synced: 18 Jun 2025

https://github.com/ullenius/spctag

:video_game: :notes: Read and parse ID666 tags from SNES SPC-700 files (Super Nintendo & Super Famicom Sound Files)

cli gpl3 java maven snes spc700 super-famicom tag terminal xid6

Last synced: 15 Apr 2025

https://github.com/zedseven/green

A gaming library that enables easy 2D game creation within Processing.

education game-development game-library greenfoot jar java learning library pde processing processing-language processing-library

Last synced: 15 Apr 2025

https://github.com/flayone/taxcomparecalculate

2019年个税新政策,起征点提升为5000后,年累进制算法一次性计算当年所有月份工资

2019 andriod calculator constraint-layout java kotlin ripple-effect tax

Last synced: 14 Apr 2025

https://github.com/shenggan/car-server

小车端app,主要负责视频录制和传输。

android java socket

Last synced: 19 Aug 2025

https://github.com/alewin/moneytracking

Money tracking - Android App for planning, tracking your spending, monitoring your credit and budget - UNIBO 2016/2017 - Alessio Koci

android budget budget-manager chart credit java lam money money-tracking monitoring pdf planning reports tracking unibo

Last synced: 14 Apr 2025

https://github.com/harmindersinghnijjar/runescapegpt

Leverage OpenAI's latest GPT model to assist with writing Old School Runescape bots using the latest DreamBot API.

chatgpt docker dreambot dreambot-3 gpt gpt3-turbo gpt4 java oldschool-runescape runescape runescape-bots

Last synced: 23 Jul 2025

https://github.com/yegor256/rultor-image

Default Docker image for Rultor

docker docker-image java

Last synced: 27 Mar 2025

https://github.com/renfei/springclouddemo

SpringCloud微服务入门教程,包含Eureka注册发现、Config配置中心、BUS消息总线、FeignClient客户端 、Zuul网关、Hystrix服务熔断降级、Stream消息队列、Sleuth链路监控、Swagger文档的基本整合演示。

java maven microservice microservices spring spring-cloud

Last synced: 20 Aug 2025

https://github.com/trustyai-explainability/trustyai-explainability-python-examples

Examples for the Python bindings for TrustyAI's explainability library

explainable-ai java jupyter machine-learning python trustyai

Last synced: 30 Aug 2025

https://github.com/gibbed/xex2kit

XEX2 tooling for Ghidra.

ghidra java ppc xbox360 xenon

Last synced: 18 Aug 2025

https://github.com/javatmp/javatmp

JavaTMP Bootstrap admin and dashboard component template built using HTML 5 , CSS 3 , jQuery , Bootstrap 4 and Java

admin-dashboard bootstrap bootstrap-admin bootstrap-template bootstrap-templates bootstrap-theme dashboard dashboard-templates gulp java java-bootstrap-template jquery jsp servlet

Last synced: 29 Aug 2025

https://github.com/picimako/intellij-live-templates

IntelliJ Live templates for various Java libraries with guides and examples for template variable functions.

intellij java live-template

Last synced: 26 Aug 2025

https://github.com/adambien/javaeebootstrap

Samples for the javaeebootstrap.com online workshop

airhacks bootstrap java javaee samples workshop

Last synced: 29 Jul 2025

https://github.com/oiue/oiue

如果你同我一样对耦合深恶痛绝 Open Intelligent Unitive Efficient [开放 智能 统一 高效] 用积木思想编程,低门槛、轻量化、标准化、架构解耦、模块化以及去框架

framework ios java jwt microservices nospring nospringcloud quartz redis saas service-graph service-mesh shop tcp zookeeper

Last synced: 14 Apr 2025

https://github.com/mike10004/xvfb-manager-java

Library that manages an xvfb process and a JUnit rule that employs the library.

java junit selenium xvfb

Last synced: 22 Aug 2025

https://github.com/sormuras/idea-junit-webinar

IntelliJ IDEA and JUnit: Writing, Finding, and Running Tests

idea java junit testing

Last synced: 09 Mar 2026

https://github.com/ivanyu/java-agents-demo

An example of bytecode modifying Java agents done with Javassist and Byte Buddy

blog-post byte-buddy java java-agent javassist

Last synced: 15 Apr 2025

https://github.com/tginsberg/java-timestream

A set of builders that create streams of java.time objects

java java-8 java-time stream

Last synced: 31 Aug 2025

https://github.com/rogercoding/binary-search-tree

This Java program implements a Binary Search Tree (BST) with basic operations: node insertion, key searching, and in-order traversal. It demonstrates efficient data storage, retrieval, and sorted data display.

binary-search-tree java object-oriented-programming

Last synced: 14 Apr 2025

https://github.com/jshiftio/kubernetes-maven-plugin

Maven plugin for getting your Java apps on to Kubernetes

java kubernetes maven-plugin

Last synced: 15 Apr 2025

https://github.com/cityssm/pdfFlattener

PDF Flattener - Secure PDF documents by making floating redactions and form entries permanent.

flatten java pdf pdf-flattener pdf-forms pdfbox redaction security

Last synced: 14 May 2025

https://github.com/jiaqi/datamung

An AWS solution that backs up RDS data in form of S3 object which is transfer'able across regions or accounts

aws backup cloud java netflix prize rds

Last synced: 12 Jan 2026

https://github.com/mariazevedo88/json-formatter-validator

Java tool for JSON validation via string or file and correction of invalid JSON-like string

coveralls gson jacoco java java-8 java8 json json-formatter json-formatters json-validation junit5 string-manipulation

Last synced: 29 Jul 2025

https://github.com/couchbase-examples/java-springboot-quickstart

Entry level Couchbase Java Spring Boot tutorial/demo. Steps to build a REST API to manage user profile CRUD operations..

couchbase java quickstart spring spring-boot springboot

Last synced: 20 Feb 2026

https://github.com/lucasrmagalhaes/matches-simulator-java_kotlin

Sportheca Mobile DEV Week - Simulador de Partidas 🎲

android-studio dio firebase java kotlin sportheca

Last synced: 24 Aug 2025

https://github.com/priyansh17/dear-diary

The App aims at helping people to fight from depression and communicate with them at a 1-1 basis alongside giving them suggestions based on their choices which will be taken from the user in various formats such as MCQ for a one time basis and Diary entries of user on a daily basis. The app aims to help mainly people who are introvert and don't share their emotions easily with others who are depressed. we aim to ulift their emotions and make world a better place for them.

android depression diary-entries emotions hacktoberfest hacktoberfest-2021 hacktoberfest-accepted hacktoberfest-starter hacktoberfest2021 java kotlin-android python3 recommendation-system recommender-engine sentiment-analysis sentiments

Last synced: 29 Oct 2025

https://github.com/houarizegai/spocom

Sport Competition Desktop App

competition java javafx sport

Last synced: 27 Aug 2025

https://github.com/apache/hbase-site

Apache HBase Site

database hbase java

Last synced: 21 Aug 2025

https://github.com/rjrudin/slush-marklogic-spring-boot

slush generator for an Angular/Spring Boot/MarkLogic application

angular gradle java java-middle-tier marklogic slush-generator spring-boot

Last synced: 05 Oct 2025

https://github.com/dlr-sc/maven-tycho-demo

A sample project explaining Maven Tycho for Eclipse RCP applications.

eclipse java maven tycho

Last synced: 14 Apr 2025

https://github.com/raofin/bearburger-swing

A maven project with a pretty great UI, developed using Java Spring and Swing frameworks, JDBC template, and other technologies.

academic-project flatlaf food-management food-ordering java java-spring java-swing maven

Last synced: 27 Aug 2025

https://github.com/pavankjadda/eshopping

eShopping application implemented with Spring Boot, Spring Security, Spring Data and Spring Session

hazelcast hibernate java mysql spring-boot spring-cache spring-data-jpa spring-security spring-session

Last synced: 26 Aug 2025

https://github.com/alaeddinalhamoud/android-listview-sql-jdbc-driver

How to get data from your sql server database to android app using JDBC .

android driver java jdbc listview live ndk sdk sqlserver

Last synced: 14 May 2025

https://github.com/huanfenz/huanfenzread4p2

基于Android的电子书阅读器

android java

Last synced: 22 Apr 2025

https://github.com/miho/vmf-text

Powerful Grammar-based Language Modeling Framework

abstract-syntax-tree antlr antlr4 code-generation java model-driven parser unparsing

Last synced: 06 Apr 2025

https://github.com/davidhancu/javachallenges

Are you a beginner in Java? Or are you an expert? No matter your level of expertise, you can find challenges and project ideas here.

challenges ideas java projects

Last synced: 01 Sep 2025

https://github.com/dwolla/dwolla-v2-kotlin

Official Dwolla SDK for Kotlin/Java

dwolla dwolla-api java kotlin sdk

Last synced: 06 Apr 2025

https://github.com/cicirello/interactivebinpacking

Self-guided tutorial on combinatorial optimization, the bin packing problem, and constructive heuristics, suitable for use as course assignments, or by self-directed learners.

bin-packing combinatorial-optimization constructive-heuristics courseware discrete-optimization java self-directed-learning self-guided-tutorial tutorial

Last synced: 07 May 2025

https://github.com/kavithma-thushal/fruit-juice-lab

A Simple POS System using java 8 & javafx in Layered - Architecture

java javafx mysql

Last synced: 24 Jul 2025

https://github.com/gouravkhunger/accolib

Amazing and easy to use Accordion Library for Android built with kotlin

android android-library android-ui hacktoberfest java kotlin

Last synced: 08 Mar 2026

https://github.com/kavithma-thushal/ginzarestaurant

Restaurant using java 11, javafx & maven

java javafx mysql

Last synced: 25 Jul 2025

https://github.com/yuriytkach/fundraiser-tracker

Fundraiser Tracker implemented as AWS Lambda with ability to manage through Slack and autosync with Monobank and Privatbank

aws aws-lambda aws-secrets-manager dynamodb java monobank-api privatbank-api quarkus slack-bot

Last synced: 26 Jul 2025

https://github.com/kakarottocui/ssm-jiaowusys

基于JAVA的SSM框架的教务管理系统

java mysql ssm

Last synced: 28 Jul 2025

https://github.com/kakarottocui/android-exam

基于Java、SpringBoot和uniapp在线考试系统安卓APP微信小程序

android java maven mysql spring-boot uniapp vue

Last synced: 28 Jul 2025

https://github.com/infinispan-demos/vertx-api

Example that creates a REST, PUSH API and a Clustered Application with Vert.x and Infinispan

clustering infinispan java react vertx vertx-web

Last synced: 28 Jul 2025

https://github.com/liyupi/yu-ai-code-mother

编程导航 2025 年 AI + 微服务全栈新项目,基于 Spring Boot 3 + LangChain4j 构建对标大厂的 AI 应用生成平台,支持多种模式的智能代码生成、可视化编辑预览、一键部署分享、应用管理、AI 智能路由等。覆盖 AI 智能体开发、LangGraph4j 工作流、Tool Calling、SSE、Vue 3 全栈开发、Spring Cloud 微服务架构、MySQL / Redis / COS / Caffeine 存储、Nginx、多种设计模式、ARMS + Prometheus + Grafana 监控、Cursor Vibe Coding 等核心技术。 用一套教程掌握大厂级 AI 智能体开发+前后端核心技术,成为 AI 时代企业的香饽饽,给你的简历增加竞争力

ai backend deepseek frontend java langchain4j langgraph4j mysql nginx project redis springboot springcloud vue

Last synced: 31 Jul 2025

https://github.com/chinalhr/gungnir

Gungnir是一个基于Spring,Netty,Zookeeper的轻量级分布式RPC服务框架

java netty rpc rpc-framework spring-boot zookeeper

Last synced: 28 Jul 2025

https://github.com/selimhorri/end-studies-project-mobile

Android app, End studies' project

android android-studio gradle java

Last synced: 15 Mar 2026

https://github.com/fieldpapers/josm-fieldpapers

A Fieldpapers plugin for JOSM.

fieldpapers hacktoberfest java josm openstreetmap

Last synced: 11 Oct 2025

https://github.com/jfrog/xray-client-java

Xray Java Client

ide java jfrog jfrog-xray

Last synced: 10 Oct 2025

https://github.com/xtrafrancyz/acamar

Minecraft ping service with MySQL backend

java minecraft

Last synced: 14 Jan 2026

https://github.com/muhammad-salem/ariia

download manager, with its RESTful API server, and web ui with angular or aurora SPA

angular ariia bootstrap-grid cookies disk download-manager http-client java java-11-http-client metalink mvc-framework okhttp restful-api streaming

Last synced: 11 Oct 2025

https://github.com/f-lab-edu/modu-ui-market

자신만의 마켓을 만들어 물건을 판매할 수 있는 오픈마켓 서비스입니다.

java junit5 mysql spring-boot

Last synced: 12 Oct 2025

https://github.com/arpitbatra123/currencyconverter

🤑 Currency Converter, an Android Application to Convert between different currency formats.

android api java json

Last synced: 14 Oct 2025

https://github.com/dietechniker/3rdparty-privacy-proxy

Deliveres functionality to securely fetch and provide 3rd Party resources as well as proxying requests back to the 3rd Party Provider. This is the base library you use as a dependency within your own Privacy Proxy project. See the docs and the examples project to implement your own.

3rdparty-governance data-protection gdpr java library maven-dependency privacy proxy reverse-proxy spring-boot

Last synced: 12 Oct 2025

https://github.com/vaadin/vaadin-form-example

Example sign-up form with Vaadin 14 featuring cross-field validation, image upload, and form error handling.

binder example form java vaadin

Last synced: 14 Apr 2026

https://github.com/ashish2030/swagger_static_website

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

docket intellij java spring-mvc swagger-ui

Last synced: 24 Feb 2026

https://github.com/metaapi/metaapi-java-sdk

Java SDK for MetaApi, a professional cloud forex trading API for MetaTrader platform which supports both MetaTrader MetaTrader 5 and MetaTrader 4. Free usage tier available.

api cloud forex java metaapi metaapi-cloud metatrader metatrader4 metatrader5 mt4 mt4-api mt5 mt5-api rest trading websocket ws

Last synced: 24 Jan 2026

https://github.com/shadowss/mafiacrimes

MafiaCrimes is the game about MOBS

css java php smarty

Last synced: 14 Mar 2026

https://github.com/jonathan-foucher/spring-boot-redis-stream-example

An example of queueing jobs with a redis stream

java queued-jobs redis-stream spring-boot valkey

Last synced: 16 Mar 2026

https://github.com/apache/sling-org-apache-sling-servlets-post

Apache Sling Default POST Servlets

java servlets sling

Last synced: 19 Oct 2025

https://github.com/khaledashrafh/ftp-client-server-application

This is a implementation of a FTP (File Transfer Protocol) client-server application using Java sockets. The client can connect to the server, login with username and password, and download files from the server. The server can handle multiple clients and authenticate them using a file that stores the authorized users and their passwords. The serve

file-transfer-protocol ftp ftp-client ftp-server java java-socket-programming java-sockets socket-programming

Last synced: 17 Oct 2025

https://github.com/monarch-initiative/hpocaseannotator

Next-generation Biocuration App for annotating cases and PhenoPackets

biocuration gui java javafx

Last synced: 16 Oct 2025

https://github.com/hashimsaffarini/data_structures_course

Complete Java Data Structures course with custom implementations, problem-solving, and clean examples. Perfect for students and self-learners.

data-structures java oop problem-solving

Last synced: 21 Jul 2025

https://github.com/islati/commons

🧩 Plugin Development Framework for Spigot / Bukkit (Minecraft) Servers. Abstracted away all boiler plate code, now just focus on creating content 🥽

java minecraft minecraft-plugin minecraft-plugin-development

Last synced: 14 May 2025

https://github.com/supergaga/generator

mybatis generator plugin use table comment

java mybatis-generator-plugins

Last synced: 11 Jan 2026

https://github.com/dizitart/jbus

An Open Source Event Bus for Java 1.6+

event-bus java weak-references

Last synced: 17 Feb 2026

https://github.com/abdelillahbel/winiwalkandroid

WiniWalk is a fun and motivating walking app designed to turn every step into a chance to win! Whether you're a fitness enthusiast or just looking to stay active, WiniWalk provides a unique and enjoyable way to track your walking progress while giving you the opportunity to earn rewards and prizes along the way.

android-app firebase-realtime-database fitness-app idea java kotlin-android open-source steps-counter

Last synced: 17 Aug 2025

https://github.com/hibernate/hibernate-ogm-cassandra

Hibernate OGM integration with Cassandra

cassandra hibernate java

Last synced: 13 Apr 2025

https://github.com/kanugurajesh/tic-tac-toe

A simple tic tac toe app using java

batch-file java practice-project tic-tac-toe

Last synced: 24 Jun 2025

https://github.com/yyunikov/vertx-gradle-starter

Java 8 starter application with example of using Vert.X framework, Gradle build system, profiles configuration and SLF4J

architecture gradle java sample starter starter-template vertx vertx-web

Last synced: 14 May 2025

https://github.com/henryco/opalette

Android application. Use advanced color filters and create a color palette based on the image.

android android-application filter image-filters image-palette image-processing java opengl palette

Last synced: 12 May 2025