This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Your\Namespace\Mate; | |
use Darwin\HealthScore\Specimen; | |
class DarwinSpecimen extends \ArrayObject implements Specimen | |
{ | |
// @TODO: Implement stubs | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mach_savel: | |
enabled: true | |
services: | |
- | |
snufkin: Mach\SavelBundle\Snufkin\GoogleSnufkin | |
enabled: true | |
client_id: X | |
client_secret: X | |
scope: [email] | |
callback: /connect/Google/confirm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.ArrayList; | |
import java.util.List; | |
import java.util.HashMap; | |
import java.util.Map; | |
public abstract class CustomUtils { | |
/** | |
* Detects peaks (calculates local minima and maxima) in the |
NewerOlder