A code-understanding tool based on cscope and ctags. Please go to the GitHub page for more information.
Homepage: http://ruben2020.github.io/codequery
GitHub: https://github.com/ruben2020/codequery
Cscope is a text screen based source browser, which can double as a behind-the scenes source code navigation aid for classic programmers' editors like Emacs or Vim, too.
Based on a pre-parsed, condensed extract, and optionally a quick-lookup index, it finds and shows identified items in the entire source code, even of truly large projects, quickly and without fuss.
Kscope4 is a graphical frontend for cscope, the well known source code browser.
Current version is a port to KDE4 / Qt4 of the original release ( 1.6.0 ) by Elad Lahav.
KDE4, Qt4 and CMake are required to build `kscope'
The graph features require Dot and Graphviz packages to be installed
The archive file contains a `configure' shell script and a `Makefile' to ease the building process ( see `INSTALL' for details )
A source RPM package is available along with a .tar.xz archive
ChangeLog: rel. 1.8.1 (11/18/2015)
- On startup don't rebuild the cscope database if no file was modified
- Sort hints used for symbol query
- Save/restore symbol queries history in "Project" mode
ChangeLog: rel. 1.8.0 (09/09/2015)
- Port graph to pure Qt4. ...
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Makes a C function call tree as Graphviz DOT file from CScope output.
The purpose of the project is generating a function call tree for a software application written in C.
This utility takes as input an uncompressed CScope (http://cscope.sourceforge.net/) output file.
With a few options, an output DOT language file can be generated.
The DOT file may be used as input for Graphviz (http://www.graphviz.org/) to make an image of the function call tree (see screenshot examples for tceetree run over its sources).
For more information, see the Wiki page.
ccglue is a complementary tool to cscope and ctags. The tool builds a cross-reference symbol database from cscope [and ctags] databases that can be used to display dependency-graphs (aka call-trees, code flow). Visualization can be done with the Vim CCTree plugin (http://www.vim.org/scripts/script.php?script_id=2368), or the built-in stand-alone command-line tracer.
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Freescope is a source code browser similar to cscope, ported to various operating systems. It is under heavy development and will eventually provide various parsers for programming languages.
Cbrowser is a Tcl/Tk GUI front-end to source code searching tools. It is primarily designed to work with cscope, but also works with cs. See http://cscope.sourceforge.net/ to obtain cscope, and for more information.