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/baijifeilong/antea
Antea Free Chat, an encryption tool for text communication on Android
accessibilityservice android app baijifeilong encryption java
Last synced: 23 Apr 2025
https://github.com/objectionary/jucs
JUnit Classpath Sources: a simple framework for using classpath resources as JUnit sources
java junit5 junit5-extension oop unit-testing
Last synced: 09 Jun 2026
https://github.com/vladimir-dejanovic/simple-springboot-graphql-mongo-conftalk-demo
This is code used as demo for conference talk GraphQL vs Traditional REST API
demo graphql graphql-api graphql-java graphql-server java mongodb
Last synced: 08 Oct 2025
https://github.com/apache/directory-fortress-commander
Mirror of Apache Directory Fortress Commander
directory java network-client network-server
Last synced: 06 Sep 2025
https://github.com/sirywell/handlehints
An IntelliJ plugin providing inspections and visual enhancements for the Java MethodHandle, VarHandle, and Foreign Function & Memory APIs
intellij intellij-plugin java kotlin
Last synced: 16 Mar 2025
https://github.com/wingify/vwo-java-sdk
[DEPRECATED] VWO Java SDK for server-side A/B Testing
ab-testing java java-sdk murmurhash3 server-side server-side-rendering vwo
Last synced: 26 Apr 2025
https://github.com/NerdNu/ModReq
Mod Request System
java minecraft moderators spigot support-ticket
Last synced: 26 Mar 2025
https://github.com/mattczyr/endermail
Ender Mail is a Minecraft mod that allows players to deliver packages anywhere in the world.
forge forge-mod java minecraft minecraft-forge minecraft-mod mod
Last synced: 03 Sep 2025
https://github.com/born2snipe/maven-custom-logging
attempt to customize/modify Maven 3 logging
Last synced: 05 Jul 2025
https://github.com/naspredam/rest-spring-boot-multi-project-hexagonal-architecture
Hexagonal architecture with DDD and multi project gradle approach
clean-architecture gradle hexagonal-architecture java multiproject rest spring-boot
Last synced: 06 Sep 2025
https://github.com/liaochong/spring-boot-convention
spring boot 代码规约,从代码层面上统一规范!
hibernate-validator java springboot2
Last synced: 05 Jul 2025
https://github.com/open-amdocs/zusammen
collaboration collaborative-features database java java-8 java8
Last synced: 28 Oct 2025
https://github.com/hardiksinghbehl/rsql-spring-boot
Representational State Transfer + Structured Query Language(RSQL): Demo application using RSQL parser to filter records based on provided condition(s)
harry-potter-api java rsql rsql-jpa-specification spring-boot
Last synced: 09 Apr 2025
https://github.com/murraco/data-structures
Data structures in Java
arraylist bst data-structures heap java linkedlist queue stack trie
Last synced: 27 Apr 2025
https://github.com/jmarkstar/swiftandroid-sample
Swift on android sample
android-application gradle java jni swift-android swift4
Last synced: 12 Mar 2026
https://github.com/jdmaturen/hive-hll
Hive UD{A,}Fs wrapping https://github.com/aggregateknowledge/java-hll
aggregateknowledge hive-hll hll java
Last synced: 12 Apr 2025
https://github.com/stantmob/card-show-taken-pictures-view
A custom view to take pictures and put image in card view gallery .
android android-library java library picture-gallery
Last synced: 23 Feb 2026
https://github.com/dankolesnikov/battleship
Battleship game with Java Swing
battleship battleship-game java object-oriented-programming swing-gui
Last synced: 06 Sep 2025
https://github.com/sonatype-nexus-community/nexus-repository-elpa
elisp elpa emacs groovy java lisp nexus-repository sonatype-nexus
Last synced: 08 Oct 2025
https://github.com/hbollon/android-sqlite-toolbox
Android java package designed to easily manage a sqlite database. Include creation of the DB and interactions with it, import and export in several formats and synchronization through http.
android android-java android-library android-sqlite-toolbox crud csv database db dbhandler gradle java json sql sqlite sqlite-database synchronization
Last synced: 07 May 2025
https://github.com/sondosaabed/sondosaabed
About Me!
artificial-intelligence birzeit-university computer-science css data-analysis data-science html java javafx machine-learning python
Last synced: 07 Oct 2025
https://github.com/bg-software-llc/wildinspect
Custom inspect-mode with CoreProtect hookup!
bgsoftware coreprotect factions java minecraft plugin spigot survival wildinspect
Last synced: 13 Jun 2025
https://github.com/mitchtalmadge/old-portfolio
(Outdated) My personal portfolio website, built with Angular and hosted on GitHub Pages.
angular java javascript portfolio typescript webapp webpack
Last synced: 09 Apr 2025
https://github.com/jerry-felipe/ai-predictivemaintenancesystem
The AI-PMS Microservice uses AI to predict aircraft system failures before they occur, optimizing maintenance and enhancing safety. This modular microservice integrates with fleet management systems, providing real-time predictions and automated alerts for preventive maintenance interventions.
aeronautical aeronautics aerospace aerospace-engineering ci-cd docker java logging oracle scalability
Last synced: 16 Mar 2025
https://github.com/wux1an/fernflowers
Java ☕ reverse engineering tool - Batch decompile the jar package.
bytecode bytecode-manipulation code-review compiler decompiler fernflower freeze java multi-threads reverse reverse-engineering
Last synced: 06 Oct 2025
https://github.com/bhamiltoncx/unicode-graphemes
Java parser for Unicode grapheme clusters, including emoji zero-width joiner (ZWJ), flag, and gender sequences
antlr antlr4 emoji graphemeclusters graphemes java lexer parser unicode
Last synced: 16 May 2025
https://github.com/jbenech/gnikrap
A JavaScript and Scratch-like development environment for the Lego Mindstrom EV3.
blockly java javascript kids-learn lego-mindstrom-ev3 scratch
Last synced: 10 Mar 2026
https://github.com/ahmednasserg/the-conqueror
A single player turn-based empire building game.
Last synced: 16 May 2025
https://github.com/sharafatkarim/websiteasapp
Turn your websites into a native android app within a few minutes, with splash screen support and even more!
android android-app android-studio java web-to-andriod-app web-to-apk web-to-app
Last synced: 06 Mar 2025
https://github.com/shubh2-0/functional-interface
An interface with exactly one abstract method is called Functional Interface. @FunctionalInterface annotation is added so that we can mark an interface as functional interface. It is not mandatory to use it, but it’s best practice to use it with functional interfaces to avoid addition of extra methods accidentally. If the interface is annotated wit
annotation exceptions functional-programming interface java jvm lamda-functions
Last synced: 17 Apr 2025
https://github.com/tlinkowski/basic-annotations
A couple of basic Java annotations that cover null safety (via JSR 305), collection mutability (via Kotlin), and a few other concepts.
annotation java mutability nullability
Last synced: 27 Apr 2025
https://github.com/liftwizard/liftwizard
A collection of utilities for Dropwizard
Last synced: 05 Jan 2026
https://github.com/bettehem/messenger
An android messenger that only needs a username. Also, there's encryption
android android-app android-application android-messenger chat-application encryption firebase-cloud-messaging google-play-store java kotlin kotlin-android messenger private-chat published secure secure-chat secure-messenger
Last synced: 29 Jun 2025
https://github.com/mxsm/mxsm-website
mxsm(蚂蚁背大象) blog build on Docusaurus
docusaurus eventmesh java learning notes rocketmq rust spring spring-boot
Last synced: 15 Apr 2025
https://github.com/sabaurgup/bank-app
Within the scope of this project, an online bank application was developed by me in accordance with the UML diagram shown in the relevant pdf.
arraylist banking-applications classes gui inheritance java java-frameworks methods money-transfer uml-diagrams
Last synced: 10 Apr 2025
https://github.com/tangxbai/mybatis-mapper
Mybatis generic mapper plugin for solving most basic operations, simplifying sql syntax and improving dynamic execution efficiency
java mybatis mybatis-mapper sql-template
Last synced: 15 Apr 2025
https://github.com/reugn/gravity
An efficient Java substring search library
exact-string-matching java string-matching string-search substring-search tree-search trie
Last synced: 15 Apr 2025
https://github.com/snowiiii/mojangapi
Simple & User Friendly Java Mojang API
Last synced: 14 Oct 2025
https://github.com/bufgix/study.lib
Konya Teknik Üniversitesi haftalık programlama ödevleri
Last synced: 02 Sep 2025
https://github.com/marwa-eltayeb/englishquiz
It is a quiz app for English language.
android answers english english-quiz java quiz quizapp
Last synced: 11 Jul 2025
https://github.com/KaShiekzmi/Gym-Management-System-GUI-OOP-Java-Project
Java Gym Management System with GUI - A comprehensive OOP project for managing gym operations. Features include login, member/trainer management, machine booking, financial accounts, and reports. Developed by Kashif Abbas Kazmi and Muhammad Sarim.
gui gym-management-system java netbeans object-oriented-programming swing
Last synced: 04 Apr 2025
https://github.com/tananaev/simple-camera-android
Simple Camera app for Android
Last synced: 19 Oct 2025
https://github.com/Mister-Ritom/Ananta
A Minecraft utility mod for anarchy servers
forge forge-mod hacked-client java kotlin minecraft minecraft-forge-mod minecraft-hacked-client minecraft-mod
Last synced: 06 May 2025
https://github.com/mindexpert7546/learn-dsa
Data structure and Algorithm (DSA).A data structure is a method of organizing data in a virtual system. Think of sequences of numbers, or tables of data: these are both well-defined data structures. An algorithm is a sequence of steps executed by a computer that takes an input and transforms it into a target output.
algorithms-and-data-structures c cpp data-structures dsa dsa-algorithm hacktoberfest hacktoberfest-accepted hacktoberfest-starter hacktoberfest2023 java python
Last synced: 18 Jun 2025
https://github.com/getyourguide/openapi-validation-java
Build trust in your spec by validating live requests and responses against your OpenAPI spec.
java openapi openapi-specification openapi-validation spring-boot
Last synced: 12 Apr 2025
https://github.com/isislab-unisa/sof
Simulation Optimization and exploration Framework on the cloud: SOF
agent-based-simulation hadoop java mapreduce optimization-process simulation-model simulation-optimization sof
Last synced: 12 Apr 2025
https://github.com/baderlab/cy3d-impl
3D Graph Renderer for Cytoscape using OpenGL
3d-renderer cytoscape java jogl opengl
Last synced: 04 Apr 2025
https://github.com/nunum/where-am-i-server
Implement and test indoor position algorithms using Wi-Fi signal information
fingerprinting java javadoc localization-tool maven open-source swagger wifi
Last synced: 11 Apr 2025
https://github.com/cincheo/jsweet-angular2-quickstart
JSweet-enabled Angular 2 quickstart
angular java jsweet typescript
Last synced: 11 Jul 2025
https://github.com/nthnn/batch2exe
Easy-to-use Windows Batch File to executable file converter/wrapper with Swing GUI.
batch-file batch-script cpp csharp dotnet flatlaf java
Last synced: 06 May 2025
https://github.com/barrettotte/ibmi-springboot-api
A Spring Boot API to easily expose IBMi information. Currently has endpoints to return lists for libraries, files, and members.
db2 ibmi ibmi-java java spring-boot
Last synced: 11 Apr 2025
https://github.com/kapilkumar2001/data-structures-and-algorithms
Collection of Algorithms and Data structures
algorithms contributions-welcome cpp hacktoberfest hacktoberfest2021 hacktoberfest2022 java python
Last synced: 21 Mar 2025
https://github.com/holazt/rsa
RSA data encryption communication from front-end to back-end
Last synced: 29 Oct 2025
https://github.com/galovics/jpa-locking
concurrency-control hibernate hibernate-jpa hibernate-orm java jpa optimistic-locking spring spring-boot
Last synced: 20 Mar 2025
https://github.com/rsatrio/llm-chatbot-springboot
LLM Chatbot using Spring Boot 3
chatbot java llamacpp llm spring-boot
Last synced: 17 Feb 2026
https://github.com/apache/maven-archiver
Apache Maven Archiver
build-management java maven maven-shared
Last synced: 04 Apr 2025
https://github.com/selimhorri/micronaut-app-demo
bootstrap a Micronaut Java application
batch documentation java micronaut micronaut-framework micronaut-java-application
Last synced: 10 Jul 2025
https://github.com/nextbreakpoint/freeimage4java
FreeImage4Java provides a Java wrapper of FreeImage library
freeimage freeimage-wrapper java java-library java-wrapper
Last synced: 07 May 2025
https://github.com/sondosaabed/nice-numbers
This a java assignment to detect nice numbers
Last synced: 29 Oct 2025
https://github.com/mildsunrise/quickvm
🕵️ The crappy, magical string Java/Android decrypter
crappy deobfuscation java reverse-engineering smali
Last synced: 16 Jul 2025
https://github.com/hasnatrasool163/universitymanagementsystem
The University Management System is an all-encompassing Java-based application tailored to streamline and automate the administrative and academic operations of universities. From managing teacher and student databases, handling fee structures, to processing examination results, UMS serves as a robust platform that ensures efficient and effective.
examination-system java javaswing javaswing-javaawt-oops-mysql javaswings javaswingsapp management-system studentmanagement studentmanagementsystem universitymanagement universitymanagementsystem
Last synced: 12 Jul 2025
https://github.com/varshithvhegde/pdfsign
Android App to Digitaly Sign PDF
android androidstudio java pdfsign playstore
Last synced: 04 Mar 2026
https://github.com/japlscript/japlscript
Less than perfect bridge from Java to AppleScript and back
ant applescript japlscript java maven script
Last synced: 05 Mar 2026
https://github.com/microsphere-projects/microsphere-i18n
The microsphere projects for internationalisation
cloud-native devops i18n internationalisation java microservices microsphere spring
Last synced: 05 Apr 2026
https://github.com/muhammedzohaib/hitfit-gym-app
A Java and JavaFX-based Gym Management App that enables user login/signup and provides administrative features for efficient gym management. Simplify and streamline your gym operations with this user-friendly application.
desktop-app gui gui-application gym-management-system intellij-idea java java-project javafx javaprogramming project semester-project
Last synced: 04 Mar 2026
https://github.com/thedeathlycow/more-geodes
A Minecraft Fabric mod to add more geodes to your world
fabricmc java minecraft minecraft-mod
Last synced: 05 Mar 2026
https://github.com/dynamiatools/framework
Fullstack Java framework for enterprise web application
actions developer-tools framework hibernate java java-25 libraries modularization nodejs spring spring-boot vuejs zk
Last synced: 20 Apr 2026
https://github.com/st235/richtextview
A simple way to work with icon fonts. 💰
android assets fonts icons java library performance text
Last synced: 04 Mar 2026
https://github.com/liuyueyi/autormbg
auto remove image backgound service by SpringBoot3+ JDK17+ AI
ai image-to-image java jdk17 python remove-background rmbg springboot springboot3-x
Last synced: 24 Oct 2025
https://github.com/blckclov3r/mvvm_time-trainee-tracker
(Android) Time Trainee Tracker App repository implements MVVM Architecture using Room, ViewModel, LiveData, etc.
Last synced: 13 Mar 2026
https://github.com/mohnoor94/problemssolving
In this repository, I will add some of problems I solved, mainly using Java, Scala, and Python Programming Languages.
java java11 learning-by-doing problemsolving python python3 scala
Last synced: 25 Oct 2025
https://github.com/uctakeoff/uc-jni
uc::jni is a Java Native Interface (JNI) wrapper library created C++14 single-header.
android cpp cpp11 cpp14 java jni jni-android
Last synced: 17 Mar 2026
https://github.com/eyedeekay/i2p.plugins.firefox
I2P Focused Browser Profile Manager written in Java.
browser chromium firefox i2p java profile-manager tor tor-browser
Last synced: 12 Feb 2026
https://github.com/azimjohn/nupogodi
Nu Pogodi - Game Built with JavaFX
java javafx university-project
Last synced: 13 Oct 2025
https://github.com/leplusorg/ristretto
A small library of (hopefully) useful Java classes.
java java-library jdk uuid uuid-generator
Last synced: 14 Oct 2025
https://github.com/f-lab-edu/mytube
[국비출신 -> IOT 기업 취업, 초봉 3000 중후반] mytube-sns API 서버
fitz java mybatis mysql-database spring
Last synced: 14 Oct 2025
https://github.com/mimaraslan/java21
Java 21 - Records, Pattern Matching for instanceof, Text Blocks (multiline strings), Switch Expression
jakarta jakarta-ee jakartaee java java21 jdk jdk21 jvm
Last synced: 14 Mar 2026
https://github.com/leonamtv/hilbert_curve
Pequeno programa em java para renderizar a curva de Hilbert até determinado nível. A small java program to render the Hilbert Curve up to a given level
generating-curves hilbert-curve java
Last synced: 12 Oct 2025
https://github.com/nerkarso/self-order-kiosk
📮 A self-checkout experience where customers can quickly place an order
Last synced: 12 Oct 2025
https://github.com/apache/pekko-persistence-cassandra
A replicated Apache Pekko Persistence journal backed by Apache Cassandra
cassandra cqrs eventsourcing java pekko pekko-persistence scala
Last synced: 19 Oct 2025
https://github.com/zhangchaoxu/onex-boot
OneX Admin Boot
boot element-ui java onex springboot vue
Last synced: 26 Oct 2025
https://github.com/hms-core/hms-iap-vr-serverdemo
The sample encapsulates APIs of the IAP VR server. The repository contains 2 branches of java and php.
hms in-app-purchase java php server-demo vrpay
Last synced: 20 Oct 2025
https://github.com/fair-acc/opencmw-java
Open Common Middle-Ware library for accelerator equipment- and beam-based control systems at FAIR.
cross-platform java microservice middleware modular opencmw rest-api serialisation serialization zeromq
Last synced: 13 Mar 2026
https://github.com/sureshg/kotlin-mpp-playground
🎨 Kotlin Multiplatform playground!
compose-web coroutines graalvm-native-image java jvm kotlin kotlin-multiplatform kotlin-native openjdk structured-concurrency virtual-threads wasm
Last synced: 12 Feb 2026
https://github.com/syncfusionexamples/java-word-find-and-replace-examples
Find and replace text in a Word document in Java without Microsoft Word or interop dependencies.
find-and-replace java word-library
Last synced: 12 Oct 2025