Skip to content

Instantly share code, notes, and snippets.

Description

Redmine : #STORY-ID

Spécification technique

Recette

Dépendances

### Keybase proof
I hereby claim:
* I am fpondepeyre on github.
* I am fpondepeyre (https://keybase.io/fpondepeyre) on keybase.
* I have a public key ASB1gY3ke1ua2FTcZAuhenmp6Ldn7287wOOiPmX2zxN9Nwo
To claim this, I am signing this object:
<?php
namespace Acme\Bundle\BlogBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\Response;
/**
* Abstract controller
*
@fpondepeyre
fpondepeyre / gist:4677660
Created January 30, 2013 22:14
Earliest deadline first scheduling
<?php
/**
* Earliest deadline first scheduling
* https://en.wikipedia.org/wiki/Earliest_deadline_first_scheduling
*/
// params 1
$beginWithDurations = array(
array(2,5),