Showing 127 open source projects for "di software"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 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
  • 1
    PHP-DI

    PHP-DI

    The dependency injection container for humans

    PHP-DI is a Dependency Injection (DI) container for PHP applications that promotes flexibility and modularity. It automates the process of injecting dependencies, reducing boilerplate code and making applications more maintainable. PHP-DI supports autowiring and integrates seamlessly with popular frameworks like Symfony and Laravel, offering a powerful solution for managing complex dependency graphs.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    do - Dependency Injection

    do - Dependency Injection

    A dependency injection toolkit based on Go 1.18+ Generics

    do - Dependency Injection is a lightweight dependency injection toolkit for Go that implements the DI pattern using the language’s generics system to provide strong type safety and minimal runtime overhead. The library offers a service container that allows developers to register, resolve, and manage application dependencies in a structured and maintainable way. It supports multiple service lifecycles such as eager, lazy, and transient loading, along with circular dependency detection and...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Symfony VarExporter

    Symfony VarExporter

    Allows exporting any serializable PHP data structure to plain PHP code

    Symfony VarExporter is a component that provides fast and safe serialization of PHP objects, especially those involving closures, services, or references. Unlike traditional serialize() or var_export(), VarExporter produces PHP code that can be re-evaluated safely and efficiently, which is useful in caching, dependency injection, and configuration scenarios.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Go! Aspect-Oriented Framework for PHP

    Go! Aspect-Oriented Framework for PHP

    Modern aspect-oriented framework for the new level of development

    Go! AOP is a modern aspect-oriented framework in plain PHP with rich features for the new level of software development. The framework allows cross-cutting issues to be solved in the traditional object-oriented PHP code by providing a highly efficient and transparent hook system for your existing code. Provides dynamic hook system for PHP without changes in the original source code. Doesn't require any PECL-extentions (php-aop, runkit, uopz) and DI-containers to work. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 5
    Decompose

    Decompose

    Kotlin Multiplatform lifecycle-aware business logic components

    Decompose is a Kotlin Multiplatform library for breaking down your code into tree-structured lifecycle-aware business logic components (aka BLoC), with routing functionality and pluggable UI (Jetpack/Multiplatform Compose, Android Views, SwiftUI, Kotlin/React, etc.).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    SolrNet

    SolrNet

    Solr client for .Net

    SolrNet does not attempt to abstract much over Solr, it's assumed that you know what Solr is and how to use it, just as you need to know relational databases before using an ORM. If you're not familiar with Solr, take your time to follow the Solr tutorial, see the FAQ and the docs. Consider getting a book. SolrField maps the attribute to a Solr field and SolrUniqueKey (optional but recommended) maps an attribute to a Solr unique key field.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    KSP

    KSP

    Kotlin Symbol Processing API

    KSP is Kotlin’s lightweight, idiomatic alternative to Java annotation processing that gives compile-time access to Kotlin program structure. Rather than forcing Kotlin through Java’s annotation APIs, it exposes Kotlin-first symbols—classes, functions, properties, types—so processors can generate code efficiently. The design dramatically reduces incremental build overhead by operating directly on symbols without compiling stubs, which speeds up large multi-module projects. Processors run as...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    Swinject

    Swinject

    Dependency injection framework for Swift with iOS/macOS/Linux

    Swinject is a lightweight dependency injection framework for Swift. Dependency injection (DI) is a software design pattern that implements Inversion of Control (IoC) for resolving dependencies. In the pattern, Swinject helps your app split into loosely-coupled components, which can be developed, tested, and maintained more easily. Swinject is powered by the Swift generic type system and first-class functions to define the dependencies of your app simply and fluently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OpenAI .NET

    OpenAI .NET

    The official .NET library for the OpenAI API

    OpenAI .NET is the official client library for calling the OpenAI REST API from C# and other .NET languages, with first-class support for modern .NET patterns. It provides strongly typed clients across API areas (chat, audio, images, embeddings, moderations, batches, files, models, vector stores, responses, realtime, assistants) and works with .NET Standard 2.0 while the examples use .NET 8. You install it via NuGet and authenticate with an API key, ideally through environment variables or...
    Downloads: 7 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 10
    Cofoundry

    Cofoundry

    Cofoundry is an extensible and flexible .NET Core CMS

    Cofoundry is an unobtrusive ASP.NET Core CMS focused on code-first development and user-friendly content management. Run integrated, decoupled or headless, it's your choice. Cofoundry is there when you want it and gets out of your way when you don't. Get back to writing regular .NET code you love and enjoy complete freedom with your front-end technology and designs. We understand that every application is different. Cofoundry is an adaptable framework that let's you swap in your preferred...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Android Interview Questions

    Android Interview Questions

    Your Cheat Sheet For Android Interview

    This repository is a comprehensive study guide for Android interviews, organized to cover the platform from fundamentals to advanced topics. It includes explanations and Q&A on the Android app lifecycle, activities and fragments, services, broadcast receivers, content providers, and the build system. Modern practices are addressed as well—Kotlin language features, coroutines, Jetpack components, MVVM/MVI architecture, dependency injection, and testing strategies. Performance and reliability...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    distroClone-cross-distro

    distroClone-cross-distro

    DistroClone Cross-Distro — Clona il tuo sistema Linux

    DistroClone Cross-Distro — Clona il tuo sistema Linux su qualsiasi macchina Cos'è DistroClone Cross-Distro? DistroClone Cross-Distro è uno strumento open source che crea una **ISO live avviabile** del tuo sistema Linux attuale — software installato, configurazioni, utenti — e la trasforma in un installer completo basato su **Calamares**, il framework di installazione usato da decine di distribuzioni. Come funziona: DistroClone è distribuito come **AppImage** — nessuna installazione necessaria, nessuna dipendenza da gestire: sudo ./distroClone-1.3.6-x86_64.AppImage Processo guidato: 1. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    CalLite CRM

    CalLite CRM

    Software per Call Center

    CalLite è il software per Call Center più versatile e veloce sul mercato. Ti permette di azzerare le perdite di tempo degli utenti (operatori, agenti, supervisori, coordinatori, ecc. ecc.) per massimizzare i guadagni. Il software dispone delle funzionalità: PowerDialer, ProgressiveDialer, PredictiveDialer ed AutoDialer. Ovunque siano (da casa o in ufficio), i tuoi operatori potranno lavorare con una semplice connessione internet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Agua Gest - Gestionale Aziendale php

    Agua Gest - Gestionale Aziendale php

    Open Source - Web Based - CRM - Gestione magazzino e Fatture Magazzino

    Gestionale aziendale su piattaforma web. BELLO COMPLETO POTENTE E FACILE DA USARE! Dal 2003 ad oggi al fianco delle piccole imprese Agua Gest è un software gestionale php mysql per gestire, il magazzino, le vendite e la contabilità. Completo di fatturazione elettronica con possibilità di poterlo usare anche in cloud Per Provarlo on line vi rimando al sito.. http://www.aguagest.it Cosa sa' fare.. Praticamente tutto.. Puoi gestire la tua azienda anche dal tablet, Non Necessita di grandi risose, molto intuitivo e grazie alla possibilità di gestire gli utenti è possibile anche bloccare parte del programma.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15

    winformsprotector

    antidecompiler and anti deobfuscator,source code protection

    ITALIAN: il software serve a proteggere il proprio codice sorgente da deoffuscazione e decompilazione,rende vano l'uso di decompilatori e deoffuscatori in determinati scenari ENGLISH : the software is used to protect your source code from decompilation and deobfuscation, it makes useless the use of decompilers and deobfuscator in certain scenarios
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Gea.Net Start

    Gea.Net Start

    Gea.Net Pro Start Edition Software gestionale ERP per PMI

    Gea .Net Start è un ERP compatto per la piccola impresa, derivato da https://sourceforge.net/projects/geanetpro/ a cui si rimanda per maggiori esigenze . Gestisce ciclo attivo (offerte, ordini, ddt, fatture), magazzino, prima nota e produzione (distinta base e cicli). Indicato per aziende del commercio e dei servizi ( vedi anche http://www.geanetweb.com ) L'installazione richiede solo pochi secondi e non intacca il Registry di Windows: -Verificare se presente Framework .NET 4.6.1 o...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Ufficio Zero Linux OS

    Ufficio Zero Linux OS

    Linux Desktop OS for professionals

    Ufficio Zero Linux OS is a desktop operating system offered in many versions based on PCLinuxOS, Linux Mint and Devuan. We also have created Duplica, a Bare Metal Restore Solution. This distro has many packages for professional use. The project is managed by the Italian company SIITE SRLS and promoted by the Italian Association Boost Media APS. Ufficio Zero Linux OS is trademarked through the Linux Mark Institute. All rights reserved. Linux® is the registered trademark of Linus...
    Leader badge
    Downloads: 43,990 This Week
    Last Update:
    See Project
  • 18
    Nato come una libreria ad uso personale. Si è estesa in un vero e proprio framework per la creazione di forms. Leggendo i metadati da una tabella permette di creare automaticamente la form potendo personalizzare ulteriormente campi ed opzioni degli stessi. NON produce codice PHP, quindi se la struttura della tabella cambia, anche la presentazione è caratteristiche LOGICHE dei campi cambiano. Inoltre implemente il pattern activerecord e così usando i metodi Salva() ed Elimina() in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Yualan POS

    Yualan POS

    POS & Inventory System

    Yualan adalah aplikasi Point of Sale (POS) berbasis SaaS (Software as a Service) yang dirancang untuk menyederhanakan dan mengotomatiskan operasional bisnis ritel Anda. Dibangun dengan semangat open source, Yualan kini tersedia di bawah GNU General Public License v2.0 (GPLv2) — artinya Anda bebas untuk menggunakan, memodifikasi, dan mendistribusikannya.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    Gea.Net Pro v5

    Gea.Net Pro v5

    Gea.Net Pro Software gestionale ERP per PMI

    Gea .Net è il primo ERP Open Source sviluppato in ambiente Microsoft Framework. NET. E' un gestionale completo per la piccola media impresa (PMI). Gestisce ciclo attivo e ciclo passivo, magazzino, contabilità, produzione e MRP (lotti, matricole, distinta base e cicli), taglie e colori, presenze, CRM, GED. L'installazione richiede solo pochi secondi e non intacca il Registry di Windows: 1.Verificare se presente Framework .NET 4.6.1 o installarlo 2.Fare il download di Gea .Net Pro,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Registro Chiesa

    Registro Chiesa

    Gestione dei Registri Parrocchiali, Management of Parish registers

    Software Open Source di Gestione dei Registri Parrocchiali con Inserimento, Ricerca, Stampa, ecc. Open Source Software for Management of Parish registers with Insert, Search, Print, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SPINA

    SPINA

    Structure parameter inference approach for endocrine feedback control

    ...It delivers the secretory capacity of pancreatic beta cells (SPINA-GBeta), an estimate for the insulin receptor amplification (SPINA-GR) and a static disposition index as a measure for the loop gain of the feedback loop (SPINA-DI). Both implementations of SPINA have been validated in more than 50 clinical studies based on large cohorts.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 23
    Questo software può evitare che alcuni keylogger elementari,basici, possano carpire le nostre password e/o username poichè i valori testuali possono essere scritti con una testiera virtuale ed il valore così prodotto è passato "via javascript" alla casella di testo della pagina web saltando così lo stream della tastiera che potrebbe essere intercettato .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Un sistema formato da server, client, linguaggio di script, controllo versione e distribuzione automatica. Tutto questo per creare applicazioni di tipo enterprise che lavorino principalmente con database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Rawgraphs app

    Rawgraphs app

    A web interface to create custom vector-based visualizations

    ...Adobe Illustrator, Inkscape, Figma). The project, led and maintained by the DensityDesign Research Lab (Politecnico di Milano) was released publicly in 2013.
    Downloads: 4 This Week
    Last Update:
    See Project