Tags : Browse Projects

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

aiaiai

Compare

  Analyzed 1 day ago

aiaiai is a tool for subsystem maintainers and individual developers that automatically tests patches to the Linux kernel. Working from mbox files, either directly or via pipes from git commands, aiaiai will check patchsets for errors and newly added warnings using a number of static testing ... [More] tools including checkpatch, the compiler, sparse, smatch, cppcheck and coccinelle. It offers full support for cross-compilation testing and can detect compilation failures at intermediate stages within a patchset (bisectability testing). [Less]

4.2K lines of code

0 current contributors

over 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

linuxrules

Compare

  No analysis available

Linux rules is project started from oddfx set of rules for reading Linux system information. It is very simple, stand-alone and is intended to read as much Linux system information as possible in a single pass. AWK is the chosen language for obvious reasons: * Speed (Much simpler, smaller and ... [More] often faster than C/C++ code) * Maintainability * Portability (AWK is omnipresent in every Linux based distribution) With the way output is produced and the speed at which it is obtained, linuxrules could be easily used in conjunction with dmenu2, ratpoison native menus or even used in a pipeline to feed a shell prompt. Future releases will include means of starting hooks/actions from linuxrules itself. Please check out WIKI [Tests] and [Help] sections for further information. [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

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