Skip to content
View kurtkaiser's full-sized avatar

Block or report kurtkaiser

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. Google Apps Script Email System with... Google Apps Script Email System with Full UI - Allows for multiple people to be alerted on a form submissions. The program has a full user interface, menu and a sidebar that save the options a user selects.
    1
    // UI Sheets Email Notifications
    2
    // Kurt Kaiser
    3
    // kurtkaiser.us
    4
    // All Rights Reserved, 2019
    5
    
                  
  2. autoEmailByDate autoEmailByDate Public

    This program uses Google Apps Script to automatically send an email based off a date and information in a Google Sheet.

    JavaScript 1 1

  3. Simple division calculator written i... Simple division calculator written in MASM Assembly language for the x86 processors
    1
    ; Simple Division Calculator
    2
    ; Kurt Kaiser
    3
    
                  
    4
    INCLUDE Irvine32.inc
    5
    
                  
  4. memoryGameAndroid memoryGameAndroid Public

    Matching game made with Kotlin using Android Studio

    Kotlin 16 9

  5. shipwreckCppGame shipwreckCppGame Public

    The challenge was to create a game board using nodes and four pointers, left, right up, down.

    C++

  6. DemoCheatDetection.java DemoCheatDetection.java
    1
    /*
    2
    Cheat Detector
    3
    By Kurt Kaiser
    4
    kurtkaiser.us
    5
    */