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

  • 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

  • pywizlight

    A python connector for WiZ devices

    A Python connector for WiZ devices.

    Tags: #python β€’ hacktoberfest β€’ wiz-light-bulb

subscribe via RSS