Skip to content

Instantly share code, notes, and snippets.

View openbrian's full-sized avatar
I fight for the users.

Brian DeRocher openbrian

I fight for the users.
View GitHub Profile
@openbrian
openbrian / JsonFileDataProviderIterator.php
Last active April 4, 2017 17:52 — forked from jehoshua02/JsonFileDataProviderIterator.php
JsonFileDataProviderIterator class for use with PHPUnit @dataProvider annotation.
<?php
class JsonFileDataProviderIterator implements Iterator
{
protected $position = 0;
protected $array;
public function __construct($test, $namespace)
{
$path = preg_replace('/.php$/', '.data', $test) . '/' . $namespace;
@openbrian
openbrian / overpass.geojson
Created November 13, 2015 21:09 — forked from anonymous/overpass.geojson
data exported by overpass turbo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@openbrian
openbrian / public_libraries.geojson
Last active October 15, 2015 14:20 — forked from anonymous/overpass.geojson
data exported by overpass turbo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.