Posts

  • Cm_Cache_Backend_Redis

    A Zend_Cache backend for Redis with full support for tags (works great with Magento)

    • Can take advantage of the phpredis PECL extension for best performance if it is installed.
    • Falls back to standalone PHP if phpredis isn’t available using the Credis library.
    • Tagging is fully supported, implemented using the Redis “set” and “hash” data types for efficient tag management.
    • Key expiration is handled automatically by Redis.
    • Supports unix socket connection for even better performance on a single machine.
    • Supports configurable compression for memory savings. Can choose between gzip, lzf, l4z, snappy and zstd and can change configuration without flushing cache.
    • Uses transactions to prevent race conditions between saves, cleans or removes causing unexpected results.
    • Supports a configurable “auto expiry lifetime” which, if set, will be used as the TTL when the key otherwise wouldn’t expire. In combination with “auto expiry refresh on load” offers a more sane cache management strategy for Magento’s Enterprise_PageCache module.
    • Supports reading from slaves, can be overridden at run time by setting the ‘safe_load’ directive.
    • Can read connection info from Redis Sentinel for automatic failovers.
    • Unit tested!

    Tags: #php

  • serverless-appsync-plugin

    serverless plugin for appsync

    Tags: #typescript • serverless-plugin • elasticsearch

  • osv.dev

    Open source vulnerability DB and triage service.

    Comprehensive documentation is available here. API documentation is available here.

    Tags: #python • security • security-tools

  • DiscordPHP

    Warning This branch contains an experimental feature, do not use it in production! See the wiki page for more information on how to set it up.

    Tags: #php • discord • team-reflex

  • pylivetrader

    Python live trade execution library with zipline interface.

    pylivetrader is a simple python live trading framework with zipline interface. The main purpose is to run algorithms developed in the Quantopian platform in live trading via broker API. In order to convert your algorithm for pylivetrader, please read the migration document.

    Tags: #python • python3 • algorithmic-trading

  • ruby-debug-ide

    An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.

    The ‘ruby-debug-ide’ gem provides the protocol to establish communication between the debugger engine (such as debase or ruby-debug-base) and IDEs (for example, RubyMine, Visual Studio Code, or Eclipse). ‘ruby-debug-ide’ redirect commands from the IDE to the debugger engine. Then, it returns answers/events received from the debugger engine to the IDE. To learn more about a communication protocol, see the following document: ruby-debug-ide protocol.

    Tags: #ruby

  • other_video_transcoding

    Other tools to transcode videos.

    Other tools to transcode videos.

    [!NOTE] This project is still being maintained but development is not very active. Why? Because I’m focusing my energy on the redesigned and rewritten version of transcode-video.rb from my Video Transcoding project. And I would recommend using that tool instead of other-transcode.rb because it’s much less complex while still leveraging the modern era of transcoding technology.

    Tags: #ruby

  • houdoku

    Manga reader and library manager for the desktop

    • Read manga from popular websites or import ones from your filesystem, all in one place.
    • Download chapters for offline reading.
    • Customizable reader interface with multiple layouts and settings.
    • Tagging and filtering support to easily browse and manage large libraries.
    • Cross-platform!

    Tags: #typescript • manga • manga-reader

  • SteamAuthentication

    A simple PHP Authentication that enables steam users to log into their steam account to access content!

    SteamAuthentication is a basic set of PHP files that enable users to login using their steam account to view protected content on your website. it creates a session using their steamid as the sessionID and checks for the session when a user visits the page. It also includes a file which allows you to use their profile information such as their avatar and online status.

    See a demo at https://bensmith.in/steam/

    Tags: #php

  • mongo-ruby-driver

    The Official MongoDB Ruby Driver

    Install via RubyGems, either via the command-line for ad-hoc uses:

    $ gem install mongo

    Or via a Gemfile for more general use:

    gem ‘mongo’

    Tags: #ruby • mongodb • mongodb-driver

subscribe via RSS