Showing 131 open source projects for "flora-2"

View related business solutions
  • 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
  • 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
    Xamarin.iOS & Xamarin.Mac

    Xamarin.iOS & Xamarin.Mac

    Bridges the worlds of .NET with the native APIs of macOS, iOS, tvOS

    ...These SDKs allow us to create native iOS, tvOS, watchOS and macOS applications using the same UI controls we would in Objective-C and Xcode, except with the flexibility and elegance of a modern language (C#), the power of the .NET Base Class Library (BCL), and two first-class IDEs—Visual Studio for Mac and Visual Studio—at our fingertips. This repository is where we do development for the Xamarin.iOS and Xamarin.Mac SDKs. The preferred method for installing Xamarin.iOS and Mac is to use the Visual Studio installers (Windows, Mac). The team also strongly recommends using the latest Xamarin SDK and Xcode whenever possible.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    CommandLineUtils

    CommandLineUtils

    Command line parsing and utilities for .NET

    ...It simplifies parsing arguments provided on the command line, validating user inputs, and generating help text. CommandLineApplication is the main entry point for most console apps parsing. There are two primary ways to use this API, using the builder pattern and attributes. The library also includes other utilities for interaction with the console. A common scenario for options is to allow specifying a value-less option multiple times without value. The library supports counting flags by using bool[] or by checking for the number of values in Values.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Paket

    Paket

    A dependency manager for .NET with support for NuGet packages and Git

    ...If you install a package into your project and that package has further dependencies then all transitive packages are included in the packages.config. There is no way to tell which packages are only transitive dependencies. Even more importantly: If two packages reference conflicting versions of a package, NuGet will silently take the latest version (read more). You have no control over this process. Paket on the other hand maintains this information on a consistent and stable basis within the paket.lock file in the solution root. This file, together with the paket.dependencies file enables you to determine exactly what's happening with your dependencies.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Distributed Transactions Manager

    Distributed Transactions Manager

    A distributed transaction framework that supports multiple languages

    ...Supports TCC, SAGA, XA, and transaction messages. DTM is a distributed transaction framework that provides cross-service eventual data consistency. It provides saga, tcc, xa, 2-phase message, and outbox patterns for a variety of application scenarios. It also supports multiple languages and multiple store engines to form up a transaction.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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 generative AI apps with Vertex AI Studio. Switch between models without switching platforms.
    Start Free
  • 5
    MonoTorrent

    MonoTorrent

    The repository for MonoTorrent, a bittorrent library for .NET

    ...Selective file downloading (including the ability to not download specific files). Rarest first piece picking (takes priorisation into account). End-game mode to boost the last 1-2% of the download. Sequential downloading (for media files). Per-torrent download/upload rate limiting. Overall download/upload rate limiting. In memory cache to reduce disk reads. Auto-throttling if the download rate exceeds the piece verification/disk write rate. IPV4 connections. IPV6 connections. IP address ban lists. Creating torrents from a single file, a folder, or arbitrary files in arbitrary folders. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    NetMQ

    NetMQ

    A 100% native C# implementation of ZeroMQ for .NET

    ...NetMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols, and more. Currently, two versions are maintained Version 3 which is the stable version of NetMQ and version 4, version 4 is same as version 3 without obsolete code. You can find both versions on Nuget, for more information read the Migrating-to-v4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CSLA .NET

    CSLA .NET

    A home for your business logic in any .NET application

    ...Business objects based on CSLA automatically gain many advanced features that simplify the creation of Windows, web, service, and mobile interfaces. CSLA .NET allows great flexibility in object persistence, so business objects can use virtually any data sources available. The framework supports 1-, 2- and n-tier models through the concept of mobile objects. This provides the flexibility to optimize performance, scalability, security and fault tolerance with no changes to code in the UI or business objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Orchard Core

    Orchard Core

    Open-source modular and multi-tenant application framework

    Open-source, modular, multi-tenant application framework and CMS for ASP.NET Core. Orchard Core is a redevelopment of Orchard CMS on ASP.NET Core. Orchard Core consists of two different targets, Orchard Core Framework, an application framework for building modular, multi-tenant applications on ASP.NET Core, and Orchard Core CMS, a web content management system (CMS) built on top of the Orchard Core Framework. It’s important to note the differences between the framework and the CMS. Some developers who want to develop SaaS applications will only be interested in the modular framework. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MoreLINQ

    MoreLINQ

    Extensions to LINQ to Objects

    MoreLINQ can be used in one of two ways. The simplest is to just import the MoreLinq namespace and all extension methods become instantly available for you to use on the types they extend (typically some instantiation of IEnumerable<T>). In some very rare instances, however, doing so can cause conflicts with other libraries you may be using that incidentally also extend the same type with an identically named method and signature.
    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
    CacheManager

    CacheManager

    CacheManager is an open source caching abstraction layer for .NET

    ...It supports various cache providers and implements many advanced features. A simple but very efficient implementation. This handle is faster than any other in most scenarios and works cross-platform. Two implementations are available, based on System.Runtime.Caching and based on the new Microsoft.Extensions.Caching.Memory package. Redis can be used as an extremely fast and reliable out-of-process (or distributed) solution. Another great distributed solution is memcached, which can be used as a layer. The Redis implementation is based on the popular StackExchange.Redis package. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    php2desktop

    php2desktop

    Build Windows desktop applications using PHP, Javascript, CSS & HTML

    php2desktop gives developers the ability to create content rich native Windows GUI applications using web technologies they're familiar with. Zero C language knowledge is necessary, simply copy your web files into the www directory and run by opening the .exe file. In a way, php2desktop is a PHP to exe compiler without the headache of running commands. php2desktop is an out-of-the-box solution that comes pre-built with PHP 8 and a Chromium 114 embedded browser; combine with the power of...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12
    The AdFactum Object Mapper is a relational object mapper for Microsoft .NET. It has special features like an internal localization functionality, support of data paging and a comprehensive query API. The mapper supports Oracle, SQL Server, Access and
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    IdentityServer4

    IdentityServer4

    OpenID Connect and OAuth 2.0 Framework for ASP.NET Core

    ...IdentityServer4 is officially certified by the OpenID Foundation and thus spec-compliant and interoperable. It is part of the .NET Foundation and operates under their code of conduct. It is licensed under Apache 2 (an OSI-approved license). Active development happens on the main branch. This always contains the latest version. Each (pre-) release is tagged with the corresponding version. The aspnetcore1 and aspnetcore2 branches contain the latest versions of the older ASP.NET Core based versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ImageProcessor

    ImageProcessor

    Wrapper around System.Drawing for the processing of image files

    A .NET library for on-the-fly processing of images. ImageProcessor is a collection of lightweight libraries written in C# that allows you to manipulate images on-the-fly using .NET 4.5+. It consists of two main libraries ImageProcessor, for desktop and application use and ImageProcessor.Web, a dynamic image processing extension built for ASP.NET. It’s lighting fast, extensible, easy to use, comes bundled with some great features and is fully open source. ImageProcessor is free and open source but developing it has taken thousands of hours of my time and a large part of my sanity. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    DncZeus

    DncZeus

    https://github.com/lampo1024/DncZeus

    DncZeus is a general background authority (page access, operation button control) management system framework based on .NET 6 + Vue.js (iview-admin) with front-end and back-end separation. The backend is built with .NET 6 + Entity Framework Core, and the UI is the popular Vue.js-based iView (iview-admin). The project implements dynamic permission management and control of the front and back ends and a JWT-based user token authentication mechanism, making the interaction between the front and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Vlc.DotNet

    Vlc.DotNet

    .NET control that hosts the audio/video capabilities of the VLC libs

    ...In other words, it's a .net wrapper around libvlc. It can work on any .net framework version starting from .net 2.0 and .net standard 1.3 (starting from Vlc.DotNet 2.2.1). On the front-end side, two components are currently available to make it easy to integrate in your apps. One is for WinForms, the other for WPF.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    Scrolling Game Development Kit 2
    All-in-one program for creating 2D scrolling games. Compile your games into stand-alone .NET executables or customizable C# source code. The IDE and framework are build on OpenTK, which wraps OpenGL, so generated games can be cross-platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SyncMLDotNet

    SyncML .NET API and Outlook Addin

    This project includes a set of .Net components for synchronizing meta data with a SyncML server such as Funambol DS server. SyncML Client for Open Contacts and Addin for MS Outlook are utilizing the API. And the development was moved to https://github.com/zijianhuang/SyncMLDotNet as of 2016-04-14.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    china-badou

    china-badou

    A fast, secure, stable Utility

    蜂鸟v1.0.0.7 1 实现Squid 服务器的实时更新 2 方便的服务器动态管理 3 速度一如既往 4 验证技术让服务器更加稳定可靠
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Gestionnaire de Mots de Passe

    Gestionnaire de Mots de Passe

    Un gestionnaire de mots de passe en C#

    Le Gestionnaire de Mots de Passe est un petit utilitaire codé en C#, il permet de stocker tout les mots de passe que l'on utilise de façon simple et sécurisé, les mots de passe sont stockés dans un fichier chiffré protégé par le mot de passe principal du logiciel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    OEA 2.9

    OpenExpressApp

    OEA 是一个管理类软件的快速开发框架,其目标主要专注于: 1. 快速开发: DDD、界面自动生成、数据库自动生成与升级、易用的业务逻辑编写框架。 2. 产品线工程: 插件化业务模块积累、客户化二次开发、实施配置平台。 3. 一套代码,可同时生成并运行 C/S、单机版、B/S 三种应用程序。 C/S版本 与 单机版 代码重用率 100%。 C/S版本 与 B/S版本 重用服务端代码(重用服务层以下代码,加之界面生成,估计重用率能达到 80% 以上)。 详情见上一版本 1.1 开源地址:http://openexpressapp.codeplex.com 本版本在 1.0 的基础上使用了新的架构、引擎,并添加了许多模块,详细说明以后逐渐逐一添加。 由于目前是 Prealpha 阶段,所以暂时只提供最新的源代码的下载,SVN 获取地址:https://svn.code.sf.net/p/oea/code/trunk
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    CommonsForNet

    .NET Commons Library

    .NET Commons Library is intended to build common components for .NET applications. It is originally inspired by the apache commons implementation for java applications. The .NET Commons Library will be implemented according to the components in apache commons but will not be limited to it. Installation: On nuget package manager console type: install-package Commons
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    JSMVC

    Javascript MVC Single Page App Framework

    A simple minimalistic MVC framework for JavaScript. Utilizing Routing, Views, Models, Controllers, Entities, Observer pattern, Two way Binding, Require.js and Templates. The current project is zipped from VS 2013. This is version one and will be going through several eveloutions. This is a working prototype provided you have an adventure works DB setup. Can be changed in web config. If you wish to use my azure web sites adventure works db, you may contact me and I may set you up access. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Factory Equipment Network Testing

    Measurement science-based performance & conformance testing framework

    Real-time production information is needed to optimize manufacturing activities in a factory, but acquiring this information from isolated proprietary equipment is a manual process that takes time and introduces errors. Connecting equipment to the factory network can make accurate production information immediately available, but widespread interconnection of equipment has been inhibited by the lack of common information models and methods to measure performance and conformance. This project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A2D Framework
    1. Cache System(本地缓存与分布式缓存共存、支持Memcache和Redis、支持贴标签形式(类似Spring 3.x的Cache形式)) 2. Event System(本地事件与分布式事件分发) 3. IoC(自动匹配功能,实例数量限制功能) 4. Sql Dispatcher System(基于Sql server的读写分离系统) 5. Session System(分布式Session系统) 6. 分布式Command Bus(MSMQ实现,解决4M限制,支持Session的读取) 7. 规则引擎
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB