This is a staging site. Uploads will not persist. Testing only.

texlive-latex-recommended

TeX Live: LaTeX recommended packages

A collection of recommended add-on packages for LaTeX which have widespread use.

nautilus-image-converter

nautilus extension to mass resize or rotate images

This package adds a "Resize Images..." menu item to the context menu of all images. This opens a dialog where you set the desired image size and file name. A click on "Resize" finally resizes the image(s) using ImageMagick's convert tool.

hfsprogs

mkfs and fsck for HFS and HFS+ file systems

The HFS+ file system used by Apple Computer for their Mac OS is supported by the Linux kernel. Apple provides mkfs and fsck for HFS+ with the Unix core of their operating system, Darwin.

avrdude

software for programming Atmel AVR microcontrollers

AVRDUDE is an open source utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP).

rclone

rsync for commercial cloud storage

Rclone is a program to sync files and directories between the local file system and a variety of commercial cloud storage providers:

bison

YACC-compatible parser generator

Bison is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you may use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages.