Posts

  • BasicSR

    Basic Super-Resolution Toolbox, including SRResNet, SRGAN, ESRGAN, etc.

    MMSR is an open source image and video super-resolution toolbox based on PyTorch. It is a part of the open-mmlab project developed by Multimedia Laboratory, CUHK. MMSR is based on our previous projects: BasicSR, ESRGAN, and EDVR.

    Tags: #python

  • rsup-progress

    ❀️ A simple progress bar with promises support

    Example using start, end method.

    progress.start()
    
    fetch('/data.json').then(response => {
        progress.end()
    })
    

    Using promise method.

    const response = await progress.promise(fetch('/data.json'))
    

    Tags: #typescript β€’ progress-bar β€’ progressbar

  • jqwik

    Property-Based Testing on the JUnit Platform

    An alternative test engine for the JUnit 5 platform that focuses on Property-Based Testing.

    Tags: #java β€’ quickcheck β€’ junit

  • dataset-annotator

    Scalable, cross-platform ion-electron app that allows the user to annotate an image dataset.

    Tool for annotating image datasets.

    Table of Contents

    Tags: #typescript

  • boxable

    Boxable is a library that can be used to easily create tables in pdf documents.

    • Build tables in pdf documents
    • Convert csv data into tables in pdf documents
    • Convert Lists into tables in pdf documents

    Tags: #java β€’ pdf-document β€’ pdf

  • postcss-pxtorem

    Convert pixel units to rem (root em) units using PostCSS

    A plugin for PostCSS that generates rem units from pixel units.

    Tags: #javascript β€’ postcss β€’ rem-units

  • Leaflet.timeline

    Display arbitrary GeoJSON on a map with a timeline slider and play button

    Show any changing geospatial data over time, from points to polygons.

    If you want smooth motion of markers from point to point, this is not your plugin. Please check out [LeafletPlayback][], or for real-time data, try [Leaflet Realtime][], both plugins from which I may or may not have pilfered some ideas.

    Tags: #typescript β€’ leaflet β€’ geojson

  • ampy

    Adafruit MicroPython Tool - Utility to interact with a MicroPython board over a serial connection.

    Adafruit MicroPython Tool (ampy) - Utility to interact with a CircuitPython or MicroPython board over a serial connection.

    Ampy is meant to be a simple command line tool to manipulate files and run code on a CircuitPython or MicroPython board over its serial connection. With ampy you can send files from your computer to the board’s file system, download files from a board to your computer, and even send a Python script to a board to be executed.

    Note that ampy by design is meant to be simple and does not support advanced interaction like a shell or terminal to send input to a board. Check out other MicroPython tools like rshell or mpfshell for more advanced interaction with boards.

    Tags: #python

  • angular-esri-map

    A collection of directives to help you use Esri maps and services in your Angular applications

    Tags: #javascript β€’ web-development β€’ angular

  • validify

    Simple-as-possible React form validation with TS support

    single dependency, simplest way to validate and manage form state with hooks in React + React Native! With full test coverage and TS support.

    Tags: #typescript β€’ react β€’ form

subscribe via RSS