Skip to content
View thierry-bm's full-sized avatar
  • HEC Montreal
  • MONTREAL

Block or report thierry-bm

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

    Control xml serialization with clever attributes

    C# 1 1

  2. Handbook Handbook Public

    Handbook of Statistics and Various Other Topics

    TeX

  3. MEMOIRE MEMOIRE Public

    Jupyter Notebook

  4. Pattern Matcher Pattern Matcher
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.Linq;
    4
    using System.Text;
    5
    
                  
  5. Good old matlab Ising model II Good old matlab Ising model II
    1
    N=100;
    2
    beta=1;
    3
    
                  
    4
    % Make it larger to ’insulate’ it with zeros (easier to compute interaction)
    5
    m=zeros(N+2,N+2);