Posts

  • 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

  • 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

  • laravel-scout-elasticsearch

    Search among multiple models with ElasticSearch and Laravel Scout

    The package provides the perfect starting point to integrate ElasticSearch into your Laravel application. It is carefully crafted to simplify the usage of ElasticSearch within the Laravel Framework.

    It’s built on top of the latest release of Laravel Scout, the official Laravel search package. Using this package, you are free to take advantage of all of Laravel Scout’s great features, and at the same time leverage the complete set of ElasticSearch’s search experience.

    Tags: #php • laravel • scout

  • npc-lib

    Asynchronous, high-performance Minecraft NPC library for 1.8-1.21 servers.

    Asynchronous, high-performance Minecraft NPC library for 1.8-1.16 servers.

    This Library does only support the latest patch release of a supported version (for example 1.13.2). Issues with older patch versions (for example 1.13.1) won’t be fixed.

    Tags: #java • minecraft • npc

  • php-meminfo

    PHP extension to get insight about memory usage

    From the root of the extension directory:

    $ phpize
    $ ./configure --enable-meminfo
    $ make
    $ make install
    

    Tags: #php

  • tinyhttp

    🦄 0-legacy, tiny & fast web framework as a replacement of Express

    • ⚙ Express middleware compat
    • ↪ Async error handling support
    • ☑ ESM-only
    • 🚀 No legacy compat or useless polyfills
    • 🤏 Minimal dependencies (3x less than express v5)
    • 🔨 Types out of the box
    • 🔥 Middlewares for common tasks

    Visit tinyhttp website for docs, guides and middleware search.

    Tags: #typescript • web • webframework

subscribe via RSS