[go: up one dir, main page]

Search Results for "design pattern" - Page 5

Showing 294 open source projects for "design pattern"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • PairSoft | AP Automation and Doc Management Icon
    PairSoft | AP Automation and Doc Management

    Free your team from manual processes.

    Streamline operations and elevate your team's efficiency with PairSoft. Our AP automation, procurement, and document management solutions eliminate manual processes, cut costs, and free your team to focus on strategic initiatives. Experience our state-of-the-art invoice-to-pay solution, now integrated with advanced AI technology for faster, smarter results. Our customers report a significant 70% reduction in approval times and annual savings of $62,000 in employee hours. At PairSoft, we aim to transform your business operations through automation. Explore the future of automation at pairsoft.com, where you can leverage cutting-edge features like invoice capture, OCR, and comprehensive AP automation to transform your workflow. Whether you are a small business or a large enterprise, our solutions are designed to scale with your needs, providing robust functionality and ease of use. Join the growing number of businesses that trust PairSoft.
    Learn More
  • 1
    PhotoCollageForge

    PhotoCollageForge

    Create a picture collage poster on a PC or Mac in a few minutes.

    WARNING: This project is no longer supported. Running this app may now be difficult on a standard Windows PC, Mac OS or Linux PC. It requires both a Java Runtime (JRE) and support for JavaFX, which are no longer preinstalled on most systems today. Running the app by simply clicking the JAR will usually not work any more, sadly. ------------------------------------------------------------------------------------------------- This is a free, quick and easy to use photo collage maker...
    Leader badge">
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2

    StrategyStateGenerator

    Generator for strategy and/or state pattern code in Java

    New version 2.0.4 is available since April, 4th 2017 ========================================= Please download from here: https://sourceforge.net/projects/strategystategenerator/files/strategy-state-generator-2.0.4/ Description =========== The *Strategy/State Generator* creates Java Source Code for classes representing strategies of strategy pattern or states of state pattern in a half-automated way. The *State Pattern* and the *Strategy Pattern* are from a technical view identical (see [Design Pattern](http://c2.com/cgi/wiki?StrategyPattern)). Thus the ancestor project [Strategy Generator](https://sourceforge.net/projects/strategygenerator/) has been adapted as new project *Strategy/State Generator* to generate also *State Pattern* Java source code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    VisitorGenerator

    Generator for visitor code providing no Visitor Pattern in Java

    ...The Visitor Generator creates Java Source Code for classes traversing non-visitable component tree in a half-automated way. Please note that the Visitor Generator does not generate code according to the Visitor Design Pattern. The Visitor Generator generates code for components having no Visitor Design Pattern implemented by customer or design restrictions but there is a need to traverse the component tree. The generates code separates the code for the "visiting" (what to do on a visited node component) and the code implementing the traversal logic by a RelationResolver. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SQAEvangelist
    SQAEvangelist open source test automation framework for web and mobile applications. For testing web applications, it allows for 100% easy configuration of using selenium 1.0 . 2.0 (webdriver based) testing using the Page object design pattern. No selenium/webdriver programming knowledge required, only basic Java programming needed. For mobile application, use webdriver / Appium driven testing. Encapsulates all webdriver commands and convenience methods for rapid test automation in Java based on the screen object design pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • OpManager the network monitoring software used by over 1 million IT admins Icon
    OpManager the network monitoring software used by over 1 million IT admins

    Network performance monitoring, uncomplicated.

    ManageEngine OpManager is a powerful network monitoring software that provides deep visibility into the performance of your routers, switches, firewalls, load balancers, wireless LAN controllers, servers, VMs, printers, and storage devices. It is an easy-to-use and affordable network monitoring solution that allows you to drill down to the root cause of an issue and eliminate it.
    Learn More
  • 5

    Elysian-Web-Server

    Lightweight HTTP Server for embedded devices & microcontrollers

    Elysian is a free, open source, lightweight HTTP server implementation written entirely in C. The focus of the implementation is to reduce resource usage while still providing an almost full-scale HTTP Server, making it suitable for use in memory-constrained embedded devices where memory and CPU power are at a premium. The Web Server allows to serve user-friendly HTML pages with images and data enabling embedded monitoring and control functionality into the deployed TCP/IP enabled...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PyPattyrn

    PyPattyrn

    A simple library for implementing common design patterns

    PyPattyrn is a Python package aiming to make it easier and faster to implement design patterns into your own projects. Design patterns by nature cannot be directly translated into code as they are just a description of how to solve a particular problem. However, many of the common design patterns have boilerplate code that is common throughout all implementations of the pattern. This package captures that common code and makes it easy to use so that you don't have to write it yourself in all your projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    webiness

    webiness

    Small PHP MVC Framework

    Webiness is lightweight PHP framework based on MVC design pattern. Webiness is free and open source project available under MIT licence. and, in some way, It's inspirated by Yii Framework but it has much less features then Yii. It try to keep good balance between number of features, usability, speed, security options and easy of development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Webiness

    Webiness

    Lightweight PHP framework

    Webiness is lightweight PHP framework based on MVC design pattern. It has a very straightforward installation process that requires only a minimal configuration, so it can save you a lot of hassle. Also, it canbe an ideal choice if you want to avoid PHP version conflict, as it works on all PHP versions from 5.3. Webiness extensively uses the lazy loading technique so, in most cases, it is faster then other frameworks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    MagicalRecord

    MagicalRecord

    Easy Fetching for Core Data!

    In software engineering, the active record pattern is a design pattern found in software that stores its data in relational databases. It was named by Martin Fowler in his book Patterns of Enterprise Application Architecture. The interface to such an object would include functions such as Insert, Update, and Delete, plus properties that correspond more-or-less directly to the columns in the underlying database table.
    Downloads: 0 This Week
    Last Update:
    See Project
  • File Synchronization, File Replication and File Archiving software solutions. Icon
    File Synchronization, File Replication and File Archiving software solutions.

    SIMPLIFY CRITICAL FILE TRANSFERS

    SureSync is a file replication and synchronization application that provides one-way and multi-way processing in both scheduled and real-time modes.
    Learn More
  • 10
    UMD

    UMD

    Patterns for JavaScript modules that work everywhere

    This repository formalizes the design and implementation of the Universal Module Definition (UMD) API for JavaScript modules. These are modules which are capable of working everywhere, be it in the client, on the server or elsewhere. The UMD pattern typically attempts to offer compatibility with the most popular script loaders of the day (e.g RequireJS amongst others).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    smartsbc

    Smart Session Border Controller

    SmartSBC (c) is a general purpose security framework for Session Border Controlling (SBC) keeping in mind two general considerations: a) be smart, to be a step ahead firewalling techniques and to introduce to dynamic adaptation with complex and variable threat heuristics policies. b) be pluguble, to allow more protection strategies to be available and focused on random threats. 2. Design SmartSBC (c) is a multithreaded service which contains serverla embeded and pluguble modules: a) Realtime Log file mining module. This subservice module is responsible to analize certain patterns reported in log files in order to detect possible intrusion threats. You can configure your own pattern in your own lof file in order to trigger alerts or take actions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    BFD Fibonacci Pattern Inkscape Extension

    Inkscape plugin for generating the fibonacci pattern

    This is an inkscape plugin, written by the software engineer for Beauty Full Day, for generating the Fibonacci Pattern. It is a flexible plugin for generating different sizes and allows for one to control how spread out the pattern is and how small to large each node can get.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    RadicalSpam Web UI

    Web UI for RadicalSpam

    Web UI for administrator and end-user to configure RadicalSpam in responsive design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    MBSE for MagicDraw

    Plugin for MagicDraw to support MBSE with SysML

    Support for more productive Model Based Systems Engineering, following the recommendations in the Cookbook of the INCOSE SE2 Challenge team http://mbse.gfse.de The Plugin for the MagicDraw modelling tool provides support for model based document generation which ties together system model and documents to keep them up to date and consistent, using a AWYSIWYG editor in MagicDraw. It provides basic support to model variants and extract variants from a system model. It provides support...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    Fin-Plus

    Fin-Plus

    Real-time component framework

    Beta Framework with a bespoke Fintech design pattern for Investment Banks and Fund Managers provides structure and real-time components for pricing, trade processing, P&L and risk applications. Investment Banks and Fund Managers have numerous applications, our objective is to normalize these applications providing a real-time Technical Debt free, highly Scalable, Agile framework with better Project Silos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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. If you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CLEF

    CLEF

    CIRMMT Live Electronics Framework

    CLEF is a Max-based modular environment for composition and performance of live electronics, developed at CIRMMT/McGill University.

 CLEF follows structural design concepts and allows users to rapidly create digital signal processing topologies and control data taking advantage of the provided infrastructure and feature set. 
 CLEF separates domain model from data access layer and user interface, relying on dedicated technologies: OpenSoundControl for data access, Max dictionaries for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Concurrent Object-Oriented Language

    An object oriented language for concurrent software development

    ...Language syntax is similar to C++/C# and Java. For proper documentation please read the diploma thesis (Only available in german yet). Some of the goals to achieve: - Embedding some design-patterns on language level (singleton, state-pattern) - Implementation of a back-end for byte-code generation - Extending the compiler with an optimization phase for optimizing byte-code - Optimizing the interpreter to improve runtime performace. - Implementation of a Hotspot-Compiler for translating byte-code to x86 machine-code for native execution...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Vision2u

    Vision2u

    free image processing software

    Vision2u offers a free image processing software for personal use and research. Primary tasks of the image processing can be realized during simple operation of the software. Every Web cam owner can have simplest measuring, counting or tasks of monitoring done without high capital outlays.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    H2OGame

    H2OGame

    Free Professional Game Platform PHP Script

    Create your own online Game platform with rating system, categories, full HTML5 design, full admin panel, pages management, advertising management, and much more. ---------- H2OGame was a commercial script (which was sold for £27 per license). NOW, I decided to distribute it as a FREE (and still Open Source) software and under an Open Source license! Enjoy it and visit the official site at: http://idzup.com/php-game-script/ And the HiZup's Lab -> http://idzup.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    caddeley

    elementary cadd

    Drafting application for management and production of Architectural drawings. Feel and artistry of hand drafting with efficiency and control of computer aided design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    mt4cpp

    mt4cpp

    boost::thread (and C++11 threads) extensions, e.g. active object

    the C++ header-only library for multi-thread programs. Based on boost::thread from boost library (and in near future on C++11 threads) provides additional features, e.g. active object design pattern, queues, serial port with timeout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    4Ds Episodename Sync

    4Ds Episodename Sync

    Synchronizes the episodetitles with an online database.

    Synchronizes the episodetitles with an online database. Developer: 4Dimensions Software & Design Highest Version: v. 1.7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    EmergencyCenter

    By using modern c++11 with design pattern to create this project.

    By using modern c++11 with design pattern to create this project. This project is one of Media processing lab which done by the author during his studying. Note: In order to make this project runnable you need to open it with Q Creator 5.3 with GCC 4.X or higher.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ...Uses Spring, Spring-AOP, Spring-Security, Hibernate, JasperReports, DynamicJasper, Generic-Hibernate-DAO. Live Demo: http://www.zk-web.de/zksample2/ Have a look on our new project called ZKBoost. Full featured base application; ZK7; MVVM pattern; responsive design with Bootstrap 3.x; modular expandable. on http://www.oxitec.de
    Downloads: 1 This Week
    Last Update:
    See Project