Browsing projects by Tag(s)

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

Showing page 1 of 4

Web based code review and project management for Git based projects. Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system. Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline ... [More] comments to be added by any reviewer. Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer. This functionality enables a more centralized usage of Git. [Less]

4.73333
   
  0 reviews  |  44 users  |  134,179 lines of code  |  73 current contributors  |  Analyzed 11 days ago
 
 

Review Board is a web-based tool designed to help projects and companies keep track of pending code changes and make code reviews much less painful and time-consuming. It works in a variety of server environments and supports a large number of source control backends, including Perforce, Subversion, CVS, ClearCase, Git, and more.

4.6
   
  0 reviews  |  16 users  |  82,973 lines of code  |  52 current contributors  |  Analyzed 6 days ago
 
 

Painless management of Subversion branches, with special attention to integrate nicely with ReviewBoard.

0
 
  0 reviews  |  2 users  |  98,701 lines of code  |  1 current contributor  |  Analyzed 12 days ago
 
 

Additional rules for Microsoft StyleCop. Microsoft StyleCop is a tool that helps to maintain a consistent coding style. Among the additional rules that this project implements are: * Warn if lines contain trailing whitespace. * Warn if line length exceeds a configurable allowed limit. * Warn ... [More] if a file does not end with a newline character. * Warn if a file starts with whitespace. * Warn if a file ends with multiple empty lines. [Less]

0
 
  0 reviews  |  1 user  |  731 lines of code  |  0 current contributors  |  Analyzed 15 days ago
 
 

Team Code Reviewer plugin for Intellij IDEA

0
 
  0 reviews  |  1 user  |  38,202 lines of code  |  2 current contributors  |  Analyzed 6 days ago
 
 

A web based peer code review tool providing subversion integration, working against live repositories; Syntax highlighting for a wide variety of languages; File and repository level diffing; E-mail notifications. Groogle is a Web 2.0 LAMP application.

0
 
  0 reviews  |  1 user  |  25,660,993 lines of code  |  1 current contributor  |  Analyzed 9 days ago
 
 

Friendpaste is an opensource review system. Paste text/code, share your friends, edit or add comments by lines.

5.0
 
  0 reviews  |  1 user  |  12,999 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Codestriker is a Web application that supports online code reviews. Traditional document reviews are supported, as well as reviewing diffs generated by an SCM (Source Code Management) system and plain unidiff patches. There are integration points with CVS, Subversion, Clearcase, Perforce, Visual ... [More] SourceSafe, and Bugzilla. There is a plug-in architecture for supporting other SCMs and issue tracking systems. It minimizes paper work, ensures that issues, comments, and decisions are recorded in a database, and provides a comfortable workspace for actually performing code inspections. An optional highly-configurable metrics subsystem allows you to record code inspection metrics as a part of your process. [Less]

0
 
  0 reviews  |  1 user  |  19,404 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Graudit is a simple script and signature sets that allows you to find potential security flaws in source code using the GNU utility grep. It's comparable to other static analysis applications like RATS and SWAAT while keeping the technical requirements to a minimum and being very flexible.

4.0
   
  0 reviews  |  1 user  |  906 lines of code  |  1 current contributor  |  Analyzed 10 days ago
 
 

