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
- Host: GitHub
- URL: https://github.com/schanur/scratch
- Owner: schanur
- Created: 2017-05-17T19:15:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T19:38:01.000Z (over 8 years ago)
- Last Synced: 2025-01-30T01:22:11.211Z (8 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MIT.md
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