Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides a library and a program to decode several digital voice formats.
wfview is a program to control modern Icom radios and view the spectrum waterfall. It supports at least the following models:
IC-705
IC-905
IC-7300
IC-7610
IC-7850
IC-7851
IC-9700
KochMorse is a simple morse-code tutor using the Koch method.
This is a GNU Radio block to correct IQ imbalance in quadrature receivers. It's composed of two main block:
Fix: Given a phase and amplitude error, it will correct a complex signal.
Optimize: Attempts to auto-detect the phase and amplitude error to feed to the fix block above.
This is a block for GNU Radio allowing to use a common API to access different radio hardware.
redsea is a lightweight command-line FM Radio Data System (FM-RDS) decoder. Redsea can be used with any RTL-SDR USB radio stick with the rtl_fm tool, or any other software-defined radio (SDR) via csdr, for example. It can also decode raw ASCII bitstream, the hex format used by RDS Spy, and audio files containing multiplex signals (MPX).
FLAMP is a program for transferring files by radio waves using AMP (Amateur Multicast Protocol).
This package contains a library and command line utilities for controlling the BladeRF Software Defined Radio (SDR) over USB. To install the bladerf udev rules, you must extend 'udev-service-type' with this package. E.g.: (udev-rules-service 'bladerf bladerf).
Flrig is a transceiver control program for amateur radio use. It provides computer aided control of various radios using a serial or USB connection.
This is a simple library used for userspace, which manages multi-chip sync (on platforms (FMCOMMS5) where multiple AD9361 devices are use) and can create AD9361 specific FIR filters on the fly.
SDRangel is a Qt software defined radio and signal analyzer frontend for various hardware.
rfcat is a program to control some radio dongles operating in ISM bands.
Supported dongles:
YARD Stick One
cc1111emk
chronos watch dongle
imme (limited support)
To install the rfcat udev rules, you must extend udev-service-type with this package. E.g.: (udev-rules-service 'rfcat rfcat)
This library contains VOLK kernels of hand-written SIMD code for different mathematical operations used by GNSS-SDR, mainly with 8-bit and 16-bit real and complex data types, offering a platform/architecture agnostic version that will run in all machines, plus other versions for different SIMD instruction sets.
This package provides a library for decoding the contents of ACARS messages used by planes.
convert-samples is a command-line program to convert samples received from software defined radios from one format to another.
Supported formats:
s8: signed 8 bit integer
u8: unsigned 8 bit integer
s16: signed 16 bit integer
u16: unsigned 16 bit integer
s32: signed 32 bit integer
u32: unsigned 32 bit integer
f32: 32 bit float
cs8: complex made of signed 8 bit integers
cu8: complex made of unsigned 8 bit integers
cs16: complex made of signed 16 bit integers
cu16: complex made of unsigned 16 bit integers
cs32: complex made of signed 32 bit integers
cu32: complex made of unsigned 32 bit integers
cf32: complex made of 32 bit floats
Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++, Obj-C, C#, D, Java, Go and Ruby. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular language. Code embedding is done using inline operators that do not disrupt the regular language syntax.
Compose, deliver, receive, and test emails using the controller/view pattern. Including support for multipart email and attachments.
This gem provides Ruby and Ruby on Rails integration with Autoprefixer, which can parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website.
This package provides a Ruby wrapper for the MRI 2.0 debug_inspector API.
Spring is a Ruby on Rails application preloader. It speeds up development by keeping your application running in the background so the application does need to boot it every time you run a test, rake task or migration.
This gem can compare HTML and assert certain elements exists. This is useful when writing tests.
ActionPack provides conventions for building and testing MVC web applications. These work with any Rack-compatible server.
The ammeter gem makes it easy to write specs for Rails generators. An existing user is rspec-rails, which uses ammeter to spec its own generators.
GlobalID provides a way to generate URIs from a model in Ruby that uniquely identify it.