Posts

  • rails_event_store

    A Ruby implementation of an Event Store based on Active Record

    Rails Event Store (RES) is a library for publishing, consuming, storing and retrieving events. It’s your best companion for going with an event-driven architecture for your Rails application.

    You can use it:

    • as your Publish-Subscribe bus
    • to decouple core business logic from external concerns in Hexagonal style architectures
    • as an alternative to ActiveRecord callbacks and Observers
    • as a communication layer between loosely coupled components
    • to react to published events synchronously or asynchronously
    • to extract side-effects (notifications, metrics etc) from your controllers and services into event handlers
    • to build an audit-log
    • to create read-models
    • to implement event-sourcing

    Tags: #ruby • event-sourcing • rails

  • jd-cli

    Command line Java Decompiler

    The jd-cli is a simple command line wrapper around nbauma109/jd-core (fork of the original java-decompiler/jd-core) Java Decompiler project.

    Tags: #java

  • Share2

    Content Share For Android.

    Share2 利用了 Android 系统的原生 API 实现了分享功能,支持文本信息、图片、音视频等其他类型文件的分享,兼容处理了不同系统版本下的常见问题,并在一些主流应用上进行了兼容测试。

    系统兼容 版本号
    最低 API 11
    最高 API 27

    如果发现 Share2 存在不兼容的情况,请在 Issues 中提出。

    Tags: #java • android-share

  • spyc

    A simple YAML loader/dumper class for PHP

    Using Spyc is trivial:

    <?php
    require_once "spyc.php";
    $Data = Spyc::YAMLLoad('spyc.yaml');
    

    or (if you prefer functional syntax)

    <?php
    require_once "spyc.php";
    $Data = spyc_load_file('spyc.yaml');
    

    Tags: #php

  • unread

    Handle unread records and mark them as read with Ruby on Rails

    • Manages unread records for anything you want readers (e.g. users) to read (like messages, documents, comments etc.)
    • Supports mark as read to mark a single record as read
    • Supports mark all as read to mark all records as read in a single step
    • Gives you a scope to get the unread records for a given reader
    • Needs only one additional database table
    • Most important: Great performance

    Tags: #ruby • rails • activerecord

  • multithreaded-download-manager

    Download manager extension for Firefox with multithreading support

    Download manager extension for Firefox, with multithreading support.

    Tags: #javascript

  • react-native-hole-view

    ✂️ React-Native component to cut a touch-through holes anywhere you want. Perfect solution for tutorial overlay

    Our company is not using this library and does not plan to in the near future, so we currently lack the resources to maintain it regularly. If you are interested in becoming a maintainer, please contact me at: newonxp [at] gmail [dot] com.

    Tags: #typescript • react-native • tutorial

  • TasmoAdmin

    TasmoAdmin is an administrative platform for devices flashed with Tasmota

    • Login protected
    • Multi update process
      • Select devices to update
      • Automatic mode downloads latest firmware bin from Tasmota OTA site
    • Show device information
    • Mobile Responsive (Bootstrap4)
      • SCSS & Minified
    • Config devices
    • Self-update function for TasmoAdmin (disabled for Docker installs)
    • NightMode (Enable/Disable/Auto) in settings
    • AutoScan to find Tasmota Devices
    • Support for multiple sensors
    • Send Command to selected Devices

    Tags: #php • sonoff • tasmota

  • starter-kit

    Project boilerplate using React, Redux and Uniloc

    This starter kit provides you with the code and conventions you need to get straight into building your React/Redux based app.

    Tags: #javascript

  • KubiScan

    A tool to scan Kubernetes cluster for risky permissions


    Tags: #python • kubernetes • rbac

subscribe via RSS