Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

validol

Compare

  Analyzed about 8 hours ago

Structures (e.g. JSON) validator for Python language.

546 lines of code

0 current contributors

over 15 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

Inspekt

Compare

  Analyzed about 23 hours ago

Inspekt is a PHP library that makes it easier to write secure web applications. Inspekt acts as a sort of 'firewall' API between user input and the rest of the application. It takes PHP superglobal arrays, encapsulates their data in an "cage" object, and destroys the original superglobal. Data ... [More] can then be retrieved from the input data object using a variety of accessor methods that apply filtering, or the data can be checked against validation methods. Raw data can only be accessed via a 'getRaw()' method, forcing the developer to show clear intent. Inspekt can also be used on arbitrary arrays, and provides static filtering and validation methods. Inspekt works in both PHP4 and PHP5, and has no external dependencies. Inspekt is built upon Chris Shiflett's original Zend_Filter_Input lib [Less]

4.84K lines of code

2 current contributors

over 3 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

PerfCake

Compare

  Analyzed about 7 hours ago

PerfCake is a lightweight performance testing tool and a load generator with the aim to be minimalistic, easy to use, provide stable results, have minimum influence on the measured system, be platform independent, use component design, allow high throughput. Just give it a try and soon you'll be lovin' it!

37.5K lines of code

0 current contributors

almost 8 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

Business-DK-Phonenumber

Compare

  Analyzed about 2 hours ago

This module offers functionality to validate, format and generate Danish phone numbers. The validation can recognise telephone numbers is the following formats as Danish phone numbers. * 12345678 * 4512345678 * +4512345678

653 lines of code

1 current contributors

over 4 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Business-DK-CPR

Compare

  Analyzed about 21 hours ago

Business-DK-CPR is a implementation of routines for validating and generating valid Danish social security numbers, also referred to as CPR numbers.

674 lines of code

3 current contributors

3 months since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

Purview Validation API

Compare

  Analyzed over 1 year ago

Purview is a simple, lightweight, easily extensible validation API using Java 5 annotations. It provides full support for internationalization (i18n) and interpolation of dynamic values from validation messages using pluggable expression engines. Purview is NOT a JSR 303 implementation and ... [More] provides several features that JSR 303 does not including: * Lots of already written validators. * Full support for i18n with dynamic interpolation * Rich typing of validation problems instead of simple booleans * Not just for JavaBeans: Full support for validating ALL java language constructs including fields, classes, methods, and method parameters. * Optional strict mode [Less]

9.29K lines of code

0 current contributors

almost 12 years since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This

Fluent Validation for .NET

Compare

  No analysis available

A small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules for your business objects.

0 lines of code

31 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: apache_2

jquery-keyfilter

Compare

  Analyzed 1 day ago

This plugin filters keyboard input by specified regular expression. Source code inspired by Ext.JS (Ext.form.TextField, Ext.EventManager), but was modified to provide more accurate logic. Procedural style: $('#ggg').keyfilter(/[\dA-F]/); Also you can pass test function instead of regexp. ... [More] Its arguments: * this - HTML DOM Element (event target). * c - String that contains incoming character. $('#ggg').keyfilter(function(c) { return c != 'a'; }); CSS class attribute style: Available classes: * mask-pint: /[\d]/ * mask-int: /[\d\-]/ * mask-pnum: /[\d\.]/ * mask-num: /[\d\-\.]/ * mask-hex: /[0-9a-f]/i * mask-email: /[a-z0-9_\.\-@]/i * mask-alpha: /[a-z_]/i * mask-alphanum: /[a-z0-9_]/i [Less]

199 lines of code

0 current contributors

over 8 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Fusil

Compare

  No analysis available

Fusil project is a fuzzing program. Today, it's specific to Linux command line program, but the code is designed to be used with any project type (remote process, fake HTTP server, fuzz network socket, etc.). New Fusil implementation is now based on multi-agent system instead monolithic architecture.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: gpl

plausj: German Bank Account Check

Compare

  Analyzed about 23 hours ago

Java library that provides support for checking german bank account codes for formal validity. This check is done on base of the algorithm information provided by the german central bank, the "Deutsche Bundesbank". This library is part of the "plausj" library collection. It is a project that aims ... [More] to provide high quality check digit calculation implementations in java for miscellaneous business keys. [Less]

12.3K lines of code

0 current contributors

over 15 years since last commit

1 users on Open Hub

Inactive
3.0
   
I Use This