Showing 258 open source projects for "design pattern"

View related business solutions
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    Design Patterns Library

    Design Patterns Library

    A comprehensive design patterns library implemented in C#

    A comprehensive design patterns library implemented in C#, which covers various design patterns from the most commonly used ones to the lesser-known ones. Get familiar with and learn design patterns through moderately realistic examples. In software engineering, a design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern isn't a finished design that can be transformed directly into code. It is a description or template for how to solve...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    I2P

    I2P

    I2P is an anonymizing network to securely communicate

    The Invisible Internet is a privacy-by-design, people-powered network. It is a truly free and anonymizing Internet alternative. Get I2P. The Invisible Internet Project (I2P) is a fully encrypted private network layer. It protects your activity and location. Every day people use the network to connect with people without worry of being tracked or their data being collected. In some cases people rely on the network when they need to be discrete or are doing sensitive work. I2P hides the server...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Pattern Testing
    Pattern Testing : A new type of automated testing that ensures that development patterns, best practices, architecture design are being correctly implemented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DevStore

    DevStore

    A microservices e-commerce reference application

    A microservices e-commerce reference application built with ASP.NET 6. The EShopOnContainers is an awesome project, however the code has some "bad smells". We found it difficult to start learning/using EShopOnContainers compared to DevStore. We like to think of the DevStore as a simplified (but no less complex) version and written with more care in code and small details. We also focused only on the Web architecture with ASP.NET.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • 5
    Mealer App

    Mealer App

    Mealer App - insanely good food ordering app

    ... the Chain-of-responsibility design pattern, Modal-View-Controller design pattern and the Dispatcher-Action-Handler pattern, we resorted to implementing a code structure and data handling pattern that helps achieve loose coupling, lesser dependency on external frameworks (like Firebase) and more modularization. Every app instance would have UI components (activities), which will only contain code needed for user interface. UI components, use the App instance, to make calls.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Minify

    Minify

    Go minifiers for web formats

    ..., allowing embedded resources (like CSS or JS within HTML files) to be minified as well. Users can add new implementations that are triggered based on a mime-type (or pattern) or redirect to an external command (like ClosureCompiler, UglifyCSS,). Minifiers or bindings to minifiers exist in almost all programming languages. Some implementations are merely using several regular expressions to trim whitespace and comments.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Brim

    Brim

    Application to efficiently search and analyze super-structured data

    ... the Zeek network analysis framework. Brim is especially useful to security and network operators that need to handle large packet captures, especially those that are cumbersome for Wireshark, tshark, or other packet analyzers. Inspired by the Unix-tools design pattern, everything Brim does can be run from the command line. Think of Brim's components like Lego blocks that you can easily interconnect and assemble. It’s all open source, so have a look.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Functors.jl

    Functors.jl

    Parameterise all the things

    Functors.jl provides tools to express a powerful design pattern for dealing with large/ nested structures, as in machine learning and optimization. For large machine learning models, it can be cumbersome or inefficient to work with parameters as one big, flat vector, and structs help manage complexity; but it is also desirable to easily operate over all parameters at once, e.g. for changing precision or applying an optimizer update step.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    aigc

    aigc

    An e-book about the real-world application of LLM

    "Building Large Language Model Applications: Application Development and Architecture Design" is an open source e-book about the real-world application of LLM. It introduces the basics and applications of large language models, as well as how to build your own models. These include writing, developing, and managing prompts, exploring what the best large language models can bring, and pattern and architecture design for LLM application development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
  • 10
    bloc

    bloc

    Predictable state management library that helps implement BLoC design

    A predictable state management library that helps implement the BLoC design pattern. The goal of this library is to make it easy to separate presentation from business logic, facilitating testability and reusability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Weekly

    Weekly

    Front-end intensive reading weekly

    Front-end intensive reading weekly. Help you understand the most cutting-edge and practical technology. Intensive reading of good texts in the front-end world, updated weekly! Combining cutting-edge technology and source code interpretation with the work experience of large factories. Gradually add some back-end technical interpretations. Some business thinking. The two basic modules of compilation principle and design pattern have been completed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Axon Framework

    Axon Framework

    Framework for Evolutionary Message-Driven Microservices on the JVM

    ... concepts and patterns that help design software effectively, in line with the business requirements. Axon separates infrastructural concerns from the domain logic, which, combined with DDD best practices, keeps complexity to a minimum. Event Sourcing is a pattern for data storage, where instead of storing the current state of any entity, all past changes to that state are stored.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    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. Services must be registered...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    audioFlux

    audioFlux

    A library for audio and music analysis, feature extraction

    A library for audio and music analysis, and feature extraction. Can be used for deep learning, pattern recognition, signal processing, bioinformatics, statistics, finance, etc. audioflux is a deep learning tool library for audio and music analysis, feature extraction. It supports dozens of time-frequency analysis transformation methods and hundreds of corresponding time-domain and frequency-domain feature combinations. It can be provided to deep learning networks for training and is used...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    WhatTodo

    WhatTodo

    A Simple Todo app design in Flutter to keep track of your task

    A Simple Todo app design in Flutter to keep track of your task on daily basis. Its built on BLoC Pattern. You can add a project, labels, and due date to your task also you can sort your task on the basis of project, label, and dates. This diagram showcase the dependencies to create a feature-specific BLoCs.The HomeBloc is independent and used as a communication channel between its child widgets. The app already has a preloaded Inbox project. You can add more projects by clicking add project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Fossify Gallery

    Fossify Gallery

    Browse memories without interruptions with photo and video galleries

    ... in control. Strip away EXIF metadata like GPS coordinates and camera details, keeping your memories yours, and yours alone. Lock down your memories with pin, pattern, or fingerprint protection. Secure specific photos, videos, or the entire app – you decide who gets access. Peace of mind, is guaranteed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    ASP.NET Minimal APIs Made Easy

    ASP.NET Minimal APIs Made Easy

    A light-weight REST API development framework for ASP.Net 6

    It nudges you towards the REPR Design Pattern (Request-Endpoint-Response) for convenient & maintainable endpoint creation with virtually no boilerplate. Performance is on par with Minimal APIs. It's faster, uses less memory and does around 45k more requests per second than a MVC Controller in our benchmarks. Convenient business logic validation & error responses. Easy access to environment & configuration settings. Supports policy/permission/role/claim based security. In-process pub/sub event...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Regex

    Regex

    Generate matching and non matching strings based on regex patterns

    Generate matching and non-matching strings. This is a java library that, given a regex pattern, allows to generation of matching strings. Iterate through unique matching strings. Generate not matching strings. Follow the link to Online IDE with created project: JDoodle. Enter your pattern and see the results. By design a+, a* and a{n,} patterns in regex imply an infinite number of characters should be matched. When generating data, that would mean values of infinite length might be generated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MvvmCross

    MvvmCross

    The .NET MVVM framework for cross-platform solutions

    Build clean, pixel perfect, native UIs. Share behavior and business logic in a single codebase across supported platforms, using the Model-View-ViewModel (MVVM) design pattern. MvvmCross is a framework specifically developed for Xamarin and the mobile ecosystem. It supports Xamarin.iOS, Xamarin.Android, Xamarin.Mac, Xamarin.Forms, Universal Windows Platform (UWP) and Windows Presentation Framework (WPF). MvvmCross is a cross-platform MVVM framework. It enables developers to create apps using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    EGO

    EGO

    A simple and component-based microservice kit for go

    EGO is a microservice-oriented governance framework implemented by golang, which integrates various engineering practices. Through the component-based design pattern, it is guaranteed that the business development can use various components in a unified way. For us engineers to improve component proficiency, we must first read a lot of open-source component documentation and code, and then insist on using it for a long time in order to form muscle memory and improve our speed of doing business...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    dude uncomplicated data extraction

    dude uncomplicated data extraction

    dude uncomplicated data extraction: A simple framework

    Dude is a very simple framework for writing web scrapers using Python decorators. The design, inspired by Flask, was to easily build a web scraper in just a few lines of code. Dude has an easy-to-learn syntax. Dude is currently in Pre-Alpha. Please expect breaking changes. You can run your scraper from terminal/shell/command-line by supplying URLs, the output filename of your choice and the paths to your python scripts to dude scrape command.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    css-doodle

    css-doodle

    A web component for drawing patterns with CSS

    <css-doodle /> is based on Shadow DOM v1 and Custom Elements v1. You can use it on all major browsers right now without polyfills. The component will generate a grid of divs by the rules (plain CSS) inside it. You can easily manipulate those cells using CSS to come up with a graphic pattern or an animated graph. The limit is the limit of CSS itself. Download the latest version or include it directly from a CDN. You can also install it from npm and import the module in JavaScript. The syntax...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Lip Gloss

    Lip Gloss

    Style definitions for nice terminal layouts

    .... There are also shorthand functions for defining borders, which follow a similar pattern to the margin and padding shorthand functions. Sometimes, such as when developing a component, you want to make sure style definitions respect their intended purpose in the UI. This is where Inline and MaxWidth, and MaxHeight come in.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Tidal

    Tidal

    Pattern language

    Tidal Cycles (or just Tidal for short) is software for making patterns with code, whether live coding music at algoraves or composing in the studio. It includes a simple and flexible notation for rhythmic sequences and an extensive library of patterning functions for combining and transforming them. This allows you to quickly create complex patterns from simple ingredients. By default, sound is made with the featureful SuperDirt synth/sampler, but you can control other synths using Open...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    KrakenD

    KrakenD

    High-performance, stateless, declarative, API Gateway written in Go.

    ... API Gateway in the market. Our customers with massive usage face the networking limits while KrakenD still keeps a low consumption of resources. But don't take our word for granted, do your own benchmarks. All KrakenD endpoint configuration is stored in a plain text .json configuration file. You can edit this file by hand or design your API interface visually using the KrakenDesigner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next