Skip to content

Instantly share code, notes, and snippets.

View rldutch1's full-sized avatar

Robert Holland rldutch1

View GitHub Profile
@rldutch1
rldutch1 / keybase.md
Last active February 15, 2020 22:41
rldutch1 keybase.md

Keybase proof

I hereby claim:

  • I am rldutch1 on github.
  • I am rldutch1 (https://keybase.io/rldutch1) on keybase.
  • I have a public key ASCyEugcabmtMJNyFbC3v0H1mE1GpHu_BIY21ECLhkplBwo

To claim this, I am signing this object:

@rldutch1
rldutch1 / problems_and_diagnosis.prg
Last active August 29, 2015 14:02
Display the problems part of "Problems and Diagnosis" from Cerner Powerchart
; ----------------------------------------------------------------------------
; Script Author: Robert Holland
; Program Name: problems_and_diagnosis.prg
; Creation Date: Tue Aug 20 2013 16:51:29 GMT-0700 (US Mountain Standard Time)
; Last Modified:
; No copyright: Free
; Purpose: Display the problems part of "Problems and Diagnosis" from Cerner Powerchart
; Request #:
; Note 0: This CCL will produce the information shown in Powerchart "Problems and Diagnosis"
; Note 1: person_id = 37298420 is Test, Patient D in AZB.
@rldutch1
rldutch1 / ports.cmd
Created June 20, 2014 05:57
Show Open Ports in Windows
@echo off
REM Author: Robert Holland
REM Creation Date: 10 June 2001
REM Purpose: This script will show what TCP and UDP ports are listening and show what programs are listening on those ports.
REM It will also show the TCP and UDP connections that are established on the computer and what programs are connected.
REM Just match the PID (Process ID’s) to find out what programs are using the ports.
REM The ports will be listed above the dashed line and the programs will be listed below.
REM Robert Holland
@echo Open ports and running applications for %computername% > %computername%.Ports.txt