Posts

  • 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

  • OCR-Form-Tools

    A set of tools to use in Microsoft Azure Form Recognizer and OCR services.

    Help us improve Form Recognizer. Take our survey!

    Tags: #typescript β€’ ocr-form-labeling β€’ rpa

  • gatt-python

    Bluetooth GATT SDK for Python

    The Bluetooth GATT SDK for Python helps you implementing and communicating with any Bluetooth Low Energy device that has a GATT profile. As of now it supports:

    • Discovering nearby Bluetooth Low Energy devices
    • Connecting and disconnecting devices
    • Implementing your custom GATT profile
    • Accessing all GATT services
    • Accessing all GATT characteristics
    • Reading characteristic values
    • Writing characteristic values
    • Subscribing for characteristic value change notifications

    Currently Linux is the only platform supported by this library. Unlike other libraries this GATT SDK is based directly on the mature and stable D-Bus API of BlueZ to interact with Bluetooth devices. In the future we would like to make this library platform-independent by integrating with more Bluetooth APIs of other operating systems such as MacOS and Windows.

    Tags: #python β€’ bluetooth β€’ bluetooth-low-energy

subscribe via RSS