Change iMessage & Facetime phone number in case of verification failure

Happened me after carrier change. Keep picking up SIM build-in number rather than my old number ported in later. ...

24 June, 2012 · Logan Han

Device credential for Cisco license lookup and transfer

https://tools.cisco.com/SWIFT/LicensingUI/LicenseAdminServlet/licenseLookup in CLI: 1 2 license save credential flash0:/credentials.lic more flash0:/credentials.lic Try SSH if you can’t get full strings from serial connection.

16 May, 2012 · Logan Han

ZeroMQ - PHP client & Python server with multi part message example

Using pyobj or php data serialisation is not an option in this case.. ...

2 May, 2012 · Logan Han

hubot pandora bot adapter

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 # Chat with pandora bot # # ai <anything> – PANDORA AI # QS = require “querystring” xml2js = require ‘xml2js’ module.exports = (robot) -> robot.respond /(ai|AI)( me)? (.*)/i, (msg) -> user = msg.message.user.name query = msg.match[3] botid = “meh” parser = new xml2js.Parser({explicitArray: true}) msg.http(“http://www.pandorabots.com/pandora/talk-xml”) .query({ botid: botid custid: user input: query }) .post() (err, resp, body) -> parser.parseString body, (err, result) -> #console.log(result.that) msg.send result.that

30 April, 2012 · Logan Han

cloudmailin hipchat hubot script

Took really long time to deduce workaround… :S Set cloudmailin as http://blah.herokuapp.com/hubot/cloudmailin/room_id ...

20 April, 2012 · Logan Han