Posts

  • optica

    A tool for keeping track of nodes in your infrastructure

    Optica is a service for registering and locating nodes. It provides a simple REST API.

    Nodes can POST to / to register themselves with some parameters. Humans can GET / to get a list of all registered nodes. GET also accepts some parameters to limit which of the registered nodes you see.

    Tags: #ruby

  • CompoundLayout

    It’s an Android library that allows you to use Layout as RadioButton or CheckBox.

    CompoundLayout checked state can be changed programmatically using method myCompoundLayout.setChecked(). Checked state can be retrieved using myCompoundLayout.isChecked(), and can be listened using myCompoundLayout.setOnCheckedChangeListener().

    Tags: #java

  • jquery-iframe-transport

    jQuery Ajax transport plugin that supports file uploads through a hidden iframe

    jQuery Ajax transport plugin for iframe-based file uploads. For documentation, see:

    https://cmlenz.github.io/jquery-iframe-transport/

    Tags: #javascript

  • PHRETS

    PHP client library for interacting with a RETS server to pull real estate listings, photos and other data made available from an MLS system

    PHRETS provides PHP developers a way to integrate RETS functionality directly within new or existing code by handling the following aspects for you:

    • Response parsing (XML, HTTP multipart, etc.)
    • Simple variables, arrays and objects returned to the developer
    • RETS communication (over HTTP)
    • HTTP Header management
    • Authentication
    • Session/Cookie management
    • PHP 5.6, 7.0, 7.1 and 7.2 supported

    Tags: #php β€’ mls β€’ phrets

  • aeneas

    aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)

    aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment).

    Tags: #python β€’ speech β€’ alignment

  • php-ga-measurement-protocol

    Send data to Google Analytics from the server using PHP. Implements GA measurement protocol.

    Send data to Google Analytics from the server using PHP. This library fully implements GA measurement protocol so its possible to send any data that you would usually do from analytics.js on the client side. You can send data regarding the following parameters categories (Full List):

    • General
    • User
    • Session
    • Traffic Sources
    • System Info
    • Hit
    • Content Information
    • App Tracking
    • Event Tracking
    • E-Commerce
    • Enhanced E-Commerce
    • Social Interactions
    • Timing
    • Exceptions
    • Custom Dimensions / Metrics
    • Content Experiments
    • Content Grouping

    Tags: #php β€’ google-analytics β€’ tracking

  • yarAnalyzer

    Yara Rule Analyzer and Statistics

    Yara Rule Analyzer and Statistics

    Tags: #python

  • High-Frequency-Trading-Model-with-IB

    A high-frequency trading model using Interactive Brokers API with pairs and mean-reversion in Python

    Steps to run the trading model on your command line:

    • Within a Python 3.7 environment, install the requirements:

        pip install -r requirements.txt
      
    • In IB Trader Workstation (TWS), go to Configuration > Api > Settings and:

      • enable ActiveX and Socket Clients
      • check the port number you will be using
      • If using Docker, uncheck Allow connections from localhost only and enter the machine IP running this model to Trusted IPs.
    • Update main.py with the required parameters and run the model with the command:

        python main.py
      

    Tags: #python

  • ws-scrcpy

    Web client prototype for scrcpy.

    Web client for [Genymobile/scrcpy][scrcpy] and more.

    Tags: #typescript β€’ android β€’ websocket

  • Modaal

    An accessible dialog window library for all humans.

    Modaal is a WCAG 2.0 Level AA accessible modal window plugin.

    Tags: #javascript β€’ modal-plugin β€’ css

subscribe via RSS