Showing 71 open source projects for "inversion"

View related business solutions
  • 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
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1
    Flow
    This page is abandoned. Head over to https://flow.neos.io/ or https://neos.io/ for further details!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Infector++

    Infector++

    Version2 of a Lightweight and efficient Dependency Injection framework

    Improves your application architecture: by using this Inversion of control container when you instantiate a class all dependencies for that object will be automatically created and "injected" using smart pointers without you having to call constructors explicitly. This may seems just a simple task, but infectorpp do it very well and alongside with other carefully crafted features will help you make your application more maintainable, testable and ready to satisfy new requisites. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JIPT - Java Image Processing Toolkit
    This is an Image Processing toolkit written in Java. The source code is intended to help you understand processes such as Color Inversion, Edge Detection, Fourier Transform, Morphological process, Laplacian Sharpening, Gaussian Noise Adding, and hist
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MT2D

    MT2D

    An 2D magnetotellurics finite element solver using unstructured grids

    ...At present, most of 2D MT modeling codes are developed in terms of Matlab or FORTRAN and there are no open source ones for public. The release of C++ based MT2D is to offer an accurate 2D MT code for researchers, students in geophysical community. Using this simple and accurate solver, inversion software can be easily developed. To deal with broadband frequencies (MT and RMT problems), a same grid including the air space is used for both TE and TM mode. To whom is interesting in an usage of this code, please send an email to: renzhengyong@csu.edu.cn
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    ProgrammingAssignment2

    ProgrammingAssignment2

    Repository for Programming Assignment 2 for R Programming on Coursera

    ...You then implement analogous logic for matrices via two functions, one to construct the cache-aware object and another to compute or retrieve the cached inverse. The instructions emphasize using solve for inversion and assuming that the supplied matrix is always invertible. The repository outlines the workflow for forking, editing the provided R stub, committing your solution, and submitting your repository URL as the final deliverable.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Module barcode generator
    Module Encoder EAN-13 - Checking the validity - Rotatable - The possibility of inversion - Transfer to the clipboard
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CalPCS

    CalPCS

    A pitch class set analyzer.

    ...Screen of at least 800x600px. Optional: A Java Sound Bank. The program displays for each set their normal order, classification, transposition, whether it is an inversion, prime form, interval vector and the invariant property.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FigDice

    FigDice

    PHP Templating System

    FigDice is a template rendering system, primarily designed for web applications and the dynamic generation of HTML documents. FigDice puts the view screens (templates) at the centre of the rendering process. FigDice defines a simple notation based on XML tags and attributes, allowing the engine, using source files very close to the target HTML, to produce the rendering, dynamically enhanced by the Web application's services and presentation layers. FigDice is independent of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Dynamic Presentation Generator

    DPG is a web CMS developed by the JAFU-Project

    ...This pattern isolates domain logic from the presentation, supporting modularity and separation of concerns of the components. DPG is built on Spring framework components, such as Spring MVC and Spring Security. Some features that Spring can provide are an Inversion of Control container and facilities for data access, messaging, testing, secure authentication and authorization. Check out a running version of DPG on http://test.jafu.ii.uib.no:8080/dpg_sf/ Log in with username/password sourceforge/sourceforge
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10

    QuteContainer

    IoC and Dependency Injection Container for the C++ Qt framework

    QuteContainer is a lightweight Inversion of Control (IOC) container to use for Dependency Injection. QuteContainer is build with and for the C++ Qt framework. QuteContainer can automatically resolve object dependency trees using constructor parameter injection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    NAL Numerical Analysis Library

    NAL Numerical Analysis Library

    NAL Numerical Analysis Library

    NAL is a numerical analysis library made of template-based c++ files. The library can be compiled as a static library, dynamic library or linked directly with other programs. Each module may also be used as a stand-alone component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PHP Dependency Injection

    IoC container for PHP

    This is a full functional IoC (Inversion of Control) container for PHP. You can configure it with module-classes like AutoFac or Ninject for .NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Echis Framework
    Application components and libraries containing various handy utilities. Includes components for Configuration, Logging, ADO.Net, Inversion of Control, RhinoMock Integration, Spring.Net Integration, Castle Integration, Xml Serialization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ...Includes basic classes to implement loading single & multi-page images & compositing via ImageIO, JAI, and AWT Image objects. The widget controls zooming, brightness, contrast, rotation, and inversion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Lamino is a high-level configuration metalanguage that enhances basic IoC (Inversion of Control a.k.a. Dependency Injection) with configuration layering and encapsulated components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Java library that implements linear algebra operations: matrix operations (addition, substraction, multiplication, transposing, determinant of matrix , inversion, rank of matrix); linear equations system solving.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Kampernet Framework is another PHP framework. It is steeped in design patterns. It is for people obsessed with design patterns, dependency injection and inversion of control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A fast, lightweight Inversion of Control container and application framework for .NET developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Minimalistic Spring-style Inversion of Control implementation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    An inversion of control mechanism for C++. cpp-resolver takes advantage of the strengths of C++ to check the resolution of dependencies at link time, while promoting proper separation of concerns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    VRaptor 2 is a mvc controller based on Java 5 annotations with support for Inversion of Control and Dependency Injection, and many other features in order to make it easier to write web apps by not messing around with other programming layers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JTR (Java Test Runner) is a framework meant for fastening the building of both complex and simple test enviroments. It is based on concepts such as Inversion of Control, and is ready for JSE, EJB, JMS and WS testing.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    dopiSolver
    Solver for the Data Ordering Problem with and without inversion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ActionScript 3.0 application framework for Flex/AIR/Flash development. Includes an Inversion of Control container, utility classes for configuring Cairngorm and PureMVC applications, and MVCS framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A C++ Matrix/Vector Class supporting real & complex data for nearly all matrix algebra calculations. Optimized for double & std::complex<double>. Small and large matrices. Easy to use & get started. Plotting, fast inversion, FFT/IFFT, statistics, & more
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB