This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# from https://github.com/labfunctions/containers/ | |
ARG ROOT_CONTAINER=jupyter/minimal-notebook:python-3.8.8 | |
FROM $ROOT_CONTAINER | |
LABEL maintainer="Damián Silvani <[email protected]>" | |
SHELL ["/bin/bash", "-o", "pipefail", "-c"] | |
USER root |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.addEventListener("load", function () { | |
const form = document.getElementById("formulario") | |
const titleName = document.querySelector(".error-name") | |
const email = document.querySelector("#email") | |
const name = document.querySelector("#nombre") | |
const titleMail = document.querySelector(".error-email") | |
const dropArea = document.querySelector(".dragArea") | |
const dragText = dropArea.querySelector("h4") | |
const button = dropArea.querySelector("button") | |
const input = dropArea.querySelector("#input-file") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@bmo:~# apt-cache show virtualbox | |
Package: virtualbox | |
Status: install ok installed | |
Priority: optional | |
Section: contrib/misc | |
Installed-Size: 71399 | |
Maintainer: Debian Virtualbox Team <[email protected]> | |
Architecture: amd64 | |
Version: 5.1.8-dfsg-6 |