Posts

  • nextcloud-oidc-login

    Nextcloud login via a single OpenID Connect 1.0 provider

    Make possible create users and login via one single OpenID Connect provider. Even though a fork of nextcloud-social-login, it fundamentally differs in two ways - aims for simplistic, single provider login (and hence is very minimalistic), and it supports having LDAP as the primary user backend. This way, you can use OpenID Connect to login to Nextcloud while maintaining an LDAP backend with attributes with the LDAP plugin. Supports automatic discovery of endpoints through the OpenID Connect spec, with a single provider configuration attribute. It also supports accessing Nextcloud WebDAV using a providers bearer token.

    Tags: #php • nextcloud • nextcloud-login

  • laravel-face-auth

    Laravel Face authentication

    This package uses Microsoft’s cognitive API to identify faces instead of passwords for your Laravel application.

    Tags: #php • laravel • microsoft-cognitive-services

  • laravel-restify

    The fastest way to make a powerful JSON:API compatible Rest API with Laravel.

    You can install the package via composer:

    composer require binaryk/laravel-restify
    

    Tags: #php • laravel • rest-api

  • rubywarden

    An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)

    A small, self-contained API server written in Ruby and Sinatra to provide a private backend for the open-source Bitwarden apps.

    Tags: #ruby • bitwarden

  • react-firebase-file-uploader

    An image uploader for react that uploads images to your firebase storage

    A file uploader for react that uploads images, videos and other files to your firebase storage.

    Tags: #javascript • react • firebase

  • AndrOBD

    Android OBD diagnostics with any ELM327 adapter

    • FAQ - Frequently asked questions

    • Wiki - AndrOBD knowledge database

    Tags: #java • obd • diagnostics

  • XmlToJson

    Android Library for converting XML to JSON and JSON to XML

    XML to JSON is an Android Studio Library which converts easily XML to JSON and JSON to XML.

    It is fully configurable so that you can change for example attribute names.

    It is easy to integrate with gradle.

    Tags: #java

  • unzipper

    Small class to extract + compress .zip, .gz, .rar archives via browser.

    The Unzipper extracts .zip and .rar archives or .gz/tar.gz files on webservers. It detects .zip/.rar/.tar.gz/.gz archives and let you choose which one to extract (if there are multiple archives available). As of version 0.1.0 it also supports creating archives.

    It’s handy if you do not have shell access. E.g. if you want to upload a lot of files (php framework or image collection) as archive - because it is much faster than uploading each file by itself.

    Tags: #php

  • xai

    XAI - An eXplainability toolbox for machine learning

    XAI is a Machine Learning library that is designed with AI explainability in its core. XAI contains various tools that enable for analysis and evaluation of data and models. The XAI library is maintained by The Institute for Ethical AI & ML, and it was developed based on the 8 principles for Responsible Machine Learning.

    You can find the documentation at https://ethicalml.github.io/xai/index.html. You can also check out our talk at Tensorflow London where the idea was first conceived - the talk also contains an insight on the definitions and principles in this library.

    Tags: #python • explainability • xai

  • rubex

    rubex - A Ruby-like language for writing Ruby C extensions.

    Rubex is a Ruby-like language for writing Ruby C extensions.

    Rubex is a language that makes writing CRuby C extensions as simple as writing Ruby. It does this by providing a syntax that is the perfect blend of the elegance of Ruby and the power of C. Rubex compiles to C and implicitly interfaces with the Ruby VM in a manner that is completely transparent to the programmer.

    Rubex keeps you happy even when writing C extensions.

    Tags: #ruby • c-extension • language

subscribe via RSS