Skip to content

Instantly share code, notes, and snippets.

View jnimmo's full-sized avatar

James Nimmo jnimmo

View GitHub Profile
@jnimmo
jnimmo / RoomieCodes.plist
Last active August 29, 2015 14:07
Roomie Remote Codes for PJ-Link Projector
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>codes</key>
<dict>
<key>.POWER STATUS</key><string>%1POWR ?</string>
<key>POWER OFF</key><string>%1POWR 0</string>
<key>POWER ON</key><string>%1POWR 1</string>
@jnimmo
jnimmo / GetPSAsForListOfPatients
Created August 22, 2014 02:17
Intrahealth Profile - Get a table of results for a given set of patients
'library:C:\Program Files\Intrahealth\Profile\bin\IHProfBL.bpl
'library:C:\Program Files\Intrahealth\Profile\bin\Profile.exe
Dim Profile 'As ISProfile
Dim client 'As ProfileClient
Set client = CreateObject("Profile.ProfileClient")
If IsNull(client) Then
WScript.Quit
Else
Set Profile = client.Login("","","")