Posts

  • Graywater

    An Android library for decomposing RecyclerView layouts to improve scroll performance.

    Graywater is a RecyclerView adapter that facilitates the performant decomposition of complex and varied list items. It does this by mapping large data models to multiple viewholders, splitting the work needed to create a complex list item over multiple frames.

    The concept is based off of Facebook’s post on a faster news feed and Components for Android, which have been realized as Litho.

    Tumblr developed Graywater to improve scroll performance, reduce memory usage, and lay the foundation for a more modular codebase.

    The name “Graywater” comes from the process of recycling water.

    Tags: #java • android • android-library

  • pwndra

    A collection of pwn/CTF related utilities for Ghidra

    Tags: #python • pwn • ctf

  • iron-node

    Debug Node.js code with Chrome Developer Tools.

    This software aims to make things easier :smile:. With ironNode you have the full power of JavaScript debugging within Chrome Developer Tools.

    Tags: #javascript

  • laravel-sent-emails

    Store outgoing emails in Laravel

    There is a Discord community. https://discord.gg/VYau8hgwrm For quick help, ask questions in the appropriate channel.

    Tags: #php

  • slug-generator

    Slug Generator Library for PHP, based on Unicode’s CLDR data

    The delimiter can be any string, it is used to separate words. It gets stripped from the beginning and the end of the slug.

    $generator->generate('Hello World!');                         // Result: hello-world
    $generator->generate('Hello World!', ['delimiter' => '_']);   // Result: hello_world
    $generator->generate('Hello World!', ['delimiter' => '%20']); // Result: hello%20world
    

    Tags: #php • library • slug

  • inch

    A documentation analysis tool for the Ruby language

    inch gives you hints where to improve your docs. One Inch at a time.

    Take a look at the project page with screenshots (live and in full color).

    Tags: #ruby

  • shale

    Shale is a Ruby object mapper and serializer for JSON, YAML, TOML, CSV and XML. It allows you to parse JSON, YAML, TOML, CSV and XML data and convert it into Ruby data structures, as well as serialize data structures into JSON, YAML, TOML, CSV or XML.

    Shale is a Ruby object mapper and serializer for JSON, YAML, TOML, CSV and XML. It allows you to parse JSON, YAML, TOML, CSV and XML data and convert it into Ruby data structures, as well as serialize data structures into JSON, YAML, TOML, CSV or XML.

    Documentation with interactive examples is available at Shale website

    Tags: #ruby • object-mapper • serializer

  • Mediapipe-VR-Fullbody-Tracking

    A repository using the MediaPipe API for fullbody tracking in VR with a single camera.

    A test repository using Mediapipe for fullbody tracking in VR with a single camera.

    This is still a work in progress, but an executable is now available for anyone to try out. Compared to my other free fbt project, ApriltagTrackers, this works less acurately, you need far more room and depth detection is not the greatest, but it has the benefit of not needing trackers.

    For any questions or bug reports, please write into the ApriltagTrackers discord: https://discord.gg/g2ctkXB4bb

    Tags: #python • fbt • fullbodytracking

  • crepe

    CREPE: A Convolutional REpresentation for Pitch Estimation – pre-trained model (ICASSP 2018)

    CREPE is hosted on PyPI. To install, run the following command in your Python environment:

    $ pip install --upgrade tensorflow  # if you don't already have tensorflow >= 2.0.0
    $ pip install crepe
    

    To install the latest version from source clone the repository and from the top-level crepe folder call:

    $ python setup.py install
    

    Tags: #python • pitch-estimation • tensorflow

  • alipay

    Unofficial alipay ruby gem

    Unofficial Alipay ruby gem.

    Note: Alipay::Client API does not have enough feedback in production yet, please fully test in your staging environment before production. You can find legacy API document here.

    You should read https://doc.open.alipay.com before using this gem.

    Tags: #ruby

subscribe via RSS