pipewire-media-session-alsa
example session manager for PipeWire (alsa)
PipeWire Media Session is an example session manager for PipeWire.
pipewire-media-session-pulseaudio
example session manager for PipeWire (pulseaudio)
PipeWire Media Session is an example session manager for PipeWire.
proftpd-mod-sftp-ldap
ProFTPD module mod_sftp-ldap
The mod_sftp_ldap module for ProFTPD supports retrieving/using user SSH
public keys from LDAP directories, for use by the mod_sftp module.
php-mock
mock built-in PHP functions
PHP-Mock is a testing library which mocks non deterministic built-in
PHP functions like time() or rand(). This is achieved by PHP's
namespace fallback policy. Therefore it is required to be in a non
global namespace context and call the function unqualified.
python3-django-invitations
Generic invitations solution for Django
Invitations solution with adaptable backend and support for django-allauth.
All emails and messages are fully customisable.
node-is-redirect
Check if a number is a redirect HTTP status code
The class of HTTP response status codes from 300 to 308 indicates the client
must take additional action to complete the request. Many of these status
codes are used in URL redirection. A user agent may carry out the additional
action with no user interaction only if the method used in the second request
is GET or HEAD. A user agent may automatically redirect a request. A user
agent should detect and intervene to prevent cyclical redirects. From this
package you can check if the number is a redirect HTTP status code.