akullpp /
awesome-java
A curated list of awesome frameworks, libraries and software for the Java programming language.
Loading repository data…
shreypdev / repository
A java program that reads the initial configuration of the tiles from a data file (for formatting see the sample data file below - zero indicates empty), determines using BFS whether there is a solution and the minimum number of moves to reach the solution.
README preview is not available for this repository.
Selected from shared topics, language and repository description—not editorial ratings.
akullpp /
A curated list of awesome frameworks, libraries and software for the Java programming language.
ReactiveX /
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
Asabeneh /
30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
AkashSingh3031 /
Dive into this repository, a comprehensive resource covering Data Structures, Algorithms, 450 DSA by Love Babbar, Striver DSA sheet, Apna College DSA Sheet, and FAANG Questions! 🚀 That's not all! We've got Technical Subjects like Operating Systems, DBMS, SQL, Computer Networks, and Object-Oriented Programming, all waiting for you.
checkstyle /
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
apache /
Apache Beam is a unified programming model for Batch and Streaming data processing.