81 programs for "windows 10 repair" with 2 filters applied:

  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • Intelligent network automation for businesses and organizations Icon
    Intelligent network automation for businesses and organizations

    Network automation for the hybrid multi-cloud era

    BackBox seamlessly integrates with network monitoring and NetOps platforms and automates configuration backups, restores, and change detection. BackBox also provides before and after config diffs for change management, and automated remediation of discovered network security issues.
  • 1
    Laravel FFMpeg

    Laravel FFMpeg

    This package provides an integration with FFmpeg for Laravel

    This package provides an integration with FFmpeg for Laravel 10. Laravel's Filesystem handles the storage of the files. You can easily add a watermark using the addWatermark method. With the WatermarkFactory, you can open your watermark file from a specific disk, just like opening an audio or video file. When you discard the fromDisk method, it uses the default disk specified in the filesystems.php configuration file.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Argo Events

    Argo Events

    Event-driven Automation Framework for Kubernetes

    Argo Events is an event-driven workflow automation framework for Kubernetes. It allows you to trigger 10 different actions (such as the creation of Kubernetes objects, invoking workflows or serverless workloads) on over 20 different events (such as webhook, S3 drop, cron schedule, messaging queues - e.g. Kafka, GCP PubSub, SNS, SQS).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    commonmark-java

    commonmark-java

    Java library for parsing and rendering CommonMark (Markdown)

    Java library for parsing and rendering Markdown text according to the CommonMark specification (and some extensions). Provides classes for parsing input to an abstract syntax tree of nodes (AST), visiting and manipulating nodes, and rendering to HTML. It started out as a port of commonmark.js, but has since evolved into a full library with a nice API.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Coraza

    Coraza

    OWASP Coraza WAF is a golang modsecurity compatible firewall library

    ..., including the OWASP Top Ten, with a minimum of false alerts. CRS protects from many common attack categories including: SQL Injection (SQLi), Cross Site Scripting (XSS), PHP & Java Code Injection, HTTPoxy, Shellshock, Scripting/Scanner/Bot Detection & Metadata & Error Leakages. Coraza is a library at its core, with many integrations to deploy on-premise Web Application Firewall instances.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 5
    OWASP Find Security Bugs

    OWASP Find Security Bugs

    The SpotBugs plugin for security audits of Java web applications

    ... and SonarQube. Extensive references are given for each bug patterns with references to OWASP Top 10 and CWE.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Wave Laravel

    Wave Laravel

    Software as a Service Starter Kit, to build the SAAS of your dreams

    Wave is a Software as a Service Starter Kit that can help you build your next great idea. Wave is built with Laravel, Voyager, TailwindCSS, and a few other awesome technologies. Here are some of the awesome features.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    Rapidcsv

    Rapidcsv

    C++ CSV parser library

    Rapidcsv is an easy-to-use C++ CSV parser library. It supports C++11 (and later), is header-only and comes with a basic test suite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Laravel log viewer

    Laravel log viewer

    Laravel log viewer

    Log Viewer for Laravel 5, 6, 7, 8, 9 & 10 (still compatible with 4.2 too) and Lumen. Install with composer, create a route to LogViewerController. No public assets, no vendor routes, works with and/or without log rotate. Inspired by Micheal Mand's Laravel 4 log viewer (works only with Laravel 4.1)
    Downloads: 0 This Week
    Last Update:
    See Project
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
  • 10
    Eloquent Viewable

    Eloquent Viewable

    Associate views with Eloquent models in Laravel

    ... January 10 and February 17 in 2018, we can do the following: views($post)->period(Period::create('10-01-2018', '17-02-2018'))->count();. The disadvantage of this is that your database can grow rapidly in size depending on the amount of visitors your application has.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Fast Paginate for Laravel

    Fast Paginate for Laravel

    A fast implementation of offset/limit pagination for Laravel.

    This is a fast limit/offset pagination macro for Laravel. It can be used in place of the standard paginate methods. This package uses a SQL method similar to a "deferred join" to achieve this speedup. A deferred join is a technique that defers access to requested columns until after the offset and limit have been applied. In our case we don't actually do a join, but rather a where in with a subquery. Using this technique we create a subquery that can be optimized with specific indexes for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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
  • 13
    Laravel Sharp

    Laravel Sharp

    Laravel 10+ Content management framework

    Sharp is a content management framework, a toolset that provides help to build a CMS section in a website, with some rules in mind. The public website should not have any knowledge of the CMS, the CMS is a part of the system, not the center of it. In fact, removing the CMS should not have any effect on the project. Content administrators should work with their data and terminology, not CMS terms. I mean, if the project is about spaceships, space travels, and pilots, why would the CMS talk...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OWASP Juice Shop

    OWASP Juice Shop

    Probably the most modern and sophisticated insecure web application

    OWASP Juice Shop is probably the most modern and sophisticated insecure web application! It can be used in security trainings, awareness demos, CTFs and as a guinea pig for security tools! Juice Shop encompasses vulnerabilities from the entire OWASP Top Ten along with many other security flaws found in real-world applications! Juice Shop is written in Node.js, Express and Angular. It was the first application written entirely in JavaScript listed in the OWASP VWA Directory. The application...
    Leader badge
    Downloads: 366 This Week
    Last Update:
    See Project
  • 15
    [OFFICIAL] tinyfiledialogs v3.18.2 C C++

    [OFFICIAL] tinyfiledialogs v3.18.2 C C++

    inputbox password WIN OSX GTK QT Console VCPKG C# Lua R Fortran Pascal

    ... UTF-8 - applescript kdialog zenity … ° SSH console / X forwarding ° the dialogs can be forced into console mode ° curses dialogs via Dialog.exe/Dialog (disabled by default) C89/C18 & C++98/C++23 compliant VisualStudio MinGW GCC Clang TinyCC IntelCC OWCC BCC SunCC on Windows Mac Linux Bsd Solaris Minix Raspbian Flatpak bindings: VCPKG C# R Lua Rust Haskell Java AllegroBasic Fortran Pascal D JavaScript Kotlin click tab 'Files' for prototypes
    Leader badge
    Downloads: 34 This Week
    Last Update:
    See Project
  • 16
    Android Script Creator

    Android Script Creator

    Create\Open Android update-script, Fast and Easily.

    This program is designed to simplify the creation of scripts (update.zip) for Android Can not download? - https://sites.google.com/view/osasc/download [Requirements for Windows] Systems: Windows XP/Vista/7/8/8.1/10 x86\x64 Hard disk space: 200 mb Installed Java JDK (is not necessarily) Not a long path to the program (Java will stop signing) [Requirements for Linux \ MAC OS \ Solaris] (and anywhere can run Wine) You must install Wine, from the site www.winehq.org or from application manager...
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 17
    Ring

    Ring

    Simple and flexible programming language for applications development

    The Ring is a practical general-purpose multi-paradigm language. The supported programming paradigms are Imperative, Procedural, Object-Oriented, Functional, Meta programming, Declarative programming using nested structures, and Natural programming. The language is portable (Windows, Linux, macOS, Android, etc.) and can be used to create Console, GUI, Web, Games and Mobile applications. The language is designed to be Simple, Small and Flexible.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 18
    Stripes
    ... and do them extremely well. For the last 10 years, Stripes has been used as the basis of applications of all types worldwide. We encourage you to download Stripes, browse the documentation, try the samples, and see why Stripes is considered among the best, lightweight Java web frameworks. See http://www.stripesframework.org/ for more information. Latest Release v1.6 : https://github.com/StripesFramework/stripes/releases
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19

    asm68c

    Assembles M6800 and 6801 assembly language source code. (and Forth)

    A simple absolute mode assembler for 6800/6801. Handles the complete published set of opcodes/mnemonics. Mostly source-language compatible with the common assemblers in use circa 1985, but no macros. Now uses standard LDAA syntax by default. Produces basic S1/S9 object files and assembly listings, and now binary and MC-10 compatible cassette images. (This is for the 8-bit 6800, not the 16/32 bit 68000/coldfire processors.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    EulerSharp

    EulerSharp

    Euler Yet another proof Engine

    EYE [1] is a reasoning engine supporting the Semantic Web layers [2]. It performs controlled chaining and it supports Euler paths [3]. Via N3 [4] it is interoperable with Cwm [5]. [1] http://eulersharp.sourceforge.net/README [2] http://www.w3.org/DesignIssues/diagrams/sweb-stack/2006a [3] http://mathworld.wolfram.com/KoenigsbergBridgeProblem.html [4] http://www.w3.org/TeamSubmission/n3/ [5] http://www.w3.org/2000/10/swap/doc/cwm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Fronsetia

    Fronsetia

    A web application for testing webservices

    Fronsetia (Free Online Service Testing Application) is a Java web application that allows testing webservices. No end-user installations required, just deploy the application on your server and pass the link so that users can use their usual browsers to access Fronsetia. You can think of Fronsetia as a simple version of SoapUI on the web, or a simple and free and open-source version of the "wls_utc" utility. See the project homepage https://fronsetia.sourceforge.io and the project Wiki in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    LambdaCD

    LambdaCD

    a library to define a continuous delivery pipeline in code

    Abandon your build servers, build your own! With LambdaCD you develop and build pipelines just like your applications: In code, in version control, with tests and refactorings. LambdaCD is a toolbox to enable you to build your own build server. It's got you covered, whether you need ten simple builds or one hugely complex delivery pipeline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Pulley

    Pulley

    A library to imitate the iOS 10 Maps UI

    A library to imitate the drawer in Maps for iOS 10/11. The master branch follows the latest currently released version of Swift. If you need an older version of Swift, you can specify it's version (e.g. 1.0.x) in your Podfile or use the code on the branch for that version. Older branches are unsupported. Pulley 2.9.0 has new properties to support a new display mode. The base functionality should work without any significant changes. The biggest change is the new display mode of .compact...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Image Picker Library for Android

    Image Picker Library for Android

    Image Picker for Android, Pick an image from Gallery

    Easy to use and configurable library to Pick an image from the Gallery or Capture an image using a Camera. It also allows to Crop and Compress the Image based on Aspect Ratio, Resolution, and Image Size. Almost 90% of the apps that I have developed have an Image upload feature. Along with the image selection, Sometimes I needed a crop feature for my profile image for that I've used uCrop. Most of the time I need to compress the image as the image captured from the camera is more than 5-10 MBs...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    UCanAccess

    UCanAccess

    A pure Java JDBC driver for Microsoft Access database files

    UCanAccess is a pure Java JDBC Driver implementation which allows Java developers and JDBC client programs to read/write Microsoft Access database (.mdb and .accdb) files. No ODBC needed.
    Leader badge
    Downloads: 398 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next