Posts

  • foreman_fog_proxmox

    Foreman plugin to add Proxmox compute resource based on fog-proxmox gem

    Foreman plugin that adds Proxmox compute resource: managing virtual machines and containers using the fog-proxmox module.

    It is intended to satisfy this feature.

    If you like it and need more features you can contribute or simply support it:

    Tags: #ruby β€’ foreman β€’ foreman-proxmox

  • server

    RuneJS is a RuneScape game server written in TypeScript and JavaScript. The goal of the project is to create a comprehensive game engine, while also providing simple and easy to use content development systems and APIs.

    RuneJS is a RuneScape game server written entirely using TypeScript and JavaScript. The aim of this project is to create a game server that is both fun and easy to use, while also providing simple content development systems.

    The server runs on the 435 revision of the game, which was a game update made on October 31st, 2006. There are not any plans to convert it to other versions at this time.

    RuneJS is completely open-source and open to all pull requests and/or issues. Many plugins have been added by contributor pull requests and we’re always happy to have more!

    Tags: #typescript β€’ javascript β€’ runescape

  • yaac

    Yet another ACME client: a decoupled LetsEncrypt client

    Written in PHP, this client aims to be a simplified and decoupled Let’s Encrypt client, based on ACME V2.

    Tags: #php β€’ acme-v2 β€’ php7

  • norfair

    Lightweight Python library for adding real-time multi-object tracking to any detector.

    • Any detector expressing its detections as a series of (x, y) coordinates can be used with Norfair. This includes detectors performing tasks such as object or keypoint detection (see examples).

    • Modular. It can easily be inserted into complex video processing pipelines to add tracking to existing projects. At the same time, it is possible to build a video inference loop from scratch using just Norfair and a detector.

    • Supports moving camera, re-identification with appearance embeddings, and n-dimensional object tracking (see Advanced features).

    • Norfair provides several predefined distance functions to compare tracked objects and detections. The distance functions can also be defined by the user, enabling the implementation of different tracking strategies.

    • Fast. The only thing bounding inference speed will be the detection network feeding detections to Norfair.

    Norfair is built, used and maintained by Tryolabs.

    Tags: #python β€’ tracking β€’ tracking-algorithm

  • vscode-markdown-notes

    Install from: https://ark.dance/md-notes

    Use [[wiki-links]], backlinks, #tags and @bibtex-citations for fast-navigation of markdown notes.

    Automatically create notes from new inline [[wiki-links]].

    Bring some of the awesome features from apps like Notational Velocity, nvalt, Bear, FSNotes, Obsidian to VS Code, where you also have (1) Vim key bindings and (2) excellent extensibility.

    Install from the VSCode Marketplace. See more in the blog post: Suping Up VS Code as a Markdown Notebook.

    For common issues / workarounds, please see TROUBLESHOOTING-FAQ.md

    Also, take a look at the RECOMMENDED-SETTINGS.md

    Tags: #typescript

  • github-push-action

    GitHub actions to push back to repository eg. updated code

    The GitHub Actions for pushing local changes to GitHub using an authorized GitHub token.

    Tags: #javascript

  • stylable

    Stylable - CSS for components

    There are two options for installing Stylable:

    For details on both options, see Install & Configure.

    Tags: #typescript β€’ css β€’ components

  • SemVer

    Semantic versioning helper library for PHP

    $version = new SemVer\Version('v1.2.3-beta.4+007');
    
    echo $version;             // '1.2.3-beta.4+007'
    echo $version->major;      // 1
    echo $version->minor;      // 2
    echo $version->patch;      // 3
    echo $version->preRelease; // 'beta.4'
    echo $version->build;      // '007'
    

    Tags: #php β€’ semver β€’ semantic-versioning

  • netlistsvg

    draws an SVG schematic from a JSON netlist

    draws an SVG schematic from a yosys JSON netlist. This can be generated the write_json command. It uses elkjs for layout.

    You can see an online demo here

    Tags: #javascript β€’ yosys β€’ klayjs

  • onchange

    Use glob patterns to watch file sets and run a command when anything is added, changed or deleted.

    Use glob patterns to watch file sets and run a command when anything is added, changed or deleted.

    Tags: #typescript

subscribe via RSS