{
"filter": {
"name": "isVendor",
"comparator": "is equal to",
"values": [1]
}
}
Each call returns a random 32 character hexidecimal string. Based on the work done https://gist.github.com/jed/982883
Usage:
<script src="https://gist.github.com/kevinbull/f1cbc5440aa713bd5c9e.js"></script>
var unid = generateUnid();
This file contains 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
#!/usr/bin/env bash | |
echo "updating yum" | |
sudo yum update | |
echo "installing git" | |
sudo yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel git-core | |
echo "adding rpm repository" | |
sudo rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm |