Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.480.072 Times

Motley Fool Rule Breakers freeware
Filter: All | Freeware | Demo
 

Motley Fool Rule Breakers

1 2 3 4 5 > 
Released: January 26, 2013  |  Added: January 26, 2013 | Visits: 747

One Way Links This is the one way links toolbar. Add this to your browser. This has a news feed from Motley Fool and your local weather. This also links to the best way to get one way links on the internet. Come visit our website at one-way-links-now.com. Platforms: Windows

License: Freeware Size: 1.71 MB Download (51): One Way Links Download

Added: September 17, 2010 | Visits: 1.892

Rule Set Based Access Control Rule Set Based Access Control (RSBAC) is a Free Software security extension for current Linux kernels. Rule Set Based Access Control is based on the Generalized Framework for Access Control (GFAC) by Abrams and LaPadula and provides a flexible system of access control based on several modules.... Platforms: *nix

License: Freeware Size: 368.64 KB Download (102): Rule Set Based Access Control Download

Added: August 13, 2010 | Visits: 1.503

Test::File::Find::Rule Test::File::Find::Rule is a Perl module to test files and directories with File::Find::Rule. SYNOPSIS use Test::File::Find::Rule; # Check that all files in $dir have sensible names my $rule = File::Find::Rule ->file ->relative ->not_name(qr/^[w]{1,8}.[a-z]{3,4}$/);... Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): Test::File::Find::Rule Download

Added: July 20, 2010 | Visits: 1.203

