Posts

  • openaudible

    Open Source Audible Manager

    A cross-platform desktop application for downloading and managing your Audible audiobooks.

    Tags: #java • audible • audible-converter

  • fhir_client

    Ruby FHIR Client

    Ruby FHIR client.

    Supports:

    • FHIR R4, STU3 and DSTU2
    • JSON and XML
    • All CRUD, including version read and history
    • Transactions and Batches
    • Search
    • Operations (e.g. $everything, $validate)
    • Support for OAuth2

    Tags: #ruby • fhir • fhir-client

  • byte-stream

    A non-blocking stream abstraction for PHP based on Amp.

    This package can be installed as a Composer dependency.

    composer require amphp/byte-stream
    

    Tags: #php • amphp • stream

  • railt

    ⚡️ A PHP GraphQL Framework

    Project idea is clean and high-quality code. Unlike most (all at the moment) implementations, like webonyx, youshido or digitalonline the Railt contains a completely own implementation of the GraphQL SDL parser which is based on EBNF-like grammar. This opportunity allows not only to have the original implementation of the language and to keep it always up to date, but also to implement a new backward compatible functionality that is not available to other implementations.

    Goal of Railt:

    • Do not repeat the mistakes made in the JS-based implementations.
    • Implement a modern and convenient environment for PHP developers.
    • Implement easy integration into any ready-made solutions based on PSR.
    • Provide familiar functionality (including dependency injection, routing, etc.).

    Tags: #php • graphql • framework

  • throttler

    A rate limiting module for NestJS to work with Fastify, Express, GQL, Websockets, and RPC 🧭

    A Rate-Limiter for NestJS, regardless of the context.

    For an overview of the community storage providers, see Community Storage Providers.

    This package comes with a couple of goodies that should be mentioned, first is the ThrottlerModule.

    Tags: #typescript • nestjs-throttler • nest

  • gem_updater

    Update gems in your Gemfile and fetch their changelogs

    Every week or so, you wish to update your Gemfile, to do so, you just have to launch bundle update.

    Problem is updates may break things. And obviously you need to know what may have broke before pushing your code to production. Before running your test suite and checking everything is fine, the first thing you do is probably to look for the changelogs of updated gems.

    This process can be quite time consumming: you need to check on the internet for every updated gems, find where their changelog is hosted, and probably link to it in your commit message so that other developers will have a chance to review it too.

    gem_update will do exactly that for you. It updates your Gemfile (via bundle update) and finds links for changelogs of updated gems. All you have to do is to copy paste the output to the commit message, and you’re done! Obviously, you still have to read changelogs and adapt your code though ;)

    Tags: #ruby • gemfile • changelog

  • forgJs

    ForgJs is a javascript lightweight object validator. Go check the Quick start section and start coding with love

    I started to better document the code there is an open issue on that, the main goal is to make it more accessible to other developpers who want to contribute, i’m still the main maintainer of this project and i’m calling for your help to make this code better so if any of you want to contribute and you have a good idea of how to make this better please feel free to open an issue or a pull request. here is the full documentation (work in preogress): https://oussamahamdaoui.github.io/forgJs/

    Thank you! and dont forget code with love ❤️


    Tags: #javascript • object • validation

  • trello-cli

    Command line client for Trello

    • Run npm install in the same directory as package.json to install dependencies
    • Run ./bin/trello to generate basic config in your home directory.
    • Get an API key and put it in ~/.trello-cli/config.json
    • Run ./bin/trello refresh to refresh the list of Trello boards and lists.
    • Run ./bin/trello + follow the instructions

    If you get stuck, you can always run ./bin/trello --help or ./bin/trello command --help

    Tags: #javascript • trello • cli

  • PaintingLight

    Generating Digital Painting Lighting Effects via RGB-space Geometry (SIGGRAPH2020/TOG2020)

    PaintingLight is a project conducted by the Style2Paints team, aimed at finding a method to manipulate the illumination in digital paintings. The project started at about 2019 January, and the core algorithm is accepted by ACM Transitions on Graphics at 2020.

    Because digital painting illumination data is not easy to obtain, this algorithm does not use deep learning. The core idea is to make use of color geometry to build up a perceptually workable relighting system. Such relighting may not be physically accurate, but are good enough for artistic use cases.

    Note that the project is still in its technical researching stage. If you are a digital painting artist and you accidentally find this page, you may have to wait for our ongoing PhotoShop plug-in for practical usage.

    Tags: #python

  • py-mysql-elasticsearch-sync

    MySQL to Elasticsearch sync tool, written in Python.

    Simple and fast MySQL to Elasticsearch sync tool, written in Python.

    中文文档

    Tags: #python

subscribe via RSS