Skip to content

Instantly share code, notes, and snippets.

View lilobase's full-sized avatar

Arnaud LEMAIRE lilobase

View GitHub Profile
@lilobase
lilobase / 0_reuse_code.js
Created July 26, 2017 14:00
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
<?php
namespace Silex\Provider;
use Silex\Application;
use Silex\SilexEvents;
use Silex\ControllerProviderInterface;
use Silex\ControllerCollection;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Event\GetResponseEvent;