Skip to content
View slbelden's full-sized avatar
🥕
🥕
  • CU Denver
  • Denver, CO
  • 19:41 (UTC -07:00)
  • LinkedIn in/slbelden

Block or report slbelden

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
slbelden/README.md

Hi there 👋

  • 🏫 Non-Traditional Student of Computer Science
  • ⏲️ Formerly, University of Wyoming
  • 🌱 I’m learning graphics programming & 3d data manipulation
  • Gists

Pinned Loading

  1. CSC1060-Render-SLB CSC1060-Render-SLB Public

    A very simple software rasterizer. CCD.edu Summer 2023 CSC1060C03.

    C++

  2. md5ls.py md5ls.py Public

    Python package for generating and comparing lists of filenames and hashes

    Python

  3. md5ls: A bash alias for file integri... md5ls: A bash alias for file integrity verification
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # md5ls
    4
    # Output a sorted list of md5sums for all files in the current working directory
    5
    
                  
  4. BarrickMobileObserver BarrickMobileObserver Public

    Android application for monitoring and alerting of autoclave sensor data at Barrick Gold mines. Developed for Unearthed Denver 2017.

    Java 1

  5. Basys3_Stopwatch Basys3_Stopwatch Public

    Stopwatch with lap & set features in verilog

    Verilog 1 1

  6. Carpet-Solitaire Carpet-Solitaire Public

    A carpet solitaire game implemented in Java Swing.

    Java