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/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/louisjenkinscs/llvm-jvm
[W.I.P] A Just-In-Time Java Virtual Machine written in Haskell
bytecode educational haskell interpreter java java-bytecode jvm language monad monadic scala virtual-machine
Last synced: 26 Jun 2025
https://github.com/doudoutangs/3.salary_system
github不会经常在线,可加QQ:553039957,详谈。薪资管理系统:是一套简洁薪资管理系统,虽然界面简单,但其功能强大。系统分为了五大模块:考勤与工资,薪资设置,部门管理,公告管理,系统管理。主要技术:Springboot+MyBatisPlus+MySQL+jQury,Layui
java jquery layui mybatis-plus mysql spring-boot
Last synced: 13 May 2025
https://github.com/dadoonet/elasticsearch-java-client-demo
Elasticsearch Client Java Sample project
elasticsearch elasticsearch-client java
Last synced: 14 Apr 2025
https://github.com/larmic/spring-boot-demos
Multiple spring boot samples written in Java or Kotlin.
docker dockerfile elasticsearch java keycloak kotlin postgres postgresql properties rabbit rabbitmq rest-api spring spring-boot springboot testcontainers
Last synced: 16 Jan 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/simaxme/java.nvim
A neovim plugin to move and rename java files and do other things.
java neovim neovim-lua-plugin neovim-plugin neovim-plugins
Last synced: 14 Mar 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/codiga/jetbrains-plugin
Jetbrains plugin for Codiga. Coding Assistant and Code Analysis in all JetBrains products. Codiga supports more than 10+ languages, try it for free on https://www.codiga.io
c coding-assistant complexity-analysis cpp intellij intellij-plugin intellij-plugins java javascript jetbrains phpstorm phpstorm-plugin pycharm-ide pycharm-plugin python snippets-manager
Last synced: 29 Sep 2025
https://github.com/tmobile/casquatch
Casquatch: an open source Java abstraction layer for Cassandra databases
cassandra datastax java spring-boot
Last synced: 21 Aug 2025
https://github.com/nabildridi/springbootgenericpagingfilteringforprimengtable
Spring Boot data jpa generic paging, sorting and filtering for PrimeNg tables
dynamic-jpa dynamic-querydsl java primeng primeng-table querydsl querydsl-jpa rsql rsql-jpa-specification spring spring-boot spring-data-jpa spring-data-jpa-specification
Last synced: 14 Apr 2025
https://github.com/gurleensethi/loggerpreferences
Get to know which class changed the value in SharedPreferences.
android android-development android-library java kotlin kotlin-android
Last synced: 20 Jul 2025
https://github.com/liyupi/free-algorithm-learning
算法导航,免费的可视化算法学习神器!通过交互式动画带你掌握常见数据结构(二叉树、链表、栈、队列、图)和算法(排序、搜索、动态规划、贪心)。提供保姆级算法学习路线图和详细教程,支持Java、Python、JavaScript、Go、C++等多语言实现。可自定义输入数据,实时观察算法执行过程,配套LeetCode练习题。告别抽象难懂的传统学习方式,完美应对算法面试。从入门到高阶,让算法学习变得简单、直观、有趣!
algorithm algorithms computer-science data-structures dynamic-programming interview-preparation interview-questions java javascript leetcode python sorting-algorithms
Last synced: 07 Oct 2025
https://github.com/abdlquadri/vertx-eventbus-java
A Vert.x EventBus client written in Java, works on Android
Last synced: 14 May 2025
https://github.com/ajermakovics/backflow
A dynamic reverse proxy server
java java8 reverse-proxy undertow
Last synced: 13 Apr 2025
https://github.com/sivaprasadreddy/sivalabs-youtube-code-samples
Sample code for my YouTube video tutorials
java spring-boot video-tutorials youtube
Last synced: 25 Jun 2025
https://github.com/bleuzen/blizcord
Discord Bot written in Java using JDA and lavaplayer
bot discord discord-bot java jda jda-bot
Last synced: 06 Sep 2025
https://github.com/openbrms/openbrms
OpenBRMS is a cloud native business rules management system with scripted rules
brms business-rules business-rules-engine java knative quarkus rule-engine
Last synced: 12 Apr 2025
https://github.com/rapter1990/springbootminio
Spring Boot with the usage of Minio running on Docker , AOP and Exception Handling
aop docker exception-handling java minio spring-boot
Last synced: 15 Oct 2025
https://github.com/mariorez/kanban-quarkus
Projeto Kanban Board
docker java quarkus rest-api software-development web-development
Last synced: 12 Apr 2025
https://github.com/joshgontijo/rest-client
java rest-api restclient unirest
Last synced: 13 Mar 2026
https://github.com/hazelcast/hazelcast-jet-contrib
Extension modules for Hazelcast Jet
big-data hazelcast hazelcast-jet java stream-processing
Last synced: 07 Jul 2025
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/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/lemire/indexwikipedia
A simple utility to index wikipedia dumps using Lucene.
Last synced: 29 Oct 2025
https://github.com/apache/activemq-website
Apache ActiveMQ Website
activemq c cplusplus csharp java network-client network-server perl php python ruby
Last synced: 16 Jun 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/balamirr/testinium-qa
JAVA - Selenium - Cucumber - JUnit - Jenkins - Jira
automation automation-selenium automation-test automation-testing cucumber gherkin-language java jenkins jira junit qa-automation-test quality-assurance quality-assurance-tests selenium selenium-webdriver test-automation-framework test-automation-project tester testing webdriver
Last synced: 13 Apr 2025
https://github.com/eocode/docker-spark-big-data
Exercises in Spark with Docker and Data Languages
big-data data-science docker java python scala spark
Last synced: 11 Oct 2025
https://github.com/rishabh-agarwal/oracle-interview-guide
Software Engineer Position Interview Guide (Cerner Corporation)
allergy behavioral cerner cernerinterview fever java patients situations softwareengineering teamwork technical-questions temperature
Last synced: 12 Apr 2025
https://github.com/oguzkaran/javaapp1-jun-2022
JavaApp1-Jun-2022
annotation bitwise-operation bitwise-operators hibernate java jpa junit lambda lambda-functions microservice recursion recursive-algorithm reflection rest spring spring-boot
Last synced: 05 May 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/su5ed/gregtech-experimental
A fully-featured port of GregTech 3 for modern minecraft versions
addon forge gregtech industrialcraft2 java minecraft minecraft-mod
Last synced: 23 Apr 2025
https://github.com/apivideo/api.video-java-client
The official Java client library for api.video
api-client java video video-api video-streaming
Last synced: 09 Apr 2025
https://github.com/sebasbaumh/postgis-java-ng
PostGIS Java bindings
database geometry java java-bindings jdbc jdk21 postgis postgresql
Last synced: 14 Jan 2026
https://github.com/coodex2016/concrete.coodex.org
一种基于java的服务定义规范。
concrete coodex-libraries java
Last synced: 18 Jan 2026
https://github.com/vorlonsoft/gradlemavenpush
Helper to upload Gradle Android Artifacts, Gradle Java Artifacts and Gradle Kotlin Artifacts to Maven repositories (JCenter, Maven Central, Corporate staging/snapshot servers and local Maven repositories).
aar aar-library android android-library artifact artifacts gradle gradle-build gradle-java jar java java-library jcenter kotlin kotlin-library maven maven-repository mavencentral snapshot staging
Last synced: 23 Apr 2025
https://github.com/softartdev/Kronos-Multiplatform
Kotlin Multiplatform SNTP library
android datetime ios java kotlin kotlin-coroutines kotlin-multiplatform kotlin-multiplatform-mobile kotlin-native kronos ntp sntp time
Last synced: 02 Apr 2025
https://github.com/openshopchannel/website
The website and online library for the Open Shop Channel.
bulma java spring spring-boot web website
Last synced: 23 Apr 2025
https://github.com/thelogicmaster/tower-defense-galaxy
A tower defense game using libgdx
3d android java libgdx modular tower-defense tower-defense-game virtual-reality
Last synced: 12 Apr 2025
https://github.com/TheLogicMaster/Tower-Defense-Galaxy
A tower defense game using libgdx
3d android java libgdx modular tower-defense tower-defense-game virtual-reality
Last synced: 11 Mar 2025
https://github.com/anahata-os/anahata-netbeans-ai
A NetBeans plugin that allows Google Gemini to do all your work on the worlds best Java IDE. Get a wireless headset, lay on your bed and tell the model to turn on your tv and stream NetBeans onto it while you approve and deny diffs on the diff viewer. Try not to drink too much alcohol if the model goes way faster than your thoughts.
agent agentic-ai gemini gemini-ai gemini-api gemini-cli gemini-client gemini-flash gemini-pro java llm netbeans netbeans-gui netbeans-ide netbeans-platform netbeans-plugin netbeans-project
Last synced: 25 Feb 2026
https://github.com/wyatt-herkamp/too-many-shortcuts
Adds support for meta keys such as alt, ctrl, and shift in keybinds. Allows for creating multiple binds for each keybinds.
Last synced: 17 Jun 2026
https://github.com/green-code-initiative/creedengo-java
Reduce the environmental footprint of your Java software programs
ecodesign java sonarqube sonarqube-plugin
Last synced: 05 Mar 2026
https://github.com/eclecticlogic/eclectic-orc
Annotation driven Java object writer for ORC with runtime code generation for speed.
Last synced: 01 Feb 2026
https://github.com/oktadev/spring-boot-vue-example
Bootiful Spring Boot + Vue Example
bootiful java spring-boot typescript vue vuejs
Last synced: 05 Mar 2026
https://github.com/Vorlonsoft/GradleMavenPush
Helper to upload Gradle Android Artifacts, Gradle Java Artifacts and Gradle Kotlin Artifacts to Maven repositories (JCenter, Maven Central, Corporate staging/snapshot servers and local Maven repositories).
aar aar-library android android-library artifact artifacts gradle gradle-build gradle-java jar java java-library jcenter kotlin kotlin-library maven maven-repository mavencentral snapshot staging
Last synced: 21 Nov 2025
https://github.com/forge/intellij-idea-plugin
JBoss Forge IntelliJ IDEA Plugin
forge idea-plugin java jboss-forge
Last synced: 09 Jul 2025
https://github.com/hongmaple/salted-fish
类似于闲鱼二手交易应用 具备手机端宝贝发布,购买,留言,收藏,订单管理,宝贝管理,发货管理 pc管理端可以进行宝贝交易代理,宝贝审核,人员管理,分类管理等功能。
Last synced: 10 Mar 2026
https://github.com/l33t-c0d3r-66/todo-web-application
TO-DO Web Application Created Using Hibernate and Bootstrap
hibernate java javawebapp jsp jsp-servlet
Last synced: 28 Apr 2025
https://github.com/connyduck/pixelwallpaper
A colorful pixelated live wallpaper for Android
android colorful customization java wallpaper xml
Last synced: 10 Oct 2025
https://github.com/wkgcass/f
a library to write async vert.x code similar as using java syntax
Last synced: 12 Apr 2025
https://github.com/timostrating/parkingsimulator
Project 1.2 - A simulation project for school
gradle hanzehogeschool java libgdx libgdx-game rollercoaster tycoon
Last synced: 21 Apr 2025
https://github.com/albogdano/elasticsearch-river-amazonsqs
[DEPRECATED] Amazon SQS river plugin for ElasticSearch 1.4
deprecated elasticsearch elasticsearch-river java plugin
Last synced: 19 Apr 2025
https://github.com/ddobrin/spring-native-function-knative
A simple example of a Function deployed in Knative, available as JVM or Native Image
Last synced: 13 Jun 2025
https://github.com/wojciechzankowski/iextrading4j-hist
IEX Trading library to parse TOPS and DEEP multicast packets
deep feed hist iex iex-trading iextrading java market-data tops udp
Last synced: 12 Oct 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/migangqui/cloud-storage-spring-api
Manage files from AWS S3, Google Cloud Storag, Azure Blob Storage and Dropbox in Spring
amazon aws aws-s3 azure azure-storage-blob cloud-storage dropbox google-cloud google-cloud-storage java kotlin s3 s3-bucket spring
Last synced: 15 Aug 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/3arthqu4ke/hmc-specifics
Version specific implementations of the HeadlessMc runtime.
Last synced: 27 Apr 2025
https://github.com/f-lab-edu/fkream
리셀 중고 거래 플랫폼인 KREAM을 모티브로 한 프로젝트
java mybatis mysql redis springboot
Last synced: 23 Apr 2025
https://github.com/col-e/dex-translator
A translation library for converting between Dalvik and JVM bytecode
android apk bytecode dalvik dex java reverse-engineering
Last synced: 22 Mar 2025
https://github.com/natiginfo/easyfont
Android Library to set font of TextView, Button, EditText, and RadioButton in XML without editing Java code to set Typeface.
android android-ui easyfont font java library
Last synced: 13 Jun 2026
https://github.com/deveshrx/android-webrtc-firebase
Sample Android App for WebRTC with Firebase as backend
Last synced: 14 May 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/shurjopay-plugins/sp-plugin-spring
shurjoPay plugin module for Spring applications
java payment-gateway payments shurjomukhi shurjopay spring spring-boot spring-mvc
Last synced: 12 May 2025
https://github.com/jaennova/kotlin
Guia para iniciar en la programacion, con el lenguaje de programacion Kotlin, llena de ejemplos, con ejercicios practicos y mas enunciados para seguir practicando.
aprende-a-programar aprende-kotlin aprender-a-codificar aprender-kotlin fundamentos-de-programacion java kotlin learn-kotlin learn-kotlin-lang learn-kotlin-language learn-to-code
Last synced: 18 Jul 2025
https://github.com/y785/script-api
A java MapleStory🍁 scripting api.
java maplestory maplestory-scripts
Last synced: 04 Mar 2025
https://github.com/jtelegram/jtelegrambotapi
Java Telegram Bot API Wrapper
java java-8 literally-the-best telegram telegram-bot telegram-bot-api
Last synced: 04 Mar 2025
https://github.com/adambien/aws-lambda-cdk-plain
Simplest Possible AWS Lambda Function with Cloud Development Kit (CDK) Boilerplate
aws aws-lambda corretto devops iac infrastructure-as-code java lambda lambda-functions serverless
Last synced: 29 Jul 2025
https://github.com/selimhorri/project-tracking-system-mobile-frontend-app
Android client for project-tacking-system backend hosted on Cloud
android api-client api-rest callbacks gradle java retrofit2 sharedpreferences volley volley-api
Last synced: 28 Jul 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/eddumelendez/testcontainers-localstack
java localstack testcontainers
Last synced: 26 Jul 2025
https://github.com/cardano-foundation/cf-java-rewards-calculation
This java project is used to calculate the rewards of the Cardano blockchain. It aims to be both an edge case documentation and formula implementation.
calculation cardano java pool reserve rewards treasury
Last synced: 12 Jan 2026
https://github.com/ninja-beans/cloudflare-iuam-solver
CloudflareIuamSolver is the Java library for breaking through the Cloudflare's "I am Under Attack Mode"
anti-bot-page cli cloudflare cloudflare-bypass curl java protected-page scrape scraping scraping-websites
Last synced: 14 Apr 2025
https://github.com/rozidan/modelmapper-spring-boot-starter
A Spring Boot starter that let you use ModelMapper within your Spring Boot application
java modelmapper modelmapper-spring-boot-starter spring-boot
Last synced: 12 Jan 2026
https://github.com/aboullaite/spring-boot-prometheus
grafana java prometheus spring-boot
Last synced: 04 Apr 2025
https://github.com/chirontt/lwjgl3-helloworld-native
HelloWorld demo for LWJGL 3, compiled to native executable by GraalVM native-image utility.
graalvm-native-image java lwjgl3 opengl
Last synced: 17 Jan 2026
https://github.com/tkuenneth/android-demos
This repo contains various Android demo apps
Last synced: 14 Apr 2025
https://github.com/version-fox/vfox-java
☕️Java plugin for vfox
graalvm java jdk openjdk sdkman vfox-plugin
Last synced: 10 Apr 2025
https://github.com/yodiaditya/vim-netbeans
Making your VIM like Netbeans for editing Python, PHP, HTML, JS and etc. It's support with Autocomplete, Check syntax error, Python debugger and many else.
Last synced: 09 Jul 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/stastnypremysl/mines3d
Minesweeper on n*m*2 matrix for Android.
android game java minesweeper-style-game
Last synced: 12 Apr 2025
https://github.com/kstenschke/referencer-plugin
"Referencer" plugin for Jetbrains IDEs
intellij intellij-plugin java open-api phpstorm plugin
Last synced: 11 Apr 2025
https://github.com/mohamed-taman/java-se-code-examples
IBM Developers Work related articles code, this repository contains a collection of Java SE code examples from java SE 8/9-14 and next, applicable to day by day job tasks
collections-framework http2 java java11 java12 java8 javafx
Last synced: 10 Apr 2025
https://github.com/trainingbypackt/spring-boot-2-fundamentals
Learn how you can quickly build and deploy production-ready microservices within the Java and JVM ecosystem
Last synced: 10 Apr 2025
https://github.com/ivangfr/ethereum-springboot-react
Goals: Implement an Ethereum Smart Contract called SoccerManager and deploy it to Ethereum Blockchain running locally; Implement 2 Spring Boot BE applications, ethereum-api and player-api, that uses Web3j to communicate with Ethereum blockchain; Implement 2 React FE applications, ethereum-ui and player-ui, that communicate to their respective BE.
ethereum ethereum-blockchain java react remix smart-contracts solidity spring-boot spring-web-mvc springdoc-openapi web3j
Last synced: 10 Apr 2025
https://github.com/yegor256/tojos
Text Object Java Objects (TOJOs): an object representation of a multi-line structured text file like CSV, YAML, or JSON
Last synced: 25 Apr 2026
https://github.com/calimero-project/introduction
Code examples and additional documentation for using Calimero
Last synced: 18 Oct 2025