NEPTUNER - Code-Base Management SuiteBrowse, Discover, Tweak! Neptuner 0.20 includes tools that enable you to - Create browse-packs out of your codebase. Share your codebase with ease. With Neptuner UBoat browse-packs, people can browse through and comment/review your code, using just a ... [More] web-browser...no need to install anything! (UBoat) Gather complexity information about your codebase - LoC, Nesting etc(Submarine) Reformat your source-code (Torpedo) Neptuner is a codebase management system. It puts together a set of tools to simplify and enable easier maintenance of source code. The tool-suite includes programs for: browsing, commenting/review, reformatting, enforcing coding standards, beautification, generating unit-test/boilerplate code, refactoring etc. Neptuner (as of 0.20) includes UBoat, a program which enables you to share browseable versions of your codebase. The Show me the code! step of Open Source is easier to do now! UBoat lets you easily browse/annotate/bookmark your codebase, without requiring you to install/run/configure stuff. Check out http://neptuner.googlecode.com/files/demo_uboat_neptuner_0_20.zip for a quick look at some Neptuner UBoat output. Read more at UboatQuickStart. RELEASEThe current release is 0.20. Download it from http://neptuner.googlecode.com/files/neptuner_0_20.zip. Just unzip the file and you are ready to go! More details in info.txt in the released package or at http://code.google.com/p/neptuner/wiki/Neptuner_0_20. Beta release - UI comments/feedback would be a great help! UBoat - Code Browser which enables you to "Show Me The Code!" easily No need to run, demo output available in the unzipped demo directory. Packaged executables will work on self-complete C source files. You may also try it on C-like languages C#, Java, C++... Even if you don't have a C code-base at hand, you can still get some functionality out of this. The latest tag for the Neptuner is 0.20, which has been released. The next release Neptuner 0.30 is slated for March 28, 2010 (Neptuner2K9). Highlights are: Linux builds Minor-edit support Export functionality Fixes for C++ Latest builds of the trunk should be available from http://code.google.com/p/neptuner/source/browse/codebase#codebase/trunk/homebase MOTIVATIONTo simplify doing the stuff which, while important and "good" for a codebase, is considered too cumbersome and "boring" to keep doing systematically and consistently. It may also be difficult to script because of codebase information not being easily available . Here's a brain-dump of the Neptuner Vision or "The Itches". Easy Browse - Just want to read through the code to understand it, making notes as you go? Without setting up a project-file or making the code build first? Syntax-highlighting is good, but what exactly does fooBarSkedaddle over there mean? Self-contained - Do I really need to install and configure that server and database as well? I just wanna browse the code! Open Data - If only I had the kind of data the IDE has, I could tweak the entire code-base with my magic-script! It is your code, and the meta-data regarding that should also be yours. Restrictive UIs...browsers are for browsing aren't they? It would be cool to use my favorite browser-plugin while I am browsing my code... :( Macro-level perspective - So many functions, so many files. How good is the code? How complex is it? What has happened since the last release? Lost in the code-labyrinth...? Code Management Unit - Code should be managed at the level of data-types and functions, rather than at "just the" file-level. A code-management tool should exploit and leverage the structured nature of code rather than treat it as "just text". NAME - Since the project started out targeting C-like languages, it is named after the Roman god of the Sea, Neptune. As of 0.10, C is supported, other C-like languages should also work (with variable mileage); other scoped languages will also be supported later. The components for Neptuner are named with a naval/war theme; it is a war with a sea of possibly chaotic code... ;) CONTRIBUTE!To join and contribute to this project, drop in a mail to sonofdelphi (at) gmail (dot) com. As of now (0.20), help is needed for Language-Parsing - Only C is currently supported. Experimental for C-like. HTML/Javascript and C++ are planned for 0.21 Builds for Linux and Mac - Only Windows builds available currently Client-side JavaScript programming - Provide more features currently available only from the command-line through the browser Database Design - No database yet; plan to use SQLite embedded database Server-side Design - No server-side component yet; plan to use embedded web server OVERVIEWSCUBA dives into the code and put the information in ARK in order to enable COMMANDOs to operate! STRATEGOsApplications which simplify codebase management. UBoat - Code-browser. Creates a browseable version of your codebase. COMMANDOsPrograms on specific "missions". No expansion :) ... Submarine - Function analyzer. Provides information regarding the complexity, return-related, call-chain, data-dependency of your functions. Periscope - HTML converter. Generates browseable (not just syntax-highlighting) and commentable (double-click to add comments) versions of your source-code. Torpedo - Reformat your source code - reindent, add end-of-scope markers etc. Minesweeper - Data analyzer. Provides symbol information etc. Sonar - Basic source-file information. Also used for verifying neptuner-core operation. CORE COMPONENTSSCUBA - Scope Controlled Unit Block Analyzer. Code parsing module - contains a rudimentary and approximate scope-based parser and a stats gatherer. ARK - Analysis Repository for Kode :) Modules for storing the information regarding the code analyzed. TOOLS USEDPrimary IDE, Build - Visual Studio Express C++ 2008 - http://www.microsoft.com/express/vc/ Secondary IDE - NetBeans - www.netbeans.org/ UML diagrams - StarUML - http://staruml.sourceforge.net/en/ Brainstorming - FreeMind - [http://freemind.sourceforge.net/ HISTORY20100314 Getting ready for 0.30, switch to NetBeans 20091215 Post 0.20 release updates 20091012 Post 0.10 release updates 20090824 Tool info, formatting 20091219 Forced to rename as neptuno was already taken. neptuner is also fine, I guess 20081118 Initial version N E P T U N E R For Code's Sake! (C)2009 The Oraclique [Less]

0
 
  0 reviews  |  1 user  |  30,675 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.