Skip to content
View a613's full-sized avatar
  • Calgary, AB, Canada
  • 21:49 (UTC -06:00)
Block or Report

Block or report a613

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. Maze Solver in Python Maze Solver in Python
    1
    Source code is copyright 2014 [email protected]
    2
    
    
    3
    Feel free to use and modify for commercial and non-commercial purposes.
    4
    A link back to this page must be included UNLESS the source is functionally changed.
  2. Android activity that uses a custom ... Android activity that uses a custom locale for its duration
    1
    public class LocaleSwitchActivity extends Activity {
    2
    
    
    3
        private static final String LOG_TAG = LocaleSwitchActivity.class.getSimpleName();
    4
        private static final String LOCALE_EXTRA = "locale";
    5
        private Locale customLocale;