Skip to content
View guilemieux's full-sized avatar
  • Hivestack
  • Montreal

Block or report guilemieux

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. graphics_from_scratch graphics_from_scratch Public

    Implementation of a graphics engine from scratch written in C

    C 1

  2. saas-matchmaking saas-matchmaking Public

    🕹 SaaS matchmaking system for online games

    Python

  3. Bencode.jl Bencode.jl Public

    🔑 Bencode encoder and decoder for Julia

    Julia

  4. Finds a Nash equilibrium for Colonel... Finds a Nash equilibrium for Colonel Blotto using regret matching.
    1
    """Finds a Nash equilibrium for Colonel Blotto using regret matching.
    2
    3
    The Colonel Blotto game is a two-player game where each player has S soldiers
    4
    and N battlefields. Each player must assign their soldiers to the battlefields
    5
    in such a way that the sum of the soldiers assigned to each battlefield is S.
  5. number-theory number-theory Public

    𝛇 Implementation of number theoretic functions in Python (for fun)

    Python 1 1

  6. Faster than Scipy second order ODE S... Faster than Scipy second order ODE Solver for Python using Cython
    1
    from __future__ import division
    2
    
                  
    3
    import numpy as np
    4
    cimport numpy as np
    5
    cimport cython