Showing 648 open source projects for "rule"

View related business solutions
  • 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
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 1
    eslint-plugin-jsdoc

    eslint-plugin-jsdoc

    JSDoc specific linting rules for ESLint

    ... minLines and maxLines to indicate how many line breaks (if any) will be checked to find a jsdoc comment block before the given code block. These settings default to 0 and 1 respectively. In conjunction with the require-jsdoc rule, these settings can be enforced so as to report problems if a jsdoc block is not found within the specified boundaries. The settings are also used in the fixer to determine how many line breaks to add when a block is missing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    eslint-plugin-jsx-a11y

    eslint-plugin-jsx-a11y

    Static AST checker for a11y rules on JSX elements

    Static AST checker for accessibility rules on JSX elements. This plugin does a static evaluation of the JSX to spot accessibility issues in React apps. Because it only catches errors in static code, use it in combination with axe-core/react to test the accessibility of the rendered DOM. Consider these tools just as one step of a larger a11y testing process and always test your apps with assistive technology. If you installed ESLint globally (using the -g flag in npm, or the global prefix in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Django Rules

    Django Rules

    Awesome Django authorization, without the database

    rules is a tiny but powerful app providing object-level permissions to Django, without requiring a database. At its core, it is a generic framework for building rule-based systems, similar to decision trees. It can also be used as a standalone library in other contexts and frameworks. Versatile. Decorate callables to build complex graphs of predicates. Predicates can be any type of callable -- simple functions, lambdas, methods, callable class objects, partial functions, decorated functions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    TypeDB

    TypeDB

    TypeDB: a strongly-typed database

    TypeDB is a strongly-typed database with a rich and logical type system. TypeDB empowers you to tackle complex problems, and TypeQL is its query language.TypeDB is a database with a rich and logical type system. TypeDB empowers you to solve complex problems, using TypeQL as its query language. TypeDB provides a strong type system for developers to break down complex problems into meaningful and logical systems. Through TypeQL, TypeDB provides powerful abstractions over low-level and complex...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 5
    Critical

    Critical

    Extract & Inline Critical-path CSS in HTML pages

    ... rule inclusion). Generate critical-path CSS with multiple resolutions. This is a useful option when you e.g. want to defer the loading of web fonts or background images. Generate critical-path CSS and specify asset rebase behavior. Inline critical-path CSS using filamentgroup's loadCSS. Pass an object to configure inline-critical.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Cross Platform Node Guide

    Cross Platform Node Guide

    Improve front-end engineer workflow & standard, powered by TypeScript

    A command-line tool aims to improve front-end engineer workflow and standards, powered by Node.js. Feflow (pronounced /ˈfefləʊ/) is a front-end flow and rule tool to improve engineering efficiency., and is hosted on Github: feflow. At present, it has been used in many applications, such as Now, Huayang Live, Huayang Friends, Mobile QQ Near Hand, Group Video, Group Gift, Huiyin, Tencent Myapp, Penguins and etc. With 80+ WEB/IOS/Andriod stable users, the cumulative production project reached 240...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Discovery

    Discovery

    Nepxion Discovery is a solution for Spring Cloud

    ... the old version has completed the work it is performing, and it needs to be judged by the business itself. Full-link custom gateways, service filters, and load balancing strategies trigger blue-green grayscale release. Full link local and remote, local and global non-parameterized rule-driven strategy. Full-link blue-green-gray release scheduling modeling and traffic detection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LostGrid

    LostGrid

    LostGrid is a powerful grid system built in PostCSS

    ... in flexbox mode browser support is limited to IE 10+. To create a basic horizontal grid, just insert some elements into any containing element like so and pass a fraction to the `lost-column` property. To unset (or remove) a column rule, possibly at a larger breakpoint, use `lost-column: none;`
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    jsonschema2pojo

    jsonschema2pojo

    Generate Java types from JSON or JSON Schema for data-binding

    Generate plain old Java objects from JSON or JSON-Schema. For each property present in the 'properties' definition, we add a property to a given Java class according to the JavaBeans spec. A private field is added to the parent class, along with accompanying accessor methods (getter and setter). If additionalProperties is specified and set to the boolean value false, then the generated Java type does not support additional properties. If the additionalProperties node is undefined (not...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
    Learn More
  • 10
    Workbox

    Workbox

    JavaScript libraries for Progressive Web Apps

    ... of best practices and removes the boilerplate every developer writes when working with service workers. Precaching, runtime caching, strategies, request routing, background sync, and helpful debugging. Wish you could rely on Google Fonts being available offline after the user has visited your site? Add a quick rule to serve them from the cache. Make your JS and CSS fast by returning the assets from the cache, while making sure they are updated in the background for the next use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Go Micro

    Go Micro

    A framework for distributed systems development

    ... and certificates. This additionally includes rule based access control. Load and hot reload dynamic config from anywhere. The config interface provides a way to load application level config from any source such as env vars, file, etcd. You can merge the sources and even define fallbacks. A simple data store interface to read, write and delete records. It includes support for memory, file and CockroachDB by default.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    vue-i18n

    vue-i18n

    Internationalization plugin for Vue.js

    .... Such pluralization, however, does not apply to all languages (Slavic languages, for example, have different pluralization rules). In order to implement these rules you can pass an optional pluralizationRules object into VueI18n constructor options. If your current locale is not found in a pluralization map, the default rule of the english language will be used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ngx_waf

    ngx_waf

    Handy, High performance, ModSecurity compatible Nginx firewall module

    Handy, High-performance Nginx firewall module. Such as black and white list of IPs or IP range, uri black and white list, and request body black list, etc. Directives and rules are easy to write and readable. The IP detection is a constant-time operation. Most of the remaining inspections use caching to improve performance. Compatible with ModSecurity's rules, you can use OWASP ModSecurity Core Rule Set. Supports verifying Google, Bing, Baidu and Yandex crawlers and allowing them automatically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Mycat2

    Mycat2

    MySQL Proxy using Java NIO based on Sharding SQL, Calcite

    Open source intermediate for the MySQL database network protocol written in Java language, open source of GPLv3 protocol. Custom Calcite distributed query engine, edit SQL to relationship algebra expression, rule optimization engine, and cost optimization engine, generate physical execution plan, support logic view. Any cross-currant cross-table join query, support cross-currant cross-table non-associated query, support cross-currant cross-table association query, support cross-currant cross...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Bazel Container Image Rules

    Bazel Container Image Rules

    Rules for building and handling Docker images with Bazel

    This repository contains a set of rules for pulling down base images, augmenting them with build artifacts and assets, and publishing those images. These rules do not require / use Docker for pulling, building, or pushing images. These rules used to be docker_build, docker_push, etc. and the aliases for these (mostly) legacy names still exist largely for backwards-compatibility. We also have early-stage oci_image, oci_push, etc. aliases for folks that enjoy the consistency of a consistent rule...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    RunAny

    RunAny

    One-key direct service, rule start-up, batch search, global hot key

    RunAny distinguishes general start-up tools, suitable for users at home and in multiple computers of the company, regardless of whether the software is installed on the C disk or D disk Anywhere, it is directly found and run according to the name. If you only need to configure a set of software lists (RunAny.ini), you can run everywhere, and the synchronization of the net disks such as Nut Cloud\OneDrive\Dropbox is more like a tiger, reaching once and for all.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Printed Circuit Board Layout Tool
    PCB is a tool for the layout of printed circuit boards. PCB can produce industry standard RS-274X and Excellon NC-Drill format output for submission to board manufacturers.
    Leader badge
    Downloads: 71 This Week
    Last Update:
    See Project
  • 19
    gormt

    gormt

    database to golang struct

    mysql database to golang struct conversion tools base on gorm(v1/v2). You can automatically generate golang sturct from mysql database. big Camel-Case Name Rule, JSON tag. Database tables, column field annotation support. JSON tag and JSON tag output. gorm.Model Support export gorm.model. PRIMARY_KEY Specifies column as primary key. UNIQUE Specifies column as unique. NOT NULL Specifies column as NOT NULL. INDEX Create index with or without name, same name creates composite indexes. UNIQUE_INDEX...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    OCR Manga Reader for Android

    OCR Manga Reader for Android

    Android Manga reader with Japanese OCR and dictionary capabilities

    OCR Manga Reader is a free and open source Android app that allows you to quickly OCR and lookup Japanese words in real-time. It does not have ads or telemetry/spyware and does not require an Internet connection. Supports both EDICT and EPWING dictionaries. Requires Android 4.0 (Ice Cream Sandwich) or higher. See http://ocrmangareaderforandroid.sourceforge.net/ for details.
    Leader badge
    Downloads: 50 This Week
    Last Update:
    See Project
  • 21
    Flora-2
    Flora-2 is a powerful knowledge representation and reasoning system designed for building knowledge-intensive applications. It is based on F-logic, HiLog, Transaction Logic, and also supports defeasible reasoning. Applications include intelligent agents, Semantic Web, ontology management, and more. If you use Flora-2 and like it, please acknowledge it in your project!
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 22
    NanoH5 (tsl2nano)

    NanoH5 (tsl2nano)

    java bean / database driven zero code application framework

    NanoH5 (or FullRelation) is a fullstack UI implementation framework providing a model driven design (MDA). Build a complete html5 application through a given class- or database-model without coding (coding APIs are available).
    Downloads: 9 This Week
    Last Update:
    See Project
  • 23
    Invoicr - PHP Invoice Generator

    Invoicr - PHP Invoice Generator

    PHP invoice generator that creates HTML, PDF, DOCX, and PNG invoices.

    Invoicr is a free and open-source PHP invoice generator that is capable of churning out HTML, PDF, DOCX, and PNG invoices. It is a simple fuss-free package that will give developers a quick boost with their invoice generation needs. ## "INSTALLATION" & REQUIREMENTS There is no “installation”, only a small hassle: 1) Edit invlib/invoicr.php, change (C1) company information to your own. 2) That's all. Check out example.php. 3) MPDF requires GD extension to work properly. ## CREDITS &...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24

    Baby Cat Engine

    Here we're trying to create the easiest open-source game engine.

    The rule of baby cat engine: gpu rendering is for user because now everybody use different renderers. Befort porting to cpp I'll first test this with three.js so newbies can learn by right-clic. Structure code is 2 folders: mothercard / devices
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    boundman

    boundman

    Add rule to windows firewall to block inbound and outbound traffic

    Boundman is an advanced, user-friendly, and sleek application designed to take control over your network connections. It allows you to efficiently manage and block incoming and outgoing traffic for specific .exe files contained within a chosen folder and its subfolders. With its intuitive PyQt5 graphical interface and robust PowerShell scripts, Boundman provides seamless integration with the Windows Firewall for a powerful network management experience.
    Downloads: 4 This Week
    Last Update:
    See Project