Showing 352 open source projects for "code review"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 1
    " Fisherman 360 " cover software project management's cycle.Fisherman 360 Features : 1 - Project management 2 - Control Version Source ( Built in Revision System ) 3 - Code Review Tool 4 - Bug issue 5 - Build System 6 - Team management
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Pau Code Review is a light weight code review tool. The emphasis of this project is to create the artifacts required for a code review without forcing a specific code review process on the user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Portscan is a simple TCP port scanner (connect scan, similar to nmap -sC). It is implemented with threads for better speed. Please see the code and review it. Criticism is more than welcome. Helps needed to make it robust.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A system to allow papers, workshops, and other documents to be submitted for review and approval. Authors submit material, reviewers write reviews for it, and all of the reviews are compiled and presented to a review committee for approval.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    Milk is a security source code assessment tool using Orizon as API. Milk scans java and .NET source file in order to perform a security code review trying to point out safe coding best practices misuse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    XinDiff is a diff utility implementing WinDiff like GUI by an improved LCS algorithm. The key feature in addition to WinDiff is in-place comments for code review.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Hop groups file revisions into change units, which can be used for testing, release control, and review purposes. It is intended for small- to medium-sized teams with shared code ownership and high quality, modular, encapsulated code bases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Subversion PRS is a web-based tool to assist in peer review of code for projects using the Subversion version control system. It uses Perl, JavaScript, HTML, CSS, and MySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    GUI Generator creates screens folks can use 2 do CRUD (create, review, update, delete) on tables in a DB. Makes fully internationalized & accessible screens so users can search, edit, run reports & much more. Help buttons work! Uses any DB w/JDBC drivers
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    A web interface for online code review.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Java code review tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    devAdvantage: an automated code review tool that analyzes .NET C# code looking for bugs and issues with the unique ability to fix the problems found. devMetrics: a software management tool that gathers and reports metrics for .NET C#. An SDK allows for c
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Prolint is a tool for automated source code review of Progress 4GL code. Prolint can enforce company coding standards and finds sloppy code and code that may perform differently than how the programmer intended.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    QJ-Pro is a sophisticated code quality assessment and coding standards technology for Java development detecting potential software defects at compile time. It offers the ability to significantly reduce code review effort by automating a major portion of
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Jegustator is an automated code review system implemented as an Ant task. Currently is supports only Java code reviews. Jegustator has 48 embedded rules. Rules are easy to configure and write.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    mod_accounting is a simple Apache module that can record traffic statistics into a database (bytes in/out per http request). NOTE: this project has been abandoned years ago. The code in the repository needs some fixing in order to be usable. Also, it needs a security review, especially in the query building part: as it is, %h, %R and %e placeholders could lead to SQL injection. If anyone wishes to maintain the project, just let me know.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Online code review tools for C/C++/Java and other types of source code. Supports Clearcase, CVS and SVN. Can be extended to support other source code management systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Code Insight is a Open source, cross platform software for developers to browse, edit and understand code easily, like commercial one named Source Insight. Based on CodeLite IDE the CodeInsight also is aligned with GPL license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    TeamTools

    Subversion utilities

    A set of web based tools to be used on a Subversion repository, offering: - Search - Browse and diff - Peer review - Alerts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    luastyle

    lua source code beautifier

    Luastyle is source code beautifier for lua language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This project is to build a code review platform to have greate features such as multiple source code control tools and IDE support,crossing internet code review,live or offline code review.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    misspell-fixer

    Simple tool for fixing common misspellings, typos

    ...And also important to note to be extra careful when fixing public APIs! A manual review is always needed to verify that nothing has been broken.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    CodeRepo

    PHP based code repository with syntax highlighting.

    PHP based code repository with syntax highlighting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    CodingChecker

    A coding style checker tool support C/C++ syntax

    This project provide a framework for general coding style checker's process: 1, Support different adapter plugin for different programming language syntax 2, Support incremental scanning 3, Support customize criteria rules. 4, Generate report for scanning result. A C/C++ adapter was also implemented based on clang library as example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    RoboClaw Control

    RoboClaw Control

    Tool to control and configure the RoboClaw Motor Controller.

    ...Note: This software is not well designed, styled and coded and maybe there are some bugs in it! If you find some bugs or have some suggestion about how to enhance the software, feel free to write a review and/or modify the code like you want or even better create a new project.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB