Skip to content
View char-lock's full-sized avatar

Block or report char-lock

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

    A collection of small projects that I've done. Each folder has a README.

    C

  2. projekt-monsterz projekt-monsterz Public

    📚 A learning platform for ages 9 to 99! Developed as a part of the Develop Carolina program.

    TypeScript 1

  3. A Python script that solves any Sudo... A Python script that solves any Sudoku puzzle thrown at it. Can use both backtracking and linear programming.
    1
    import pulp
    2
    
                  
    3
    from typing import List, Literal, Optional, Tuple, TypeAlias
    4
    Board: TypeAlias = List[List[int]]
    5
    
                  
  4. aco_reader aco_reader Public

    Interpreter for Adobe .aco color swatch files.

    Python 1