Skip to content

Instantly share code, notes, and snippets.

@codebird
codebird / singularize.php
Last active March 1, 2016 09:48 — forked from peter-mcconnell/singularize.php
PHP singularize
<?php
/**
* Singularize a string.
* Converts a word to english singular form.
*
* Usage example:
* {singularize "people"} # person
*/
function singularize ($params)
{
@codebird
codebird / _nodes
Last active August 29, 2015 13:57
Elastic Search stats
{
"cluster_name" : "elasticsearch",
"nodes" : {
"Cd3eZGs5QGWqWGaX0ikj5g" : {
"name" : "Benjamin Jacob Grimm",
"transport_address" : "inet[/10.106.111.66:9300]",
"host" : "ns1.whoisology.com",
"ip" : "192.155.228.146",
"version" : "1.0.0",
"build" : "a46900e",