Posts

  • manager

    The Akamai Cloud Manager is an open-source, single-page application serving as the official UI for interacting with the Linode API. It is trusted by hundreds of thousands of customers to manage their Linode services.

    This repository is home to the Akamai Connected Cloud Manager and related Typescript packages:

    Tags: #typescript • linode • linode-api

  • use-query-params

    React Hook for managing state in URL query parameters with easy serialization.

    Tags: #typescript • react • reactjs

  • gc-opencommand-plugin

    A plugin that open the GC command execution interface for third-party clients

    中文 English

    一个为第三方客户端开放GC命令执行接口的插件

    1.7.0 起可以通过 | 或者换行来分隔多条命令,例如:

    /a 1 | /a 2
    /a 3
    

    调用 ping 响应数据将包含插件版本号。

    Tags: #java • grasscutter • grasscutter-plugin

  • quickbooks-php

    QuickBooks Integration for PHP

    • QuickBooks FOR WINDOWS (via QuickBooks Web Connector) - read the quick start guide for the Web Connector/QuickBooks for Windows

    • QuickBooks ONLINE (via Intuit Partner Platform/Intuit Anywhere) - read the [quick start guide for Intuit Partner Platform/QuickBooks Online] (http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Intuit_Partner_Platform_Quick-Start)

    Tags: #php

  • refugerestrooms

    REFUGE restrooms indexes and maps safe restroom locations for trans, intersex, and gender nonconforming individuals.

    Providing safe restroom access to transgender, intersex, and gender nonconforming individuals.

    REFUGE is an effort to fill the void left by the now-defunct Safe2Pee website. It provides a free resource to trans* and queer individuals in need of gender neutral and other safe restrooms.

    This project is open source. Feel free to contribute. We could use the help.

    Tags: #ruby • refuge • safe-restrooms

  • IIMS-By-AI

    AI-Powered Intelligent Information Management Platform

    AI-Powered Intelligent Information Management Platform

    The Intelligent Information Management System (IIMS) is a comprehensive, multi-functional integrated platform designed to provide efficient and intelligent information management solutions.

    Tags: #java • agent • ai

  • rails_event_store

    A Ruby implementation of an Event Store based on Active Record

    Rails Event Store (RES) is a library for publishing, consuming, storing and retrieving events. It’s your best companion for going with an event-driven architecture for your Rails application.

    You can use it:

    • as your Publish-Subscribe bus
    • to decouple core business logic from external concerns in Hexagonal style architectures
    • as an alternative to ActiveRecord callbacks and Observers
    • as a communication layer between loosely coupled components
    • to react to published events synchronously or asynchronously
    • to extract side-effects (notifications, metrics etc) from your controllers and services into event handlers
    • to build an audit-log
    • to create read-models
    • to implement event-sourcing

    Tags: #ruby • event-sourcing • rails

  • jd-cli

    Command line Java Decompiler

    The jd-cli is a simple command line wrapper around nbauma109/jd-core (fork of the original java-decompiler/jd-core) Java Decompiler project.

    Tags: #java

  • Share2

    Content Share For Android.

    Share2 利用了 Android 系统的原生 API 实现了分享功能,支持文本信息、图片、音视频等其他类型文件的分享,兼容处理了不同系统版本下的常见问题,并在一些主流应用上进行了兼容测试。

    系统兼容 版本号
    最低 API 11
    最高 API 27

    如果发现 Share2 存在不兼容的情况,请在 Issues 中提出。

    Tags: #java • android-share

  • spyc

    A simple YAML loader/dumper class for PHP

    Using Spyc is trivial:

    <?php
    require_once "spyc.php";
    $Data = Spyc::YAMLLoad('spyc.yaml');
    

    or (if you prefer functional syntax)

    <?php
    require_once "spyc.php";
    $Data = spyc_load_file('spyc.yaml');
    

    Tags: #php

subscribe via RSS