Showing 1044 open source projects for "regular"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 1
    LinkChecker

    LinkChecker

    Check links in web documents or full websites

    LinkChecker is a free, GPL licensed website validator. LinkChecker checks links in web documents or full websites. It runs on Python 3 systems, requiring Python 3.8 or later. The version in the pip repository may be old, to find out how to get the latest code, plus platform-specific information and other advice see doc/install.txt in the source code archive. If you do not want to install any additional libraries/dependencies you can use the Docker image which is published on GitHub...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    LOL HTML

    LOL HTML

    Low output latency streaming HTML parser/rewriter with CSS API

    Low Output Latency streaming HTML rewriter/parser with CSS-selector based API. It is designed to modify HTML on the fly with minimal buffering. It can quickly handle very large documents, and operate in environments with limited memory resources. The crate serves as a back-end for the HTML rewriting functionality of Cloudflare Workers, but can be used as a standalone library with a convenient API for a wide variety of HTML rewriting/analysis tasks. The parser switches back to the tag scanner...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    kustomize

    kustomize

    Customization of kubernetes YAML configurations

    ... it to v4.0.5. It will be updated on a regular basis going forward, and such updates will be reflected in the Kubernetes release notes. In some directory containing your YAML resource files (deployments, services, configmaps, etc.), create a kustomization file. The resources in this directory could be a fork of someone else's configuration. If so, you can easily rebase from the source material to capture improvements, because you don't modify the resources directly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    PeachPie

    PeachPie

    PeachPie, the PHP compiler and runtime for .NET and .NET Core

    ... of both worlds and build .NET apps in C# and PHP. You can find an up-to-date status of the project in our Roadmap section. Please note that the status is dynamic; PeachPie is a work in progress, which means that the list of finished and planned features frequently changes and will be updated on a regular basis.
    Downloads: 1 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.
  • 5
    VictoriaMetrics

    VictoriaMetrics

    VictoriaMetrics: fast, cost-effective monitoring solution

    VictoriaMetrics is a fast, cost-effective and scalable monitoring solution and time series database. VictoriaMetrics is available in binary releases, Docker images, Snap packages and source code. Just download the latest version of VictoriaMetrics. VictoriaMetrics is developed at a fast pace, so it is recommended periodically checking the CHANGELOG and performing regular upgrades. It can be used as long-term storage for Prometheus. See these docs for details. It can be used as a drop...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    ispc

    ispc

    Intel SPMD Program Compiler

    ispc is a compiler for a variant of the C programming language, with extensions for single programs, and multiple data programming. Under the SPMD model, the programmer writes a program that generally appears to be a regular serial program, though the execution model is actually that a number of program instances execute in parallel on the hardware. ispc compiles a C-based SPMD programming language to run on the SIMD units of CPUs and GPUs; it frequently provides a 3x or more speedup...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    axe-core

    axe-core

    Accessibility engine for automated Web UI testing

    Axe is an accessibility testing engine for websites and other HTML-based user interfaces. It's fast, secure, lightweight, and was built to seamlessly integrate with any existing test environment so you can automate accessibility testing alongside your regular functional testing. Axe-core has different types of rules, for WCAG 2.0 and 2.1 on level A and AA, as well as a number of best practices that help you identify common accessibility practices like ensuring every page has an h1 heading...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Broot

    Broot

    A new way to see and navigate directory trees

    ... to select the most relevant file. You can still go from one match to another one using tab or arrow keys. You may also search with a regular expression. To do this, add a / before the pattern. You may also apply logical operators or combine patterns, for example searching test in all files except json ones could be !/json$/&c/test and searching carg both in file names and file contents would be carg|c/carg.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Django REST framework

    Django REST framework

    Powerful and flexible toolkit for building Web APIs

    Django REST framework is a powerful and flexible toolkit for building Web APIs. Some reasons you might want to use REST framework: The Web browsable API is a huge usability win for your developers. Authentication policies including packages for OAuth1a and OAuth2. Serialization that supports both ORM and non-ORM data sources. Customizable all the way down - just use regular function-based views if you don't need the more powerful features. Extensive documentation, and great community support...
    Downloads: 1 This Week
    Last Update:
    See Project
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 10
    Melody

    Melody

    Melody is a language that compiles to regular expressions

    Melody is a language that compiles to regular expressions and aims to be more easily readable and maintainable. All quantifiers can be preceded by lazy to match the least amount of characters rather than the most characters (greedy).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Phosphor Icons Web

    Phosphor Icons Web

    A flexible icon family for the web

    ... for the weight and the icon. Phosphor Icons come in 6 weights: regular, thin, light, bold, fill, and duotone. In order to use a weight, you must include a link to its stylesheet, and use the appropriate weight class on the icon (the regular weight uses .ph instead of .ph-regular).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    grex

    grex

    A command-line tool and library for generating regular expressions

    grex is a library as well as a command-line utility that is meant to simplify the often complicated and tedious task of creating regular expressions. It does so by automatically generating a single regular expression from user-provided test cases. The resulting expression is guaranteed to match the test cases which it was generated from. This project has started as a Rust port of the JavaScript tool regexgen written by Devon Govett. Although a lot of further useful features could be added...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    sd

    sd

    Intuitive find & replace CLI (sed alternative)

    sd is an intuitive find-and-replace CLI. Painless regular expressions. sd uses regex syntax that you already know from JavaScript and Python. Forget about dealing with quirks of sed or awk - get productive immediately. Non-regex find & replace. No more backslashes or remembering which characters are special and need to be escaped. Find & replace expressions are split up, which makes them easy to read and write. No more messing with unclosed and escaped slashes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    nvim-regexplainer

    nvim-regexplainer

    Describe the regexp under the cursor

    Describe the regular expression under the cursor. You need to install regex with nvim-treesitter, as well as the grammar for whichever host language you're using.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    alp

    alp

    Access Log Profiler

    alp is Access Log Profiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Self-hosted Git Server with Kanban

    Self-hosted Git Server with Kanban

    Self-hosted Git Server with CI/CD and Kanban

    ... to configure CI job to generate and upload LSIF which is troublesome and can occupy considerable space if you do it for each commit. You can also jump to symbol definition in diff while reviewing commits or pull requests. You may switch to any commit, and search code with regular expression. OneDev under the hood indexes the code with Lucene incrementally. At search time, literal tri-grams in the regular expression are extracted for a coarse search, followed by exact match in the result.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Laravel ACL

    Laravel ACL

    This package helps you to associate users with permissions

    This package allows you to manage user permissions and groups in a database and is compatible with Laravel v5.8 or higher. Laravel ACL allows models to be associated with permissions and groups. Each group may be associated with multiple permissions. A Group and a Permission are regular Eloquent models that require a name.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Laravel Splade

    Laravel Splade

    The magic of Inertia.js with the simplicity of Blade

    ... the Laravel Blade template engine and build a single-page application using regular server-side routing without building an API. You still have the full power of Vue.js when you need it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    find-my-way

    find-my-way

    A crazy fast HTTP router

    A crazy fast HTTP router, internally uses a highly performant Radix Tree (aka compact Prefix Tree), supports route params, wildcards, and it's framework is independent. You can set a custom length for parameters in parametric (standard, regex and multi) routes by using maxParamLength option, the default value is 100 characters. If you are using a regex-based route, find-my-way will throw an error if detects potentially catastrophic exponential-time regular expressions (internally uses safe...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    apollo-upload-client

    apollo-upload-client

    Terminating Apollo Link for Apollo Client that fetches GraphQL request

    A terminating Apollo Link for Apollo Client that fetches a GraphQL multipart request if the GraphQL variables contain files (by default FileList, File, Blob, or ReactNativeFile instances), or else fetches a regular GraphQL POST or GET request (depending on the config and GraphQL operation). Apollo Client can only have 1 terminating Apollo Link that sends the GraphQL requests; if one such as HttpLink is already setup, remove it. Also ensure the GraphQL server implements the GraphQL multipart...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GCSF

    GCSF

    a FUSE file system based on Google Drive

    GCSF is a virtual filesystem that allows users to mount their Google Drive account locally and interact with it as a regular disk partition. Update (April 2019): I am currently still using and maintaining this project but I have very little time to dedicate to it. As such, it might take a while before I get around to fixing known bugs / implementing feature requests / responding to open issues. Thank you for understanding and for expressing sustained interest in this project. GCSF requires...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Phosphor Icons

    Phosphor Icons

    The homepage of Phosphor Icons, a flexible icon family for everyone

    Phosphor is a flexible icon family for interfaces, diagrams, presentations, whatever, really. 1047 icons and counting. 6 weights: Thin, Light, Regular, Bold, Fill, and Duotone. Designed at 16 x 16px to read well small and scale up big. Raw stroke information retained to fine-tune the style. We use a similar approach as many other icon sets out there, providing icons as a webfont that uses Unicode's Private Use Area character codes to map normally non-rendering characters to icons. But you don't...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ToolGood.Words

    ToolGood.Words

    A high-performance sensitive word

    A high-performance sensitive word (illegal word/dirty word) detection and filtering component, with a traditional and simplified exchange, supports full-width half-width exchange, Chinese characters to pinyin, fuzzy search, and other functions. C#Language, using StringSearchEx2.Replacefiltering, on a 48k sensitive thesaurus at over 300 million characters per second. (cpu i7 8750h). C#'s own regular is very slow, which StringSearchEx2.ContainsAnyis Regex.IsMatchmore than 88,000 times...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Unicorn

    Unicorn

    The magical reactive component framework for Django

    Quickly add in simple interactions to regular Django templates without learning a new templating language. Stop fighting with a new JavaScript build tool and separate process to use yet another frontend framework. Building a feature-rich API is complicated. Skip creating a bunch of serializers and just use Django. Unicorn progressively enhances a normal Django view, so the initial render of components is fast and great for SEO. The end result is that you can focus on writing regular Django...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Amazon EC2 Spot Interrupter

    Amazon EC2 Spot Interrupter

    CLI tool that triggers Amazon EC2 Spot Interruption Notifications

    Amazon EC2 Spot Instances let you run flexible, fault-tolerant, or stateless applications in the AWS Cloud at up to a 90% discount from On-Demand prices. Spot instances are regular EC2 capacity that can be reclaimed by AWS with a 2-minute notification called the Interruption Notification. Applications that are able to gracefully handle this notification and respond by check pointing or draining work can leverage Spot for deeply discounted compute resources! In addition to Interruption...
    Downloads: 0 This Week
    Last Update:
    See Project