Posts

  • LightMatchingEngine

    A very light matching engine in Python.

    A light matching engine written in Python.

    The engine is a trivial object to support

    • Add order - Returns the order and filled trades
    • Cancel order - Returns the original order

    The objective is to provide a easy interface for users on the standard price-time priority matching algorithm among different instruments.

    Tags: #python β€’ orderbook β€’ trading

  • react

    A wrapper component that allows you to utilise P5 sketches within React apps.

    A component to integrate P5.js sketches into React apps.

    Tags: #typescript β€’ react β€’ p5

  • CloudProxy

    Proxy server to bypass Cloudflare protection.

    Proxy server to bypass Cloudflare protection

    :warning: This project is in beta state. Some things may not work and the API can change at any time. See the known issues section.

    Tags: #typescript β€’ cloudflare β€’ cloudflare-bypass

  • clue

    command line tool for Apache Lucene

    When working with Lucene, it is often useful to inspect an index.

    Luke is awesome, but often times it is not feasible to inspect an index on a remote machine using a GUI. That’s where Clue comes in. You can ssh into your production box and inspect your index using your favorite shell.

    Another important feature for Clue is the ability to interact with other Unix commands via piping, e.g. grep, more etc.

    Tags: #java

  • BetterBackdoor

    A backdoor with a multitude of features.

    A backdoor is a tool used to gain remote access to a machine.

    Typically, backdoor utilities such as NetCat have two main functions: to pipe remote input into cmd or bash and output the response. This is useful, but it is also limited. BetterBackdoor overcomes these limitations by including the ability to inject keystrokes, get screenshots, transfer files, and many other tasks.

    Tags: #java β€’ backdoor β€’ socket

  • mamute

    Q&A Engine

    This project makes use of the following technologies to simplify setup:

    Tags: #java

  • limiter

    Simple Ruby rate limiting mechanism.

    This gem implements a simple mechanism to throttle or rate-limit operations in Ruby.

    Tags: #ruby β€’ gem β€’ rate-limiting

  • swipe

    Swipe is the most accurate touch slider. Support both React and Angular.

    This repo is a continuation of the dead Swipe project. Our mission is to keep Swipe alive and moving forward, with maintenance fixes and new features. Pull Requests are welcome!

    Tags: #javascript β€’ swipe β€’ slide

  • simple_token_authentication

    Simple (and safe*) token authentication for Rails apps or API with Devise.

    First install [Devise][devise] and configure it with any modules you want, then add the gem to your Gemfile and bundle install:

    # Gemfile
    
    gem 'simple_token_authentication', '~> 1.0' # see semver.org
    

    Once that done, only two steps are required to setup token authentication:

    1. Make one or more models token authenticatable (ActiveRecord and Mongoid are supported)
    2. Allow controllers to handle token authentication (Rails, Rails API, and ActionController::Metal are supported)

    If you want more details about how the gem works, keep reading! We’ll get to these two steps after the overview.

    Tags: #ruby β€’ devise β€’ authentication

  • phashion

    Ruby wrapper around pHash, the perceptual hash library for detecting duplicate multimedia files

    Because of this complexity, it is possible the gem install will fail on your platform. Phashion has been tested on:

    • Mac OSX 10.6
    • Mac OSX 10.9
    • Ubuntu 8.04
    • Ubuntu 12.04

    Please open a GitHub issue if you have installation problems.

    Tags: #ruby β€’ phash β€’ image-analysis

subscribe via RSS