All Projects → oracle → Opengrok

oracle / Opengrok

Licence: other
OpenGrok is a fast and usable source code search and cross reference engine, written in Java

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
Lex
420 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
TSQL
950 projects

Projects that are alternatives of or similar to Opengrok

Tomb5
Tomb Raider: Chronicles Disassembly translated to C source code.
Stars: ✭ 397 (-88.5%)
Mutual labels:  source, engine, code
Tr2main
Tomb Raider II Injector Dynamic Library
Stars: ✭ 46 (-98.67%)
Mutual labels:  source, code
Opentomb
An open-source Tomb Raider 1-5 engine remake
Stars: ✭ 1,035 (-70.02%)
Mutual labels:  source, engine
Golang Notes
Go source code analysis(zh-cn)
Stars: ✭ 3,137 (-9.13%)
Mutual labels:  source, code
Phpgrep
Syntax-aware grep for PHP code.
Stars: ✭ 185 (-94.64%)
Mutual labels:  search, code
Clangkit
ClangKit provides an Objective-C frontend to LibClang. Source tokenization, diagnostics and fix-its are actually implemented.
Stars: ✭ 330 (-90.44%)
Mutual labels:  source, code
Windowsxp
This is the leaked source code of Windows XP Service Pack 1
Stars: ✭ 164 (-95.25%)
Mutual labels:  source, code
Gogrep
Search for Go code using syntax trees
Stars: ✭ 450 (-86.96%)
Mutual labels:  search, code
Mat-O-Wahl
🇩🇪 Mat-O-Wahl - Ein einfach zu bedienender, freier Open Source Wahl-O-Mat Klon fuer jedermann ### 🇬🇧 🇺🇸 A simple to handle, free "Voting Advice Application" / "Electoral Compass" alternative
Stars: ✭ 27 (-99.22%)
Mutual labels:  code, source
XcodeCommentWrapper
Xcode extension for wrapping comments
Stars: ✭ 29 (-99.16%)
Mutual labels:  code, source
uSource
uSource is a plugin for importing MDL / BSP / VMT / VTF and etc... resources to Unity!
Stars: ✭ 44 (-98.73%)
Mutual labels:  engine, source
Pervane
Plain text file based note taking and knowledge base building tool, markdown editor, simple browser IDE.
Stars: ✭ 159 (-95.39%)
Mutual labels:  search, code
Search Engine Optimization
🔍 A helpful checklist/collection of Search Engine Optimization (SEO) tips and techniques.
Stars: ✭ 1,798 (-47.91%)
Mutual labels:  search, engine
v-oogle
Google.com, reVued. 🔎
Stars: ✭ 40 (-98.84%)
Mutual labels:  search, engine
Spimedb
EXPLORE & EDIT REALITY
Stars: ✭ 14 (-99.59%)
Mutual labels:  search, engine
Ssti Payloads
🎯 Server Side Template Injection Payloads
Stars: ✭ 150 (-95.65%)
Mutual labels:  source, code
Jstarcraft Rns
专注于解决推荐领域与搜索领域的两个核心问题:排序预测(Ranking)和评分预测(Rating). 为相关领域的研发人员提供完整的通用设计与参考实现. 涵盖了70多种排序预测与评分预测算法,是最快最全的Java推荐与搜索引擎.
Stars: ✭ 324 (-90.61%)
Mutual labels:  search, engine
Scout Extended
Scout Extended: The Full Power of Algolia in Laravel
Stars: ✭ 330 (-90.44%)
Mutual labels:  search, engine
slm-code-generation
TensorFlow code for the neural network presented in the paper: "Structural Language Models of Code" (ICML'2020)
Stars: ✭ 75 (-97.83%)
Mutual labels:  code, source
larapos
Laravel Point of sale with invoice full source code free download pos apps.
Stars: ✭ 38 (-98.9%)
Mutual labels:  code, source

Copyright (c) 2006, 2021 Oracle and/or its affiliates. All rights reserved.

OpenGrok - a wicked fast source browser

Github actions build Coverage status SonarQube status Total alerts License

1. Introduction

OpenGrok is a fast and usable source code search and cross reference engine, written in Java. It helps you search, cross-reference and navigate your source tree. It can understand various program file formats and version control histories of many source code management systems.

Official page of the project is on: https://oracle.github.io/opengrok/

2. OpenGrok install and setup

See https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok

2. 1. Updating

OpenGrok uses semantic versioning and the version components further indicate more details about updating to newer version. The version scheme is major.minor.micro and change in any component is interpreted as:

  • major - major backwards incompatible update
  • minor - full clean reindex of your repositories is needed (e. g. index format has changed)
  • micro - redeploy web application

Generally it is possible to go backward only within the micro version.

3. Information for developers

See https://github.com/oracle/opengrok/wiki/Developer-intro and https://github.com/oracle/opengrok/wiki/Developers

4. Authors

The project has been originally conceived in Sun Microsystems by Chandan B.N.

For full list of contributors see https://github.com/oracle/opengrok/graphs/contributors

5. Contact us

There are Slack channels on https://opengrok.slack.com/

6. Run as container

You can run OpenGrok as a Docker container as described here.

In fact, http://demo.opengrok.org/ is using the opengrok/docker:master Docker image.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].