Posts

  • ESCPOS-ThermalPrinter-Android

    Useful library to help Android developpers to print with (Bluetooth, TCP, USB) ESC/POS thermal printer.

    Useful library to help Android developers to print with (Bluetooth, TCP, USB) ESC/POS thermal printers.

    Tags: #java • escpos • escpos-printer

  • CUP

    • Visit http://cup.iobusy.com for more details
      • 访问 http://cup.iobusy.com 获取更多信息
    • **From now (Version 3.3.1) on, CUP will only support Python3 **
      • If you want use cup in Python2.7.x, plz install it with version < 3.3
        • e.g. # python -m pip install cup==3.2.31
        • cup 3.2.X versions will only maintain bug fixes for Python2. Will not add any new features.
        • If you want to try new features, pls use cup under Python3.
      • If you use cup under Python3, pls refer to the Installation part.
      • 从 3.3.1 版本开始,Cup 新版本只对 Python3提供支持。如果你想继续在python2.7中使用它,请使用3.2.X版本。
      • 后续 3.2.X版本对继续提供对Python2.7的bug fix 支持,但不会再增加新的功能。
      • 推荐大家在Python3中使用Cup

    Tags: #python • library • common-libraries

  • 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

subscribe via RSS