Simple, smart and pleasant verification solution.
A nice Validator
Validate identifier/keywords name
Another JSON Schema Validator
Validate plugin/preset options
Additional JSON-Schema keywords for Ajv JSON validator
https://linux.die.net/man/2/nice binding for Node.js
Tries to execute a function and discards any error that occurs
Decorator-based property validation for classes.
https://linux.die.net/man/2/nice binding for Node.js
Common stuff for nice-grpc and nice-grpc-web
https://linux.die.net/man/2/nice binding for Node.js
String validation and sanitization
Another JSON Schema Validator
A simple wrapper around class-transformer and class-validator which provides nice and programmer-friendly API.
Ajv class for JSON Schema draft-04
Express middleware for the validator module.
nice(2) bindings for Node.js
Object schema validation
Custom error messages in JSON Schemas for Ajv validator
Validate form asynchronous
validate form asynchronous
https://linux.die.net/man/2/nice binding for Node.js
TypeScript definitions for validator
Add some nice ActiveModel/ActiveRecord validators.
Kangal brings you a nice set of custom validators for Rails 4.
Input structure base object for capturing and validating input with a nice DSL
ActiveMerchant::Billing::CreditCard, without ActiveMerchant
It validates request params outside your controller logic in order to get a clean and nice code, and also helping with the documentation of the operations.
Classes for loading schema-validated YAML, and creating nice Ruby-objects with accessors
Provides a nice DSL to describe your CSV document. CSV documents can be validated against this description. You can easily define types like Integer or Array for CSV through converters.
Validating-Workflow is a finite-state-machine-inspired API for modeling and interacting with what we tend to refer to as 'workflow'. * nice DSL to describe your states, events and transitions * robust integration with ActiveRecord and non relational data stores * various hooks for single transitions, entering state etc. * convenient access to the workflow specification: list states, possible events for particular state * state and transition dependent validations for ActiveModel
Cross-origin resource sharing (CORS) is great; it allows your visitors to asynchronously upload files to e.g. Filepicker or Amazon S3, without the files having to round-trip through your web server. Unfortunately, giving your users complete write access to your online storage also exposes you to malicious intent. To combat harmful usage, good upload services that allow client-side upload, support a mechanism that allows you to validate and sign all upload requests to your online storage. By validating every request, you can give your visitors a nice upload experience, while keeping the bad visitors at bay. The CORS gem comes with support for the Amazon S3 REST API.
== FEATURES/PROBLEMS: * a simple FriendMailer object * email templates for HTML and plain text alternative * configurable amount of friends * support for including a user submitted message in the email * support for HTML as well as XML (nice for Flash integration) * server-side validation * error messages in HTML or XML * future feature: search and replace script to replace all relative image tags with absolute ones (http://) == SYNOPSIS: ./script/generate send_to_friends [options]
This is a nice and simple full Rails Engine where use can authorize Password before continue to a Rails Controller action. Basically In high secure web site like Banking or HealthCare domain before get enter into Rails Controller action It will ask for password before continue. The main function of that gem is in a link you need to specify a css class and controller name. When user will click the link a Password Confirmation pop up appear and after validating your password only it will give you the access to that respective controller action.
CommandSet is a user interface framework. Its focus is a DSL for defining commands, much like Rake or RSpec. A default readline based terminal interpreter (complete with context sensitive tab completion, and the amenities of readline: history editing, etc) is included. It could very well be adapted to interact with CGI or a GUI - both are planned. CommandSet has a lot of very nice features. First is the domain-specific language for defining commands and sets of commands. Those sets can further be neatly composed into larger interfaces, so that useful or standard commands can be resued. Optional application modes, much like Cisco's IOS, with a little bit more flexibility. Arguments have their own sub-language, that allows them to provide interface hints (like tab completion) as well as input validation. On the output side of things, CommandSet has a very flexible output capturing mechanism, which generates a tree of data as it's generated, even capturing writes to multiple places at once (even from multiple threads) and keeping everything straight. Methods that normally write to stdout are interposed and fed into the tree, so you can hack in existing scripts with minimal adjustment. The final output can be presented to the user in a number of formats, including contextual coloring and indentation, or even progress hashes. XML is also provided, although it needs some work. Templates are on the way. While you're developing your application, you might find the record and playback utilities useful. cmdset-record will start up with your defaults for your command set, and spit out an interaction script. Then you can replay the script against the live set with cmdset-playback. Great for ad hoc testing, usability surveys and general demos.