Posts

  • DigitalOceanV2

    PHP 5.4+ library which helps you to interact with the DigitalOcean API V2

    Laravel DigitalOcean by Graham Campbell might interest you.

    {
        "require": {
            "graham-campbell/digitalocean": "^5.0"
        }
    }
    

    Tags: #php

  • contracts

    A set of abstractions extracted out of the Symfony components

    The abstractions in this package are useful to achieve loose coupling and interoperability. By using the provided interfaces as type hints, you are able to reuse any implementations that match their contracts. It could be a Symfony component, or another one provided by the PHP community at large.

    Depending on their semantics, some interfaces can be combined with autowiring to seamlessly inject a service in your classes.

    Others might be useful as labeling interfaces, to hint about a specific behavior that could be enabled when using autoconfiguration or manual service tagging (or any other means provided by your framework.)

    Tags: #php • symfony • contract

  • octavian

    Utilities for reasoning about musical notes, frequencies, and intervals

    Octavian is a little utility library for working with musical notes and their frequencies. Super cool, right?

    Tags: #javascript

  • HTMLPurifierBundle

    HTML Purifier is a standards-compliant HTML filter library written in PHP.

    This bundle integrates HTMLPurifier into Symfony.

    Tags: #php • htmlpurifier • symfony

  • mycroft-precise

    A lightweight, simple-to-use, RNN wake word listener

    A lightweight, simple-to-use, RNN wake word listener.

    Precise is a wake word listener. Like its name suggests, a wake word listener’s job is to continually listen to sounds and speech around the device, and activate when the sounds or speech match a wake word. Unlike other machine learning hotword detection tools, Mycroft Precise is fully open source. Take a look at a comparison here.

    Tags: #python • wake-word-detection • keyword-spotting

  • incubator-streampipes

    Apache StreamPipes - A self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore IoT data streams.


    Tags: #java • iot • analytics

  • detecto

    Build fully-functioning computer vision models with PyTorch

    To install Detecto using pip, run the following command:

    pip3 install detecto

    Installing with pip should download all of Detecto’s dependencies automatically. However, if an issue arises, you can manually download the dependencies listed in the requirements.txt file.

    Tags: #python • object-detection • machine-learning

  • php-apk-parser

    Read basic info about an application from .apk file.

    This package can extract application package files in APK format used by devices running on Android OS. It can open an APK file and extract the contained manifest file to parse it and retrieve the meta-information it contains like the application name, description, device feature access permission it requires, etc.. The class can also extract the whole files contained in the APK file to a given directory.

    Tags: #php • apk-parser • extract

  • gulp-replace

    A string replace plugin for gulp

    A string replace plugin for gulp 3

    Tags: #javascript

  • labeler

    An action for automatically labelling pull requests

    Pull request labeler triages PRs based on the paths that are modified in the PR.

    Note that only pull requests being opened from the same repository can be labeled. This action will not currently work for pull requests from forks – like is common in open source projects – because the token for forked pull request workflows does not have write permissions.

    Tags: #typescript

subscribe via RSS