python3-pyfastx
fast random access to sequences from FASTA/Q file - python3 module
The pyfastx is a lightweight Python C extension that enables users to randomly
access to sequences from plain and gzipped FASTA/Q files. This module aims to
provide simple APIs for users to extract sequence from FASTA and reads from
FASTQ by identifier and index number. The pyfastx will build indexes stored in
a sqlite3 database file for random access to avoid consuming excessive amount
of memory. In addition, the pyfastx can parse standard (sequence is spread
into multiple lines with same length) and nonstandard (sequence is spread into
one or more lines with different length) FASTA format.
gcc-14-alpha-linux-gnu
GNU C compiler for the alpha-linux-gnu architecture
This is the GNU C compiler for the alpha-linux-gnu architecture,
a fairly portable optimizing compiler for C.
g++-14-x86-64-linux-gnux32
GNU C++ compiler for x86_64-linux-gnux32 architecture
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
python3-readtime
Calculates reading time for text based on Medium's read time formula
This library determines the time it takes for an average reader to finish a
given piece of text. Using Medium's read time formula, it calculates the
reading duration by considering factors such as word count and the number of
images present. The default speed is set to 265 words per minute for English
text, with adjustments made for texts in other languages like Chinese,
Japanese, and Korean, which are measured by character count. Image counts also
play a role, affecting the overall time calculation to reflect a more accurate
reading experience. Ideal for assessing text-based content, this tool accounts
for word and image density to estimate how long readers might need to engage
with material.
qml6-module-org-kde-mimetreeparser
QML module for a MIME tree parser
This is a parser for a MIME tree and is based on KMime. The goal is
given a MIME tree to extract a list of parts (e.g. text, html) and a
list of attachments, check the validity of the signatures and decrypt any
encrypted part.
libssh2-1t64
SSH2 client-side library
libssh2 is a client-side C library implementing the SSH2 protocol.
It supports regular terminal, SCP and SFTP (v1-v5) sessions;
port forwarding, X11 forwarding; password, key-based and
keyboard-interactive authentication.