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-10 00:16:17 UTC
- JSON Representation
https://github.com/veryfi/veryfi-java
Java module for communicating with the Veryfi OCR API.
api java java-library java-sdk sdk
Last synced: 04 May 2025
https://github.com/eclipse-platform/eclipse.platform.debug
Eclipse Platform Debug functionality
Last synced: 04 May 2025
https://github.com/safnaj/ibazar-android-app
E-Commerce Android Application Developed in Java Using Android Studio. Google Firebase used for Backend.
android android-app google-firebase java uiux
Last synced: 03 Sep 2025
https://github.com/divvun/giellakbd-android
A fork of LatinIME (by Google for Android), targeting marginalised languages that also deserve first-class status on mobile operating systems.
android android-app ime java keyboard keyboard-layout minority-language natural-language
Last synced: 16 Jul 2025
https://github.com/manoelcampos/poo-java
Programação Orientada a Objetos em Java: uma abordagem didática utilizando a ferramenta BlueJ ☕️🧩
bluej course ebook gitbook java object-oriented-programming poo
Last synced: 04 Apr 2025
https://github.com/ajay-prabhakar/codeforces
Codeforces is Android version of Codeforces web. This app is made to integrate all the available Codeforces API into this app. :rocket:
Last synced: 29 Oct 2025
https://github.com/shyamz-22/openid-connect-client
OpenId Connect Java Client
java jvm-languages kotlin openid-connect openid-connect-basic-client spring-security
Last synced: 04 Jul 2025
https://github.com/oguzkaran/javaapp2-jul-2021
JavaApp2-Jul-2021
datastructures-algorithms grpc-java java junit rest spring-boot tcp-client-server udp-server-client
Last synced: 05 May 2025
https://github.com/spring-petclinic/spring-petclinic-langchain4j
Spring Petclinic application with a chatbot powered by OpenAI's Generative AI and the LangChain4j project
chatbot embeddings genai java langchain4j llm ollama openai rag spring-boot
Last synced: 05 May 2025
https://github.com/javiertuya/samples-test-spring
Ejemplos de automatización de pruebas con Spring Boot
bdd ci-cd-pipeline github-actions java jbehave jenkins junit maven spring-boot testing
Last synced: 17 Feb 2026
https://github.com/selimhorri/school-interests
Spring Boot / Angular application
angular h2-database java rest-api spring-boot sql typescript
Last synced: 12 Apr 2025
https://github.com/jlengrand/swacli
A simple Star Wars CLI tool built with picocli
cli hacktoberfest hacktoberfest-accepted hacktoberfest2020 java kotlin picocli star-wars star-wars-cli
Last synced: 06 Apr 2025
https://github.com/mrsarm/spring-react-crud
React.js and Spring REST CRUD Admin
admin bootstrap4 crud hibernate java maven reactjs spring spring-boot spring-data-jpa webapp
Last synced: 09 Apr 2025
https://github.com/teenbiscuits/pasame-codigo
Pásame el Código es una web open source con apuntes y ejercicios resueltos de las diferentes asignaturas que componen el Grado de Enxeñería Informática da Universidade da Coruña.
apuntes astro c cc-by-nc ds ejercicios fic gei git gplv3 java ocaml pp pro1 pro2 pro2324 tailwindcss udc universidad
Last synced: 14 Aug 2025
https://github.com/devfinwiz/leetcode-feeder
A repository designed for novice developers to make open-source contributions with just a few clicks. Get your pull request merged in under 12 hours!
algorithm-challenges competitive-coding cpp data-structures java leetcode leetcode-python python sql
Last synced: 21 Mar 2025
https://github.com/yedhink/KTU-Java
Learn Java easily. A collection of simple programs primarily focusing on the KTU syllabus for Java
awt java javafx-application jdk9 ktu learn-java simple-programs swing-gui
Last synced: 14 May 2025
https://github.com/iodesystems/seleniumjquery
Reactive Selenium jQuery dom integration
Last synced: 27 Jun 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/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/sofianehamlaoui/burp-addons
Burp-Addons : Some of Burp Addons I use ( Mindak ak fahem )
burpsuite cybersecurity hacking hamlaoui jar java python sofiane sofianehamlaoui
Last synced: 08 May 2025
https://github.com/darbyluv2code/deploy-spring-boot-3-apps-on-aws
Source code for the course: Deploy Spring Boot 3 Java Apps Online to Amazon Cloud (AWS)
aws aws-elastic-beanstalk aws-parameter-store awselasticbeanstalk elasticbeanstalk java rds spring spring-boot spring-boot-3 spring-data-jpa spring-mvc springboot springboot3 thymeleaf
Last synced: 21 Mar 2025
https://github.com/selimhorri/flight-management
Spring Boot app manages flights and their reservations
Last synced: 12 Apr 2025
https://github.com/selimhorri/kafka-boot
kafka-producer-consumer-with-spring-boot
java kafka kafka-consumer kafka-producer kafka-topic message-streaming spring-boot spring-kafka streaming-data
Last synced: 12 Apr 2025
https://github.com/apache/pulsar-java-contrib
Contributor repository for code samples, plugins and libraries in Java for Apache Pulsar
Last synced: 16 Mar 2026
https://github.com/u014427391/lexer1.1.0
Java编写的C语言词法分析器,Java编写的C语言词法分析器 120号为关键字,用下标表示,i+1就是其机器码; 2140号为操作符,用下标表示,i+21就是其机器码; 41~60号为分界符, 用下标表示,i+41就是其机器码; 用户自定义的标识符,其机器码为51; 常数的机器码为52; 不可以识别的标识符,其机器码为0 选择打开按钮,选择文件所在的路径,单击打开,分析器会获取文件的内容,并将其复制到文本域里,本词法分析器就可以对文本域里的内容进行剪切复制黏贴和清除等编辑操作
Last synced: 26 Oct 2025
https://github.com/annimon/hotarufx
Programming language for creating animations
animation java javafx programming-language
Last synced: 16 Oct 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/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/3urobeat/pingplugin
🔌 A Minecraft plugin that tells you your or the ping of another player in ms to the server. Thats it. [Bukkit/Spigot - Supports 1.20]
bukkit bukkit-plugin java minecraft minecraft-plugin minecraft-server ping plugin spigot spigot-plugin
Last synced: 13 Oct 2025
https://github.com/sergey-melnychuk/distributed-algorithms
Implementation of classic distributed algorithms: membership, failure detection, quorum, replication etc.
consensus distributed-hash-table distributed-systems fault-tolerance java membership peer-to-peer quorum replication
Last synced: 19 Jan 2026
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/keinhaar/gwtswing
This is an UI API similar to Java's Swing API, but on top of GWT.
Last synced: 17 Mar 2026
https://github.com/hebirobotics/hebicam
MATLAB utility for streaming video acquisition (h264, mjpeg, etc.)
Last synced: 27 Feb 2026
https://github.com/dzikoysk/linuxenv
Modify JVM environment variables on Linux at runtime
environment-variables java jni jvm ld-library-path linux maven native
Last synced: 28 Oct 2025
https://github.com/mrjameshamilton/bf
An optimizing brainf*ck compiler with multiple target backends: JVM, smali, dex, C, LLVM IR, ARM, WASM, JavaScript and Lox.
arm assembly brainfuck bytecode compiler java javascript jvm jvm-bytecode jvm-language kotlin language llvm llvm-ir lox smali wasm
Last synced: 09 Apr 2025
https://github.com/gmugra/net.cactusthorn.config
Configuration library based on annotation processing
annotation-processor configuration-library configuration-management hjson java java-8 json properties toml xml yaml
Last synced: 10 Apr 2025
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/faob-dev/tutorials
Covers various languages and technologies
android android-development java jna ndk
Last synced: 24 Apr 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/codesqueak/z80processor
A Zilog Z80 Processor Emulator in Java
Last synced: 06 Jul 2025
https://github.com/dhi13man/spring-multi-data-source
To mitigate Spring's limitations with multiple data sources in a single service, this library provides two custom Java annotations that automatically generate all the required bean definition configurations, and package-segregated repositories, for each data source.
annotation-processor annotations database java maven spring spring-boot
Last synced: 14 Apr 2025
https://github.com/rafaelspinto/workshop-tdd-java
This workshop is designed to help you start or improve your TDD skills.
bdd cucumber-jvm feature gherkin given-when-then java junit junit-dataprovider maven mocking mockito sonarcloud tdd travis-ci unit-testing workshop
Last synced: 11 Jun 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/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/sschuberth/parandroid
The first demoscene production for the Android platform.
Last synced: 19 Mar 2025
https://github.com/AoElite/claude4j
A very simple java library to interact with Claude's API
anthropic anthropic-claude claude claude-3 claude-ai claude-api java library
Last synced: 09 May 2025
https://github.com/oussamabonnor1/jettunes_android
Android music player, still under developement and requires many improvements but works normaly.
android android-application android-studio java material-design music-player xml
Last synced: 30 Oct 2025
https://github.com/kanlon/cfile
在线收集文件的项目,不用再让每个人发邮箱到收集人那里
bootstrap java mybatis springboot
Last synced: 05 Apr 2025
https://github.com/erfanjazebnikoo/internet_download_manager
Internet Download Manager for Android devices
android android-application download-manager internet-download-manager java scheduler
Last synced: 14 Jul 2025
https://github.com/lowes/auditor
Solves the audit needs for any JVM based application.
audit audit-log audit-trail auditing java java-audit jvm kafka kotlin reactor spring-boot
Last synced: 13 Apr 2025
https://github.com/cmdjulian/kirc
Sync / Coroutines / Reactive Container Registry Client written in Kotlin ready for GraalVM 🐋
coroutines docker fuel java jvm kotlin oci projectreactor reactive registry
Last synced: 07 Apr 2026
https://github.com/virgilsecurity/virgil-e3kit-kotlin
E3Kit is a security framework that simplifies work with Virgil services and presents the easiest way to add full end-to-end security to your chat application to become HIPAA and GDPR compliant and more.
e3kit encryption encryption-for-unregistered-users end-to-end-encryption gdpr group-encryption hipaa java kotlin multi-device pki post-quantum-cryptography pqc sdk secure-the-future stream-encryption
Last synced: 09 May 2025
https://github.com/julxxy/multiple-sms-spring-boot
Multiple SMS Templates & Multiple SMS Providers for spring-boot, You can easily use multiple-sms-spring-boot-starter to send SMS for users by @SMS annotation and SmsTemplat in you projects.
java sms spring-boot spring-boot-starter
Last synced: 11 Jan 2026
https://github.com/bartlomiejzuber/rapidmsgconverter
Java app for quick converting .msg files to .pdf files
java msg-converter msg-files pdf-generation
Last synced: 07 May 2025
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/timbru31/passwordprotect
🔐 PasswordProtect plugin for CraftBukkit/Spigot
bukkit bukkit-plugin craftbukkit java minecraft password spigot spigot-plugin spigotmc
Last synced: 26 Oct 2025
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/usnistgov/metaschema-java
Java tools and libraries providing a Metaschema toolchain
code-generation data-binding java json maven maven-plugin metaschema modeling parser-library xml yaml
Last synced: 26 Oct 2025
https://github.com/mindgamesnl/fireio
The simple fast, simple and sexy cross platform networking framework
async framework java javascript networking rest socket
Last synced: 26 Oct 2025
https://github.com/gongoliers/library-of-gongolierium
A simple Java library for FRC to develop more complex programs with less code
first-robotics-competition frc java
Last synced: 24 Oct 2025
https://github.com/zengfr/easymqtt4j
easymqtt4j , netty +mqtt +subscriber+ publisher +broker+cluster server for java
broker cluster-server easymqtt4j java message-broker message-bus message-queue messaging mqtt netty publisher subscriber
Last synced: 16 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/hidroh/numeric-edittext
A numeric EditText widget for Android
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/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/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/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/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/ghost-chu/simplereloadlib
Simple but useful generic reload library for Java projects.
Last synced: 15 Mar 2026
https://github.com/krysztal112233/agrarianrevolution
New adventure of agriculture.
Last synced: 19 Oct 2025
https://github.com/ananto30/loggable
A logging annotation library for reactive java
java java-library log4j logger logging logging-library reactive-programming rxjava sleuth tracing webflux
Last synced: 07 Apr 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/mathieusoysal/jib-container-publish.yml
GitHub Actions for your Java project to build container with jib and publish it to GitHub Packages.
actions docker github-actions hacktoberfest java java-to-github-packages jib maven
Last synced: 23 Mar 2025
https://github.com/0x4f53/GetPerms
An Android wrapper library to quickly get app permissions and other package data.
android android-library apk demo icon java jitpack library localdatetime open-source package-manager packages permissions permissions-android phone security siem signature
Last synced: 11 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/nikialeksey/porflavor
PorFlavor - is the gradle plugin for extending android productFlavors
android androidflavors gradle gradle-plugin java productflavors
Last synced: 02 Sep 2025
https://github.com/menthamc/mint-archives
Mint的归档仓库
bukkit folia folia-fork java minecraft minecraft-server paper
Last synced: 02 Jul 2025
https://github.com/zafir100100/quizapp-java
The "QuizApp-Java" repository on GitHub is a Java-based project that allows developers to create a quiz application with various features, such as multiple-choice questions, timers, and score tracking. The repository includes the source code for the project, as well as documentation on how to use and customize the quiz application.
gui java java-swing multiple-choice-questions netbeans quiz-application score-tracking
Last synced: 19 Apr 2025
https://github.com/edavis25/fantasy-football-database
Fantasy football data scraping and projections.
data-analysis database fantasy-football fantasy-football-database java r sql
Last synced: 02 May 2025
https://github.com/menny/bazel-leaf
A Gradle plugin that builds modules using Bazel.
android bazel gradle gradle-plugin java
Last synced: 01 Sep 2025
https://github.com/mightypirates/bedrockores
A minecraft mod that adds ore clusters embedded in bedrock, and a machine to extract them automatically.
Last synced: 03 Jul 2025
https://github.com/thusharax/java-programming
Java programming questions and answers
hacktoberfest java java-programming java-programming-examples java-programming-language
Last synced: 16 Apr 2025
https://github.com/blacktechx011/jarvis
JARVIS is an advanced virtual assistant .
blacktechx blacktechx011 chatbot chatgpt chatgpt-api jarvis jarvis-ai jarvis-ai-voice-assistant jarvis-ready java voice-assistant voice-recognition
Last synced: 20 Jun 2025
https://github.com/valery1707/kaitai-maven-plugin
Maven plugin for Kaitai: declarative language to generate binary data parsers
java kaitai kaitai-struct maven-plugin
Last synced: 14 Jul 2025
https://github.com/anishLearnsToCode/hackerrank-python
Python 🐍 Domain on HackerRank 💻 - Problems & Solutions
basic-data-types code collections datetime hackerrank hackerrank-python hackerrank-solutions itertools java math programming python python-collections python-domain python-itertools python3 regex sets strings zip
Last synced: 31 Mar 2025
https://github.com/theeterna/server2mcp
This is a revolutionary AI MCP plugin with excellent pluggable and encapsulated features. With just a few lines of configuration, it can easily integrate into your Spring boot web program and give it MCP capabilities,inheriting the powerful engineering capabilities of the Spring series framework
agent ai framework java maven mcp mcp-server multi-agent-systems spring spring-ai spring-boot spring-mvc
Last synced: 10 Sep 2025
https://github.com/ralscha/sse-eventbus-demo
Demo application for the sse-eventbus library
demo java server-sent-events spring springframework sse-eventbus
Last synced: 24 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