Posts

  • 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

  • cocoapods-deintegrate

    A CocoaPods plugin to remove and de-integrate CocoaPods from your project.

    A CocoaPods plugin to remove and deintegrate CocoaPods from your project. Removing all traces of CocoaPods from an Xcode project.

    Tags: #ruby

  • passbolt_api

    Passbolt CE Backend, a JSON API written with Cakephp

    Passbolt - Open source password manager for teams

    (c) 2021 Passbolt SA

    This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License (AGPL) as published by the Free Software Foundation version 3.

    The name “Passbolt” is a registered trademark of Passbolt SA, and Passbolt SA hereby declines to grant a trademark license to “Passbolt” pursuant to the GNU Affero General Public License version 3 Section 7(e), without a separate agreement with Passbolt SA.

    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License along with this program. If not, see GNU Affero General Public License v3.

    Tags: #php • password-manager • passbolt

  • SuperRecyclerView

    Pumped up RecyclerView

    This is an attempt to make RecyclerView easier to use.

    Features built in:

    • ProgressBar while adapter hasn’t been set
    • EmptyView if adapter is empty
    • SwipeRefreshLayout (Google’s one)
    • Infinite scrolling, when you reach the X last item, load more of them.
    • Swipe To Dismiss or Swipe To Remove
    • Sticky headers (via [Eowise][eowise-sticky-headers], see sample)

    Tags: #java

  • iconoir

    A Simple and Definitive Open-Source Icons Library

    You can download any icon of the pack directly from https://iconoir.com or get them from this repository.

    Additionally, the icons are available via the iconoir NPM package:

    yarn add iconoir
    # or
    npm i iconoir
    

    Example usage:

    import Iconoir from 'iconoir/icons/iconoir.svg'
    

    Tags: #typescript • icons • svg

  • cnchar

    功能全面的汉字工具库 (拼音 笔画 笔顺 偏旁 成语等) (Chinese character util)

    感谢同学们对于 cnchar 的支持,由于 cnchar 词库来源于网络,虽然经过了本人的修改和扩充,但是还是难免有错误与缺漏之处,希望大家可以将使用中发现的错误与缺漏之处 反馈 给我(或自行修改提交,经过审查无误过后会合到 cnchar 中)

    我要反馈错误或缺漏

    关于该文档

    由于文档较长,做一下简介,请按照需要阅读

    • 第零章可以帮助开发者快速接入cnchar
    • 第一、二章介绍了cnchar的功能及其功能库
    • 第三章介绍了cnchar的安装和使用
    • 第四章介绍了各种不同环境下cnchar的使用差异
    • 第五章详细介绍了cnchar及其功能库的API使用
    • 第六章列举了各个方法的参数和大量的cnchar使用实例
    • 第七章介绍了一些cnchar使用案例

    Tags: #typescript • spell-stroke • draw

  • eui

    Elastic UI Framework 🙌

    The Elastic UI Framework is a collection of React UI components for quickly building user interfaces at Elastic. Not using React? No problem! You can still use the CSS behind each component.

    You should check out our [living style guide][docs], which contains many examples of components in the EUI framework aesthetic, and how to use them in your products. We also have a [FAQ][faq] that covers common usage questions.

    Tags: #typescript • eui • css

  • ayakashi

    :zap: Ayakashi.io - The next generation web scraping framework

    The web has changed. Gone are the days that raw html parsing scripts were the proper tool for the job.
    Javascript and single page applications are now the norm.
    Demand for data scraping and automation is higher than ever, from business needs to data science and machine learning.
    Our tools need to evolve.

    Tags: #typescript • web-scraping • automation

subscribe via RSS