Package: ace Description-md5: 2cd5d399142f92172f9a791a1570afc5 Description-is: HTML template engine for Go (command-line tool) Ace is an HTML template engine for Go. This is inspired by Slim (http://slim-lang.com/) and Jade (http://jade-lang.com/). This is a refinement of Gold (http://gold.yoss.si/). . Dæmi: . = doctype html html lang=en head title Hello Ace = css h1 { color: blue; } body h1 {{.Msg}} #container.wrapper p.. Ace is an HTML template engine for Go. This engine simplifies HTML coding in Go web application development. = javascript console.log('Welcome to Ace'); . This package provides the /usr/bin/ace command-line tool and example files. Package: age-plugin-tpm Description-md5: 720d6b0d33e851383524e058fba405b2 Description-is: TPM 2.0 plugin for encryption utility 'age' Trusted Platform Module (TPM) plugin for 'age' clients. . age-plugin-tpm is a plugin for age (https://age-encryption.org/v1) clients like age (https://age-encryption.org) and rage (https://str4d.xyz/rage), which enables files to be encrypted to age identities sealed by the TPM. . Eiginleikar . * Keys created on the TPM, sealed outside of it * PIN support * TPM session encryption . This package contains the 'age-plugin-tpm' tool. Package: bats-assert Description-md5: 0eb73fe99ac7569e9179ef42a7a6372f Description-is: Helper library providing common assertions for Bats bats-assert provides various ready-made assertions that can be used to make Bats tests simpler to understand and to debug. . Til dæmis: . * assert_success: exit status is 0. * assert_output: output contains given content. * assert_line: a specific line of output contains given content. Package: bats-file Description-md5: 0c5526c2495e246c334bd2cf3501d8a8 Description-is: Helper library providing filesystem-related assertions for Bats bats-file provides various assertions and helpers to simplify writing Bats tests that deal with files and filesystems. . Til dæmis: . * assert_file_contains: Check if the file content matches a regex. * assert_file_owner: Check if a specific user owns the file. * assert_symlink_to: Check if the file is a symlink to the target. * temp_make: Create a temp directory for the current test in BATS_TMPDIR. Package: bats-support Description-md5: 883e56a3b673b89c0c83682e0eb3526b Description-is: Supporting library to test bats helper libraries bats-support is a supporting library providing common functions to test helper libraries written for Bats. . Eiginleikar . * error reporting * output formatting * language tools Package: cbindgen Description-md5: 3372c0f5ea7339720732af90b7f9e2a7 Description-is: Generates C bindings from Rust code cbindgen can be used to generate C bindings for Rust code. It is currently being developed to support creating bindings for WebRender (by Mozilla for Firefox), but has been designed to support any project. . Eiginleikar . * Builds bindings for a crate, its mods, its dependent crates, and their mods * Only the necessary types for exposed functions are given bindings * Can specify annotations for controlling some aspects of binding * Support for generic structs and unions * Support for exporting constants and statics * Customizable formatting, can be used in C or C++ projects * Support for generating #ifdef's for #[cfg] attributes * Support for #[repr(sized)] tagged enum's Package: cpuinfo Description-md5: 1b50f14c97cf5753086707f4203acf92 Description-is: CPU INFOrmation library (binary utilities) cpuinfo is a library to detect essential for performance optimization information about host CPU. . Eiginleikar . - **Cross-platform** availability: - Linux, Windows, macOS, Android, and iOS operating systems - x86, x86-64, ARM, and ARM64 architectures - Modern **C/C++ interface** - Thread-safe - No memory allocation after initialization - No exceptions thrown - Detection of **supported instruction sets**, up to AVX512 (x86) and ARMv8.3 extensions - Detection of SoC and core information: - **Processor (SoC) name** - Integrated **GPU name** (Android/iOS only) - Vendor, **microarchitecture**, and ID (**MIDR** on ARM, **CPUID** leaf 1 EAX value on x86) for each CPU core - Detection of **cache information**: - Cache type (instruction/data/unified), size and line size - Cache associativity - Cores and logical processors (hyper-threads) sharing the cache - Detection of **topology information** (relative between logical processors, cores, and processor packages) - Well-tested **production-quality** code: - 60+ mock tests based on data from real devices - Includes work-arounds for common bugs in hardware and OS kernels - Supports systems with heterogenous cores, such as **big.LITTLE** and Max.Med.Min - Permissive **open-source** license (Simplified BSD) . This package ships with several binary utilities. Package: dbar Description-md5: b4883d885c1fee5b4015cf3265100125 Description-is: general purpose ASCII graphic percentage meter/progressbar dbar lets you define static 0% and 100% marks or you can define these marks dynamically at runtime. Static and dynamic marks can be mixed, in this case the value specified at runtime will have a higher priority. . You can specify ranges of numbers, negative, positive or ranges with a negative min value and positive max value. . Eiginleikar . - Simple interface, perfect to use within your scripts - Trivial to intergrate with dzen Package: ddgr Description-md5: ffa1c5c0431af446b584e6c894261a23 Description-is: DuckDuckGo from the terminal Eiginleikar . - Fast and clean (no ads, stray URLs or clutter), custom color - Navigate result pages from omniprompt, open URLs in browser - Search and option completion scripts for Bash, Zsh and Fish - DuckDuckGo Bang support (along with completion) - Open the first result directly in browser (as in I'm Feeling Ducky) - Non-stop searches: fire new searches at omniprompt without exiting - Keywords (e.g. filetype:mime, site:somesite.com) support - Specify region, disable safe search - HTTPS proxy support, Do Not Track set, optionally disable User Agent - Support custom url handler script or cmdline utility - Comprehensive documentation, man page with handy usage examples - Minimal dependencies Package: didder Description-md5: ef8099520fd294bbb7e149bd3bf45583 Description-is: Extensive, fast, and accurate command-line image dithering tool didder is an extensive, fast, and accurate command-line image dithering tool. It is designed to work well for both power users as well as pipeline scripting. It is backed by the author's dithering library (https://github.com/makew0rld/dither), and is unique in its correctness and variety of dithering algorithms. It provides many options, while being correct (linearizing the image, weighting channels by luminance). . Types of dithering supported . * Random noise (in grayscale and RGB) * Ordered Dithering * Bayer matrix of any size (as long as dimensions are powers of two) * Clustered-dot - many different preprogrammed matrices * Some unusual horizontal or vertical line matrices * Yours? You can provide your own ordered dithering matrix in JSON format * Error diffusion dithering * Simple 2D * Floyd- Steinberg, False Floyd-Steinberg * Jarvis-Judice-Ninke * Atkinson * Stucki * Burkes * Sierra/Sierra3, Sierra2, Sierra2-4A/Sierra-Lite * Steven Pigeon (https://hbfs.wordpress.com/2013/12/31/dithering/) * Yours? You can provide your own error diffusion matrix in JSON format . Eiginleikar . * Set palette using RGB tuples, hex codes, number 0-255 (grayscale), or SVG color names (https://www.w3.org/TR/SVG11/types.html#ColorKeywords) * Optionally recolor image with a different palette after dithering * Set dithering strength * Image is automatically converted to grayscale if palette is grayscale * Force image to grayscale with --grayscale * Change image saturation, brightness, or contrast before dithering * Read EXIF rotation tags by default (disabled with --no-exif-rotation) * Downscale image before dithering, keeping aspect ratio * Upscale image after dithering, without producing artifacts * Supports input image of types JPEG, GIF (static), PNG, BMP, TIFF * Output to PNG or GIF * Process multiple images with one command * Combine multiple images into an animated GIF * Uses all CPU cores when possible * Support images with transparency (alpha channel is kept the same) Package: digikam Description-md5: 1dd6f83ea15e9366fba2298afd075680 Description-is: KDE forrit til að sýsla með stafrænar ljósmyndir Myndaumsýsluforrit sem hannað er til að flytja inn, skipuleggja, laga, leita og senda myndir til og frá tölvunni þinni. . It provides a simple interface which makes importing and organizing digital photographs a "snap". digiKam enables you to manage large numbers of digital photographs in albums and to organize these photographs for easy retrieval using tags (keywords), captions, collections, dates, geolocation and searches. It has many features for viewing, organizing, processing and sharing your images. Thus, digiKam is a formidable digital asset management (DAM) software including powerful image editing functions. . An easy-to-use camera interface is provided, that will connect to your digital camera and download photographs directly into digiKam albums. More than 1000 digital cameras are supported by the gphoto2 library. Of course, any media or card reader supported by your operating system will interface with digiKam. . digiKam incorporates a fast Image Editor with many image editing tools. You can use the Image Editor to view your photographs, comment and rate them, correct, enhance and alter them. The editing power can be easily extended by a set of plugins, the KDE Image Plugins Interface (manual) . While digiKam remains easy to use, it provides professional level features by the dozens. It is fully 16 bit enabled including all available plugins, supports RAW format conversion through libraw, DNG export and ICC color management work flow. Package: elpa-find-file-in-project Description-md5: 1d4a5e18d889f11b77c2d4940296924f Description-is: quick access to project files in Emacs This library provides methods for quickly finding any file in a project. It uses GNU Find by default, but can also use (the significantly faster) fd-find. Find-file-in-project supports the following candidate selection interfaces: Consult, Helm, Ido, Ivy, Selectrum, and the Emacs built-in 'completing-read'. . By default, FFIP will search for files in a local Git, Subversion, or Mercurial repository. FFIP uses TRAMP to find files in remote repositories, and claims this is "flawlessly" supported. . Eiginleikar . * Fast! Tested with projects that have 50,000+ files * Find's behaviour can be tweaked using ffip-find-options * Smart! The keyword "helloWorld", returns "HelloWorld.html", "hello-world.css", and "HelloWorld.js". * Enhances diff-mode with more convenient patch-handling, including diff creation, application, finding the file associated with a given hunk, and jumping to the section relevant to that hunk * No configuration required. Find-file-in-project works out-of-the-box * Supports evil-mode, with additional configuration (see README) Package: elpa-nov Description-md5: 22d43a73fd8c353ec8ae22338534746b Description-is: featureful EPUB (ebook) reader mode for Emacs nov.el provides a major mode for reading EPUB documents (ebooks) in Emacs. . Eiginleikar . - Basic navigation (jump to TOC, previous/next chapter) - Remembering and restoring the last read position - Jump to next chapter when scrolling beyond end - Renders EPUB2 (.ncx) and EPUB3 (