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/augustd/burp-suite-utils

Utilities for creating Burp Suite Extensions.

burp burp-api burp-extensions burp-plugin burpsuite java

Last synced: 16 Jan 2026

https://github.com/thatbeautifuldream/dsa

This repository consists of all the material from my data structures and algorithms preparation.

algorithms data-structures java problem-solving

Last synced: 14 Apr 2025

https://github.com/datl4g/klient2klient

Discover devices in your network and create a connection between them to send data

java kotlin library multiplatform p2p

Last synced: 09 Mar 2026

https://github.com/dingdaoyi/simple-iot

The Minimal IoT Platform — single-binary Spring Boot 4 + Vue 3 IoT platform. Built-in MQTT broker, visual rule engine, hot-loaded protocol scripts.

dashboard docker element-plus glassmorphism iiot influxdb iot iot-platform java java-25 mqtt mqtt-broker rule-engine self-hosted spring-boot spring-boot-3 thing-model thingsboard-alternative vue vue3

Last synced: 01 Jul 2026

https://github.com/hoangsonww/string-manipulations

🔤 This repository hosts a "String Manipulations" tool, designed to perform various string functions such as removing leading and trailing spaces, among others. It provides a comprehensive set of operations for string handling, making it an invaluable resource for developers requiring advanced text processing capabilities in their projects.

java string string-algorithms string-manipulation string-matching stringify strings strings-java

Last synced: 10 Aug 2025

https://github.com/fuxingloh/airtable

A lightweight Java 8 Airtable API client for https://airtable.com/api with all features implemented.

airtable airtable-api java java-api

Last synced: 01 Aug 2025

https://github.com/pushyzheng/landlords

这是一款可以和好友同玩的开黑斗地主!

game java spring

Last synced: 10 Aug 2025

https://github.com/xxdark/classfile

Java classfile library

bytecode classfile-parser java

Last synced: 10 Aug 2025

https://github.com/bkahlert/kommons

Kommons is a set of Kotlin Multiplatform Libraries (MPP) to allow the execution of command lines / scripts, to support print debugging and to ease testing.

command-line java kaomoji kotlin logger logging shellscript time unicode

Last synced: 01 Apr 2026

https://github.com/gooid/gocv

Go bindings for OpenCV 3.3+ (full functions, easy to use)

android dnn go golang java ml opencv

Last synced: 17 Jan 2026

https://github.com/maxisandoval37/webapp-maxcotas

MAXcota Web App - Spring Boot

java spring-boot spring-security thymeleaf

Last synced: 17 Mar 2025

https://github.com/terl/resource-loader

Getting files out of a JAR or loading a shared library is difficult. We made it easy.

jar java java-8 library loading shared-library

Last synced: 10 Apr 2025

https://github.com/ajermakovics/backflow

A dynamic reverse proxy server

java java8 reverse-proxy undertow

Last synced: 13 Apr 2025

https://github.com/abdlquadri/vertx-eventbus-java

A Vert.x EventBus client written in Java, works on Android

android eventbus java vertx

Last synced: 14 May 2025

https://github.com/niesfisch/java-code-tracer

JCT is a call graph generator that works via byte code instrumentation. it records the flow through your application to gather call statistics. It helps to analyze which code is still used in production and which code can be removed (e.g. for big monolithic legacy applications)

bytecode callgraph java javaagent jdk jre jvm legacy profile profiler stack stacktrace tracer tracing

Last synced: 23 Jun 2025

https://github.com/selimhorri/hr-management-system

Spring Boot app, handling CRUD operations for employees as well as their departments

dockerfile java spring spring-boot spring-security sql thymeleaf-template-engine

Last synced: 12 Apr 2025

https://github.com/houarizegai/tictactoe

A simple Tic Tac Toe (XO) game 🎮 developped using Java Swing.

game java swing tic-tac-toe tictactoe

Last synced: 10 Apr 2025

https://github.com/nea/nehe-android-ports

NeHe Android Ports

android java nehe opengl tutorial

Last synced: 11 May 2025

https://github.com/dpressel/sgdtk

A Java library for Stochastic Gradient Descent (SGD)

crf java logistic-regression sgd svm

Last synced: 23 Mar 2025

https://github.com/loiane/java-spring-extension-pack

Visual Studio Code Extension Pack for Java + Spring developers.

java spring spring-boot springboot visual-studio-code vscode

Last synced: 23 Mar 2025

