Showing 139 open source projects for "rules"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 1
    Pixel Empires

    Pixel Empires

    A cellular automation simulation governed by probability.

    This cellular automation simulation uses probability to control the growth and decay of different cells. This simulation uses cells of 6 different colors each of which is initially given one cell to be placed in a random location on the grid. 3 rules govern the evolution of this system: First, each cell will randomly select an empty cell around it or itself. If an empty cell is selected, a new cell will be formed in it. If the cell selects itself, it will not expand. In the next iteration, the new cells follow the same process. Second, every color is predestined to consume another color if the two make contact. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2

    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
  • 3
    SourceCookifier: Plugin for Notepad++
    A plugin which uses Exuberant Ctags to parse either only the currently activated source file or multiple files of so-called sessions. The results are shown and can be browsed in a treeview inside of a dockable window.
    Leader badge
    Downloads: 5,954 This Week
    Last Update:
    See Project
  • 4
    IronMeta is an implementation of Alessandro Warth's OMeta metaprogramming system in C#. It provides a packrat parser generator that generates parsers for Parsing Expression Grammars that operate on arbitrary streams of objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 5
    Network Signature Manager (N.S.M) Lite

    Network Signature Manager (N.S.M) Lite

    Manage your Snort rules with N.S.M.

    N.S.M Lite is a simple and easy way to manage your signatures for your Snort based IDS/IPS implementation, which can improve IDS/IPS signature development for accurate detection of malicious malware. Additionally, N.S.M can be used a learning tool to help you understand the complex nature of Intrusion Detection and/or Prevention (IDP) signatures for the Snort platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    RuleInfer

    RuleInfer is an engine that processes rules.

    RuleInfer is a general purpose rules process engine. The engine is written in C#. Please see the Wiki (http://sourceforge.net/p/ruleinfer/wiki/Home/) for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Braille Espresso For C#

    This is a library written for Braille translation.

    This library is designed to promote the importance of Braille while hiding learning concepts from developers. This is designed so that the developer only has to know that Braille is one more language without thinking of the rules or even knowing the system itself. The hope is to convince developers to apply Braille translation technology to web, GUI or any other application. Only a few lines of code are required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Log Cutter

    A powerful log analyser

    A general purpose search tool and log analyser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Twilight Imperium Third Edition Rules

    A program dedicated to the ease of looking up certain rules/rule combi

    If you ever found yourself trying to host a nice game of Twilight Imperium, but it's been so long you forgotten some of the rules. You'd quickly realize that looking stuff up in the manual isn't easy. To make matters worse; if you are playing with one of the many game options, figuring out which rules change, and which doesn't can be a nightmare. Look no further. TwIR was created with this in mind. You select which settings you desire your game to have, and TwIR figures out which rules to display to you - in chronological order. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10

    Skype Bot (Auto Talker)

    An enhanced, userfriendly, programmable chat bot for Skype

    ...Where most of the tutorials circulating on the internet have their knowlegde base hard coded (obviously for demonstration purposes), here we will see that it is possible to add and edit rules to knowledge base during runtime, and the database is automaticly saved to a file on storage. Second thing that this program does is that it doesn't simply compare strings to search for answers, but it uses a different strategy to calculate resemblance between strings, and this sort of overcomes typing errors, misspelled words, or inverted phrases. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Topal: Organic Parsing Language

    Topal: Organic Parsing Language

    Syntactic script interpreter

    ...Procedure names and their argument names are not static; they are defined via a regular expression pattern. For the interpreter to work, it requires two inputs: the desired data for parsing and processing, and an OPL file containing the rules and actions for said input parsing and processing. Thus, procedures make up the entire semantics for a file given for interpretation. Hence, Topal is a parsing language. In short, the system works as such: Input -> Interpreter + .OPL File -> Interpreted Output -Inspired by weev. One can only hope we don't join him in prison for doing arithmetic
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Miner 3D is a clone of famous game Minesweeper, but on 3D surfaces. For best gaming practices, the rules and interface are very similar at the original game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    WPF Entity Validation Utils

    DataAnnotations & IValidatableObject Support for WPF

    ...Your code becomes more DRY since DataAnnotations are supported by major MS technologies such as Entity Framework and ASP.NET MVC. At the top it defines a small internal DSL for defining validation rules that span multiple members (such as DateRange) that make those rules a no brainer. The project is not yet fully completed. Currently there is no flexibility to pass-through only some of the rules in a specific view or to change the error messages from a view. Feel free to participate and improve this project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Fangsatz

    Fangsatz

    Word guessing game similar to Catch Phrase designed for online play

    Make sure UDP port 1110 is open on the host machine, and have any number of remote people join and guess at words in turns by giving clues over a separate voice chat service such as Skype. The game was intended to be played with rules similar to those of Catch Phrase, but is designed for remote play for groups that can't get together in one place.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    ELECANS

    Electronic Computational Cancer Systems Biology Simulation Studio

    A computational model development and simulation environment for cancer systems biology. ELECANS is the state of the art in the multi agent simulation tools available for computational modeling of tumorigenesis in a variety of tissues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DraughtsDotNet

    DraughtsDotNet

    Realization of board game "Draughts" containing various rules.

    This project is intended to realize the board game "Draughts", also known as "Checkers". As a task to fulfill the game must support various rules and game modes. It should also be possible to load new rules and on artificial intelligence based players at runtime. Therefor a framework will be published which allows everybody to do so. Beside the possibility for playing games on local devices, a multiplayer mode will be offered. Project is in beta state. Update(11/09/12): New version added containing several bugfixes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Kascobo

    Karate Score Board (WKF rules)

    Score board for karate competitions (WKF rules). Time keeping, points and penalties for Aka/Ao, 10 seconds knock-out time, 5 minutes bunkai time for kata team.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Hiukuss-SAMP

    Just a repo for my filterscripts and includes

    This is a page for filterscripts created by me (Hiukuss) and gamemodes (includes too!) All files uploaded are in-fact Open Source due to the fact that I release the sources itself (rules on the SA-MP forums) I do not mind if you modify it for your own use, but please honor me, the creator and DO NOT REUPLOAD OR CLAIM AS YOUR OWN. I hope you understand :) ~Hiukuss
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    bTris

    bTris is a Tetris clone created by Brian Murray.

    bTris is a Tetris clone written in C#, using OpenGL. While primitive, it adheres to most of the rules of the official Tetris Guideline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Open Exchange (OpEx)

    Open Exchange (OpEx)

    The open source Algorithmic Trading System

    OpEx is an application suite that includes the main building blocks of commercial electronic trading systems. All OpEx applications run on distributed system architectures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    psso-sim

    scientific P sistems simulator projects

    beta version of simulator for P-systems with string replication rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FxCop for NUnit is a set of FxCop rules that are targetted to verify unit tests for general unit testing guidelines as well as for issues related to the NUnit framework. The current source works with FxCop 1.312 and NUnit 2.2.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    G19 - Uno Card Game

    Uno card game for the G19 Logitech keyboard

    An Uno card game for the G19 Logitech keyboard. SVN: https://g19unocardgame.svn.sourceforge.net/svnroot/g19unocardgame SVN Browse: http://g19unocardgame.svn.sourceforge.net/ For bugs/questions: napoleonite2010 at gmail dot com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Evil Dicom (classic)
    The original C# .NET 4.0 DICOM library designed for rapid development of DICOM applications. the new library can be found at evildicom.rexcardan.com. The website has maintenance planned for 08.21.12 and will be down.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    GTTM Explorer

    GTTM Explorer

    The program can reads a MusicXML file and analyze it by GTTM Grouping rules. The results will be exported to a Excel file.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo