Skip to content
View tomcant's full-sized avatar

Organizations

@AffiliateCoin
Block or Report

Block or report tomcant

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

    This project was created to demonstrate various path finding and maze generation algorithms.

    TypeScript 1

  2. chess-rs chess-rs Public

    A UCI compatible chess engine written in Rust.

    Rust 2

  3. retry-cli retry-cli Public

    A utility for retrying failed CLI commands on Unix-like systems.

    Shell 2

  4. advent-of-code advent-of-code Public

    My solutions to the Advent of Code programming puzzles.

    Python 3

  5. sudoku-solver sudoku-solver Public

    A brute force approach to solving Sudoku. Written in C++, compiled to WebAssembly and presented with React.

    C++ 1

  6. Configure S3 Lambda notifications Configure S3 Lambda notifications
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    ##
    4
    # This configures an S3 bucket ObjectCreated notification for the given Lambda
    5
    # function so that when a file is uploaded the Lambda function is invoked. This