Skip to content
View JeffML's full-sized avatar
🏠
Barely working
🏠
Barely working

Highlights

  • Pro
Block or Report

Block or report JeffML

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

    Fenster Chess Opening Database

    JavaScript 1

  2. eco.json eco.json Public

    Forked from hayatbiralem/eco.json

    Encyplopedia of Chess Openings (ECO) json data.

    1

  3. pokermap pokermap Public

    Heatmaps for Texas Holdem

    JavaScript 3 1

  4. Miller-Rabin test using BigInt Miller-Rabin test using BigInt
    1
    
                  
    2
    // Javascript program Miller-Rabin primality test
    3
    // based on JavaScript code found at https://www.geeksforgeeks.org/primality-test-set-3-miller-rabin/
    4
    
                  
    5
    // Utility function to do
  5. mattbishop/sql-jsonpath-js mattbishop/sql-jsonpath-js Public

    JS implementation of the SQL/JSONPath dialect, from SQL2016.

    TypeScript