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.
Decentralised, minimalist microblogging service for hackers.
A cli midi file player that emulates OPL3 chips instead of using soundfonts.
A Free and Open Source implementation of ADEPT protocol. It supports:
Account signIn Device activation ePub download from ACSM request file
This personal computer is capable of hosting small graphical applications, programmable in a unique assembly language. It was designed with an implementation-first mindset with a focus on creating portable tools and games.
xkeyboard-config provides a database for X Keyboard (XKB) Extension. There are five components that define a complete keyboard mapping: symbols, geometry, keycodes, compat, and types; these five components can be combined together using the rules component of this database.
A very simple PDF parser.
Genpro is a tool written in Guile Scheme to easily and consistently create and iterate on papers in an academic setting.
It's meant to provide me with an easy way to set up and compile LaTeX projects in the formats my professors want them in, as well as allow them to be hosted online after completion.
A Lexer for Pygments, following what could be a standardized pseudocode.
A grab-bag collection of procedures I use in my projects.
A collection of algorithms implemented within the syntax of the Pseudotaxus variant of Pseudocode.
This is a major mode for GNU Emacs, to allow for easy and robust editing of Pseudotaxus pseudocode files.
Pseudotaxus is a collection of standard symbols (words and punctuation) that lend some consistent form to the definition of an algorithm in pseudocode. It's meant to provide pseudocode with an interpretable form, syntax-highlighting, and most importantly a limit on which words carry predefined meaning in a listing.
An implementation of a variation on the Zettelkasten method of notetaking in GNU Emacs, leveraging org-mode, plain-text, and pdf-tools to create a directory of notes.
Mostly just a repository of my solutions to various coding challenges, but also any tools I make along the way.
A convenience script for handling many git repos with similar remotes.
A personal collection of scripts written to aid with system administration tasks.
A grab-bag collection of procedures I use in my projects.
A script and library based around the idea of making it easier to patch precompiled binaries to work with GNU/Guix.
A grab-bag collection of procedures I use in my projects.
SampleHive let’s you manage your audio samples in a nice and simple way, just add a directory where you store all your samples, or drag and drop a directory on it to add samples to it, and it will help sort, search, play and view some information about the sample.
Ventoy is an open source tool to create bootable USB drives. You can copy many image files at a time and Ventoy will give you a boot menu to select them.
LICENSE templates for yasnippet
See the effect of your HTML as you type it.
Emacs major mode for .svelte files based on mhtml-mode