Skip to content
View beeva-manueldepaz's full-sized avatar
🌴
Abandonware Profile :)
🌴
Abandonware Profile :)
Block or Report

Block or report beeva-manueldepaz

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. 3D-MongoDB-Explorer 3D-MongoDB-Explorer Public

    MongoDB Explorer With Three.js & Node.js

    JavaScript 2

  2. Script to delete all the images, con... Script to delete all the images, containers and logs (path oriented to OsX)
    1
    #!/bin/sh
    2
    
                  
    3
    # HowTo
    4
    # Put it at /usr/local/bin/armaggeDocker.sh
    5
    # Give permissions: chmod a+x /usr/local/bin/armaggeDocker.sh
  3. Template Responsive Under Constructi... Template Responsive Under Construction / Maintenance - index.html (Bootstrap & JQuery by CDN)
    1
    <!DOCTYPE html>
    2
    <html lang="es">
    3
      <head>
    4
        <meta charset="utf-8">
    5
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
  4. Example of usage node package: csv-t... Example of usage node package: csv-to-json
    1
    /*
    2
    3
                            _              _                 
    4
                           | |            (_)                
    5
       ___ _____   ________| |_ ___ ______ _ ___  ___  _ __  
  5. Script to stop and delete current ru... Script to stop and delete current running containers (useful to work with DevLab) or even images (commented by default)
    1
    #!/bin/sh
    2
    # [DevLab](https://github.com/TechnologyAdvice/DevLab)
    3
    
                  
    4
    # $sudo mv /path/to/killAllContainers.sh /usr/local/bin/killAllContainers
    5
    # $sudo chmod a+x /usr/local/bin/killAllContainers
  6. Script to clean all npm & bower curr... Script to clean all npm & bower current instalations in a folder recursively
    1
    #!/bin/sh
    2
    # https://coderwall.com/p/guqrca/remove-all-node_module-folders-recursively
    3
    
                  
    4
    # $sudo mv /path/to/killAllNodeModules.sh /usr/local/bin/killAllNodeModules
    5
    # $sudo chmod a+x /usr/local/bin/killAllNodeModules