Search Results for "opensolver for windows 11"

Showing 21 open source projects for "opensolver for windows 11"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    Laravel Starter

    Laravel Starter

    A CMS like modular starter application project built with Laravel 11.x

    Laravel Starter is a Laravel 11. x-based simple starter project. Most of the commonly needed features of an application like Authentication, Authorisation, User and Role management, Application Backend, Backup, Log viewer are available here. It is modular, so you may use this project as a base and build your own modules. A module can be used in any Laravel Starter-based project. Here Frontend and Backend are completely separated with separate routes, controllers, and themes as well.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Backup Tables

    Backup Tables

    Backup single or multiple database tables with ease

    Backup single or multiple database tables with ease. Use the BackupTables::generateBackup($tableToBackup) Facade anywhere in your application and it will generate $tableToBackup_backup_2024_08_22_17_40_01 table in the database with all the data and structure. Note that the datetime 2024_08_22_17_40_01 will be varied based on your datetime.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    HTMLPurifier for Laravel

    HTMLPurifier for Laravel

    HTMLPurifier for Laravel 5/6/7/8/9/10/11

    HTML Purifier is a standards-compliant HTML filter library written in PHP. HTML Purifier will not only remove all malicious code (better known as XSS) with a thoroughly audited, secure yet permissive whitelist, it will also make sure your documents are standards compliant, something only achievable with a comprehensive knowledge of W3C's specifications. Tired of using BBCode due to the current landscape of deficient or insecure HTML filters? Have a WYSIWYG editor but have never been able to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Twitter for PHP

    Twitter for PHP

    Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x

    Twitter API for Laravel 10.x, 11.x (and new versions as they are released). Also supports other frameworks via PHP-DI (or feel free to add support for your framework via PR). You need to create an application and create your access token in the Application Management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
    Learn More
  • 5
    LogViewer

    LogViewer

    Provides a log viewer for Laravel

    This package allows you to manage and keep track of each one of your log files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Captcha for Laravel 5/6/7/8/9

    Captcha for Laravel 5/6/7/8/9

    Captcha for Laravel 5/6/7/8/9/10/11

    A simple Laravel 5/6 service provider for including the Captcha for Laravel. for Laravel 4 Captcha for Laravel Laravel 4. The Captcha Service Provider can be installed via Composer by requiring the mews/captcha package and setting the minimum-stability to dev (required for Laravel 5) in your project's composer.json.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Venture

    Venture

    Venture allows you to create and manage complex, async workflows

    Create and manage complex, async workflows in your Laravel application. Venture comes with all the tools you need to build and manage complex, asynchronous workflows. Just install and start building amazing things. Venture comes with a robust plugin system that allows you to easily change and extend its behavior.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    laravel-paystack

    laravel-paystack

    Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack

    A Laravel Package for working with Paystack seamlessly. Give your customers the gift of modern, frictionless, painless payments. Integrate Paystack once and let your customers pay you however they want. Developers love our thorough, well-documented APIs that let you to build everything from simple weekend projects to complex financial products serving hundreds of thousands of customers. If you can imagine it, you can build it with Paystack. Paystack’s combination of automated and manual...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    WhichBrowser

    WhichBrowser

    Browser sniffing gone too far — A useragent parser library for PHP

    ... to know which score belongs to which browser. To do that you need a browser sniffing library. Almost all browsers say they are Netscape 5 and almost all WebKit browsers say they are based on Gecko. Even Internet Explorer 11 now no longer claims to be IE at all, but instead, an unnamed browser that is like Gecko. And it gets worse. That is why it is complicated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
    Learn More
  • 10
    Safe Exam Browser
    Safe Exam Browser is a webbrowser-environment to carry out online-exams safely. The software changes any computer into a secure workstation. It regulates the access to any utilities and prevents students from using unauthorised resources.
    Leader badge
    Downloads: 140,341 This Week
    Last Update:
    See Project
  • 11
    PSR-11 Container interface

    PSR-11 Container interface

    A common interface for dependency injection containers

    The goal set by ContainerInterface is to standardize how frameworks and libraries make use of a container to obtain objects and parameters. An entry identifier is any PHP-legal string of at least one character that uniquely identifies an item within a container. An entry identifier is an opaque string, so callers should not assume that the structure of the string carries any semantic meaning. The Psr\Container\ContainerInterface exposes two methods, get and has. get takes one mandatory...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Complete Resource Management

    Employee Management

    Developed in an environment with php (8.1.2), mariadb (10-6-11), python (3.10.6) served by apache (2.4.52) (It should be backwards compatible). This is a collection of tools designed to automate administrative tasks of employee management. Time - punches, Time-accounting, Pay-accounting, etc. PHP and SQL REQUIRED. Was written on MARIADB should also work with MYSQL. Can be tailored to better automate and meet your specific needs. Include your logo on select pages. Changes noted...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Paroiciel

    Paroiciel

    Logiciel libre et gratuit d'aide à la gestion d'une paroisse

    Le logiciel d'organisation paroissiale "Paroiciel" à partir de la version 11, sous licence open source et basé sur PHP / Mysql. Démo en ligne : https://test32.paroiciel.com (identifiant et mot de passe : paroiciel) Site officiel : https://www.paroiciel.com Page facebook : https://www.facebook.com/Paroiciel-1152511388139136/
    Downloads: 9 This Week
    Last Update:
    See Project
  • 14
    cncerp

    cncerp

    Weberp中国本地化项目

    Weberp中文本地化衍生版4.15发布 1、包含中文会计科目及税收、收入成本的初始信息 2、修改了凭证查询界面 3、新增主题 4、增加了操作者签名记录,并且在相关页面显示和打印 5、包含了中国式票据PDF打印 6、加入了金额合计大写功能 7、BOM支持保密内容,可单独授权或不显示打印 8、修复工单号刷新控制 9、修正了共用物料的发料错误 10、修正了柜台退货账户选择 11、增加了内测科目余额初始化(请谨慎操作) 12、增加了没有定价产品是否允许销售 13、增加和修正了翻译 欢迎大家多提建议意见、交流 :-) http://www.cncerp.com QQ群:320212884
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PHP Login Webservice with JSON

    PHP Login Webservice with JSON

    This is basic PHP Login Webservice with JSON output

    Run sql dump in your Mysql server, then Put the codes in your server. This webservice always gives JSON output. This project is created for who wants to learn basic PHP webservice. So it is for PHP beginners. We have just one table whose name is "users". Here is its sql: CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `unique_id` varchar(64) CHARACTER SET utf8 NOT NULL, `name` varchar(50) CHARACTER SET utf8 NOT NULL, `email` varchar(100) CHARACTER SET...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    vStats is a php/mysql based website counter. It collects statistics about the visitors' (user or robot) browser, os and the country they are from. vStats keeps also track of the time and date of the visit and the referred website. Status update 2011-11-01: Major redesign is ongoing with IPv6 support, more efficient code and more statistics. Stay tuned for the first alpha.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NukeViet

    NukeViet

    NukeViet Content Management System (Archive)

    NukeViet project has been moved to here: https://github.com/nukeviet/nukeviet/ Kể từ ngày 20/11/2012, Kho code của NukeViet chính thức chuyển từ Subversion sang git và sử dụng github làm nơi lưu trữ chính thức. Xin đọc tại đây để biết thêm thông tin: - Hướng dẫn sử dụng Git trên github: http://wiki.nukeviet.vn/programming:vcs:git - Nguyên tắc quản lý kho code NukeViet trên Github: http://wiki.nukeviet.vn/programming:github_rule - Chi tiết thông báo: http://nukeviet.vn/vi/news/nhom-phat...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SFM [Standalone Files Manager] is a web-based files manager written in PHP - no database used - full and flexible configuration - HTML template and style (xHtml and CSS) French and English web interface // Multimedia' galery [Pic-manager] with extendable capabilities
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A real Skype's Web Space. This software is shareware since 11/1/2010, and rename it to Skype Space. but the part of CGI and Web, is openresource. http://skypespace.appspot.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SOLEWAX - Secondary Online Learning Enviroment, With AJAX. A Learning Enviroment aimed at secondary schools (11-18years). Based on latest AJAX, Web 2.0 and Online/Distance Learning research.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    phpMyShop is based on the shopping cart of Ethan Schroeder 5-11-99 ethan@montana.com, http://www.montana.com/ethan/shop.php3. phpMyShop is distributed under gnu general public license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next