Skip to content

Instantly share code, notes, and snippets.

View datashaman's full-sized avatar

datashaman datashaman

  • datashaman
  • Cape Town, South Africa
View GitHub Profile
@datashaman
datashaman / Datashaman\PHPCheck\booleans Example
Last active April 28, 2019 12:25
Datashaman\PHPCheck\booleans Example
<?php
<<<CONFIG
packages:
- "datashaman/phpcheck: dev-wip"
CONFIG;
#
# This is a Melody script. http://melody.sensiolabs.org/
#
use function Datashaman\PHPCheck\booleans;
use function Datashaman\PHPCheck\generate;
@datashaman
datashaman / Datashaman\PHPCheck\characters Example
Created April 28, 2019 19:24
Datashaman\PHPCheck\characters Example
<?php
<<<CONFIG
packages:
- "datashaman/phpcheck: dev-wip"
CONFIG;
#
# This is a Melody script. http://melody.sensiolabs.org/
#
use function Datashaman\PHPCheck\characters;
use function Datashaman\PHPCheck\sample;
@datashaman
datashaman / Datashaman\PHPCheck\chooseAny Example
Created April 28, 2019 19:24
Datashaman\PHPCheck\chooseAny Example
<?php
<<<CONFIG
packages:
- "datashaman/phpcheck: dev-wip"
CONFIG;
#
# This is a Melody script. http://melody.sensiolabs.org/
#
use function Datashaman\PHPCheck\chooseAny;
use function Datashaman\PHPCheck\sample;
@datashaman
datashaman / Datashaman\PHPCheck\dates Example
Created April 28, 2019 19:24
Datashaman\PHPCheck\dates Example
<?php
<<<CONFIG
packages:
- "datashaman/phpcheck: dev-wip"
CONFIG;
#
# This is a Melody script. http://melody.sensiolabs.org/
#
use function Datashaman\PHPCheck\dates;
use function Datashaman\PHPCheck\sample;
@datashaman
datashaman / Datashaman\PHPCheck\datetimes Example
Created April 28, 2019 19:24
Datashaman\PHPCheck\datetimes Example
<?php
<<<CONFIG
packages:
- "datashaman/phpcheck: dev-wip"
CONFIG;
#
# This is a Melody script. http://melody.sensiolabs.org/
#
use function Datashaman\PHPCheck\datetimes;
use function Datashaman\PHPCheck\sample;
@datashaman
datashaman / Datashaman\PHPCheck\elements Example
Created April 28, 2019 19:24
Datashaman\PHPCheck\elements Example
<?php
<<<CONFIG
packages:
- "datashaman/phpcheck: dev-wip"
CONFIG;
#
# This is a Melody script. http://melody.sensiolabs.org/
#
use function Datashaman\PHPCheck\elements;
use function Datashaman\PHPCheck\generate;
@datashaman
datashaman / Datashaman\PHPCheck\faker Example
Created April 28, 2019 19:24
Datashaman\PHPCheck\faker Example
<?php
<<<CONFIG
packages:
- "datashaman/phpcheck: dev-wip"
CONFIG;
#
# This is a Melody script. http://melody.sensiolabs.org/
#
use function Datashaman\PHPCheck\faker;
use function Datashaman\PHPCheck\generate;
@datashaman
datashaman / Datashaman\PHPCheck\floats Example
Created April 28, 2019 19:24
Datashaman\PHPCheck\floats Example
<?php
<<<CONFIG
packages:
- "datashaman/phpcheck: dev-wip"
CONFIG;
#
# This is a Melody script. http://melody.sensiolabs.org/
#
use function Datashaman\PHPCheck\floats;
use function Datashaman\PHPCheck\generate;
@datashaman
datashaman / Datashaman\PHPCheck\frequency Example
Created April 28, 2019 19:24
Datashaman\PHPCheck\frequency Example
<?php
<<<CONFIG
packages:
- "datashaman/phpcheck: dev-wip"
CONFIG;
#
# This is a Melody script. http://melody.sensiolabs.org/
#
use function Datashaman\PHPCheck\faker;
use function Datashaman\PHPCheck\frequency;
@datashaman
datashaman / Datashaman\PHPCheck\growingElements Example
Created April 28, 2019 19:24
Datashaman\PHPCheck\growingElements Example
<?php
<<<CONFIG
packages:
- "datashaman/phpcheck: dev-wip"
CONFIG;
#
# This is a Melody script. http://melody.sensiolabs.org/
#
use function Datashaman\PHPCheck\growingElements;
use function Datashaman\PHPCheck\listOf;