Skip to content
View SigmaThetaTech's full-sized avatar

Block or report SigmaThetaTech

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. Sleitnick/RbxUtil Sleitnick/RbxUtil Public

    A collection of utility modules for Roblox.

    Luau 238 84

  2. Algorithm for finding the dot produc... Algorithm for finding the dot product of 2 arrays written in Python for MIT Open Learning Library on Machine Learning (MITx - 6.036)
    1
    # Written by SigmaTech
    2
    # Beat a Computer Science graduate at desigining this algorithm at the same start time
    3
    
                  
    4
    # Make sure that the columns of M1 match the rows of M2
    5
    # Create an answer array M3
  3. Creates a conical spiral in Roblox! Creates a conical spiral in Roblox!
    1
    local CONE_HEIGHT = 10
    2
    local CONE_ANGLE = 30
    3
    local FREQUENCY = 10
    4
    
                  
    5
    local theta = math.rad(CONE_ANGLE)
  4. Helper functions for conversion of s... Helper functions for conversion of spherical to rectangular coordinates and plotting
    1
    --[[
    2
    	SPHERICAL TO RECTANGULAR COORDINATES
    3
    4
    This algorithm takes sphereical coordinates, which are helpful for defining spray patterns at a defined radius relative to the shooter,
    5
    and converts them to cartesian coordinates that Roblox can easilly understand and plot.
  5. Sleitnick/Knit Sleitnick/Knit Public archive

    Lightweight game framework for Roblox

    Luau 564 96

  6. Hasnain123Raza/ROBLOX-OTS-Camera-System Hasnain123Raza/ROBLOX-OTS-Camera-System Public

    Lua 13 6