An open API service indexing awesome lists of open source software.

https://github.com/schanur/scratch

This repository is only for testing git features or testing git ewb hoster festures
https://github.com/schanur/scratch

Last synced: 7 months ago
JSON representation

This repository is only for testing git features or testing git ewb hoster festures

Awesome Lists containing this project

README

          

# extreme-defaults

## Run programs with the most extreme parameters.

### Multimedia
* **max-optipng:** Runs optipng with slowest settings to archieve maximum PNG file compression
* **max-pngcush:** Produce the smallest possible PNG file pngcrush can produce
* **max-quality-yt-music-dl:** Download the YouTube video with the highest audio quality and extract the audio file.

### Scheduling
* **max-nice:** Run an application with the least intruding scheduling policies on CPU, IO, fsync operations.

### Development
* **max-exhaustive-valgrind-drd:** Runs the valgrind DRD tool with settings for to find maximum numbers of errors
* **max-exhaustive-valgrind-exp-sgcheck:** Runs the valgrind exp-sgcheck tool with settings for to find maximum numbers of errors
* **max-exhaustive-valgrind-helgrind:** Runs the valgrind helgrind tool with settings for to find maximum numbers of errors
* **max-exhaustive-valgrind-memcheck:** Runs the valgrind memcheck tool with settings for to find maximum numbers of errors

### Security
* **max-secure-luks-format:** Create a LUKS dm-crypt volume with very secure crypto/hash settings.

### Virtualization
* **fast-qemu:** Start a qemu instance with settings optimized for speed
* **fast-qemu-no-kvm:** Start a qemu instance with settings optimized for speed but without hardware virtualization support
* **fast-qemu-img:** Create a new qcow2 virtual machine image with performance optimizations