4609 projects tagged "Mac OS X"
The IEC 61131-3 Structured Text to XML Compiler parses an IEC Structured Text source and generates an XML representation of the syntax tree of the source. Names defined in the IEC 61131-3 grammar are used as tag names, though underscore characters in the names of the non-terminal symbols are replaced with a minus sign. The result then can be further processed with the YML toolchain or with an XSLT stylesheet. The compiler is compatible with the 61131-3 ST standard as used in the Beremiz project, as well as with the dialect of EPAS 4.
Ambit uses Bash brace expansion to expand and list hostnames or commands. Ambit is first and foremost meant to be a general purpose hostlist enumerator for use by other applications or scripts. Ambit can be used to manage HostGroups from the context of a user, a system, or a network. Ambit is also able to enumerate and execute commands that contain expandable elements. Commands passed to Ambit are expanded into separate statements and executed synchronously. This means Ambit can expand and execute just about anything on the command-line and often works in situations where Bash brace expansion would probably fail.
The JsonMe++ (JSON Made easy for C++) library is a C++ wrapper for the JSON-Glib C library. The library makes heavy use of C++ syntactic sugar type C++ language constructs, most notably the subscript operator and cast operator as essential API components, which makes this JSON library extremely simple to use. As a result, access to a deeply nested value from a piece of JSON data can be expressed simply.
JavaAutotoolsExample is an example of a Java Swing program that uses GNU Gettext, Autoconf, Automake, Make, and Java JNI. JavaAutotoolsExample is intended to help Java developers and maintainers make their full-featured Java programs respect the standard "./configure && make && sudo make install" procedure for build and installation.