Skip to content

Instantly share code, notes, and snippets.

View jheising's full-sized avatar

Jim Heising jheising

View GitHub Profile
Function GetData
Dim bunkerAuth As New HttpBasicAuthenticator
bunkerAuth.Setup Username:="admin", Password:="admin"
Dim bunkerClient As New WebClient
bunkerClient.BaseUrl = "https://6daf82faac72d8bdbe867abb93a78ae553db8caefb9603b2c19dae629d8c85.resindevice.io/"
bunkerClient.Authenticator = bunkerAuth
Dim getResponse As WebResponse
@jheising
jheising / test.md
Created December 30, 2015 01:54
Test

sdfsdf

http://dl.dropbox.com/u/10615176/properties.xml
<?xml version="1.0" encoding="UTF-8"?>
<rfapp id="3F8-279A" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://developer.redfoundry.com/rfml.xsd">
<property name="enable-layout-debugging">NO</property>
<property name="enable-debug-console">NO</property>
<views>
<view>
<actions>
<set on="appeared">
<values>
<property name="siteID">[form:siteID]</property>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rfapp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://developer.redfoundry.com/rfml.xsd">
<views>
<view>
<widgets>
<RFUserWidget id="Rating1">
<property name="load-from">RatingsWidget.xml</property>
<property name="max-rating">5</property>
<property name="icon-width">50</property>
<property name="icon-height">50</property>