Skip to content
View mrroot5's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report mrroot5

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. django-atomic-transactions django-atomic-transactions Public

    This porject simulate a virtual wallet to use Django atomic transactions.

    Python

  2. Utils son una serie de funciones de ... Utils son una serie de funciones de ayuda para javascript. Listado completo de utilidades en el readme.
    1
    # Listado de herramientas
    2
    
                  
    3
    - isEmpty: Indica si el dato recibido esta vacio o no, OJO, si la variable no existe falla.
    4
    
                  
    5
    - round2Decimals: Redondea a dos decimales.
  3. Django Rest Framework filters. Keywo... Django Rest Framework filters. Keywords: drf, django rest framework, filters, drf filters, django rest framework filters.
    1
    # Introducción
    2
    
                  
    3
    En este snippet pretendemos hacer varios filtros diferentes
    4
    para una aplicación django que usa django rest framework (DRF).
    5
    
                  
  4. link-url-scraping link-url-scraping Public

    Scraping de una URL introducida como parámetro para obtener todos los enlaces de la página introducida

    Python

  5. SSH Copy o scp. FROM: http://www.hyp... SSH Copy o scp. FROM: http://www.hypexr.org/linux_scp_help.php
    1
    # Remoto a local
    2
    
                  
    3
    ## Copiar el fichero foo.txt de remoto a local
    4
    ```bash
    5
    scp username@remotehost.com:foo.txt /algun/directorio/local
  6. overlay menu. FROM: https://www.w3sc... overlay menu. FROM: https://www.w3schools.com/howto/howto_js_fullscreen_overlay.asp
    1
    /* The Overlay (background) */
    2
    .overlay {
    3
        /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    4
        height: 100%;
    5
        width: 0;