Posts

  • 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

  • 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

  • proxyee

    HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic.

    Proxyee is a JAVA written HTTP proxy server library that supports HTTP, HTTPS, Websocket protocols, and supports MITM (Man-in-the-middle), which can capture and tamper with HTTP, HTTPS packet.

    Tags: #java • http • https

  • kactus

    :cactus: A true version control tool for designers

    Download the installer for your operating system:

    Tags: #typescript • kactus • git

  • VisualBukkit

    A visual programming language for Bukkit plugins

    Visual Bukkit is a drag and drop interface for creating Bukkit plugins.

    Tags: #java

  • one-nio

    Unconventional I/O library for Java

    one-nio is a library for building high-performance Java servers. It exposes OS capabilities and selected JDK internal APIs to help high-load applications get the most out of the underlying system.

    Tags: #java • nio • io

subscribe via RSS