Posts

  • cadmus

    A GUI frontend for @werman’s Pulse Audio real-time noise suppression plugin

    Whilst software exists on Windows & MacOS (Krisp, RTX Voice, etc) to remove background noise from recorded audio in real-time, no user-friendly solution seemed to exist on Linux. Cadmus was written to address this shortcoming, allowing users to remove background noise from audio in Discord/Zoom/Skype/Slack/etc calls without having to use the commandline. It is primarily a GUI frontend for @werman’s PulseAudio Noise Suppression Plugin.

    When you run Cadmus, you’ll see a new notification icon showing a microphone in your chosen shell. On click, you’ll be able to select the microphone whose noise you wish to suppress. Cadmus will then create a new PulseAudio microphone named Cadmus Denoised Output, which will reflect the denoised output of the chosen microphone. You should then be able to select this as an input in any application of your choice. Note that if you’re currently recording audio, you’ll have to stop recording and start again in order for changes to occur - streams which are currently being recorded will not be hot-swapped to the new input.

    Tags: #python

  • coc-go

    Go language server extension using gopls for coc.nvim.

    Go language server extension using gopls for coc.nvim.

    Tags: #typescript

  • socialstream

    A simple Socialite implementation for Laravel Jetstream.

    Socialstream is a third-party package for Laravel Jetstream. It replaces the published authentication and profile scaffolding provided by Laravel Jetstream, with scaffolding that has support for Laravel Socialite.

    If you are unfamiliar with Laravel Socialite, it is strongly advised that you take a look at the official documentation.

    Tags: #php

  • passbolt_api

    Passbolt CE Backend, a JSON API written with Cakephp

    Passbolt - Open source password manager for teams

    (c) 2021 Passbolt SA

    This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License (AGPL) as published by the Free Software Foundation version 3.

    The name “Passbolt” is a registered trademark of Passbolt SA, and Passbolt SA hereby declines to grant a trademark license to “Passbolt” pursuant to the GNU Affero General Public License version 3 Section 7(e), without a separate agreement with Passbolt SA.

    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License along with this program. If not, see GNU Affero General Public License v3.

    Tags: #php • password-manager • passbolt

  • InvoicePlane

    A self-hosted open source application for managing your invoices, clients and payments.

    1. Download the latest version from the InvoicePlane website.
    2. Extract the package and copy all files to your webserver / webspace.
    3. Make a copy of the ipconfig.php.example file and rename this copy to ipconfig.php.
    4. Open the ipconfig.php file and set your URL like specified in the file.
    5. Open http://your-invoiceplane-domain.com/index.php/setup and follow the instructions.

    Notice: Please download InvoicePlane from our website only as the packages contain additional needed components. If you are a developer, read the development guide.

    Tags: #php • invoices • invoicing

  • cenit

    :rocket: Cenit IO - 100% open source integration Platform (iPaaS)

    Is a 100% open integration Platform (iPaaS) that’s modern, powerful, yet hackable to the core, ready to use in the cloud https://cenit.io or on-premises. It is designed to solve unique integrations needs, orchestrate data flows that may involve types of protocols and data formats, and provide API management capabilities. All of which can support a wide range of integration use cases. It is particular valuable to embrace a pervasive integration approach.

    To install and learn more about the platform check the documentation

    Tags: #ruby • ipaas • automation

  • innerself

    ◘ A tiny view + state management solution using innerHTML

    You need to know a few things before you jump right in. innerself is a less-than-serious pet project and I don’t recommend using it in production.

    It’s a poor choice for form-heavy UIs. It tries to avoid unnecessary re-renders, but they still happen if the DOM needs even a tiniest update. Your form elements will keep losing focus because every re-render is essentially a new assignment to the root element’s innerHTML.

    When dealing with user input in serious scenarios, any use of innerHTML requires sanitization. innerself doesn’t do anything to protect you or your users from XSS attacks. If you allow keyboard input or display data fetched from a database, please take special care to secure your app. The innerself/sanitize module provides a rudimentary sanitization function.

    Perhaps the best use-case for innerself are simple mouse-only UIs with no keyboard input at all :)

    Tags: #javascript

  • bootstrap-calendar

    Full view calendar with year, month, week and day views based on templates with Twitter Bootstrap.

    Why did I start this project? Well, I believe there are no good full view calendar’s out there with native Bootstrap support. In fact I could not find even one. A different UI and UX concept approach is also used.

    Tags: #javascript • calendar • twitter-bootstrap

  • grunt-criticalcss

    Grunt wrapper for criticalcss

    Grunt wrapper for criticalcss

    Tags: #javascript

  • web

    :zap: Supercharged version of Create React App with all the bells and whistles.

    • Bootstrapped with Create React App.
    • Google’s Material Design through Material-UI.
    • Firebase back-end with most of their products for the web included, e.g., Authentication and Cloud Firestore.
    • Routing with React Router, including protected routes and error handling.
    • Extensive and well-tested mobile support with full-screen dialogs and swipeable tabs.
    • Cross-platform application monitoring with Sentry.

    Tags: #javascript • rmuif • web

subscribe via RSS