Skip to content
View alvmgdev's full-sized avatar

Block or report alvmgdev

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

    Java

  2. git rebase -i <initial_commit_hash_t... git rebase -i <initial_commit_hash_to_rebase> -x <full_path_to_bulkCommitRename.sh>
    1
    #!/bin/bash
    2
    # Author: Alvaro Merino Garcia
    3
    # The purpose of this script is to use it as param of rebase -x "this script using full path"
    4
    # to process a bulk rename of commits
    5
    
                  
  3. mbox2html-flask mbox2html-flask Public

    Simple WebApp made in flask to convert mbox files to html files.

    Python 4

  4. Script to connect to ps3838 API Script to connect to ps3838 API
    1
    import base64
    2
    import requests
    3
    from enum import Enum
    4
    
                  
    5
    """