Skip to content
View lsaiken's full-sized avatar

Block or report lsaiken

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. Wind Speed Indicator Custom View (Fo... Wind Speed Indicator Custom View (For Udacity)
    1
    package com.pandak.sunshine;
    2
    
                  
    3
    import android.content.Context;
    4
    import android.graphics.Canvas;
    5
    import android.graphics.Color;
  2. Tic Tac Toe - Minimax (full tree sea... Tic Tac Toe - Minimax (full tree search)
    1
    /**
    2
     * Author: Lisa Aiken, 2014
    3
     * This Tic Tac Toe game allows the Human player to choose
    4
     * to play against a Novice, Intermediate, or Expert
    5
     * Computer Player.
  3. WeatherContract.java Udacity Sunshin... WeatherContract.java Udacity Sunshine App
    1
    /*
    2
     * Copyright (C) 2014 The Android Open Source Project
    3
     *
    4
     * Licensed under the Apache License, Version 2.0 (the "License");
    5
     * you may not use this file except in compliance with the License.