opensolaris
opengrok
opensolaris | opengrok | |
---|---|---|
3 | 12 | |
19 | 4,496 | |
- | 0.7% | |
0.0 | 8.7 | |
over 10 years ago | 7 days ago | |
C | Java | |
- | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
opensolaris
- OpenGrok: Fast and usable source code search and cross reference engine
-
Where can I find the source code for OpenSolaris?
OpenSolaris source is in an archived repo: https://github.com/kofemann/opensolaris
-
How much longer can it go on?
I doubt it. Solaris 10 would report uptime based on the current time minus the system boot time. Changing the clock alters the uptime.
opengrok
-
YYYY? yyyy!
Just as with the previous project, I rushed to the commits to see what was going on. First of all, it's worth noting that the field moved to its derived class, Repository, as a result of refactoring (here's the link to the commit). I searched further and found a commit containing the fix. The 'Y' character in the date pattern has been replaced with 'y':
- OpenGrok: Fast and usable source code search and cross reference engine
-
Sourcegraph is no longer Open Source
[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.
- Ask HN: What services/apps are you self-hosting?
- Searching a large code base.
-
Improving GitHub Code Search
My job uses https://oracle.github.io/opengrok/ and I'm generally happy with it. It has some problems with special character searches at times but generally does what I want. It's certainly better than code search in our on-prem github instance.
-
Is there a tool that would allow me to query (structured search) a codebase?
I used it a long time ago, but I see this is still around: https://oracle.github.io/opengrok/
-
This one made its way into my English textbook
You've never come across https://github.com/oracle/opengrok for example?
-
Ask HN: What are you using to introspect your code base
[2] https://about.sourcegraph.com/
[3] https://oracle.github.io/opengrok/
[4] https://github.com/hound-search/hound
- On Navigating a Large Codebase
What are some alternatives?
kayak - Kayak (PXE-enabled network imaging of OmniOS)
sourcegraph - Code AI platform with Code Search & Cody
Glean - System for collecting, deriving and working with facts about source code.
hound - Lightning fast code searching made easy
zoekt - Fast trigram based code search
riiablo - Diablo II remade using Java and LibGDX