Showing 1777 open source projects for "rules"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 1

    Virtual Trailblazer

    Dungeons and Dragons 3.X/Pathfinder Simulator and Analysis Program

    ...This project is an ongoing effort for me to improve my C++ skills as well as develop other technical skills while hopefully creating something fun and useful. There is no end goal for this project; it's a constant work in progress. The program is very bare bones right now, but does have the basic combat rules (including weapon threat ranges and creature size modifiers). Additional creatures and equipment (melee weapons, armor, and shields) can be added via text file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Jollyday
    This API calculates the holidays for a given year, country and region or lets you provide your own holiday rules. Uses XML files for storing the holiday data. Uses JODA date/time API. Supports Europe, North/South America, Australia, Russia, India ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3

    Vrigazov Chess Engine

    Chess engine, currently in development

    Basic chess engine with implemented rules and DFS search in the graph of positions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Hello Kitty Match 3 Game

    Hello Kitty Match 3 Game

    A Match 3 Game set to a Hello Kitty Theme

    Rules are to match 3 or more by swapping 1 square for another square located next the square you are swapping Play the web demo here: http://goo.gl/6NzBms
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    Idiomatic CSS

    Idiomatic CSS

    Principles of writing consistent, idiomatic CSS

    ...The guide emphasizes clarity over cleverness, encouraging predictable selectors and practical class names that scale as a codebase grows. It also discusses how to structure rules, whitespace, and property ordering to make diffs cleaner and reviews faster. Beyond formatting, it promotes a mindset of thoughtful abstraction and restraint, helping developers avoid premature complexity. Because it is tool-agnostic, the advice applies whether you use vanilla CSS, preprocessors, or utility systems, and it can be adapted to fit most workflows and build pipelines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Conway's Game of Life

    Conway's Game of life cross-platform implementation.

    Conwlife is a Game of life implementation. Game of life is a popular mathematics game that was invented by John H. Conway in 1970. It's have very simple rules which lead to the creation of beautiful and amazing patterns. Android version https://play.google.com/store/apps/details?id=com.abtimal.conwaysgameoflife
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Java Rule Engine API (JSR 94) based framework for development, integration, management, monitoring and execution of java rules based applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    rpgboss

    Built to be ease of use, with no programming knowledge, Multi-platform

    A 2d rpg game engine created to be ease of use. Built in Scala and libgdx. Also our community forums http://rpgboss.forumatic.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    GSS Engine

    GSS Engine

    GSS engine

    GSS is a JavaScript layout engine based on Grid Style Sheets (constraint CSS) using Cassowary constraint solver. It enables declarative relational layoutsβ€”expressing 'item A aligned to the right of item B'β€”and compiles these constraints into standard styles at runtime or build-time. Though experimental and labeled unstable, it showcases advanced layout paradigms beyond traditional CSS.
    Downloads: 1 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storageβ€”all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10

    iptables-cb

    Scripted service managing iptable blocks by ISO

    ...Configuration is managed through a simple file listing ISO codes of countries to block in /etc/sysconfig much as any other service. Includes optimizations using ipset and leverage of a tree hierarchy in the generated iptables rules to ensure minimal performance impact on higher network traffic volumes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    ssh watch

    Ban IPs based on #failed login attempts

    Scan ssh log file for failed login attempts in a given period. Add iptables rules to ban offenders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Nim Advanced

    A Nim Game

    The mathematical game widely known as Nim made in C#. The rules are simple. Each turn a player can take one or more matches from the same row. Who takes the last match wins! The souce code is inside the archive Have fun playing it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Decision Tables for Java (dt4j)

    Decision Tables for Java (dt4j)

    Excellent Decision Table based Rules Engine implementation in Java

    DT4J is a Java implementation of Decision Table based rules engine. It supports excel based and an editor based Decision Table authoring. It integrates with Spring expressions (SpEL) to express conditions and actions. Put together it's a power rules engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Kontinuum Calculator

    Calculate various aspects of the Kontinuum RPG system.

    Kontinuum is a calculator program that enables the user to calculate all probabilistic aspects of the Kontinuum RPG system, especially the dice rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    VisualStudio_Scan

    VisualStudio_Scan

    VisualStudio plugin for static analysis of C/C++ code.

    You can Get Help Ducument Here. δΈ­ζ–‡η‰ˆ(ChineseVersion) https://sourceforge.net/projects/visualstudioscan/files/Document/VS_Code_Scan_Assistant_Help_Chinese.docx/download English Version https://sourceforge.net/projects/visualstudioscan/files/Document/VS_Code_Scan_Assistant_Help_English.docx/download VisualStudio_Scan is a Visual Studio plugin for static analysis of C/C++ code. It not only covers the features provided by other analysis tools such as cppcheck, coverity,pclint, findbugs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    SEM_bestShortestPath

    A SEM-based method for disease module detection

    SEM_bestShortestPath is a Structural Equation Modeling (SEM)-based methodology to evaluate the most important shortest paths between differentially expressed genes in biological interaction networks, with absolutely no need of user-defined parameters or heuristic rules, enabling a free-of-bias discovery and overcoming common issues affecting recent network-based algorithms. SEM-bsp is based on Structural Equation Modeling techniques to detect significantly perturbed sub-networks (disease modules) from microarray data, relevant for the disease phenotype under investigation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Playlist Management

    Manage Music Based Playlists

    Manage Music Based Playlists across all OS's to free yourself from applications such a iTunes, whose Playlist management feature are limited. Playlists are kept in text files for easy editing. Setup rules for adding songs to multiple playlists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SERAM: Security Reasoning Framework

    SERAM: Security Reasoning Framework

    Framework for security-related definition and reasoning.

    ...Additionally, it allows to specify inference policies and comprises techniques for reasoning about inferences and information distribution along a set of inference rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MODLEM

    MODLEM

    rule-based, WEKA compatible, Machine Learning algorithm

    This project is a WEKA (Waikato Environment for Knowledge Analysis) compatible implementation of MODLEM - a Machine Learning algorithm which induces minimum set of rules. These rules can be adopted as a classifier (in terms of ML). It is a sequential covering algorithm, which was invented to cope with numeric data without discretization. Actually the nominal and numeric attributes are treated in the same way: attribute's space is being searched to find the best rule condition during rule induction. ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 20

    FieldCatalog

    Documentation System

    This is a centralize system to 1. Define Software Products 2. Define Software Products Version 3. Define Screens 4. Define Rules 5. Build Relationships between Products, Versions, Screens and Fields Beside core features, the system will provide more functions for end-user(s) such as 1. Search 2. Tag 3. Control by Role 4. Control by Group 5. Comparison with Version or Versioning
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    RuleRule

    RuleRule

    A puzzle game of rules acting upon rules. Create the desired pattern.

    RuleRule is a game which might be of interest to students and researchers of AI, machine learning and related areas. In this game, rules act and modify other rules (including themselves). The goal is to reach a desired condition (e.g. a checkerboard of red and yellow). Versions For a first test of the game mechanics in your browser, download the Javascript version, coded by Jan-Hendrik Vienup (December 2014, GPL) tested with Firefox, MSIE, Chrome, and Safari : RuleRule3.zip First created with NeXT Interface Builder and Objective-C files (1995, Mach OS): rulerule.gz (Creative Commons Attribution License). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    koru

    koru

    a Java ORM framework focusing on simple and rapid development

    ...It supports most of popular databases like MYSQL, MS SQLServer,Oracle and so on. It supports all kinds of cascaded query with easy annotations perfectly! including 'one to one','one to many','many to one' and 'many to many'. Its lazy-load rules works well on cascade and any table column. Cached query is available in the Koru,which base on ehcache. It has many excellent features: 1.small and rapid. 2.easy to learn. 3.minimum configuration.but if necessary,you can configure it flexibly too. 4.including easy file uploading and rapid paged query basing on database dialect. 5.easy to put the web form data to database. 6.supporting all kinds of cascaded query. 7.supporting cached query basing on ehcache.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The c2001 spatio-temporal mining library

    The c2001 spatio-temporal mining library

    An open source spatio-temporal data mining library

    Current functions: 1. The General Association Rule Mining Framework(GARMF) library, which support mining association rules from transactions(boolean, weighted, fuzzy), spatial datasets (vector and raster) and spatio-temporal datasets (raster snapshots). Besides it support incremental mining. 2. Rule Filtering Library (RFL), a library for rule evaluation. 3. Besides, DAP-Shell, a GUI shell for GARMF and RFL, will be provided. However I'll pay no more attention on it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    ...EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    ipset-persistent

    boot-time loader for ipset rules

    This package provides sysv debian compatible system startup script that restores ipset rules from a configuration file.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB