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 | |
/** | |
* Singularize a string. | |
* Converts a word to english singular form. | |
* | |
* Usage example: | |
* {singularize "people"} # person | |
*/ | |
function singularize ($params) | |
{ |
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
{ | |
"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", |