psychtoolbox-3-lib
toolbox for vision research -- arch-specific parts
Psychophysics Toolbox Version 3 (PTB-3) is a free set of Matlab and
GNU/Octave functions for vision research. It makes it easy to
synthesize and show accurately controlled visual and auditory stimuli
and interact with the observer.
ruby-hamlit
high performance Haml implementation
Hamlit is another implementation of Haml, a Ruby HTML abstraction markup
language. With some limitations by design for performance, Hamlit is much
faster (up to about 8 times) than original haml gem in some benchmarks.
node-vue-style-loader
Vue.js style loader module for webpack
Webpack takes code targeted at node.js and makes it run in the browser.
Node.js comes with API of its own that is not available in the browsers.
Webpack exposes this code to programs that are unaware they are running in a
browser.
php-illuminate-http
Illuminate HTTP library component for PHP
The Illuminate HTTP library component provides HTTP request and response
handling features for PHP applications.
ruby-rexml
XML toolkit for Ruby
REXML was inspired by the Electric XML library for Java, which features an
easy-to-use API, small size, and speed. Hopefully, REXML, designed with the
same philosophy, has these same features. It supports both tree and stream
document parsing. Stream parsing is faster (about 1.5 times as fast). However,
with stream parsing, one doesn't get access to features such as XPath.
ruby-enum
Enum-like behavior for Ruby
Enums can be defined and accessed either as constants or class methods.