Showing 457 open source projects for "case"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 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
    Software application for database design using UML, with generation of models over the three tier software architecture using design patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    File handling plugin for the NetBeans IDE supporting RPM files based on the Redline Java library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Forager is a source code search plug-in for Eclipse that uses information retrieval techniques to enable software engineers to locate concepts & concerns in unfamiliar code more efficiently than traditional regular expression based search tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    use of java's reflection to generate a variety of source descriptions
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    MicroBPEL is a micro-orchestrator based on WS-BPEL that allows orchestrating processes on mobile devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Takes in a simple text file and converts it into a UML diagram. Currently simple sequence diagrams are implemented. The diagramming space on Linux boxes isn't great and I wanted a way to quickly put together a sequence diagram.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The project is a case implemntation for a Multiple Agent Web Based System. The case is concerned with Teaching and Learning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Eclipse plug-in allowing arbitrary programs to send Eclipse any keyboard events. Communication is achieved via a stateless ASCII TCP-based protocol. The keyboard events are injected into Eclipse's UI by way of a java.awt.Robot instance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is a little Java Swing applications that lets you draw Finite State Machines (FSMs) and generates portable ANSI-C source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 10
    The goal of this project is the "continuous quality assurance of implemented architecture models". For more information visit our web site: http://jmd.sf.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SpecD est un outil documentaire permettant la gestion des documents de spécifications fonctionnelles et techniques pour un projet informatique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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
  • 13
    The PNMP (Petri Nets Modeling Platform) project aims at providing, in collaboration with Eclipse EMF, GMF, PNML Framework, and other future projects, a comprehensive approach to MDD for Embedded Systems on top of the Eclipse Project platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project was created byFAGOC's students to be a collaborative project development to develop a platform for RAD WEB development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ModelPro, part of ModelDriven.org, is a provisioning engine for producing executable applications and other artifacts out of models using the Model Driven Architecture (MDA) paradigm. ModelPro is internally Model-Driven based on provisioning cartridges
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CubicProject aims to be a project management web application for agile software delvelopment. It is higly adjustable and focuses on usability and integration with other tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The FermaT toolset is the implementation of the FermaT Transformation Technology which developed semantic preserving code transformations to simplify programs without changing their behavior. The correctness is guaranteed by mathematical proof.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Pinnus is a project management tool for Extremme Programming. The program offers options to control stories, iterations and participates of a project. It is based on Eclipse Rich Client Platform and uses HSQLDB database .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    hm DataModeler
    hm DataModeler is a software for modeling data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Genesis is a software engineer integrated tool that provides many ways to manage all artifacts related to a software development process. Includes requirements management functionalities, and a complete environment to execute tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ChooseNews is a discovery-based system online that simulates a group of entities, each of them providing a newsletter service to the user. The system provides also replication of service in case one of the entities suffers a fallout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Swing Spy is java based Swing/AWT spy agent that prints the widget under the cursor (like Spy++ for Windows/MFC and SWT Spy for Java-SWT). Download from the homepage: http://www.nenoff.com/swingspy/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    3A-TRE

    3A-TRE

    3A-TRE evaluates traditionally logical expressions under 3 assumptions

    ...The open world assumption (OWA) states that the truth value of a statement that is not included in or inferred from the knowledge explicitly recorded in the system shall be considered unknown. The closed world assumption (CWA) is the assumption that any statement that is not known to be true is false. We distinguish yet another case in software testing. Frequently, there are test stubs which simulate the behaviors of the dependent test modules. In this case, the dependent test modules are always assumed to be true when their results are not available. We call this a stub assumption (SA). 3A-TRE example: echo "CWA: (T and U)" | java -jar PTRE.jar Result: F 3A-PTRE example: (P means possible results) echo "OWA: (T,U and U,F)" | java -jar PTRE.jar Result: U,F
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    General Anesthesia Physiology Simulator for anaesthesiologic case reports, medical training (and testing) and educational purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Tool for generete testcasesPresents a proposal to employ use cases to estimate the test effort and to create a finite state machine for model-based test case generation.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB