r-cran-grimport2

GNU R importing 'SVG' graphics

Functions for importing external vector images and drawing them as part of 'R' plots. This package is different from the 'grImport' package because, where that package imports 'PostScript' format images, this package imports 'SVG' format images. Furthermore, this package imports a specific subset of 'SVG', so external images must be preprocessed using a package like 'rsvg' to produce 'SVG' that this package can import. 'SVG' features that are not supported by 'R' graphics, e.g., gradient fills, can be imported and then exported via the 'gridSVG' package.

cmuscheme48-el

Emacs mode specialized for Scheme48

Scheme48 associates loaded code with specific files. This extension to the normal scheme-mode of Emacs uses this facility to associated data sent to a inferior Scheme process with the correct file. Scheme 48 will automatically evaluate the code in the correct package for the file.
Installer for the Tails live operating system

tails-installer

Installer for the Tails live operating system

Tails Installer is a graphical tool to install or upgrade Tails on a USB stick from an ISO image.

libghc-lua-prof

Lua bindings for Haskell; profiling libraries

This package provides bindings and types to bridge Haskell and Lua.

node-to-arraybuffer

Get an ArrayBuffer from a Buffer as fast as possible

Note that in some cases the returned ArrayBuffer is backed by the same memory as the original Buffer (but in other cases it is a copy), so **modifying the ArrayBuffer is not recommended**.

python-rospy

Python 2 client library for Robot OS

This package is part of Robot OS (ROS). The rospy client API enables Python programmers to quickly interface with ROS topics, services, and parameters. The design of rospy favors implementation speed (i.e. developer time) over runtime performance so that algorithms can be quickly prototyped and tested within ROS. It is also ideal for non-critical-path code, such as configuration and initialization code. Many of the ROS tools are written in rospy to take advantage of the type introspection capabilities.