246 programs for "windows 10 repair" with 1 filter applied:

  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • 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.
  • 1
    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: 3 This Week
    Last Update:
    See Project
  • 2
    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: 2 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    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: 1 This Week
    Last Update:
    See Project
  • ContractSafe: Contract Management Software Icon
    ContractSafe: Contract Management Software

    Take Control Of Your Contracts Without Wrecking The Budget

    Ditch those spreadsheets, shared drives & crazy-expensive solutions with too many bells & whistles. ContractSafe offers the simplest way to manage your contracts efficiently without breaking the bank.
  • 5
    VulkanSceneGraph

    VulkanSceneGraph

    Vulkan & C++17 based Scene Graph Project

    ... and examples are provided in separate repositories, links to these are provided below. The software currently builds under Linux (desktops variants through to Jetson & Raspberry Pi), Windows (VisualStudio, MinGW & Cygwin), Android, and macOS & iOS (using MoltenVk).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    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: 0 This Week
    Last Update:
    See Project
  • 7
    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: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 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
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 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
    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: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    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
  • 15
    macOS Cursors Megapack for Windows

    macOS Cursors Megapack for Windows

    Tested in Windows 10 & 11, 4K (125%, 150%, 200%)

    macOS Cursors Megapack for Windows. These cursors are only for 4K (3840 x 2160 pixel) resolution.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 16
    Max Auto Clicker

    Max Auto Clicker

    Download Max Auto Clicker for free, the fastest Mouse Auto Clicker

    Max Auto Clicker is a free and easy-to-use software that can be used to simulate and automate mouse clicks. It is a cross-platform application that is available on Microsoft Windows and Linux operating systems, and features an easy-to-use interface. With Max Auto Clicker, users can set the mouse button to left click, right click, or middle click, as well as the click type (single click, double-click, or hold-click) and the speed between clicks in milliseconds. This software can be used...
    Leader badge
    Downloads: 4,704 This Week
    Last Update:
    See Project
  • 17
    DAR - Disk ARchive

    DAR - Disk ARchive

    For full, incremental, compressed and encrypted backups or archives

    DAR is a command-line backup and archiving tool that uses selective compression (not compressing already compressed files), strong encryption, may split an archive in different files of given size and provides on-fly hashing, supports differential backup with or without binary delta, ftp and sftp protocols to remote cloud storage Archive internal's catalog, allows very quick restoration even a single file from a huge, eventually sliced, compressed, encrypted archive eventually located on...
    Leader badge
    Downloads: 137 This Week
    Last Update:
    See Project
  • 18
    WebChangeMonitor

    WebChangeMonitor

    Monitors a number of web pages for changes.

    Monitors a number of web pages and tracks changes based on the content of the web pages. Allows to monitor several protocols, including HTTP and HTTPS. Allows to view and record differences. Available for Win7/10, Linux and others.
    Leader badge
    Downloads: 46 This Week
    Last Update:
    See Project
  • 19
    [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

    ...) - native dialogs osx/unix ASCII 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: 33 This Week
    Last Update:
    See Project
  • 20
    Odoo ERP CRM System For Local Intranets

    Odoo ERP CRM System For Local Intranets

    Web,Sales,Finance,Inventory,Manufacture,HR,Marketing,Services,Efficacy

    This VM is created for 2 reasons: 1. Very little initial setup work required to make a ERP live, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other project. just replace td with ec wherever mentioned ) After starting this VM, please login to its administration panel with: Website Address: https://ec.local/ ( Accept Any Warnings ) Admin...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 21
    Advanced DHCP Server Live CD (With GUI)

    Advanced DHCP Server Live CD (With GUI)

    The Free & Popular opendhcp application for Physical & Virtual Machine

    ... multiple interface names, click the Connect icon on desktop. 6. Similarly, edit the opendhcp.ini file to match your needs 7. Shutdown & choose the Save option. This will help in copying from RAM to USB Disk 8. Restart & click the lease status desktop icon, to see your changes go live 9. Follow this model to install more services / servers. Check README file append_to_etc_scripts.txt to see how services are automatically started. 10. Click installer icon on desktop, update it for setups
    Downloads: 16 This Week
    Last Update:
    See Project
  • 22
    Στρατιωτικές Δαπάνες
    Το πρόγραμμα «Στρατιωτικές Δαπάνες» δημιουργήθηκε προκειμένου να συντάσσονται αυτόματα όλα τα δικαιολογητικά των δαπανών, να αποφεύγονται τα λάθη και να μειώνεται ο χρόνος συντάξεως της δαπάνης. Τα εξαγόμενα δικαιολογητικά σώζονται από το πρόγραμμα σε αρχεία κειμένου, τα οποία ανοίγουν από οποιοδήποτε επεξεργαστή κειμένου (για εκτύπωση ή περεταίρω επεξεργασία). Ένας έμπειρος χρήστης, χρειάζεται για να καταχωρήσει όλα τα στοιχεία στο πρόγραμμα τουλάχιστον 2 και το πολύ 10 λεπτά.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 23
    Portable Webserver OS For Small Intranet

    Portable Webserver OS For Small Intranet

    For Web Developers, Testers, Learners, End Users - Screenshots Below

    Instructions: 1. Download & Extract the above zip file 2. Use the free Rescuezilla Software ( https://rescuezilla.com/ ) to restore this pen drive image, on to a 8 GB OR More Good EMPTY Pen Drive (Hint Below) 3. Restart the computer and quickly change the BIOS Boot Order, to boot from this written pen drive 4. Check the network tray icon on its desktop for ethernet / lan cable connectivity. If required, configure by clicking the eth0 button in it, for the first time, after...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    Dolibarr Community Edition For Intranets

    Dolibarr Community Edition For Intranets

    Web,Sales,Finance,Inventory,Manufacture,HR,Marketing,Services,Efficacy

    This VM is created for 2 reasons: 1. Very little initial setup work required to make a ERP / CRM software live, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other project. just replace td with do wherever mentioned ) After starting this VM, please login to its administration panel with: Website Address: https://do.local/ ( Accept Any Warnings...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 25
    helpdesk ticketing system, knowledgebase

    helpdesk ticketing system, knowledgebase

    The Free & Popular HESK Web Based Software in Complete Virtual Machine

    This VM is created for 2 reasons: 1. Very little initial setup work required to make a Help Desk live, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other project. just replace td with hd wherever mentioned ) After starting this VM, please login to its administration panel with: Website Address: https://hd.local/ ( Accept Any Warnings...
    Downloads: 7 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next