Skip to content
View tsmcalister's full-sized avatar

Sponsoring

@marcan

Organizations

@Art-Decode
Block or Report

Block or report tsmcalister

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
tsmcalister/README.md
   | \
   | *\
 _|*_* \__
(∩ ͡◍ ͜ʖ ͡◍)⊃━☆゚. * ・ 。゚,




Pinned

  1. tinygrad/tinygrad tinygrad/tinygrad Public

    You like pytorch? You like micrograd? You love tinygrad! ❤️

    Python 24.3k 2.7k

  2. CustomSoundBar CustomSoundBar Public

    Swift 5

  3. Art-Decode/network2network Art-Decode/network2network Public

    JavaScript 18 2

  4. go-chip-8 go-chip-8 Public

    A CHIP-8 emulator written in Go

    Go 1

  5. Cuda Haversine Distance Calculator f... Cuda Haversine Distance Calculator for Santa's Stolen Sleigh
    1
    import cupy as cp # needs to match your cuda toolkit version (See https://docs.cupy.dev/en/stable/install.html#installing-cupy)
    2
    import numpy as np
    3
    from pandas import DataFrame
    4
    
    
    5
    class CupyEvaluator: