Skip to content
View pramirezma's full-sized avatar

Highlights

  • Pro

Block or report pramirezma

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. Needed a little script to download a... Needed a little script to download all the jar and pom from a public maven repository, it's not the most efficient but it works
    1
    import requests
    2
    import threading
    3
    from bs4 import BeautifulSoup
    4
    
                  
    5
    urls=[]
  2. I manage a lot of java projects and ... I manage a lot of java projects and use spaceship-prompt so i made an API to show the version of the java mvn application on the terminal, download it in your spaceship directory and don't forget to add it in SPACESHIP_PROMPT_ORDER array at spaceship.zsh
    1
    #
    2
    # Java
    3
    #
    4
    # Current java pom version.
    5
    # These java managers supported:
  3. bigquery-ml-examples bigquery-ml-examples Public

    Some new ML regression

    TSQL

  4. golang-example golang-example Public

    Basic HelloWorld in Golang for Deployment proposes

    Go 2

  5. mobile-helloworld mobile-helloworld Public

    Mobile testing for the xamarin build on the cloud

    C#

  6. java-api-example java-api-example Public

    Java Application for web testing purposes

    Java