Posts

  • Eole-foobar-theme

    Eole blows gently into your ear his nicest melodies.

    This is a skin for the foobar2000 audio player. This theme requires Foobar2000 32bit, version 1.4 or newer. Follow the instructions below to install it properly.

    [!WARNING] The components required for this theme do not work with foobar 64bit

    Tags: #javascript • foobar2000 • foobar

  • mitamae

    mitamae is a fast, simple, and single-binary configuration management tool with a DSL like Chef

    mitamae is a tool to automate configuration management using a Chef-like DSL powered by mruby.

    It’s been used for provisioning servers, e.g. RubyCI servers and Ruby’s git server, and setting up local environments with dotfiles.

    Tags: #ruby • infrastructure-as-code

  • fect

    Minimalist UI components built on Vue-next

    1. run yarn add @fect-ui/vue or npm install @fect-ui/vue install it

    2. import into project

    import { createApp } from 'vue'
    import App from './App.vue'
    import FectUI from '@fect-ui/vue'
    import '@fect-ui/themes'
    import '@fect-ui/vue/dist/cjs/main.css'
    
    createApp(App).use(FectUI).mount('#app')
    

    Tags: #typescript • vue3 • ui-library

  • pywizlight

    A python connector for WiZ devices

    A Python connector for WiZ devices.

    Tags: #python • hacktoberfest • wiz-light-bulb

  • valid.js

    📝 A library for data validation.

    ValidateJS is available on npm:

    npm install valid.js --save
    

    or bower:

    bower install valid.js
    

    Tags: #javascript • validation • data

  • cfn_nag

    Linting tool for CloudFormation templates

    The cfn-nag tool looks for patterns in CloudFormation templates that may indicate insecure infrastructure. Roughly speaking, it will look for:

    • IAM rules that are too permissive (wildcards)
    • Security group rules that are too permissive (wildcards)
    • Access logs that aren’t enabled
    • Encryption that isn’t enabled
    • Password literals

    For more background on the tool, please see this post at Stelligent’s blog:

    Finding Security Problems Early in the Development Process of a CloudFormation Template with “cfn-nag”

    Tags: #ruby • continuous-testing • unit-testing

  • InPlayerEpisodePreview

    A Jellyfin plugin for the web and client version, which displayes an episode list inside the player

    This plugin adds an episode list to the video player, which allows you to preview every episode of the TV show without having to leave the player.

    This modification has support for the following clients:

    Tags: #typescript • jellyfin • jellyfin-client

  • react-simple-keyboard

    React Virtual Keyboard - Customizable, responsive and lightweight

    https://simple-keyboard.com/demo

    Tags: #javascript • keyboard • touchscreen

  • sidekiq-cron

    Scheduler / Cron for Sidekiq jobs

    Before upgrading to a new version, please read our Changelog.

    Tags: #ruby • sidekiq-cron • sidekiq-jobs

  • tingodb

    Embedded Node.js database upward compatible with MongoDB

    In contrast to MongoDB, the module require call will not return a usable module. It will return a function that accepts configuration options. This function will return something similar to the MongoDB module. The extra step allows for passing some options that will control database behavior.

    Tags: #javascript

subscribe via RSS