Skip to content
View nicolekg's full-sized avatar

Block or report nicolekg

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

Pinned Loading

  1. UnityPetDemo UnityPetDemo Public

    A simple pet game demo in Unity. You click buttons to keep the pet's happiness or hunger meter from hitting 0.

    ShaderLab 2

  2. UnityPlatformerDemo UnityPlatformerDemo Public

    Very simple platformer in Unity, including one-way platforms and a camera that follows the player.

    ASP.NET 1

  3. yotammanor/hackmit-rps yotammanor/hackmit-rps Public

    JavaScript

  4. Python SpeechRecognition example Python SpeechRecognition example
    1
    import speech_recognition as sr
    2
    
                  
    3
    print sr
    4
    r = sr.Recognizer()
    5
    m = sr.Microphone()