| jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024 | |
| jdk.tls.disabledAlgorithms=SSLv3, RC4, DH keySize < 768 | |
| https://stackoverflow.com/questions/14149545/java-security-cert-certificateexception-certificates-does-not-conform-to-algori# |
| var PLAY = 1; | |
| var END = 0; | |
| var gameState = PLAY; | |
| var trex, trex_running, trex_collided; | |
| var ground, invisibleGround, groundImage; | |
| var cloud, cloudsGroup, cloudImage; | |
| var obstaclesGroup, obstacle1, obstacle2, obstacle3, obstacle4, obstacle5, obstacle6; |
| <!-- Replace `http` requests with `https` --> | |
| <meta | |
| http-equiv="Content-Security-Policy" | |
| content="upgrade-insecure-requests" | |
| /> | |
| <!-- Set CSP, if not provided, the browser also uses the standard same-origin policy --> | |
| <meta | |
| http-equiv="Content-Security-Policy" | |
| content="default-src 'self'; img-src https://*; child-src 'none';" | |
| /> |
An experimental animation where cards slide through a glowing beam and transform into code. Inspired by the awesome Evervault visuals ✨
A Pen by Carla Archuleta on CodePen.
| package org.jboss.arquillian.extension.suite; | |
| import java.util.concurrent.Callable; | |
| import org.jboss.arquillian.config.descriptor.api.ArquillianDescriptor; | |
| import org.jboss.arquillian.container.spi.Container; | |
| import org.jboss.arquillian.container.spi.ContainerRegistry; | |
| import org.jboss.arquillian.container.spi.client.container.DeployableContainer; | |
| import org.jboss.arquillian.container.spi.client.deployment.Deployment; | |
| import org.jboss.arquillian.container.spi.client.deployment.DeploymentScenario; |
An experimental animation where cards slide through a glowing beam and transform into code. Inspired by the awesome Evervault visuals ✨
A Pen by BL/S® Studio on CodePen.
Learn DOM Manipulation with few examples, including inserting a recipe into the DOM. More here - https://www.gscreations.io/coding
An experimental animation where cards slide through a glowing beam and transform into code. Inspired by the awesome Evervault visuals ✨
A Pen by Carla Archuleta on CodePen.
An experimental animation where cards slide through a glowing beam and transform into code. Inspired by the awesome Evervault visuals ✨
A Pen by Carla Archuleta on CodePen.