Posts

  • ios-build-action

    Build iOS project (.xcodeproj, .xcworkspace), export .ipa, optional upload to BrowserStack App Live.

    This action builds your iOS project (.xcodeproj, .xcworkspace) and can export the resulting .ipa file as GitHub artifact, with optional automatic upload to BrowserStack AppLive, and optional signed production build with App Store upload.

    Tested with Ionic, React Native and native ios projects.

    Tags: #ruby • ios • build

  • 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

  • laravel-wallet

    It’s easy to work with a virtual wallet

    Version Laravel PHP Release date End of improvements End of support
    11.x [LTS] ^11.0, ^12.0 8.3,8.4,8.5 Mar 14, 2024 May 1, 2026 Sep 6, 2026

    Tags: #php • wallet • virtual

  • combinator

    A curated list of combinators

    This package provides a comprehensive collection of well-known combinators for PHP, enabling a more declarative, [point-free programming style].

    Tags: #php • combinator • combinatory-logic

  • echarts-gl

    Extension pack for Apache ECharts, providing globe visualization and 3D plots.

    ECharts-GL is an extension pack of Apache ECharts, which providing 3D plots, globe visualization and WebGL acceleration.

    Tags: #javascript • echarts • webgl

  • angular-editor-fabric-js

    Drag-and-drop editor based on Fabricjs for Angular.io

    Drag-and-drop editor based on Fabricjs for Angular with multiple options

    Tags: #typescript • fabric • fabricjs

  • vscode-markdown-preview-enhanced

    One of the “BEST” markdown preview extensions for Visual Studio Code

    Markdown Preview Enhanced is an open source project released under the University of Illinois/NCSA Open Source License. Its ongoing development is made possible thanks to the support by these awesome backers. You can help make this project better by supporting us on GitHub Sponsors, PayPal, or 微信支付 Wechat Pay. Thank you!

    Tags: #typescript • vscode-extension • markdown

  • Markus

    Git repository of MarkUs

    • Student files are stored using git
    • Students submit files through the web interface or using version control
    • Graders can easily annotate students’ code
    • Instructors can form groups or students can form groups on their own
    • Web-based course administration
    • See the Wiki pages for more features

    Tags: #ruby

  • dss

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

    This is the official repository for project DSS : https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/Digital+Signature+Service+-++DSS.

    Tags: #java • xades • cades

  • signpost

    A light-weight client-side OAuth library for Java

    Using Signpost is as simple as it could possibly get – all actions are executed with only a few lines of code. For example, this is how you would sign a classic Java HTTP message using Signpost:

            // create an HTTP request to a protected resource
            URL url = new URL("http://api.example.com/protected")
            HttpURLConnection request = (HttpURLConnection) url.openConnection();
    
            // sign the request (consumer is a Signpost DefaultOAuthConsumer)
            consumer.sign(request);
    
            // send the request
            request.connect();
    

    Signpost exposes a minimalistic API designed for two purposes: Signing HTTP messages and requesting tokens from an OAuth service provider. Everything else is beyond the scope of the OAuth specification, and is thus left to the HTTP messaging layer, where it belongs.

    For more exhaustive examples, please refer to GettingStarted.

    Tags: #java

subscribe via RSS