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-07 00:16:51 UTC
- JSON Representation
https://github.com/picovoice/flutter-voice-processor
Flutter audio recording plugin designed for real-time speech audio processing
android audio audio-processing audio-recorder dart flutter ios java swift
Last synced: 14 Jul 2025
https://github.com/cblichmann/idajava
Java integration for Hex-Rays IDA Pro
c-plus-plus ida-plugin ida-pro java reverse-engineering swig windows
Last synced: 10 May 2025
https://github.com/mattczyr/realistictorches
A Minecraft mod that causes torches to burn out after a configurable amount of time.
forge forge-mod java minecraft minecraft-forge minecraft-mod mod
Last synced: 14 Jul 2025
https://github.com/codebox/readable-regex
Java library for creating readable regular expressions
java readability regular-expressions
Last synced: 12 Jun 2025
https://github.com/open-feature/java-sdk-contrib
Community contributions for hooks and reference providers
feature-flags java openfeature
Last synced: 11 Mar 2026
https://github.com/mybatis/cdi
MyBatis CDI Extension
cdi extension jakarta-ee java java-ee
Last synced: 09 Apr 2025
https://github.com/sinnerschrader/skillwill
Skills Management @ SinnerSchrader
java less react redux skills spring-boot
Last synced: 13 Apr 2025
https://github.com/onehilltech/promises
Promise/A+ library for JVM and Android
Last synced: 09 Aug 2025
https://github.com/benelog/lambda-resort
examples of filtering, sorting, mapping by Java, Groovy, Scala, Kotlin, Xtend, Ceylon
Last synced: 04 Sep 2025
https://github.com/houko/javacodingstandards
Java coding specification (daily coding summary, standardizing project team members have a unified specification, convenient cooperation, error checking, refactoring, etc.) When you abandon the specification to write code as you like when you come back to read it, Remove all the impulses of rewriting.
Last synced: 29 Oct 2025
https://github.com/jferrater/opa-data-filter-spring-boot-starter
Spring Boot library for enforcing authorization on Spring Data JPA and MongoDB by filtering data using the Open Policy Agent (OPA) partial evaluation feature.
authorization cloud-native datafilter java java-library mongodb opa opa-data-filter openpolicyagent spring-data-jpa spring-data-mongo springboot sqldb
Last synced: 11 Sep 2025
https://github.com/monun/heartbeat-coroutines
Coroutine for Bukkit
asyncronous bukkit coroutines java kotlin minecraft papermc spigot
Last synced: 23 Jul 2025
https://github.com/mimaraslan/spring-boot
Spring Boot projects
java spring spring-boot spring-data-jpa spring-security springframework
Last synced: 15 Apr 2025
https://github.com/pierreschwang/netty-packet
Simple & Lightweight Netty packet library + event system
Last synced: 23 Mar 2025
https://github.com/zoran-jankov/repairq
RepairQ is a ticket system software application that is aimed for repair shops. It is used to track all business related things, from creating and tracing tickets, registering customers, devices that are being repaired, repair parts inventory and more.
beginer business-application data-structures database github-page java registration-forms registration-system repair-management repair-processes repair-service repairs-department serbian swing ticket-management
Last synced: 15 Apr 2025
https://github.com/mpgirro/stalla
A Kotlin and Java library for RSS podcast feeds
Last synced: 16 Apr 2025
https://github.com/cryptography-cafe/curve25519-elisabeth
Pure Java implementation of group operations on ristretto255 and Curve25519
cryptography curve25519 edwards-curve elliptic-curves java ristretto
Last synced: 19 Jan 2026
https://github.com/dk900912/oplog-spring-boot
spring boot support for operation log
java operation-audit operation-log spring spring-boot
Last synced: 12 Mar 2026
https://github.com/thamyresarm/dio-bootcamp-ifood-java
Repositório com todos os desafios de códigos do curso Java da Ifood com a DIO
Last synced: 29 Apr 2025
https://github.com/llnl/coda-calibration-tool
Tool for calibrating seismic coda source models
Last synced: 29 Apr 2025
https://github.com/jbapple/libfilter
High-speed Bloom filters and taffy filters for C, C++, and Java
bloom-filter bloom-filters bloomfilter c cpp data-structures java library
Last synced: 16 Mar 2025
https://github.com/galan/packtag
A JSP Taglib for delivering minified, combined and gzip-compressed resources (JavaScript and CSS).
compression css java javascript jsp-taglib minification minify taglib
Last synced: 07 Oct 2025
https://github.com/t-miracle/zxtext
使用 SpringBoot + Thymeleaf + MySQL + MyBatis 实现简单的增删改查以及条件分页查询
java learning-exercise mysql pagehelper spring-boot thymeleaf
Last synced: 07 May 2025
https://github.com/woostju/ansible-client
A java client connect to Ansible server through ssh, and run Ansible command
Last synced: 03 Sep 2025
https://github.com/ammarx/TagAPI_3
Open-source Minecraft Launcher API - TagAPI
custom-minecraft-launchers game game-launcher java launch-minecraft mclauncher-api minecraft minecraft-downloader minecraft-launcher
Last synced: 16 May 2025
https://github.com/veeranalyticsltd/jmeter-backend-listener-kafka
A JMeter plug-in that enables you to send test results to a Kafka server
backend-listener cd ci continuous-delivery continuous-integration elasticsearch java jmeter jmeter-plugin jmeter-plugins kafka kibana logstash performance performance-analysis performance-testing plugin reporting
Last synced: 23 Apr 2025
https://github.com/unitsofmeasurement/si-units
International System of Units
international java si-units standards units
Last synced: 21 Jan 2026
https://github.com/superwall/superwall-android
Remotely configure every aspect of your paywall and double your revenue.
android iap java jetpack-compose kotlin kotlin-coroutines ota receipt-validation revenue-cat
Last synced: 24 Feb 2026
https://github.com/oreoft/cache-anno
Automatic cache annotation based on AOP implementation, support Redis and local cache, read and write cache data in the simplest way
Last synced: 11 Jan 2026
https://github.com/zongxr/flask-ssm
一款模仿SpringFramework的Python的web后端框架,基于Flask二次封装。通过Python反射模拟了Java的IOC控制反转,通过Python装饰者模式模拟了Java的AOP面向切面编程。具有接口自动发现、定时任务自动注册、事务管理器、单元测试,等功能。简化web后端开发流程,聚焦业务逻辑,让你按照Spring的习惯写Python
aspect-oriented-programming flask flask-apscheduler flask-sqlalchemy inversion-of-control java mvc mybatis python reflection spring springframework web
Last synced: 17 Jun 2025
https://github.com/justdoom/flappyac
A 1.8 - 1.18 anticheat (When the full releases is out)
anticheat bukkit bukkit-api bukkit-plugin java spigot-api spigot-plugin spigotmc
Last synced: 21 Mar 2025
https://github.com/linsir6/basedevelop
an android project for now fashion open source framework
android baseadapter butterknife dialog fast fresco glide glider greendao java klog leakcanary logger nohttp okhttp picasso realm-java retrofit2 rxjava ucorp
Last synced: 11 Sep 2025
https://github.com/mohitmishra786/hacktoberfest-2022
Make your first Pull Request on Hacktoberfest 2022. Don't forget to spread love and if you like give us a ⭐️
contributions-welcome digitalocean github hacktoberfest-2022 hacktoberfest-app hacktoberfest-starter hacktoberfest2021 hacktoberfest2022 hacktoerfest hactoberfest-accepted html-css-javascript java open-source opensource opensource-projects programming pull-requests python
Last synced: 11 Jul 2025
https://github.com/pengmaster/ndkjnidemo
:satellite: NDK-JNI开发入门教程
android android-studio cmakelists cpp java jni ndk ndk-cmake
Last synced: 28 Oct 2025
https://kag0.github.io/tail
simple tail call optimization and stack safety for Java
java tail-call-optimization trampolines
Last synced: 02 Apr 2025
https://github.com/casid/jte-intellij
IntelliJ plugin for jte template files.
intellij-plugin java template-engine
Last synced: 16 Mar 2025
https://github.com/sirblobman/blueslimecore
A custom plugin library that can be used by anyone to enhance their own plugins.
api bukkit bungeecord factions java language library minecraft multiversion nms paper spigot
Last synced: 16 Mar 2025
https://github.com/j256/simplecsv
Simple Java CSV reading and writing library using Java annotations
Last synced: 22 Mar 2025
https://github.com/andy671/musictheory
Music Theory Library for Java and Android apps
android chords java music-theory notes scale
Last synced: 26 Jul 2025
https://github.com/redhat-middleware-workshops/spring-to-quarkus-todo
Spring to Quarkus exercise
java quarkus spring spring-boot spring-data-jpa
Last synced: 12 Aug 2025
https://github.com/apache/cocoon
Mirror of Apache Cocoon
cocoon database graphics http java network-client network-server web-framework xml
Last synced: 12 Jul 2025
https://github.com/navdeep-g/exp-smoothing-java
Exponential Smoothing & Moving Average Models in Java
exp-smoothing forecasting-algorithms java moving-average statistical-calculations time-series transformations
Last synced: 07 Apr 2025
https://github.com/jetkai/proxy-scraper
This is an application that scrapes various Proxy API Endpoints, then compiles the proxies into files within the "/proxies/" directory.
exe gradle httpclient jackson-json jar java jdk11 kotlin launch4j proxies proxy proxy-scrape proxy-scraper scraper scraping selenium-java web-scraper web-scraping
Last synced: 02 Sep 2025
https://github.com/willfleury/metrics-agent
JVM agent based metrics with Prometheus and Dropwizard support (Java, Scala, Clojure, Kotlin, etc)
agent apm dropwizard java jvm metrics monitoring prometheus
Last synced: 07 Apr 2025
https://github.com/luismr/flight-tracker-event-server-java
A Spring Boot application for tracking flight events.
java java-21 java21 kafka openapi-specification openapi3 postgres postgresql redis spring-boot swagger swagger-ui
Last synced: 16 Aug 2025
https://github.com/thakurdiwakar/interview-skills-development
c cpp dbms git github hacktoberfest hactoberfest-accepted hactoberfest2023 interview-practice interview-preparation interview-questions java linux networking object-oriented-programming open-source os python software-engineering windows
Last synced: 30 Apr 2025
https://github.com/apache/datafusion-java
Java bindings for Apache DataFusion
apache arrow datafusion java jni jvm query-engine sql
Last synced: 15 Jun 2026
https://github.com/pizz33/spring-cloud-function-spel
spring-cloud-function SpEL RCE复现环境&poc
Last synced: 05 May 2025
https://github.com/oktadev/auth0-micro-frontends-jhipster-example
Micro Frontends for Java Microservices
consul java microfrontends microservices module-federation spring-boot
Last synced: 11 Apr 2025
https://github.com/tupilabs/humannameparser.java
HumanNameParser.java, a Java port of HumanNameParser.php. Parser for human names in Java, all credit goes to @jasonpriem
hacktoberfest java name nlp textprocessing
Last synced: 30 Jul 2025
https://github.com/tferr/scripts
:microscope::cocktail: Home of the ImageJ BAR: A collection of Broadly Applicable Routines for ImageJ
beanshell clojure groovy ijm image-analysis imagej imagej2 java jython microscopy python ruby scientific-workflows scripts-collection
Last synced: 14 Apr 2025
https://github.com/smalam119/Easy-Signature-Android
Android library which provides a signature view.
Last synced: 03 Aug 2025
https://github.com/trigary/iodine
A Minecraft mod - server plugin pair that adds custom GUIs and overlays. No more inventory and chat menus!
bukkit bukkit-plugin forge forge-mod java minecraft minecraft-forge minecraft-forge-mod minecraft-mod
Last synced: 12 Apr 2025
https://github.com/emufog/emufog
EmuFog: Extensible and Scalable Emulation of Large-Scale Fog Computing Infrastructures
Last synced: 11 Jan 2026
https://github.com/luiz-otavio/slime-korld
Lightweight slime library to implement the Slime World Format described in DevBlog 5# from Hypixel.
bukkit gradle java kotlin minecraft mit slime-world
Last synced: 18 Jul 2025
https://github.com/salif/tetris
Fun and simple original tetris
beginner game game-development hacktoberfest hacktoberfest-accepted hacktoberfest2024 java tetris tetris-game tetromino
Last synced: 13 Apr 2025
https://github.com/bwaldvogel/log4j-systemd-journal-appender
Log4j appender for systemd-journal that maintains structured log data
Last synced: 23 Apr 2025
https://github.com/apache/pekko-connectors-kafka
Apache Pekko Kafka Connector - Pekko-Connectors is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Apache Pekko.
integration java kafka kafka-client kafka-connector pekko pekko-connnectors pekko-streams reactive reactive-streams scala
Last synced: 19 Oct 2025
https://github.com/cryostatio/cryostat
Secure JDK Flight Recorder management for containerized JVMs
containers docker flightrecorder java jdk jfr jmx jvm kubernetes mission-control missioncontrol observability oci openshift podman profiling
Last synced: 17 Oct 2025
https://github.com/apivideo/api.video-api-client-generator
Tool used to generate api.video's API clients, based on OpenAPI codegen
client java maven mustache-templates
Last synced: 11 Oct 2025
https://github.com/bg-software-llc/ssb-slimeworldmanager
An addon for SuperiorSkyblock2 that adds SlimeWorldManager support for worlds management!
bgsoftware java minecraft plugin skyblock spigot superiorskyblock
Last synced: 19 Oct 2025
https://github.com/jonathanmdr/dynamicdatasourcerouting
Exemplo de como utilizar Dynamic Data Source Routing com Java, Spring Boot e JPA.
flyway grafana jaeger jaeger-tracing java mapstruct metrics mysql open-telemetry open-telemetry-java otel otel-javaagent prometheus replication rest-api routing-datasource spring-boot traces
Last synced: 23 Oct 2025
https://github.com/peter-gergely-horvath/windpapi4j
Windows DPAPI JNA Wrapper
decryption dpapi encryption java jna microsoft windows-dpapi
Last synced: 07 Oct 2025
https://github.com/surajsgh/data-structures-and-algorithms
👨💻 💪 A Repository of General Mathematical Programs, Bits Manipulation, Recursion and 'Data Structures and Algorithms'.
algorithms data-structures java leetcode mathematics problem-solving recursion technical-interview-questions
Last synced: 24 Feb 2026
https://github.com/yusufcakal/algorithms
basic algorithms and solutions
algorithm data-mining encript java machine-learning problems solutions
Last synced: 12 Apr 2025
https://github.com/ProfessorManhattan/ansible-androidstudio
🚀 Installs Android Studio and sets up Android SDKs on nearly any OS 🎟
adb android androidsdk androidstudio ansible apps awesome desktop development google ide java npm package platformtools role snap ubuntu washingtondc windows
Last synced: 11 Mar 2025
https://github.com/red-studio-ragnarok/valkyrie
As the Valkyries' whispers guide us, we carve our path to a Valhalla of optimized Minecraft gameplay.
java minecraft minecraft-forge minecraft-mod minecraft-modding
Last synced: 26 Apr 2025
https://github.com/yashk2000/arpaint
A painting app using ARCore
android android-studio arcore-android augmented-reality java xml
Last synced: 23 Mar 2025
https://github.com/eclipse-sprotty/sprotty-server
Server implementation for the Sprotty diagramming framework
Last synced: 14 Jan 2026
https://github.com/arindal1/30day-js
30 day challenge by @hiteshchoudhary to revise and practice JavaScript
30daysofjavascript api chaiaurcode java javascript js practice react restful-api weather-app webdevelopment
Last synced: 04 Apr 2025
https://github.com/therepanic/funpay4j
Java wrapper for FunPay private api
funpay funpay-api funpay-client funpay-java-scraper funpay-scraper java scraper
Last synced: 19 Apr 2026
https://github.com/visnkmr/timenetspeed
Monitor live bandwidth usage/ network speed on any device running on any OS except iOS. Uses peristent XML overlay with Java for android, Rust daemon with a python frontend on PCs.
android bandwidth fire friendly java monitor netspeed network os overlay python remote rust speed time tv usage xml
Last synced: 04 Apr 2026
https://github.com/eugenmayer/docker-image-atlassian-confluence
Dockerized Atlassian Confluence
confluence docker java mysql postgresql
Last synced: 27 Dec 2025
https://github.com/Revxrsal/Tuna-Bytes
An all-purpose mixins framework for Java bytecode manipulation at runtime, targeted at those with minimal understanding of the bytecode structure.
bytecode bytecode-manipulation classloader java mixins
Last synced: 10 May 2025
https://github.com/opensha/opensha
Primary OpenSHA project
earthquakes java psha seismic-hazard
Last synced: 03 Feb 2026
https://github.com/flytegg/neptune
An annotation-based slash command framework for JDA.
bot command-framework discord discord-bot java jda kotlin
Last synced: 07 May 2025
https://github.com/alexeyev/mystem-scala
Morphological analyzer `mystem` (Russian language) wrapper for JVM languages
computational-linguistics java lemmatizer mystem natural-language-processing russian-morphology russian-specific scala tokenizer yandex
Last synced: 26 Apr 2025
https://github.com/gw-kit/delta-coverage-maven-plugin
Maven plugin for computing code coverage on modified code
code-coverage coverage diff diff-coverage jacoco java kotlin maven maven-plugin
Last synced: 01 Apr 2026
https://github.com/raonigabriel/spring-qrcode-example
Demonstrates some of the capabilities of the Spring Boot framework through a small, simple example.
java microservice qrcode spring-boot zxing
Last synced: 13 Oct 2025
https://github.com/conclube/deluxeasyncjoinleavemessage
https://www.spigotmc.org/resources/deluxeasyncjoinleavemessage-fully-optimized-async-everything-open-source.88129/
async asynchronous asynchronous-programming bukkit craftbukkit java minecraft spigot spigot-plugin
Last synced: 26 Oct 2025
https://github.com/townyadvanced/flagwar
The original war system for Towny, now with it's own repository. Celebrating over Ten Years of warfare.
java minecraft multiplayer paper-api pvp-plugin towny townyadvanced-plugins war
Last synced: 24 Jan 2026
https://github.com/fosrl/android
Pangolin VPN client for Android devices
android google java kotlin proxy remote-access vpn wireguard zero-trust zero-trust-network-access ztna
Last synced: 28 Apr 2026
https://github.com/protonail/leveldb-jna
Java JNA (not JNI) adapter for LevelDB
database-adapter java jna leveldb
Last synced: 04 Jul 2025
https://github.com/mfaisalkhatri/api-testing-playwright-java-testng
This repository has example codes related to API Testing using Playwright with Java and TestNG.
api-testing hacktoberfest java playwright rest-api testautomation tutorial
Last synced: 16 Mar 2025
https://github.com/appbaseio/appbase-droid
Elasticsearch and appbase.io library for Android (and Java)
android appbase elasticsearch elasticsearch-client java
Last synced: 26 Jun 2025
https://github.com/oeljeklaus-you/forumloganaloyze
论坛日志分析系统
java javaee javaweb spring-boot springmvc-mybatis
Last synced: 05 Apr 2025
https://github.com/objectos/objectos.way
A new way for building Java applications: the Objectos Way
Last synced: 08 Mar 2026
https://github.com/calimero-project/calimero-gui
A graphical user interface for Calimero based on the Eclipse Standard Widget Toolkit (SWT)
Last synced: 22 Jul 2025
https://github.com/j5ik2o/akka-cqrs-es-example-typed
CQRS/Event Sourcing System Example by Akka
akka akka-cluster akka-cluster-sharding akka-management akka-persistence aws domain-driven-design java kotlin kubernetes scala
Last synced: 07 Apr 2025
https://github.com/redhat-developer/intellij-dependency-analytics
IntelliJ Dependency Analytics
dependencies hacktoberfest java jetbrains-plugin
Last synced: 26 Jun 2025
https://github.com/4drian3d/kickredirect
Redirect your players to a server after a server shutdown
java minecraft minecraft-plugin plugin velocity velocity-plugin velocitypowered
Last synced: 14 Apr 2025