Skip to content
View AndyGrant's full-sized avatar

Organizations

@ChessCom
Block or Report

Block or report AndyGrant

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

  1. Ethereal Ethereal Public

    Ethereal, a UCI Chess Engine by Andrew Grant

    C 334 75

  2. OpenBench OpenBench Public

    OpenBench is a Distributed SPRT Testing Framework for Chess Engines

    Python 129 106

  3. Subset Subset Public

    Find the largest subset of [1..N] s.t. no three unique values' product is a square

    C

  4. NNTrainer NNTrainer Public

    C 6

  5. byteshuf.c byteshuf.c
    1
    #include <argp.h>
    2
    #include <stdbool.h>
    3
    #include <stdint.h>
    4
    #include <stdio.h>
    5
    #include <stdlib.h>
  6. adjudicate.py adjudicate.py
    1
    #!/bin/python3
    2
    
                  
    3
    import argparse
    4
    import chess
    5
    import chess.pgn