Lector de Feeds
vulkan-validation-layers-1.3.290.0-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
This project provides the Khronos official Vulkan validation layers for
Windows, Linux, Android, and MacOS.
Categorías: RPMs
dnstop-20240718-1.mga10.src.rpm
In Mageia/cauldron/i586:
dnstop is a libpcap application (ala tcpdump) that displays various
tables of DNS traffic on your network.
dnstop supports both IPv4 and IPv6 addresses.
To help find especially undesirable DNS queries, dnstop provides a
number of filters.
dnstop can either read packets from the live capture device, or from a
tcpdump savefile.
Categorías: RPMs
dnstop-20240718-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
dnstop is a libpcap application (ala tcpdump) that displays various
tables of DNS traffic on your network.
dnstop supports both IPv4 and IPv6 addresses.
To help find especially undesirable DNS queries, dnstop provides a
number of filters.
dnstop can either read packets from the live capture device, or from a
tcpdump savefile.
Categorías: RPMs
python-openai-1.42.0-1.mga10.src.rpm
In Mageia/cauldron/i586:
The OpenAI Python library provides convenient access to the OpenAI REST API
from any Python 3.7+ application. The library includes type definitions for
all request params and response fields, and offers both synchronous and
asynchronous clients powered by httpx.
Categorías: RPMs
python-openai-1.42.0-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
The OpenAI Python library provides convenient access to the OpenAI REST API
from any Python 3.7+ application. The library includes type definitions for
all request params and response fields, and offers both synchronous and
asynchronous clients powered by httpx.
Categorías: RPMs
vulkan-utility-libraries-1.3.290.0-2.mga10.src.rpm
In Mageia/cauldron/x86_64:
Vulkan utility libraries.
Categorías: RPMs
vulkan-utility-libraries-1.3.290.0-2.mga10.src.rpm
In Mageia/cauldron/i586:
Vulkan utility libraries.
Categorías: RPMs
glfw-3.4-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
GLFW is a free, open source, multi-platform library for OpenGL application
development that provides a powerful API for handling operating system specific
tasks such as opening an OpenGL window, reading keyboard, mouse, joystick and
time input, creating threads, and more.
Categorías: RPMs
glfw-3.4-1.mga10.src.rpm
In Mageia/cauldron/i586:
GLFW is a free, open source, multi-platform library for OpenGL application
development that provides a powerful API for handling operating system specific
tasks such as opening an OpenGL window, reading keyboard, mouse, joystick and
time input, creating threads, and more.
Categorías: RPMs
renderdoc-1.34-1.mga10.src.rpm
In Mageia/cauldron/i586:
RenderDoc is a free MIT licensed stand-alone graphics debugger that allows
quick and easy single-frame capture and detailed introspection of any
application using Vulkan, D3D11, OpenGL or D3D12 across Windows 7-10, Linux
or Android.
Categorías: RPMs
renderdoc-1.34-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
RenderDoc is a free MIT licensed stand-alone graphics debugger that allows
quick and easy single-frame capture and detailed introspection of any
application using Vulkan, D3D11, OpenGL or D3D12 across Windows 7-10, Linux
or Android.
Categorías: RPMs
python-tqdm-4.66.5-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
tqdm (read taqadum, ØªÙØ¯ÙÙ
) means "progress" in Arabic.
Instantly make your loops show a smart progress meter - just wrap any iterable
with "tqdm(iterable)", and you are done!
Categorías: RPMs
python-tqdm-4.66.5-1.mga10.src.rpm
In Mageia/cauldron/i586:
tqdm (read taqadum, ØªÙØ¯ÙÙ
) means "progress" in Arabic.
Instantly make your loops show a smart progress meter - just wrap any iterable
with "tqdm(iterable)", and you are done!
Categorías: RPMs
ctpl-0.3.5-1.mga10.src.rpm
In Mageia/cauldron/i586:
CTPL is a template library written in C. It allows fast and easy parsing of
templates from many sources (including in-memory data and local and remote
streaming, thanks to GIO) and fine control over template parsing environment.
CTPL has following features:
* It is a library, then it can be easily used from programs
* Separated lexer and parser
* It is written in portable C
* Simple syntax
* Fast and strict parsing
* Possible in-memory parsing, allowing non-file data parsing and avoiding
I/O-latency, through GIO's GMemoryInputStream and GMemoryOutputStream
Categorías: RPMs
ctpl-0.3.5-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
CTPL is a template library written in C. It allows fast and easy parsing of
templates from many sources (including in-memory data and local and remote
streaming, thanks to GIO) and fine control over template parsing environment.
CTPL has following features:
* It is a library, then it can be easily used from programs
* Separated lexer and parser
* It is written in portable C
* Simple syntax
* Fast and strict parsing
* Possible in-memory parsing, allowing non-file data parsing and avoiding
I/O-latency, through GIO's GMemoryInputStream and GMemoryOutputStream
Categorías: RPMs
avfs-1.1.5-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
AVFS is a system, which enables all programs to look inside archived or
compressed files, or access remote files without recompiling the programs
or changing the kernel.
At the moment it supports floppies, tar and gzip files, zip, bzip2, ar and
rar files, ftp sessions, http, webdav, rsh/rcp, ssh/scp. Quite a few other
handlers are implemented with the Midnight Commander's external FS.
Categorías: RPMs
avfs-1.1.5-1.mga10.src.rpm
In Mageia/cauldron/i586:
AVFS is a system, which enables all programs to look inside archived or
compressed files, or access remote files without recompiling the programs
or changing the kernel.
At the moment it supports floppies, tar and gzip files, zip, bzip2, ar and
rar files, ftp sessions, http, webdav, rsh/rcp, ssh/scp. Quite a few other
handlers are implemented with the Midnight Commander's external FS.
Categorías: RPMs
python-cytoolz-0.12.3-2.mga10.src.rpm
In Mageia/cauldron/i586:
Cython implementation of the toolz package, which provides high performance
utility functions for iterables, functions, and dictionaries.
toolz is a pure Python package that borrows heavily from contemporary
functional languanges. It is designed to interoperate seamlessly with other
libraries including itertools, functools, and third party libraries. High
performance functional data analysis is possible with builtin types like list
and dict, and user-defined data structures; and low memory usage is achieved
by using the iterator protocol and returning iterators whenever possible.
cytoolz implements the same API as toolz. The main differences are that
cytoolz is faster (typically 2-5x faster with a few spectacular exceptions)
and cytoolz offers a C API that is accessible to other projects developed in
Cython. Since toolz is able to process very large (potentially infinite) data
sets, the performance increase gained by using cytoolz can be significant.
See the PyToolz documentation at https://toolz.readthedocs.org.
Categorías: RPMs
python-cytoolz-0.12.3-2.mga10.src.rpm
In Mageia/cauldron/x86_64:
Cython implementation of the toolz package, which provides high performance
utility functions for iterables, functions, and dictionaries.
toolz is a pure Python package that borrows heavily from contemporary
functional languanges. It is designed to interoperate seamlessly with other
libraries including itertools, functools, and third party libraries. High
performance functional data analysis is possible with builtin types like list
and dict, and user-defined data structures; and low memory usage is achieved
by using the iterator protocol and returning iterators whenever possible.
cytoolz implements the same API as toolz. The main differences are that
cytoolz is faster (typically 2-5x faster with a few spectacular exceptions)
and cytoolz offers a C API that is accessible to other projects developed in
Cython. Since toolz is able to process very large (potentially infinite) data
sets, the performance increase gained by using cytoolz can be significant.
See the PyToolz documentation at https://toolz.readthedocs.org.
Categorías: RPMs
arp-scan-1.10.0-1.mga10.src.rpm
In Mageia/cauldron/i586:
arp-scan is a command-line tool that uses the ARP protocol to discover and
fingerprint IP hosts on the local network. It is available for Linux and BSD
under the GPL licence.
Categorías: RPMs
