Posts

  • x-minecraft-launcher

    An Open Source Minecraft Launcher with Modern UX. Provides a Disk Efficient way to manage all your Mods!

    • πŸ“₯ Download & auto complete. Support download Minecraft, Forge, Fabric, Quilt, OptiFine, JVM from official or third party mirrors.
    • ⚑️ Download Fast. Reuse socket via HTTP/HTTPS agents, and download the files in parts concurrently.
    • πŸ’» Cross platform. The launcher is based on Electron, and supports πŸ—” Windows 10/11, 🍎 MacOS, and 🐧 Linux.
    • πŸ“š Multi-Instancing. Users can create multiple instances to isolate the different versions, mods and launch settings.
    • πŸ—‚ Manage all resources. Use (hard/symbolic) links to install resources in instances, keep your disk usage optimal. No copies of mods everywhere! πŸ˜†
    • πŸ”₯ Built-in support of CurseForge, Modrinth. You can download resources inside the launcher.
    • πŸ“¦ Support import/export CurseForge & Modrinth modpacks with compliance!
    • πŸ”’ Support multiple account systems. Built-in Microsoft login and Mojang Yggdrasil API. It also has builtin support of ely.by and littleskin.cn. You can also add third-party authentication servers!
    • πŸ”— Peer to peer connection between users. You can play multiplayer over LAN even you are not in same physical LAN!
    • πŸ”‘ Code sign & modern packaging. Under Windows, you can use appx and appinstaller to install the app. You won’t receive blocking messages from your browser or see SmartScreen errors anymore! 😎

    Tags: #typescript β€’ electron-vue β€’ electron

  • 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