Skip to content
View RaneClowd's full-sized avatar
Block or Report

Block or report RaneClowd

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. kenny-skaggs/django-marketplace kenny-skaggs/django-marketplace Public

    A marketplace coding exercise with Django.

    Python

  2. kenny-skaggs/music-flash-card kenny-skaggs/music-flash-card Public

    Vue 1

  3. xboxavi xboxavi Public

    xbox 360 avi video file investigation

    C

  4. An exercise in finding the average c... An exercise in finding the average color from two RGB strings
    1
    function hexStringToInt(string) {
    2
        return parseInt(string, 16);
    3
    }
    4
    
                  
    5
    function averageColor(firstColor, secondColor) {
  5. kenny-skaggs/OpenGLfun kenny-skaggs/OpenGLfun Public

    Some fun learning OpenGL

    C