Skip to content

Instantly share code, notes, and snippets.

View thomasphorton's full-sized avatar

Tom Horton thomasphorton

View GitHub Profile
@dave-malone
dave-malone / aws-iot-thing-esp32.md
Last active February 2, 2023 11:01
Install Amazon FreeRTOS on an ESP32 and make it a "thing"
anonymous
anonymous / parseXML.vb
Created July 10, 2013 19:58
VB - parseXML
function parseXML(strXML, strXSL, params)
'Load the XML with the XML 6.0 PARSER
set xml = Server.CreateObject("Msxml2.DOMDocument.6.0")
xml.async = false
xml.setProperty "ServerHTTPRequest", true
'GET THE DATA FROM THE PAGE CACHE
xml.load strXML
if isObject(params) then