Skip to content

Instantly share code, notes, and snippets.

@campsjos
campsjos / Dockerfile
Created February 17, 2020 21:21
eLearnSecurity Symfony Docker Compose w/ PHP7.3
# Get the full project files from here -> https://bitbucket.org/elearnsecurity/symfony-docker-compose
FROM elsecarocci/base
LABEL maintainer="eugenio.c@elearnsecurity.com"
# Arguments
ARG host_user
ARG host_group
@campsjos
campsjos / index.html
Created November 17, 2015 19:29
Paper.js canvas responsive resizing
<html>
<head>
<style>
#canvas {
width:100%;
}
</style>
</head>
<body>
<canvas id="canvas" width="800" height="600" resize />