Tags : Browse Projects

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

Newlib

Compare

  Analyzed about 22 hours ago

Newlib is a C library intended for use on embedded systems. It is a conglomeration of several library parts, all under free software licenses that make them easily usable on embedded products. Newlib is only available in source form. It can be compiled for a wide array of processors, and will ... [More] usually work on any architecture with the addition of a few low-level routines. Newlib is the C Library used by Cygwin and RTEMS. [Less]

1.97M lines of code

53 current contributors

8 days since last commit

10 users on Open Hub

High Activity
3.0
   
I Use This

musl

Compare

  Analyzed about 15 hours ago

musl, pronounced like “mussel” or “muscle”, is a “libc”, an implementation of the standard library functionality described in the ISO C and POSIX standards, plus common extensions, intended for use on Linux-based systems. It is lightweight, fast, simple, free, and aims to be correct in the sense of standards-conformance and safety.

103K lines of code

27 current contributors

about 1 month since last commit

10 users on Open Hub

Moderate Activity
5.0
 
I Use This
Licenses: lgpl21_or..., mit

Nikola – static site generator

Compare

  Analyzed 34 minutes ago

A static website and blog generator

342K lines of code

28 current contributors

10 days since last commit

8 users on Open Hub

Moderate Activity
4.66667
   
I Use This

pycodestyle

Compare

Claimed by Python Code Quality Authority Analyzed about 3 hours ago

Simple Python style checker. A tool to check your Python code against some of the style conventions in PEP 8.

4.68K lines of code

10 current contributors

9 days since last commit

8 users on Open Hub

Low Activity
5.0
 
I Use This

JDepend plugin for Eclipse

Compare

  Analyzed about 18 hours ago

JDepend4Eclipse plugin for Eclipse is a wrapper for running JDepend from within Eclipse. - What is JDepend? (from www.clarkware.com): JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the ... [More] quality of a design in terms of its extensibility, reusability, and maintainability to manage package dependencies effectively. Advanced JDepend documantation are available as online help in Eclipse (press F1 key) or on the JDepend creator's site (please do not ask me what JDepend metrics are - ask Mike:) [Less]

5.93K lines of code

0 current contributors

over 3 years since last commit

8 users on Open Hub

Inactive
3.33333
   
I Use This

Nanoc

Compare

  Analyzed 1 day ago

Nanoc is a static-site generator, fit for building anything from a small personal blog to a large corporate website.

44.1K lines of code

8 current contributors

15 days since last commit

7 users on Open Hub

Moderate Activity
4.75
   
I Use This

Data Hierarchy

Compare

  Analyzed about 21 hours ago

The question I very often have is: which objects (recursively) are loaded in memory if a particular object is created? If you know Call Hierarchy plugin, you will find the Data Hierarchy very similar. It searches selected Java classes for declared fields, and starting with the found "Data" it ... [More] recursively looks for fields which are declared on found classes ("Hierarchy"). At the end you can see kind of "Data Hierarchy" tree. The plugin can not detect reflection based data, data inside non-generic collections, data which is stored as "Object" etc. This is of course a very rough estimation of the real data hierarchy, but works perfectly for a quick walk over data structures/dependencies during code reviews. Additionally plugin can restrict the search to static fields only. [Less]

4.14K lines of code

0 current contributors

over 3 years since last commit

5 users on Open Hub

Inactive
4.0
   
I Use This

Nim-lang

Compare

  Analyzed 4 months ago

Nim (formerly known as "Nimrod") is a statically typed, imperative programming language that tries to give the programmer ultimate power without compromises on runtime efficiency. This means it focuses on compile-time mechanisms in all their various forms. Beneath a nice infix/indentation based ... [More] syntax with a powerful (AST based, hygienic) macro system lies a semantic model that supports a soft realtime GC on thread local heaps. Asynchronous message passing is used between threads, so no "stop the world" mechanism is necessary. An unsafe shared memory heap is also provided for the increased efficiency that results from that model. [Less]

77.8K lines of code

182 current contributors

4 months since last commit

5 users on Open Hub

Activity Not Available
5.0
 
I Use This

phpCallGraph

Compare

  Analyzed about 20 hours 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

hugo-staticsite

Compare

  Analyzed about 17 hours ago

The world’s fastest framework for building websites

284K lines of code

56 current contributors

1 day since last commit

4 users on Open Hub

Very High Activity
4.5
   
I Use This