I hereby claim:
- I am radnip on github.
- I am radnip (https://keybase.io/radnip) on keybase.
- I have a public key whose fingerprint is 0E7D 0953 BF2A 8EE0 89D8 1421 370D 6FEC 9E9A 53DD
To claim this, I am signing this object:
| function MXLookup(domain) { | |
| if (domain.length == 0){ | |
| return "No Email"; | |
| } | |
| domain = domain.substring(domain.indexOf("@")+1); | |
| //domain = "gmail.com"; | |
| try { | |
| var url = "https://dns.google.com/resolve?name=%FQDN%&type=MX".replace("%FQDN%",domain); |
I hereby claim:
To claim this, I am signing this object:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <opml version="1.0"> | |
| <head> | |
| <title>Salesforce Blogs to follow</title> | |
| </head> | |
| <body> | |
| <outline text="salesforce" title="salesforce"> | |
| <outline type="rss" text="Sundog" title="Sundog" xmlUrl="http://feeds2.feedburner.com/Sunblog" htmlUrl="http://www.sundoginteractive.com/sunblog/"/> | |
| <outline type="rss" text="Secure Salesforce" title="Secure Salesforce" xmlUrl="http://simplyforce.blogspot.com/feeds/posts/default" htmlUrl="http://simplyforce.blogspot.com/"/> | |
| <outline type="rss" text="Andrew Boettcher - Salesforce Technologist" title="Andrew Boettcher - Salesforce Technologist" xmlUrl="http://techman97.wordpress.com/feed/" htmlUrl="http://techman97.wordpress.com"/> |
| var cylon = require('cylon'); | |
| cylon.api({ host: '0.0.0.0', port: '8080' }); | |
| cylon.robot({ | |
| connections: { | |
| audio: { adaptor: 'audio' }, | |
| hue: { adaptor: 'hue', host: '10.43.1.188', username: '1234567890f' }, | |
| sfcon: { | |
| adaptor: 'force', |
| var Cylon = require('cylon'); | |
| Cylon.api({ host: '0.0.0.0', port: '8080' }); | |
| Cylon.robot({ | |
| connection: { name: 'hue', adaptor: 'hue', host: '192.168.1.64', username: '1234567890f' }, | |
| connection: { name: 'sfcon', | |
| adaptor: 'force', | |
| sfuser: 'YY', | |
| sfpass: 'XX', |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |