Skip to content

Instantly share code, notes, and snippets.

View mmeyer2k's full-sized avatar

mmeyer2k

View GitHub Profile
@mmeyer2k
mmeyer2k / phpunit4circle.sh
Last active November 3, 2021 21:33
circle.ci parallelism for phpunit
#!/bin/sh
# circle.ci parallelism appends the subset of files to run in the container
# to the end of the test command. phpunit does not automatically parse files
# appended to the argument like this:
#
# phpunit --some-args 'testSomething1.php' 'testSomething2.php'
#
# this script parses arguments and individually dispatches calls to phpunit
#
@mmeyer2k
mmeyer2k / ocp.php
Last active August 29, 2015 14:07 — forked from ck-on/ocp.php
<?php
/*
OCP - Opcache Control Panel (aka Zend Optimizer+ Control Panel for PHP)
Author: _ck_ (with contributions by GK, stasilok)
Version: 0.1.6
Free for any kind of use or modification, I am not responsible for anything, please share your improvements
* revision history
0.1.6 2013-04-12 moved meta to footer so graphs can be higher and reduce clutter
0.1.5 2013-04-12 added graphs to visualize cache state, please report any browser/style bugs