File::Find::Rule::XPath File::Find::Rule::XPath is a Perl module that contains rule to match on XPath expressions. SYNOPSIS use File::Find::Rule::XPath; my @files = File::Find::Rule->file ->name(*.dkb) ->xpath( //section/title[contains(., "Crustacean")] ) ->in($root); This module extends File::Find::Rule to... Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): File::Find::Rule::XPath Download

Added: April 14, 2010 | Visits: 1.204

File::Find::Rule SYNOPSIS use File::Find::Rule; # find all the subdirectories of a given directory my @subdirs = File::Find::Rule->directory->in( $directory ); # find all the .pm files in @INC my @files = File::Find::Rule->file() ->name( *.pm ) ->in( @INC ); # as above, but without method chaining my... Platforms: *nix

License: Freeware Size: 14.34 KB Download (101): File::Find::Rule Download

Added: November 15, 2010 | Visits: 884

Snort::Rule Snort::Rule is a Perl extension for dynamically building snort rules. SYNOPSIS use Snort::Rule; $rule = Snort::Rule->new( -action => alert, -proto => tcp, -src => any, -sport => any, -dir => ->, -dst => 192.188.1.1, -dport => 44444, ); $rule->opts(msg,Test Rule");... Platforms: *nix

License: Freeware Size: 5.12 KB Download (157): Snort::Rule Download

Released: August 15, 2012  |  Added: August 15, 2012 | Visits: 612

Fool's Gold This application will enhance your desktop displaying images from the famous movie Fool's Gold. Give your desktop a new look! If you are a fan of the Fool's Gold movie, than this is the screensaver for you. Keep these famous characters on your desktop for as long as you want. for WindowsXP,... Platforms: Windows, Windows Vista, 7

License: Freeware Download (52): Fool's Gold Download

Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 647

MISRA C Rule Checker SQMlint SQMlint assists developers in source code review through automatic inspection and helps to develop high-quality C source codes efficiently. Furthermore, because problem codes can be detected by only adding compile options, the user can correct problem codes as easily as when correcting compile... Platforms: Windows, XP, Windows Vista, 7, 7x64

License: Freeware Download (61): MISRA C Rule Checker SQMlint Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 409

Bloom: rule-based web loom Bloom is a great rule-based development framework for websites, web applications and CMSs. Bloom (web-loom) rules promote consistent look and feel and integration of HTML, CSS, JavaScript, data model, etc. Bloom applications are single HTML pages (SPADE). Platforms: Windows, Mac, Linux

License: Freeware Size: 1.18 KB Download (48): Bloom: rule-based web loom Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 296

marvin - The fuzzy rule visualizer. A Java application to visualize fuzzy rules written in ARL (ABLE Rule Language). Platforms: Windows, Mac, Linux

License: Freeware Size: 3.84 MB Download (45): marvin - The fuzzy rule visualizer. Download

Added: March 24, 2013 | Visits: 816

Software Tool for Fuzzy Rule Base Compression This software tool compresses a fuzzy system with an arbitrarily large number of rules into a smaller fuzzy system by removing the redundancy in the fuzzy rule base. As a result of this compression, the number of on-line operations during the fuzzy inference process is significantly reduced... Platforms: Matlab

License: Freeware Size: 133.12 KB Download (42): Software Tool for Fuzzy Rule Base Compression Download

Added: July 16, 2013 | Visits: 405

ORE (Ontology Rule Editor) ORE (Ontology Rule Editor) is a platform-independent application to manage the use of inference rules defined on a model represented by an ontology. ORE offers a easy, well-guided and intiutive GUI to define and test these inference rules. Platforms: *nix

License: Freeware Size: 28.43 MB Download (32): ORE (Ontology Rule Editor) Download

Added: August 15, 2008 | Visits: 1.924

Rule The Rail If you are a fan of model trains then you are about to find a game that will give you hours of fun and enjoyment. Rule the Rail 1.4 doesn`t only let you build model trains but also all the environment that goes with them (buildings, landscapes, railway lines, etc) and all with incredible... Platforms: Windows

License: Freeware Size: 8 KB Download (876): Rule The Rail Download

Added: May 01, 2010 | Visits: 1.211

RSBAC RSBAC (Rule Set Based Access Control) is a Free Software security extension for current Linux kernels. It is based on the Generalized Framework for Access Control (GFAC) by Abrams and LaPadula and provides a flexible system of access control based on several modules. All security relevant... Platforms: *nix

License: Freeware Size: 368.64 KB Download (97): RSBAC Download

Added: March 23, 2010 | Visits: 831

Statistics::CalinskiHarabasz Statistics::CalinskiHarabasz is a Perl extension to the cluster stopping rule proposed by Calinski and Harabasz (C&H). SYNOPSIS use Statistics::CalinskiHarabasz; &ch(InputFile, "agglo", 10); Input file is expected in the "dense" format - Sample Input file: 6 5 1 1 0 0 1 1 0 0 0 0 1 1... Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Statistics::CalinskiHarabasz Download

Added: May 15, 2010 | Visits: 961

Statistics::Hartigan Statistics::Hartigan is a Perl extension for the stopping rule proposed by Hartigan J. Hartigan, J. (1975). Clustering Algorithms. John Wiley and Sons, New York, NY, US. SYNOPSIS use Statistics::Hartigan; &hartigan(InputFile, "agglo", 6, 10); Input file is expected in the "dense" format -... Platforms: *nix

License: Freeware Size: 6.14 KB Download (106): Statistics::Hartigan Download

Added: March 08, 2010 | Visits: 744

NodeBrain The NodeBrain program, nb, is an interpreter of a declarative rule-based language designed for construction of state and event monitoring applications. It is an event correlation engine that can interface with other monitoring components to make rule-based decisions. For the purpose of... Platforms: *nix

License: Freeware Size: 911.36 KB Download (90): NodeBrain Download

Added: June 27, 2010 | Visits: 1.231

Makepack Makepack project is a Makefile which together with a settings file and some simple rule files are able to download, compile and install software for your Slackware installation. As the installation is done using checkinstall a Slackware package is also created at the same time. The big... Platforms: *nix

License: Freeware Size: 35.84 KB Download (102): Makepack Download

Added: June 10, 2010 | Visits: 829

ruleCore ruleCore provides a rule engine for event pattern detection. The ruleCore Engine is an event-driven rule engine that manages and executes reaction rules. The rules are event-condition-action (ECA) style of rules. The ruleCore Engine provides capabilities for detection of complex patterns of... Platforms: *nix

License: Freeware Size: 18.8 MB Download (108): ruleCore Download

Added: February 04, 2010 | Visits: 1.218

Banjon Banjon is an open source rule based English to Bengali encoder and editor. The application is written in Java programming language using SWT (Standard Widget Toolkit) toolkit. Thus it is compatible with many different platforms and requires a Java Runtime Environment (JRE) installed on the target... Platforms: *nix

License: Freeware Size: 1.7 MB Download (282): Banjon Download

1 2 3 4 5 >