https://github.com/oussamabonnor1/jetstory

JetStory is an open source android app made to help you spend your waiting time reading stories that have similar length to your available time.

android android-studio api app bootstrap csharp dotnet-core font-awesome java mobile-app open-source reading story time-management visual-studio-code xml

Last synced: 02 May 2025

https://github.com/eyesniper2/skRayFall

An addon for skript that adds Citizens support, EffectLib support and other features.

addon bukkit java kotlin skript skript-language

Last synced: 26 Feb 2025

https://github.com/cleasbycode/pdvzip

Embed a ZIP or JAR file within a PNG image to create a tweetable and "executable" PNG-ZIP polyglot image file. CLI / Web tool.

arbitrary-data cli-tools cpp hacking infosec jar java linux png polyglot polyglot-files polyglots powershell pwsh python tweetable-zip twitter x-platform zip zipfile

Last synced: 12 Apr 2025

https://github.com/vm-001/mybatis-xml-generator

Generates MyBatis XML by using reflection and custom velocity templates.

java mybatis tools

Last synced: 11 Apr 2025

https://github.com/hoangsonww/binary-search-tree-dsa

🌳 This repository is dedicated to the Binary Search Tree (BST) data structure, featuring a comprehensive demo of all its functionalities including insertion, deletion, search, and traversal operations. It serves as an educational resource for understanding BSTs in depth, offering code examples and explanations suitable for students and developers.

algorithms binary-search binary-search-algorithm binary-search-tree binary-search-tree-operations binary-search-tree-traversal binary-tree binary-tree-array binary-tree-linked-list bst bst-tree data-structures java java-8

Last synced: 14 Oct 2025

https://github.com/hoangsonww/sorting-algorithms-dsa

🔄 This repository delves into sorting algorithms, with a special emphasis on the implementation of Merge Sort to organize artworks in a museum setting. It provides a detailed guide on sorting principles, Merge Sort algorithm adaptation, and its application to real-world scenarios.

java java-8 merge-sort mergesort museum museum-collections sort sorting sorting-algorithms sorting-algorithms-comparison sorting-algorithms-implemented

Last synced: 11 Apr 2025

https://github.com/hoangsonww/graph-data-structure

🔍 This repository explores the graph data structure, focusing on its application in analyzing large texts and developing the Word Graph Game. It includes algorithms for text analysis, graph construction, and game logic, offering a comprehensive toolkit for educational and development purposes.

graph graph-algorithms graph-data-science graph-datastructures graph-theory graphs java java-8

Last synced: 11 Apr 2025

https://github.com/aquazus/d1proxy

A simple yet powerful Java 11 TCP MITM proxy for Dofus 1.29.1

dofus java mongodb network network-analysis network-monitoring networking proxy

Last synced: 09 Jul 2025

https://github.com/arconia-io/arconia-migrations

Tools and OpenRewrite recipes to automate refactoring, migrations, and upgrades for Java projects.

arconia docling java junit migrations open-rewrite spring-boot testcontainers

Last synced: 30 Jun 2026

https://github.com/oussamabonnor1/find_the_letter_material_design

litterature game made using javaFX and FXML, small collaboration, the game is about finding the missing letters from a word using different hints (an image, incomplete word..etc).

desktop fxml game intellij-idea java javafx material-design

Last synced: 23 Oct 2025

https://github.com/futaosmile/springbootintegration

SpringBoot集成学习项目 SpringBoot Integration

druid elasticsearch gradle java kotlin mybatis redis rocketmq springboot swagger

Last synced: 23 Apr 2025

https://github.com/cami-la/java-poo-curso-em-video

Código fonte das aulas do curso Curso completo de Programação Orientada a Objetos (POO) com a linguagem Java. Aborda os principais conceitos como Classes, Objetos, instanciamento, abstração, encapsulamento, herança, polimorfismo e muito mais. Criado pelo professor Gustavo Guanabara para o Curso em Vídeo, explica todos os conceitos de POO de uma maneira simples, objetiva e divertida.

curso-em-video curso-em-video-java cursoemvideo gustavo-guanabara gustavoguanabara java java-oop java-oop-course orientacao-a-objetos poo

Last synced: 23 Apr 2025

https://github.com/shurjopay-plugins/sp-plugin-java

shurjoPay plugin module for Java application

java payment-gateway payments shurjomukhi shurjopay spring spring-boot

