Skip to content
View eurycea's full-sized avatar

Block or report eurycea

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. sfqref sfqref Public

    TypeScript

  2. Android Build Config Field from comm... Android Build Config Field from command line
    1
    ...
    2
    
                  
    3
    if(BuildConfig.DEVELOPER_MODE){
    4
        doDeveloperModeThing();
    5
    }
  3. strip xml from android strings.xml f... strip xml from android strings.xml for a simple human readable output
    1
    import xml.etree.ElementTree as ET
    2
    
                  
    3
    def parse_text(line):
    4
      clean_line = line
    5
      clean_line = clean_line.replace("…", "...")