Svoboda | Graniru | BBC Russia | Golosameriki | Facebook

To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

GNU GLOBAL
Developer(s)GNU project
Stable release
6.6.10[1] / 8 May 2023; 6 months ago (8 May 2023)
Repository
Operating systemUNIX-like
TypeProgramming tool (Specifically: Code navigation tool)
LicenseGNU GPL
Websitewww.gnu.org/software/global/

GNU GLOBAL is a software tool for source code tagging to aid code comprehension. It works in a uniform fashion in various environments (GNU Emacs, Vim, GNU less, GNU Bash, web browsers, etc.), allowing users to find all objects declared in the source files and to move among them easily. It is particularly useful for working on projects containing numerous sub-projects and complex syntax trees generated by the compilation process (e.g., C code containing numerous #ifdef directive which select among several main() functions using conditional compilation). It is similar to older tagging software such as ctags and etags, but differs in its independence from any specific text editor.

GNU GLOBAL is free software maintained for the GNU project by Shigio Yamaguchi.

YouTube Encyclopedic

  • 1/3
    Views:
    1 184
    2 277
    141 562
  • Sniffing GSM en Kali Linux con un RTL-SDR (Airprobe, GNU Radio, etc)
  • How to Opt Out of Prism, NSA's Illegal Global Data Collection Spying Program
  • How to install CodeBlocks 13.12 with Compilers ( GCC , G++ , GDB ... )

Transcription

Use cases

Use cases are varied, and include traversing the source code of the Linux kernel,[2] browsing Ruby code after having analyzed it with Exuberant ctags or rtags,[3] examining the structure of software packages in HTML mode,[4] or exploring a large and unfamiliar codebase.[5]

Usage by other software

GLOBAL is used by other software, including GNU Automake. FreeBSD uses it in its build system.

See also

References

  1. ^ Shigio Yamaguchi (9 May 2023). "Global-6.6.10 released". Retrieved 9 May 2023.
  2. ^ "Navigating Linux Source Code", drdobbs.com, March 1, 2001.
  3. ^ "Using rtags ang gtags for coding Ruby" Archived 2012-12-26 at the Wayback Machine, simple-and-basic.com, October 14, 2008.
  4. ^ "Greg's source code navigation tools", lemis.com, July 2005.
  5. ^ "Code Spelunking: Exploring Cavernous Code Bases", queue.acm.org, October 1, 2003.

External links

This page was last edited on 19 September 2023, at 23:57
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.