Posts

  • 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

  • GassistPi

    Google Assistant for Single Board Computers


    Tags: #python • google-assistant-sdk • raspberry-pi

  • htcap

    htcap is a web application scanner able to crawl single page application (SPA) recursively by intercepting ajax calls and DOM changes.

    htcap is a web application scanner able to crawl single page application (SPA) recursively by intercepting ajax calls and DOM changes.

    Tags: #python

  • daemonizable-command

    Daemonizable (endless running) commands for Symfony.

    A small bundle to create endless running commands with Symfony.

    These endless running commands are very easy to daemonize with something like Upstart or systemd.

    Tags: #php • symfony • symfony-command

  • codebuff

    Language-agnostic pretty-printing through machine learning (uh, like, is this possible? YES, apparently).

    By Terence Parr (primary developer), Fangzhou (Morgan) Zhang (help with initial development), Jurgen Vinju (co-author of academic paper, help with empirical results and algorithm discussions).

    kaby76 has done a C# port.

    Tags: #java

  • Shizuku-API

    The API and the developer guide for Shizuku and Sui.

    Shizuku API is the API provided by Shizuku and Sui. With Shizuku API, you can call your Java/JNI code with root/shell (ADB) identity.

    Tags: #java • shizuku • android

  • 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

  • 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

subscribe via RSS