Last synced: 12 May 2025

https://github.com/pgssoft/httpclientmock

Library for mocking Java 11 HttpClient.

httpclient java mock test unit-testing

Last synced: 22 Apr 2025

https://github.com/epam/Gepard

Test Automation Framework

framework java junit test-automation

Last synced: 27 Feb 2025

https://github.com/wkgcass/f

a library to write async vert.x code similar as using java syntax

future java monad vertx

Last synced: 12 Apr 2025

https://github.com/skapral/puzzlerbot

PDD manager which manages puzzles in issue/PR comments

github gitlab grizzly java jax-rs jersey oo-atom pdd-puzzles

Last synced: 11 Jul 2025

https://github.com/team142/gg

An in-browser multiplayer tank battle game

babylonjs docker game gradle java javascript rollup spring spring-boot velociraptors websocket

Last synced: 08 Jul 2025

https://github.com/veilair/java-development

An ongoing curated list of frameworks, books, articles, talks, screencasts, recordings, libraries, learning tutorials and resources about Java Development.

java java-17 java-9 java-application java-apps java-code-best-practices java-codes java-collections java-developer java-developer-vm java-development-kit java-development-tools java-frameworks java-security

Last synced: 12 Jun 2025

https://github.com/chains-project/bump

A dataset of reproducible breaking dependency updates, SANER 2024 (https://doi.org/10.1109/SANER60148.2024.00024)

dependency-analysis java

Last synced: 30 Oct 2025

https://github.com/marcel0ll/customitems

The most simple way to add your custom items to minecraft

java minecraft minecraft-mod mod

Last synced: 12 May 2025

https://github.com/bhattbhavesh91/facebook-transcoder-demo

A small walkthrough of Facebook's TransCoder Pretrained model for Code Conversion

code-converter facebook-research facebook-transcoder java python transcode

Last synced: 13 Jul 2025

https://github.com/ordinaryroad-project/ordinaryroad

OrdinaryRoad开源框架,一个Spring微服务项目

java nuxt spring-boot spring-cloud vuetify

Last synced: 12 Apr 2025

https://github.com/adorsys/keystore-management

Generate keys and keystores using fluent-like API instead of dealing with JCA intricacies

fluent-api java java-keystore jca key-generation key-management keystore

Last synced: 13 Apr 2025

https://github.com/ajermakovics/json

Simple and convenient Json in Java

java json

Last synced: 13 Apr 2025

https://github.com/brcolow/java-vulkan

Experiment with Project Panama, jextract, and Vulkan on Win32.

java jextract project-panama vulkan win32api

Last synced: 29 Jul 2025

https://github.com/tonyofrancis/dispatcher

Dispatcher is a simple and flexible work scheduler that schedulers work on a background or UI thread correctly in the form of Dispatch using the android.os.Handler class.

android androidlibrary api downloader downloadmanager handlerthread java kotlin kotlin-android observable okhttp retrofit2 rxandroid rxjava rxjava2 simple threading

Last synced: 30 Jul 2025

https://github.com/ewyboy/oretweaker

Add, remove, tweak and configure ore and underground generation features for Minecraft Forge

forge forge-mod java minecraft minecraft-forge minecraft-forge-mod mod modded modded-minecraft ore ores world-gen world-generation world-generator

Last synced: 04 Oct 2025

https://github.com/miho/vmf

VMF is a Lightweight Modeling Framework for the Java Platform (works on JDK 11-22)

gradle java modeling modeling-infrastructure

Last synced: 17 Aug 2025

https://github.com/spandey1296/learn-share-hacktoberfest2021

✧ 🎀 𝐓𝐡𝐢𝐬 𝐫𝐞𝐩𝐨𝐬𝐢𝐭𝐨𝐫𝐲 𝐜𝐨𝐧𝐭𝐚𝐢𝐧𝐬 𝐩𝐫𝐨𝐣𝐞𝐜𝐭𝐬 𝐚𝐧𝐝 𝐚𝐬𝐬𝐢𝐠𝐧𝐦𝐞𝐧𝐭𝐬 𝐭𝐡𝐚𝐭 𝐲𝐨𝐮 𝐡𝐚𝐯𝐞 𝐭𝐨 𝐰𝐨𝐫𝐤 𝐨𝐧 𝐛𝐲 𝐬𝐞𝐧𝐝𝐢𝐧𝐠 𝐨𝐧𝐥𝐲 𝟒 𝐯𝐚𝐥𝐢𝐝 𝐩𝐮𝐥𝐥 𝐫𝐞𝐪𝐮𝐞𝐬𝐭𝐬. 𝐒𝐭𝐞𝐩 𝐛𝐲 𝐬𝐭𝐞𝐩 𝐆𝐮𝐢𝐝𝐚𝐧𝐜𝐞 𝐰𝐢𝐥𝐥 𝐛𝐞 𝐦𝐚𝐢𝐧𝐭𝐚𝐢𝐧𝐞𝐝 𝐢𝐧 𝐭𝐡𝐞 𝐫𝐞𝐚𝐝𝐦𝐞.𝐦𝐝 𝒯𝒽𝒾𝓈 𝓇𝑒𝓅♡𝓈𝒾𝓉🍪𝓇𝓎 𝓌𝒾𝓁𝓁 𝒸🌺𝓃𝓈𝒾𝓈𝓉 𝓂𝑒𝓇𝑔𝑒 𝒻𝓇♡𝓂 𝓉𝒽𝑒 𝒶𝓁𝓁 𝓅𝒶𝓇𝓉𝒾𝒸𝒾𝓅𝒶𝓃𝓉𝓈 🌺𝒻 𝒽𝒶𝒸𝓀𝓉❁𝒷𝑒𝓇𝒻𝑒𝓈𝓉 𝟤❤𝟤𝟣 𝓅🍪𝓌𝑒𝓇𝑒𝒹 𝒷𝓎 𝒟𝒾𝑔𝒾𝓉𝒶𝓁🍑𝒸𝑒𝒶𝓃. 🎀 ✧

development full-stack hacktoberfest hacktoberfest-2021 hacktoberfest-accepted hacktoberfest-starter hacktoberfest2021 hactoberfest java project python3 web

Last synced: 31 Jul 2025

https://github.com/phiwa/dragontravel

A plugin for the Minecraft-servermods "Bukkit" and "Spigot".

bukkit bukkit-plugin contributions-welcome craftbukkit help-wanted java minecraft plugin spigot spigot-plugin

Last synced: 09 Sep 2025

https://github.com/realtimeweb/datasets

The primary repository for all of the CORGIS Datasets

csv data datasets java jinja2 json python racket

Last synced: 30 Jan 2026

https://github.com/landawn/abacus-jdbc

Coding with SQL/DB is just like coding with Collections

dao java jdbc jpa orm sql sqlbuilder

Last synced: 25 May 2026

https://github.com/agateau/burgerparty

A time management game for Android where you play a fast-food owner who must put together the burgers ordered by her customers before time runs out.

android burger game java libgdx

Last synced: 24 Oct 2025

https://github.com/calimero-project/introduction

Code examples and additional documentation for using Calimero

examples java knx

Last synced: 18 Oct 2025

https://github.com/sshtools/icon-generator

A simple library for generating Java2D (Swing/AWT) and JavaFX icons in Java, with SWT support in an add-on.

awt fontawesome generator icons java javafx swing swt

Last synced: 26 Oct 2025

https://github.com/ayu-hack/hacktoberfest-contributions

This repository helps beginners contribute to open source and participate in Hacktoberfest. We welcome all pull requests (Python & Java), prioritize genuine contributions, and promote good first issues! #hacktoberfest2022 #hacktoberfest2023 #hacktoberfest2024

beginner-friendly dsa hacktoberfest hacktoberfest-accepted hacktoberfest2024 java miniprojects python reactjs webdevelopment

Last synced: 13 Mar 2025

https://github.com/cowwoc/pouch

Inversion of Control that's designed for ease of use and debugging

dependency-injection inversion-of-control java service-locator variable-scope

Last synced: 13 Sep 2025

https://github.com/dadiyang/java-stomp

使用 STOMP over SockJS 实现的 SpringBoot 脚手架项目,可用于快速搭建 WebSocket 工程

java sockjs springboot stomp websocket

Last synced: 12 Jan 2026

https://github.com/sosow0212/2024-e-market

(~24.06) 교내 중고 거래 플랫폼

java junit5 mysql redis rest-docs spring-boot

Last synced: 14 Apr 2025

https://github.com/artipie/docker-adapter

Docker registry storage adapter

docker docker-registry java private-docker-registry

Last synced: 08 Sep 2025

https://github.com/devfinwiz/alas

This is a full fledged advanced automated library software built in Java Netbeans to reduce manual efforts of the librarian, students to ensure smooth functioning of library by involving RFIDs.

java jdbc library-automation rfid-rc522 sqlite

Last synced: 02 Aug 2025

https://github.com/y785/script-api

A java MapleStory🍁 scripting api.

java maplestory maplestory-scripts

Last synced: 04 Mar 2025

https://github.com/3arthqu4ke/hmc-specifics

Version specific implementations of the HeadlessMc runtime.

cli java minecraft

Last synced: 27 Apr 2025

https://github.com/oblac/jodd-lagarto

Java HTML parsers suite.

html html-parser java jquery parser

Last synced: 27 Apr 2025

https://github.com/playfab/javasdk

PlayFab SDK for Java applications

android java playfab

Last synced: 18 Aug 2025

https://github.com/jyksnw/install-jdk

install-jdk is a Python library for easily installing the latest OpenJDK for a given major version. Supports builds from Adoptium and Corretto. Simplify your Java development with the latest OpenJDK builds.

adoptium adoptopenjdk cicd-tools corretto devops-tools java openjdk python3

Last synced: 09 Apr 2025

https://github.com/seogeurim/algorithm-practice

🚘 어디 한 번 꾸준히 풀어보자 알고리듬 🚖

algorithm java

Last synced: 26 Mar 2025

https://github.com/apache/ambari-infra

Apache Ambari Infra is a sub project of Apache Ambari.

ambari big-data java javascript python

Last synced: 12 Jun 2025

https://github.com/codesqueak/jackson-json-crypto

Jackson Crypto Extension Module

aes encryption jackson java json module

Last synced: 13 Jul 2025

https://github.com/ngageoint/mgrs-java

Military Grid Reference System Java Library

java mgrs military-grid-reference-system nga

Last synced: 14 Apr 2025

https://github.com/project-openubl/xhandler-java

Java library for creating and sending XML files through SOAP - SUNAT

creditnote debitnote invoice java peru sunat ubl ubl20 ubl21 web-service wsdl wsdl-generation

Last synced: 07 May 2025

https://github.com/Scorpio-xu/2017NPU-Exam

2017级西工大软件工程考研复试机试题,java实现

bubble-sort java

Last synced: 01 Apr 2025

https://github.com/ksbrwsk/raspberrypi-boot

simple spring boot application running on raspberry pi measuring data via bmp085 sensor

gdata google-sheets-api java mqtt pi4j pushover rabbitmq raspberry-pi spring-boot

Last synced: 12 May 2025

https://github.com/fracpete/sizeofag

Determining size of Java objects.

java java-objects memory

Last synced: 22 Apr 2025

https://github.com/mcourteaux/spooferbt

Relay torrent tracker communication via TCP to bypass a blocked UDP network.

java proxy spoofing torrent tracker tracker-communication tunneling udp udp-traffic

Last synced: 09 Jul 2025

https://github.com/tokenmill/crawling-framework

Easily crawl news portals or blog sites using Storm Crawler.

crawler crawling crawling-framework elasticsearch java scraping storm storm-crawler vaadin

Last synced: 22 Apr 2025

https://github.com/nasa/ziggy

Ziggy, a portable, scalable infrastructure for science data processing pipelines, is the child of the Transiting Exoplanet Survey Satellite (TESS) pipeline and the grandchild of the Kepler Pipeline.

algorithm analysis arc data data-analysis data-reduction java k2 kepler linux macos nasa open-source pipeline science tess ziggy

Last synced: 09 May 2026

https://github.com/yandex-cloud/java-sdk

Yandex.Cloud Java SDK

java yandex-cloud

Last synced: 28 Apr 2025

https://github.com/stastnypremysl/mines3d

Minesweeper on n*m*2 matrix for Android.

android game java minesweeper-style-game

Last synced: 12 Apr 2025

https://github.com/d0k1/jsflight

Tools to record and replay user's activity in a web application

java jmeter load-testing selenium

Last synced: 11 Apr 2025

https://github.com/griush/galileohack

Born in HackUPC 2024, GNSS Tracker is an Android application that allows to retrieve and analyze data from the different GNSS satellite constelations.

android esa galileo gps java

Last synced: 06 Sep 2025

https://github.com/grofattila/dji-tello

Java API for the DJI Tello Drone.

dji drone java neural-network tello uav

Last synced: 06 May 2025