Showing 909 open source projects for "p-unit"

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
  • 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
  • 1
    ...VersionWeb allows the authors to do checkout a file, commit, add, remove, rename, etc, that is, the operations more common in version control. The authors can control the versions of your p
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A collection of extensions for the [P|J]ython programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MSM-Activate (MUMPS) API wrapper-component for use in Delphi Example is for Delphi 7. This unit is created for the Dutch (http://orego.artsennet.nl) <b>HISLink-project</b>, but can also be used for other purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    It is a gettext package for Freepascal and consists in a unit which provides C like gettext support (via procedures) and some useful utilities, e.g. searching for msgid's in pascal sources and spell checking of .po files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 5
    The Jenerator V. 0.9.0 is a code generator,which takes meta information from different mediums, applies XSL templates and generates code. It supports regeneration. Generates source for EJB's (CMP and BMP), Unit Tests for EJB, JDO, GOF and J2EE pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MockMaker is a program for automatically creating source code for mock object. MockObjects can be used in automated Unit testing. See also www.Junit.org and www.mockobjects.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Java mock object generation tool that creates mock implementations of classes and interfaces for use in unit testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Testing (whether unit or functional) of any application that has a user interface (UI) is never complete till its behavior is tested and verified from the UI itself (rather than testing using method calls). This idea is behind a lot of other packages/tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    An unit testing framework (http://www.xprogramming.com/software.htm) to allow unit testing of Products in a real Zope environment, with all the bells and whistles.
    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
    An implementation of Kent Beck's famous XUnit testing framework designed specifically for unit testing components written for the .NET platform.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Xml2Swing is a small library written in Java(1.4), used to create graphical interfaces from xml configuration files.<p> Its purpose is to reduce development time and improve maintainability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The TclUnit project is an implementation of the xUnit unit test framework, in Tcl. It provides a framework for organizing tests, plus utilities and extensions to facilitate unit testing of programs and libraries through the Tcl programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Orome is a tool for automating System or Acceptance tests (also Unit test though this is not the focus) for web-based systems. Orome takes a set of static HTML pages defining a walkthrough of (part of) the systems and tests it against the running system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SUnit Browser is a functional, but simple and reasonably portable, user interface for the SUnit Test Environment for Smalltalk.  These interfaces enhance the usefulness of the SUnit testing platform and facilitate unit and acceptance testing during develo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    jsAssertUnit is a unit testing framework based on assertions, helping JavaScript developers to test their code. Failing assertions about the program state are tracked in a Reporter window of a DOM compliant browser : IE5+, Mozilla, Netscape 6+, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Pure Java Utilities. Provides a cross platform, multi-language set of utilities for use with Java applications.<p>Utilidades puras de Java. Proporciona una colección de utilidades para aplicaciones de Java en plataformas múltiples, y en idiomas múltiple.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Pure Java tile based map editor. A Cross platform, multi-language tool to create a map file for 2D/3D applications.<p>Un basado en azulejos redactor de mapa en Java. En plataformas múltiples, y idiomas múltiple crea mapas para aplicaciones de 2D/3D.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    shebang-wrapper... workaround sillyness with #!<p> the #! mechanism has some wierdness and shortcomings which this wrapper works around... like that you can only pass a single argument to the interpreter, and that it ignores the PATH variable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Unit testing framework for Haskell, similar to JUnit for Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Compares two values of any type and structure and returns true if they are the same. It does a deep comparison of the structures, so a hash of a hash of a whatever will be compared correctly. This is especially useful for writing unit tests!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    wxTest is an automated unit test framework for C++, designed in the tradition of the xUnit family.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Mockry is a tool to create mockobjects. MockObjects are used to help developpers to automate their unit tests. This project has been initiated by the Montreal's XP users group.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Algorithm that can generate any given series of probabilities G, using only fair coins. The algorithm creates a Huffman tree by decomposing any probability P into a sum of probabilites Q, where each Q is a power of 1/2. Than using the coins, the tra
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    TiniUnit is a XUnit-like unit testing framework suitable for use on the Dallas Semiconductors TINI board. TiniUnit is similar the JUnit in intent, but is does not require reflection since the 1.0x version of the TINI OS does not support reflection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Lapidary is a unit testing framework for the Ruby programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo