Posts

  • HTTP-Proxy-Servlet

    Smiley’s HTTP Proxy implemented as a Java servlet

    The following is a list of parameters that can be configured

    • log: A boolean parameter name to enable logging of input and target URLs to the servlet log.
    • forwardip: A boolean parameter name to enable forwarding of the client IP
    • preserveHost: A boolean parameter name to keep HOST parameter as-is
    • preserveCookies: A boolean parameter name to keep COOKIES as-is
    • preserveCookiePath: A boolean parameter name to keep cookie path unchanged in Set-Cookie server response header
    • http.protocol.handle-redirects: A boolean parameter name to have auto-handle redirects
    • http.socket.timeout: A integer parameter name to set the socket connection timeout (millis)
    • http.read.timeout: A integer parameter name to set the socket read timeout (millis)
    • http.connectionrequest.timeout: A integer parameter name to set the connection request timeout (millis)
    • http.maxConnections: A integer parameter name to set max connection number
    • useSystemProperties: A boolean parameter whether to use JVM-defined system properties to configure various networking aspects.
    • targetUri: The parameter name for the target (destination) URI to proxy to.

    Tags: #java

  • autonomous-learning-library

    A PyTorch library for building deep reinforcement learning agents.

    The autonomous-learning-library is an object-oriented deep reinforcement learning (DRL) library for PyTorch. The goal of the library is to provide the necessary components for quickly building and evaluating novel reinforcement learning agents, as well as providing high-quality reference implementations of modern DRL algorithms. The full documentation can be found at the following URL: https://autonomous-learning-library.readthedocs.io.

    Tags: #python • reinforcement-learning • reinforcement-learning-algorithms

  • wa-sqlite

    WebAssembly SQLite with support for browser storage extensions

    This is a WebAssembly build of SQLite with support for writing SQLite virtual filesystems completely in Javascript. This allows alternative browser storage options such as IndexedDB and Origin Private File System. Applications can opt to use either a synchronous or asynchronous (using Asyncify or JSPI) SQLite library build (an asynchronous build is required for asynchronous extensions).

    IndexedDB and several Origin Private File System virtual file systems are among the examples provided as proof of concept. A table comparing the different VFS classes is here.

    Try the demo or run benchmarks with a modern desktop web browser. More information is available in the FAQ, discussion forums, and API reference.

    Tags: #javascript • sqlite • webassembly

  • pykeen

    🤖 A Python library for learning and evaluating knowledge graph embeddings

    The latest stable version of PyKEEN requires Python 3.9+. It can be downloaded and installed from PyPI with:

    pip install pykeen
    

    The latest version of PyKEEN can be installed directly from the source code on GitHub with:

    pip install git+https://github.com/pykeen/pykeen.git
    

    More information about installation (e.g., development mode, Windows installation, Colab, Kaggle, extras) can be found in the installation documentation.

    Tags: #python • knowledge-graph-embeddings • knowledge-graphs

  • Moricolor-for-Typecho

    Typecho Theme Moricolor - 森之色

    一片森林,一座木屋,如世外桃源般,静谧、安逸。森林的气息,如梦境般,让人神往。

    如同她的名字一样,给人以一种自然、恬静的文字阅读体验。

    Moricolor Chapter I 现已发布

    欢迎体验使用

    Demo1: [Yumoe v2][1]

    MoriColor for Hexo by Anapopo.


    Tags: #php • typecho-theme • typecho

  • smtpd

    SMTP server (library) for receiving emails, written in pure PHP.

    SMTP server (library) for receiving emails, written in pure PHP. This library provides an interface to the SMTP server-side protocol with PHP. It creates a \Zend\Mail\Message Class object for every incoming email and hands this object to a custom PHP function for further processing. The project is in Beta status, so it’s not recommended for production use.

    The d in SMTPd stands for Daemon. This script can run in background like any other daemon process. It’s not meant for running as a webapplication.

    Tags: #php • smtp-server • smtp-library

  • ganesha

    :elephant: A Circuit Breaker pattern implementation for PHP applications.

    Tags: #php • circuit-breaker • fault-tolerance

  • open-pdf-sign

    Digitally sign PDF files from your commandline

    The open-pdf-sign CLI application allows to easily sign PDF files from the command line. Signatures can be invisible (default) or visible (can be customized).

    Tags: #java

  • KoInsight

    📚 KoInsight brings your KoReader reading stats to life with a clean, web-based dashboard.

    • 📈 Interactive dashboard with charts and insights
    • 🔄 KOReader plugin for syncing reading stats
    • 📱 Multi-device support
    • 📤 Manual .sqlite upload supported
    • ♻️ Act as a KOReader (kosync) sync server
    • 🏠 Fully self-hostable (Docker image available)

    Tags: #typescript • dashboard • koreader

  • edifact

    Tools to process EDI messages in UN/EDIFACT format

    UNA:+,? '
    UNB+UNOA:1+MAEU+LVRIXBCT+200813:0816+1412605'
    UNH+141260500001+COPARN:D:95B:UN'
    BGM+12+20200813081626+9'
    RFF+BN:204549739'
    NAD+CA+MAE:172:20'
    EQD+CN++45G1:102:5+2+2+4'
    RFF+BN:204549739'
    RFF+SQ:7G3JTL39O0M3B'
    TMD+++2'
    DTM+201:202008130000:203'
    LOC+98+LVRIX:139:6+RIGA TERMINAL:TER:ZZZ'
    CNT+16:1'
    UNT+12+141260500001'
    UNZ+1+1412605'
    

    Tags: #php • edi • edifact

subscribe via RSS