Skip to content

Instantly share code, notes, and snippets.

View JPeer264's full-sized avatar
🐰
Focusing

Jan Peer Stöcklmair JPeer264

🐰
Focusing
View GitHub Profile
@JPeer264
JPeer264 / collideAndBounce.html
Created October 25, 2016 08:48
⚡️ Proton - add a collision and a CrossZone bounce to the Particles
<!DOCTYPE HTML>
<html>
<head>
<title>Collide and bounce on CrossZone</title>
<meta name="viewport" id="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta charset="utf-8">
<style type="text/css">
body {
background-color: #fff;
margin: 0;
@JPeer264
JPeer264 / app\helpers.php
Created April 20, 2016 09:16
Laravel Countries for Lumen
<?php
if ( ! function_exists('config_path'))
{
/**
* Get the configuration path.
*
* @param string $path
* @return string
*/