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/openjdk/jfx11u

JavaFX 11.x : last released 2023-07-19

java javafx openjdk

Last synced: 05 Oct 2025

https://github.com/twelvet-projects/netty-websocket-spring-boot-starter

(Based on Netty's WebSocket)基于Netty作为底层实现的Spring Boot Starter轻量级、高性能WebSocket框架,支持多端口,多路径,SSL,jdk >= 1.8 (兼容Spring Boot 3)

java netty spring-boot websocket

Last synced: 14 Apr 2025

https://github.com/mindula-dilthushan/abc-company

This is Product Item View Project. This is Using React Native And API ExpressJs

java javascript objective-c react-native ruby starlark

Last synced: 16 Apr 2025

https://github.com/nsiatras/pdf-compressor

PDF File Compression Software

compression ghostscript java pdf

Last synced: 13 May 2025

https://github.com/pavankjadda/redis-hibernate2ndlevelcache-springboot

Implement Hibernate 2nd level Cache with Redis, Spring Boot, and Spring Data JPA

hibernate2nd-level-cache java redis redisson spring-boot spring-data-jpa

Last synced: 23 Mar 2025

https://github.com/benpollarduk/ktaf

A Kotlin library that provides a framework for creating text adventures and interactive stories for JVM. Ktaf is a Kotlin implementation of NetAF.

adventure engine framework game game-engine interactive interactive-story java kotlin story text text-adventure

Last synced: 15 Apr 2025

https://github.com/xendit/xendit-java

Xendit REST API Client for Java - Card, Virtual Account, Invoice, Disbursement, Recurring Payments, Payout, EWallet, Balance, Retail Outlets Services

balance card disbursement ewallet hacktoberfest invoice java payment payment-gateway payout recurring-payments retail-outlet virtual-account xendit

Last synced: 01 Feb 2026

https://github.com/ranjanji/crime-management-system

A simple crime management system, which stores and display data from MySQL database. It is a console based Java application.

console-application crime-management crime-management-system database-management java jdbc-driver mysql spring-tool-suite sts

Last synced: 20 Apr 2026

https://github.com/c-akhil/java-interview-guide

A comprehensive repository for Java and Spring Boot interview preparation. This repository includes detailed questions and answers covering Core Java Concepts, OOP, Collections & Data Structures, Java 8 & Functional Programming, Spring Boot & Microservices, and Spring Boot Security & Optimization

api-development backend-development collections functional-programming interview-questions java java-interview microservices software-development spring-boot technical-interview

Last synced: 18 Apr 2026

https://github.com/rajatt95/testautomationframework_udemy_oc_web_selenium_java_v2

Automation Testing | Web+API | Java | Selenium WebDriver | RestAssured | OOPS (Inheritance, Polymorphism, Abstraction, Encapsulation)| TestNG | Maven | Allure Reports | Design Patterns (Page Object Model, Singleton, Fluent, Builder) | Jenkins | Data-Driven Testing using JSON file

allure atomic-tests automated-testing design-patterns intellij-idea java oops page-object-model restassured selenium-webdriver testng

Last synced: 01 Mar 2026

https://github.com/oragejuice/oragehack

A minecraft injection client that uses launchwrapper

java launchwrapper minecraft minecraft-cheat

Last synced: 12 Feb 2026

https://github.com/bsayli/spring-boot-openapi-generics-clients

End-to-end generics-aware OpenAPI clients with a single canonical {data, meta} contract and RFC 9457 Problem Details — built on Spring Boot 3.5 and Java 21.

api-client code-generation generics httpclient5 java mustache-templates openapi openapi-3 openapi-3-1 openapi-generator problem-details problem-details-for-http-apis restclient spring-boot-3 springdoc swagger

Last synced: 14 Feb 2026

https://github.com/explore-de/rage4j

Evaluate your LLM based Java Apps

ai evaluation java junit langchain4j llm testing

Last synced: 29 May 2026

https://github.com/vzurauskas/nereides-jackson

Object oriented JSON library wrapper for Jackson.

jackson java json library maven nereid

Last synced: 13 Oct 2025

https://github.com/faris771/comp333_db_project

Hotel DBMS for Database course

database java javafx mysql scenebuilder

Last synced: 11 Apr 2025

https://github.com/marcioos/bgg-client

BoardGameGeek XML API 2 client for Java and Android apps

android android-apps api-client bgg bgg-client bgg-library board-game boardgamegeek boardgames java library

Last synced: 14 Jan 2026

https://github.com/teogramm/oasth

A library offering access to the OASTH API.

bus java kotlin oasth thessaloniki transit

Last synced: 14 Jan 2026

https://github.com/spotify/futuristic-feline

futuristic-feline is a library for detecting blocking Java futures at runtime

futures java

Last synced: 06 Sep 2025

https://github.com/moatazeldebsy/espresso-tau

The demo repository for Espresso course for Test Automation University

android android-app demo demo-app espresso espresso-tests java kotlin uitesting uitests

Last synced: 15 Aug 2025

https://github.com/sondosaabed/tawjihi-school-records

School records managment application using linkedlist as data Structure. Java | JavaFX

data-structures gui java javafx linked-list school-records

Last synced: 21 Jan 2026

https://github.com/epicestudar/poo-2semestre-2023-senai

repository intended for object-oriented programming of the Senai DEV course.

awt backend gui java layouts poo projects swing

Last synced: 28 Apr 2025

https://github.com/jhg023/bitbuffer

A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.

bitbuffer bits bitwise bitwise-arithmetic bitwise-operators buffer bytebuffer java java-11

Last synced: 10 Apr 2025

https://github.com/petitviolet/android-scaex

powerful expressions

android java scala

Last synced: 28 Feb 2025

https://github.com/objectionary/eo-strings

EO Objects for Manipulations with Strings

eolang java oop oop-principles

Last synced: 14 Jan 2026

https://github.com/proninyaroslav/java-template-engine

Golang-like template engine for Java

golang java template-engine

Last synced: 27 Apr 2025

https://github.com/u014427391/lexer1.1.0

Java编写的C语言词法分析器,Java编写的C语言词法分析器 120号为关键字,用下标表示,i+1就是其机器码; 2140号为操作符,用下标表示,i+21就是其机器码; 41~60号为分界符, 用下标表示,i+41就是其机器码; 用户自定义的标识符,其机器码为51; 常数的机器码为52; 不可以识别的标识符,其机器码为0 选择打开按钮,选择文件所在的路径,单击打开,分析器会获取文件的内容,并将其复制到文本域里,本词法分析器就可以对文本域里的内容进行剪切复制黏贴和清除等编辑操作

java

Last synced: 26 Oct 2025

https://github.com/arcticicestudio/icecore-hashids

A lightweight generator for short, unique, non-sequential and decodable Hashids from non-negative numbers.

hash hash-algorithm hash-numbers hashids icecore java library obfuscation obfuscator

Last synced: 24 Oct 2025

https://github.com/nithanim/quarkus-dynamodb-enhanced

Quarkus extension that makes the aws dynamodb enhanced client compatible with quarkus and native-image.

aws-dynamodb aws-sdk-java-v2 dynamodb java quarkus

Last synced: 23 Oct 2025

https://github.com/xeraa/mongouk2011

MongoUK2011 presentation on Morphia

java mongodb morphia

Last synced: 11 Oct 2025

https://github.com/binaryb3ast/playsho

Transform your movie nights into a cinematic experience with PlaySho, an Android app built with Kotlin! Collaborate with friends to watch a single video together, regardless of their location. Utilize the virtual cinema feature, generate a shared stream link, and enjoy synchronized playback for an immersive movie-watching experience.

android exoplayer java retrofit2 socket-io stream

Last synced: 10 Oct 2025

https://github.com/robert076/ubb-computer-science

The courses I took at UBB during my Bachelor's in Computer Science. A collection of my assignments, exams, projects, labs, lecture notes, and preparation materials for them, including extra work.

assembly cpp java lisp prolog python ubb ubb-cluj ubb-computer-science ubb-fmi

Last synced: 09 Oct 2025

https://github.com/maxim-saplin/mandelbrot

Microbenchmark testing Python, Numba, Mojo, Dart, C/gcc, Rust, Go, JavaScript, C#, Java, Kotlin, Pascal, Ruby, Haskell performance in Mandelbrot set generation

bun c csharp dart dotnet flutter gcc golang haskell java javascript kotlin mojo node nodejs numba pascal python ruby rust

Last synced: 26 Oct 2025

https://github.com/therealayce/ubisoftconnect-win7fix

This is a proxy application to fix Ubisoft's channel-service not supporting any cipher suites for Windows 7, so that chat, groups and multiplayer invites work again.

chat csharp groups invite java multiplayer tls tls12 ubisoft-connect uplay windows-7

Last synced: 27 Oct 2025

https://github.com/hidroh/numeric-edittext

A numeric EditText widget for Android

android java library

Last synced: 26 Oct 2025

https://github.com/fiqryq/movie

🎥 Aplikasi android sederhana menggunakan retrofit2 dan api themoviedb.

api java movie retrofit themoviedb

Last synced: 10 Oct 2025

https://github.com/3urobeat/nopeacefulplugin

🔌 A Minecraft plugin to block users from running '/difficulty peaceful' to prevent mobs from despawning. [Bukkit/Spigot - Supports 1.20]

bukkit difficulty java minecraft minecraft-plugin minecraft-server plugin spigot spigot-plugin

Last synced: 13 Oct 2025

https://github.com/minhaskamal/resultanalysistool

A Complete Package for Processing OMR Answer Sheet

image-processing java omr-sheet result-analysis student-answer

Last synced: 16 Oct 2025

https://github.com/cassiomolin/tasks-rest-api

Sample REST API for managing tasks using Spring Boot, Jersey, Jackson, MapStruct, Hibernate Validator and REST Assured.

hibernate-validator jackson java jersey mapstruct postman rest rest-api rest-assured spring spring-boot

Last synced: 15 Mar 2026

https://github.com/shubh2-0/tender-management-system

This is a Tender Management System application. In this application two persons are allow to login ,first one is Admin and second one is Vendor. Admin can register new Vendors and will provide a username and password to Vendor. Vendor can login with username and password and handle all present tender according to him.

buffered-reader class database java jdbc jdbc-driver methods mysql

Last synced: 14 Oct 2025

https://github.com/zhangyingwei/cockroach2

java 爬虫框架 cockroach 完全重构

cockroach java spider

Last synced: 07 May 2025

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

Apache Drill Site

big-data drill java

Last synced: 03 Sep 2025

https://github.com/beratyesbek/e-campus-backend

e campus system is a portal that contains all the information of your college. it includes the students schedule and timetable, lesson detail ,professors,student enrolled and more all are managed by this system.

aop-aspects java psql spring spring-boot

Last synced: 27 Oct 2025

https://github.com/56duong/real-time-chat-websocket-angular-spring-boot

A real-time chat app offering individual and group chats, including chat color customization and group management. Users can log in, manage members, view active users, track unseen messages, and upload avatars.

angular chat-application java mysql real-time sockjs-client spring-boot web-socket

Last synced: 29 May 2026

https://github.com/keyfactor/ejbca-cert-cvc

Java API library for BSI TR-03110 cv certificates used for Extended Access Control (EAC)

cvc java

Last synced: 07 May 2025

https://github.com/dxxxxy/hephaestus

Hephaestus - R.A.T Forger: completely setup R.A.T + host it on heroku with a single Java console application. Disclaimer: For educational purposes only.

app auto discord forge fully hephaestus heroku host java maven mod rat setup

Last synced: 21 Apr 2025

https://github.com/anonfaded/fadeboard

Android Keyboard which transforms simple letters into special characters | Dodge censorship!! - your words, your way!

android android-app android-keyboard java

Last synced: 13 Apr 2025

https://github.com/eugener/highlight.fx

Lightweight syntax highlighting for JavaFX

java javafx syntax-highlighting

Last synced: 05 May 2025

https://github.com/kanugurajesh/dsa-challenge

A 45 days DSA challenge

dsa java placement-preparation

Last synced: 07 May 2025

https://github.com/dkurt/openvino_java

Build, package and publish OpenVINO for Java

android gradle java openvino

Last synced: 15 Sep 2025

https://github.com/ayeujjawalsingh/cheat-sheet

Here is the Some Cheat-Sheet, through which you can easily Revise your knowledge......

canvas cheatsheet cpp css django flask html5 java javascript jquery mysql php python sql

Last synced: 25 Aug 2025

https://github.com/jwharm/cairo-java-bindings

Java language bindings for the Cairo graphics library using the JEP-454 Panama FFI

bindings cairo-drawing java jep-454

Last synced: 15 Sep 2025

https://github.com/binhex/arch-intellij

Docker build script for Arch Linux base with IntelliJ IDEA

arch-linux docker docker-image groovy gui ide intellij java kotlin novnc scala x-windows

Last synced: 08 Apr 2026

https://github.com/PhilippHeuer/credential-manager

Java - OAuth2 Credential Manager

credentialmanager java oidc-client

Last synced: 14 May 2025

https://github.com/tzutalin/driverecorder

It's an Android application which is able to record the video when driving.

android application camera java

Last synced: 14 May 2025

https://github.com/premium-minds/wicket-crudifier

wicket-crudifier is a library to easily create CRUD's with wicket

crud java wicket

Last synced: 30 Jul 2025

https://github.com/warlord27/javaprob

JavaProb is a comprehensive repository dedicated to solving a wide range of tricky and concept-rich Java problems. Whether you're preparing for technical interviews, enhancing your problem-solving skills, or just looking to dive deeper into Java’s core and advanced topics, this repository is designed with you in mind.

dsa dsa-algorithm dsa-practice java java19 java21 java8 problem-solving-algorithms question-answering

Last synced: 13 Aug 2025

https://github.com/rodrigorvsn/buda

📚️ My Software Engineer arsenal with Data Structures, Algorithms, Design Patterns, Concepts, etc.

algorithms competitive-programming data-structures-and-algorithms design-patterns docsify java python software-engineering solid tdd typescript vitest

Last synced: 18 Aug 2025

https://github.com/kilianb/java-sonos-controller

Sonos controller api with UPnP event support. Examples show text to speech on speakers and local music file playback.

controller java sonos upnp

Last synced: 15 Aug 2025

https://github.com/hezhii/algorithm

学习《算法》(第四版)过程中的一些笔记、练习等。

algorithm java

Last synced: 10 Aug 2025

https://github.com/syncfusionexamples/ej2-document-editor-web-services

This repository contains Web API service projects for Word Processor (also known as Document Editor) component server-side dependencies in all supported platforms.

csharp document-editor java web-api web-services word-processor

Last synced: 15 Aug 2025

https://github.com/mahozad/jlayer

Mirrored from http://www.javazoom.net/javalayer/javalayer.html

java jlayer mp3 mp3-converter mp3-decoder mp3-files mp3-player mpeg

Last synced: 10 Aug 2025

https://github.com/yiding-he/redisfx

A JavaFX Client for Redis

client gui java javafx redis

Last synced: 27 Oct 2025

https://github.com/kennedyoliveira/ultimate-pastebin-intellij-plugin

Ultimate IntelliJ IDEA Plugin, PasteBin Plugin for IntelliJ

intellij java open-source pastebin pastebin-plugin pastebin-service

Last synced: 27 Jul 2025

https://github.com/jain131102/neocolab

CSE3004_Design and Analysis of Algorithms Lab_ NEOCOLAB

daa java neocolab vit

Last synced: 02 Aug 2025

https://github.com/openjdk/jmc7

https://openjdk.org/projects/jmc

java jmc mission-control openjdk

Last synced: 05 Oct 2025

https://github.com/fmjsjx/libnetty

A set of some useful libraries based on netty-4.x.

codec fastcgi http java netty redis

Last synced: 02 Apr 2026

https://github.com/migetapp/migetpacks

Zero-config container builds for 14 languages. Auto-detects Node.js, Python, Go, Ruby, Rust, Java, PHP, .NET, Elixir, Kotlin, Scala, Clojure, Deno, Bun. No Dockerfile required.

buildpacks cloud-native container devops docker dockerfile golang java kubernetes nodejs paketo-alternative python ruby rust

Last synced: 15 Feb 2026

https://github.com/openzipkin/brave-cassandra

Tracing instrumentation for Cassandra and the DataStax Java Driver

cassandra distributed-tracing instrumentation java openzipkin tracing zipkin zipkin-brave

Last synced: 04 Jun 2026

https://github.com/vrnsky/java-a-to-z

Java Study Project

java oop study-project

Last synced: 11 Feb 2026

https://github.com/norbit4/treecuter

Cut down trees mechanic plugin to game minecraft

bukkit java jobs mc minecraft paper plugin spigot tree treecapacitator treecuter

Last synced: 04 Mar 2026

https://github.com/sangam14/JavaLabs

The Ultimate JavaLabs For All #java Developer

applet class example-project java objects serverlet

Last synced: 03 Mar 2026

https://github.com/britannio/lox

A full-featured, efficient scripting language from Robert Nystrom's book: craftinginterpreters.com

bytecode-interpreter clox interpreter java jlox lox lox-interpreter lox-language recursive-descent-parser

Last synced: 17 Apr 2026

https://github.com/keinhaar/gwtswing

This is an UI API similar to Java's Swing API, but on top of GWT.

css gwt java teavm

Last synced: 17 Mar 2026

https://github.com/vimeworld/skinservice

VimeWorld.com Minecraft Skin Service

cloudflare image-api java minecraft minecraft-avatar vimeworld

Last synced: 13 Feb 2026

https://github.com/0x4e0x650x6f/pwn4jshell

Java Web shell project

java webshell

Last synced: 11 May 2025

https://github.com/seyed0123/oxdcommod

an online shop simulator amazonclone

amazonclone captcha filesaver java javafx

Last synced: 10 Sep 2025

https://github.com/skullabs/kos

Zero-overhead and minimalist web framework for Vert.x

java kotlin microservice vertx

Last synced: 21 Jun 2025

https://github.com/qaf-tm/qaf-step-by-step-tutorial

qaf getting started tutorial provides step by step exercise for automation using selenium webdriver and appium

appium bdd getting-started java qaf selenium tutorial webdriver

Last synced: 13 Jul 2025