Skip to content
View immusen's full-sized avatar
🏝️
FREE
🏝️
FREE

Block or report immusen

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. vertx-pmml vertx-pmml Public

    Demo of high performance AI model (pmml export) evaluator api base on Vert.x, Supports dynamic routing configuration for multiple pmml models via JSON

    Java 2

  2. yii2-swoole-websocket yii2-swoole-websocket Public

    yii2-extension for websocket base on swoole, Support JSONRPC called from websocket client or http client or redis publish to do async task or realtime connect.

    PHP 33 12

  3. yii2-swoole-mqtt yii2-swoole-mqtt Public

    Yii2-extension, PHP MQTT server for Yii2 base on swoole 4, Resolve topic as a route reflect into controller/action/param

    PHP 18 7

  4. Tradingview pine script indicator au... Tradingview pine script indicator auto trendline...
    1
    // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
    2
    // © HarryBot
    3
    // @version=5
    4
    indicator('Trend Line - HarryBot', shorttitle='TrendLine.HarryBot', max_bars_back=600, overlay=true)
    5
    limit = input.int(title='Bars Limit', defval=100, minval=10, maxval=500, step=2)