crypt-fog

crypt-fog 1.0.2

This is recommended for usage only where hyper-sensitive data is not present, and only as a way to hide data from an untrained eye.In addition to the module, a stand-alone program is included called "fogenc" that takes both a string and a number as...

facade

facade 1.0.5

The facade pattern is a software engineering design pattern commonly used with object-oriented programming (OOP).In fact, the library wraps singleton methods from another classes as instance methods of the currently used class.What is new in this...

ptools

ptools 1.3.3 updated

The additional features where inspired from Unix command line tools.What is new in this release:The File.binary method now always returns false for images. It is meant to detect executables, shared objects, etc. Use File.image? to detect images. Encoding...

file-find

file-find 0.3.9 updated

Find-elem can be used for searching files on a system. Because it's modeled after the standard UNIX command 'find', a lot more search options are available.What is new in this release:Removed all references to the Etc module since the...

Union

Union 1.0.5 updated

A "union declaration" specifies a set of variable values and, optionally, a tag naming the union. The variable values are called "members" of the union and can have different types. Unions are similar to "variant records" in other languages.What is new in...