Posts

  • pinafore

    Alternative web client for Mastodon

    An alternative web client for Mastodon, focused on speed and simplicity.

    Pinafore is available at pinafore.social. Beta releases are at dev.pinafore.social.

    See the user guide for basic usage. See the admin guide if Pinafore cannot connect to your instance.

    For updates and support, follow @pinafore@mastodon.technology.

    Tags: #javascript • mastodon • pwa

  • ngx-permissions

    Permission and roles based access control for your angular(angular 2,4,5,6,7,9+) applications(AOT, lazy modules compatible

    Permission and roles based access control for your angular(angular 2,4,5,6,7,8+) applications(AOT, lazy modules compatible)

    Tags: #typescript • angular2 • ngx-permissions

  • facturascripts

    Open source ERP software. Built on modern PHP and bootstrap 4. Easy and powerful.

    Open source ERP software. Built on modern PHP and bootstrap 4. Easy and powerful.

    Tags: #php • erp • crm

  • MAX-Image-Resolution-Enhancer

    Upscale an image by a factor of 4, while generating photo-realistic details.

    This repository contains code to instantiate and deploy an image resolution enhancer. This model is able to upscale a pixelated image by a factor of 4, while generating photo-realistic details.

    The GAN is based on this GitHub repository and on this research article.

    The model was trained on 600,000 images of the OpenImages V4 dataset, and the model files are hosted on IBM Cloud Object Storage. The code in this repository deploys the model as a web service in a Docker container. This repository was developed as part of the IBM Developer Model Asset Exchange and the public API is powered by IBM Cloud.

    Tags: #python • computer-vision • machine-learning

  • dss

    Digital Signature Service : creation, extension and validation of advanced electronic signatures

    This is the official repository for project DSS : https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eSignature.

    Tags: #java • xades • cades

  • SIP.js

    A simple, intuitive, and powerful JavaScript signaling library

    • Create real-time peer-to-peer audio and video sessions via WebRTC
    • Utilize SIP in your web application via SIP over WebSocket
    • Send instant messages and view presence
    • Support early media, hold and transfers
    • Send DTMF RFC 2833 or SIP INFO
    • Share your screen or desktop
    • Written in TypeScript
    • Runs in all major web browsers
    • Compatible with standards compliant servers including Asterisk and FreeSWITCH

    Tags: #typescript • sipjs • webrtc

  • solaris

    CosmiQ Works Geospatial Machine Learning Analysis Toolkit

    This repository provides the source code for the CosmiQ Works solaris project, which provides software tools for:

    • Tiling large-format overhead images and vector labels
    • Converting between geospatial raster and vector formats and machine learning-compatible formats
    • Performing semantic and instance segmentation, object detection, and related tasks using deep learning models designed specifically for overhead image analysis
    • Evaluating performance of deep learning model predictions

    Tags: #python • geospatial • machinelearning

  • ChatUI

    The UI design language and React library for Conversational UI

    • 😎 Best Practices: The best practice for chat interaction based on our experience of Alime Chatbot
    • 🛡 TypeScript: Written in TypeScript with predictable static types
    • 📱 Responsive: Responsive design to adapt automatically to whatever device
    • Accessibility: Accessibility support and get the certification from Accessibility Research Association
    • 🎨 Theming: Powerful theme customization in every detail
    • 🌍 International: Internationalization support for dozens of languages

    Tags: #typescript • ui • chat

  • xxl-sso

    A distributed single-sign-on framework.(分布式单点登录框架XXL-SSO)

    XXL-SSO is a distributed single-sign-on framework. You only need to log in once to access all trusted application systems. It has “lightweight, scalable, distributed, cross-domain, Web+APP support access” features. Now, it’s already open source code, real “out-of-the-box”.

    XXL-SSO 是一个分布式单点登录框架。只需要登录一次就可以访问所有相互信任的应用系统。 拥有”轻量级、分布式、跨域、Cookie+Token均支持、Web+APP均支持”等特性。现已开放源代码,开箱即用。

    Tags: #java • sso • authorization

  • graby

    Graby helps you extract article content from web pages

    Full-Text RSS works great as a standalone application. But when you need to encapsulate it in your own library it’s a mess. You need this kind of ugly thing:

    $article = 'http://www.bbc.com/news/entertainment-arts-32547474';
    $request = 'http://example.org/full-text-rss/makefulltextfeed.php?format=json&url='.urlencode($article);
    $result  = @file_get_contents($request);
    

    Also, if you want to understand how things work internally, it’s really hard to read and understand. And finally, there are no tests at all.

    That’s why I made this fork:

    1. Easiest way to integrate it (using composer)
    2. Fully tested
    3. (hopefully) better to understand
    4. A bit more decoupled

    Tags: #php • text-rss • extract-website

subscribe via RSS