Top 4 Java Code Projects
-
opengrok
OpenGrok is a fast and usable source code search and cross reference engine, written in Java
[4] is not really a usable 'product'. Livegrep (https://github.com/livegrep/livegrep) was inspired by it and is very usable.
[3] used to be a Google open source project as well, but it fell out of maintenance, and Sourcegraph took it over. It powers most of the basic regex/literal search in Sourcegraph.
Mozilla's code is searchable in Searchfox (https://searchfox.org/) which uses the indexer from Livegrep, combined with their own Git indexer and language-specific cross reference databases.
OpenGrok (https://github.com/oracle/opengrok) is also rather well known, but I have found it to have a slightly worse UI than alternatives.
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
Joo
Joo is a clean, fast, static typed, general purpose programming language created to run on machines with extremely low resources like the Arduino UNO
-
Java Code related posts
Index
What are some of the best open-source Code projects in Java? This list will help you:
Project | Stars | |
---|---|---|
1 | opengrok | 3,979 |
2 | Code Scanner | 1,031 |
3 | Joo | 3 |
4 | ReactiveSpring | 0 |