Posts

  • butterflow

    Make motion interpolated and fluid slow motion videos from the command line.

    BF is a video manipulation tool that can:

    1. Make motion interpolated videos (increase a video’s frame rate by rendering intermediate frames based on motion using a combination of pixel-warping and blending).
    2. Make smooth motion videos (do simple blending between frames).
    3. Leverage interpolated frames to make fluid slow motion videos.

    Tags: #python • motion-interpolation • slow-motion

  • php7-mysql-shim

    A shim for ext/mysql in PHP 7+

    This library attempts to create a drop-in replacement for ext/mysql on PHP 7 using mysqli.

    For the most part, it should just work.

    Tags: #php

  • algo-coin

    Python library for algorithmic trading cryptocurrencies across multiple exchanges

    AlgoCoin is a python library for writing trading algorithms. It is designed using a combination of asyncio and callbacks to make writing cross-asset, cross-currency, and cross exchange algorithms for backtesting and live trading as simple as possible.

    Tags: #typescript • python • gemini

  • laravel-localization-to-vue

    Make Laravel standard localization files available in format required by various JavaSript localization packages

    This package collects all localizations from resources/lang directory and it’s sub-directories and converts them to plain array
    which can later be converted to JSON object and used with libraries like Vue, Angular, etc.

    Tags: #php

  • linux-baseline

    DevSec Linux Baseline - InSpec Profile

    This Compliance Profile requires InSpec for execution:

    $ git clone https://github.com/dev-sec/linux-baseline
    $ inspec exec linux-baseline
    

    You can also execute the profile directly from Github:

    $ inspec exec https://github.com/dev-sec/linux-baseline
    

    Tags: #ruby • inspec • audit

  • algoliasearch-client-php

    • Thin & minimal low-level HTTP client to interact with Algolia’s API
    • Supports php ^5.3.

    Tags: #php • search-engine • algolia-search

  • tslearn

    A machine learning toolkit dedicated to time-series data

    There are different alternatives to install tslearn:

    • PyPi: python -m pip install tslearn
    • Conda: conda install -c conda-forge tslearn
    • Git: python -m pip install https://github.com/tslearn-team/tslearn/archive/master.zip

    In order for the installation to be successful, the required dependencies must be installed. For a more detailed guide on how to install tslearn, please see the Documentation.

    Tags: #python • time-series • timeseries

  • py_cui

    A python library for intuitively creating CUI/TUI interfaces with widgets, inspired by gocui.

    py_cui is a python library meant to simplify writing command line user interfaces in python. It relies on the curses module, which is traditionally a unix-specific python module, however, you may use the windows-curses module to run py_cui on windows.

    The main advantage py_cui has over typical text-based user interface builders is that it relies on widgets and a grid layout manager like most traditional graphical user interfaces. You may define a grid size, and then drop predefined widgets onto it into specific grid locations. Widgets can also be stretched accross multiple grid rows and columns. If you’ve ever made a Tkinter GUI, you will feel right at home.

    If you would like to contribute, feel free to make an issue or pull request after reading through the CONTRIBUTING.md file.

    Tags: #python • cui • tui

  • jorani

    Leave and Overtime Management System

    • Official website : https://jorani.org/
    • User group : https://groups.google.com/forum/?hl=en#!forum/jorani

    Tags: #php • leave-management • planning

  • modmail

    A feature rich discord Modmail bot

    Modmail is similar to Reddit’s Modmail, both in functionality and purpose. It serves as a shared inbox for server staff to communicate with their users in a seamless way.

    This bot is free for everyone and always will be. If you like this project and would like to show your appreciation, you can support us on Patreon, cool benefits included!

    Tags: #python • modmail • discord-bot

subscribe via RSS