Posts

  • 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

  • gem-compare

    A RubyGems plugin that compares versions of the given gem

    gem-compare is a RubyGems plugin that compares different versions of the specified gem. It can help you to track changes in metadata through the time, see how dependencies were evolving and spot important changes in gem’s files such as shebang or permissions modifications.

    This is especially handy for:

    • checking what goes into to a next gem release
    • tracking dependencies and license changes before upgrades
    • spotting anything suspicious and unusual

    Tags: #ruby

  • gitinspector

    :bar_chart: The statistical analysis tool for git repositories

    • Shows cumulative work by each author in the history.
    • Filters results by extension (default: java,c,cc,cpp,h,hh,hpp,py,glsl,rb,js,sql).
    • Can display a statistical timeline analysis.
    • Scans for all filetypes (by extension) found in the repository.
    • Multi-threaded; uses multiple instances of git to speed up analysis when possible.
    • Supports HTML, JSON, XML and plain text output (console).
    • Can report violations of different code metrics.

    Tags: #python β€’ statistical-analysis β€’ gitinspector

  • SandVXposed

    Xposed environment without root (OS 5.0 - 10.0)

    VirtualApp with SandHook Can load xposed modules without root!

    Tags: #java β€’ xposed β€’ hook

  • jsonpath-online-evaluator

    JSONPath Online Evaluator

    A playground for JSONPath

    Tags: #typescript β€’ jsonpath

  • prometheus-metrics-bundle

    Symfony 5/6 Prometheus Metrics Bundle

    Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

    composer require artprima/prometheus-metrics-bundle
    

    This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.

    Tags: #php β€’ symfony β€’ symfony-bundle

subscribe via RSS