Posts

  • postcss-color-function

    PostCSS plugin to transform W3C CSS color function to more compatible CSS

    PostCSS plugin to transform CSS color function from editor draft of ‘Color Module Level 4’ specification to more compatible CSS.

    Tags: #javascript

  • intercom-rails

    The easiest way to install Intercom in a Rails app.

    The easiest way to install Intercom in a rails app.

    For interacting with the Intercom REST API, use the intercom gem (https://github.com/intercom/intercom-ruby)

    Requires Ruby 2.0 or higher.

    Tags: #ruby

  • LiveEdgeDetection

    LiveEdgeDetection is an Android document detection library built on top of OpenCV. It scans documents from camera live mode and allows you to adjust crop using the detected 4 edges and performs perspective transformation of the cropped image. It works best with a dark background.

    LiveEdgeDetection is an Android document detection library built on top of OpenCV. It scans documents from camera live mode and allows you to adjust crop using the detected 4 edges and performs perspective transformation of the cropped image.

    It works best with a dark background.

    Tags: #java

  • turnstyle

    🎟️A GitHub Action for serializing workflow runs

    GitHub Actions is an event-oriented system. Your workflows run in response to events and are triggered independently and without coordination. In a shared repository, if two or more people merge pull requests, each will trigger workflows without regard to one another.

    This can be problematic for workflows used as part of a continuous deployment process. You might want to let an in-flight deployment complete before progressing further with the next workflow. This is the usecase turnstyle action targets.

    Tags: #typescript • github-actions

  • openaudible

    Audiobook Manager for Audible Users

    A cross-platform desktop application for downloading and managing your Audible audiobooks.

    Tags: #java • audible • audible-converter

  • enumerize

    Enumerated attributes with I18n and ActiveRecord/Mongoid support

    Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper/Sequel support

    Tags: #ruby • activerecord • mongoid

  • gitreflow

    Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template.

    Create and switch to new branch nh-branchy-branch:

        $ git reflow start nh-branchy-branch
    

    Create a pull request for your branch against master or a custom base-branch:

        $ git reflow review
    

    If your code is approved, merge to base-branch and delete the feature branch:

        $ git reflow deliver
    

    Tags: #ruby • git • git-workflow

  • Raspberry-Pi-Dashboard

    Web-based dashboard interface to check Raspberry Pi hardware and software status with no extra deependencies required.

    • Live surveillance of RPi hardware (CPU temperature, frequency, loads etc.) with customizable warning thresholds
    • Detailed software/hardware information (web server, PHP, storage / partition workload, core voltage, plugged USB devices, kernel version, model specifications, OS, CPU, network config)
    • Protected access with password login (configure password)
    • Power (shutdown/reboot) Raspberry Pi with scheduling options (setup instructions)
    • Responsive mobile web-app
    • Dark Theme (manual / auto)

    Update your existing dashboard setup by navigating to project root folder and running git pull in the terminal. Please keep in mind, this only works if there are no changes in the workspace.

    Tags: #php • raspberry-pi • raspberrypi

  • Invoices

    Generate PDF invoices for your customers in laravel

    Invoices is a Laravel library that generates a PDF invoice for your customers. The PDF can be either downloaded or streamed in the browser. It’s highly customizable and you can modify the whole output view as well.

    Tags: #php • laravel • pdf

  • gitee-pages-action

    🤖 Auto Deploy Gitee Pages by GitHub Action | 无须人为干预,由 GitHub Action 自动部署 Gitee Pages

    参数 描述 是否必传 默认值 示例
    gitee-username Gitee 用户名 - yanglbme
    gitee-password Gitee 密码 - $
    gitee-repo Gitee 仓库(严格区分大小写) - doocs/leetcode
    branch 要部署的分支(分支必须存在) master main
    directory 要部署的分支上的目录   src
    https 是否强制使用 HTTPS true false

    Tags: #python • actions • gitee-pages

subscribe via RSS