Skip to content
View gerardoramirez's full-sized avatar

Highlights

  • Pro

Block or report gerardoramirez

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. A template for creating your own pri... A template for creating your own privacy policy for Android apps. Look for "[" and "<!--" to see where you need to edit this app in order to create your own privacy olicy.
    1
    <html>
    2
    <body>
    3
    <h2>Privacy Policy</h2>
    4
    <p>[Individual or Company Name] built the [App Name] app as a [open source | free | freemium | ad-supported | commercial] app. This SERVICE is provided by [Individual or company name] [at no cost] and is intended
    5
        for use as is.</p>
  2. Remove git credential-osxkeychain #g... Remove git credential-osxkeychain #git #osx #credential
    1
    ```
    2
    git config --global --edit
    3
    ```
    4
    
                  
    5
    Eliminar dentro de la sección [credential] el `helper = osxkeychain`
  3. AWS Lambda Example of Python Logging AWS Lambda Example of Python Logging
    1
    import os
    2
    import json
    3
    import logging
    4
    
                  
    5
    logger = logging.getLogger()