Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

LXR Cross Referencer

Compare

  Analyzed 31 minutes ago

The Linux Cross-Reference project is the testbed application of a general hypertext cross-referencing tool. Its main goal is to create a versatile cross-referencing tool for relatively large code repositories. The main feature of the indexer is the ability to jump easily to the declaration of any ... [More] global identifier. Quick access to function declarations, data (type) definitions and preprocessor macros makes code browsing more convenient. At-a-glance overview of which code areas will be affected by changing a function or type definition should also come in useful during development and debugging. Please note that the CVS repository is now superseded by a Git repository and is frozen roughly to its October 2014 state. [Less]

25.1K lines of code

1 current contributors

9 months since last commit

5 users on Open Hub

Very Low Activity
5.0
 
I Use This

phpCallGraph

Compare

  Analyzed 12 minutes ago

phpCallGraph is a tool to generate static call graphs for PHP source code. Such a graph visualizes the call dependencies among methods or functions of an application. Arrows represent calls from one method to another method. Classes are drawn as rectangles containing the respective methods. The ... [More] graphs can be leveraged to gain a better understanding of large PHP applications or even to debunk design flaws in them. The core of the call graph generator forms an object-oriented PHP5 library, which may also be integrated in other projects. It leverages the InstantSVC CodeAnalyzer and DOT. On top of it, a commandline application allows easy creation of call graphs in various formats, e.g. text, png, jpg or svg. phpCallGraph is free software licensed under GPLv3. [Less]

7.87K lines of code

0 current contributors

almost 2 years since last commit

4 users on Open Hub

Very Low Activity
4.0
   
I Use This

z88 Development kit

Compare

  Analyzed about 19 hours ago

z88dk is a z80 C cross compiler supplied with an assembler/linker and a set of libraries implementing the C standard library for a number of different z80 based machines. The name z88dk originates from the time when the project was founded and targetted only the Cambridge z88 portable. The ... [More] compiler featured in z88dk is a much enhanced Small C compiler; the compiler accepts many features of ANSI C and is only deficient in a few areas where implementation on a z80 processor might prove inefficient. The compiler performs simple optimisations, but the bulk of the optimisation is achieved by a set of peep-hole rules, which will typically reduce the size of a large project by up to a third. [Less]

1.93M lines of code

11 current contributors

1 day since last commit

4 users on Open Hub

High Activity
0.0
 
I Use This
Licenses: No declared licenses

EditArea

Compare

  Analyzed about 9 hours ago

Here is EditArea, a free javascript editor for source code. It allow to write well formated source code with line numerotation, tab support, search & replace (with regexp) and live syntax highlighting (customizable).

19.5K lines of code

0 current contributors

over 14 years since last commit

4 users on Open Hub

Inactive
4.0
   
I Use This

DarkPlaces

Compare

  Analyzed 4 months ago

Dark Places is a Quake modification I have built over the course of 6 years on and off experimenting, it got somewhat of an overhaul when the Quake engine source code was released, and I began developing a custom OpenGL-only engine for it and other mods, which supports Windows WGL and Linux GLX, and ... [More] has greatly improved graphics and image quality. It can not easily be described, as it is simply an improved Quake, not a total conversion (yet, anyway). The realism of shell casings falling to the floor, much improved bullet impacts, 32bit color alpha blended explosions, blood flying everywhere and sticking to the walls... [Less]

339K lines of code

3 current contributors

4 months since last commit

4 users on Open Hub

Activity Not Available
5.0
 
I Use This

Arachni

Compare

  Analyzed about 5 hours ago

Arachni is a feature-full, modular, high-performance Ruby framework aimed towards helping penetration testers and administrators evaluate the security of web applications.

239K lines of code

0 current contributors

11 months since last commit

4 users on Open Hub

Very Low Activity
4.0
   
I Use This
Licenses: No declared licenses

eLua

Compare

  Analyzed 1 day ago

eLua stands for Embedded Lua and the project aims to introduce the programming language Lua to the embedded software development world. Lua is the perfect example of a minimal, yet fully functional language. Although generally advertised as a "scripting language" (and used accordingly especially in ... [More] the game industry), it is also fully capable of running stand-alone programs. Its limited resource requirements make it suitable to a lot of microcontroller families. The aim of the project is to have a fully functional Lua development environment on the microcontroller itself, without the need to install a specific toolchain on the PC side. [Less]

444K lines of code

2 current contributors

25 days since last commit

3 users on Open Hub

Very Low Activity
0.0
 
I Use This

GNU idutils

Compare

Claimed by GNU Analyzed about 10 hours ago

An "ID database" is a binary file containing a list of file names, a list of tokens, and a sparse matrix indicating which tokens appear in which files.

9.17K lines of code

0 current contributors

about 4 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

JEDI API & Security Library

Compare

  No analysis available

The JWA library aims to provide a conversion from C to Delphi of as many headers as possible from the PSDK etc. The JWSCL (security library) is an advanced object-oriented framework for programming with the Windows security features (ACL, Tokens, etc.)

0 lines of code

0 current contributors

0 since last commit

3 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: lgpl, mozilla_p...

Haxe Highlighter

Compare

  No analysis available

A syntax highlighter written in Haxe that can highlight the syntax of a bunch of languages, including Haxe. Since it's written in Haxe, JavaScript and PHP versions can be generated, and snapshots are available inside the Subversion repository. It is lightweight: 1 file, around 200 lines of ... [More] algorithm and around 300 lines of language definitions. Adding a new language is usually a matter of adding 5-10 regular expressions, and is somewhat flexible with recursive rules (for example, it highlights PHP/CSS/JS embedded in HTML). There are plenty of examples of the source code highlighting in action on the homepage. The statistics are wrong because Ohloh doesn't understand Haxe. [Less]

0 lines of code

0 current contributors

0 since last commit

3 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: Public_Do...