Skip to content
View kclegg's full-sized avatar
  • University of Florida

Block or report kclegg

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Popular repositories Loading

  1. RayTracer RayTracer Public

    Created a Ray Tracing C++ program in Computational Structures in Computer Graphics (CAP4730) at UF. This program shoots rays at a scene composed of 2 spheres and a tetrahedron to then be rendered a…

    C++ 1

  2. Find_Largest_Value_MIPS Find_Largest_Value_MIPS Public

    This MIPS assembly program was created in Computer Organization (CDA3101) at UF. The program simply finds the largest value in an array of integers and returns this value and the index it is at in …

    Assembly 1

  3. UnityProject UnityProject Public

    Test for new unity repository.

    C#

  4. PythonDatabase PythonDatabase Public

    For my Information and Database Systems 1 (CIS4301) course at UF, I created an interface to query, insert, & edit data from a Database. The program is in python (.py) while the database management …

    Python

  5. Find_GCD_LCM_MIPS Find_GCD_LCM_MIPS Public

    This MIPS assembly program was written in Computer Organization (CDA3101) at UF. The program takes in 2 integers as input in the range [0,255] except they both cannot be 0. Then, simply outputs the…

    Assembly

  6. Data_Structures_Lists Data_Structures_Lists Public

    I created 5 unique data structure lists in Data Structures & Algorithms (COP3530) at UF. The 5 lists are Simple Singly Linked List (SSLL), Pool Singly Linked List (PSLL), Simple Dynamic Array List …

    C++