Skip to content
View corintio's full-sized avatar
Block or Report

Block or report corintio

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. opentestbed opentestbed Public

    An open source implementation of the Meerkat API for running poker games.

    Java 1 6

  2. pokerai-eval pokerai-eval Public

    Code from contest for Java 7-Card Poker Hand Evaluators, held by Indiana in 2007

    Java 4 4

  3. plexflix plexflix Public

    My Plex Media Server setup

    Ruby 15 3

  4. Port of SRL library's Mouse function... Port of SRL library's Mouse functions (https://github.com/SRL/SRL-6/blob/master/lib/core/mouse.simba) to Groovy
    1
    class Mouse {
    2
        private Logger log = Logger.getLogger(Mouse)
    3
        private static MOUSESPEED = 20
    4
        private static MouseTracker tracker
    5
        private IMouse mouse