I hereby claim:
- I am narkq on github.
- I am narkq (https://keybase.io/narkq) on keybase.
- I have a public key ASAsJUpuhiYhgoYqONn0qPIEbGut65bmEf9i44sM1VouRAo
To claim this, I am signing this object:
C:\Users\Crazy\Documents\GitHub\php-amqp>nmake | |
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
amqp.c | |
amqp_channel.c | |
amqp_connection.c | |
amqp_envelope.c | |
amqp_exchange.c |
/* jshint node:true */ | |
'use strict'; | |
// Expose `React` as a global, because the ReactIntlMixin assumes it's global. | |
var oldReact = global.React; | |
global.React = require('react'); | |
// Require the lib and add all locale data to `ReactIntl`. This module will be | |
// ignored when bundling for the browser with Browserify/Webpack. | |
var ReactIntl = require('./lib/react-intl'); |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python2 | |
##### | |
# | |
# Description | |
# ----------- | |
# | |
# This is an Ansible dynamic inventory script that reads any Ansible hosts file | |
# and transforms it into the JSON data structure. | |
# |