Skip to content

Instantly share code, notes, and snippets.

@mclarty
mclarty / resume.json
Last active August 9, 2025 21:43
Nick McLarty's resume, based on https://jsonresume.org (The open source initiative to create a JSON-based standard for resumes)
{
"basics": {
"name": "Nicholas McLarty",
"label": "Cybersecurity Executive",
"image": "https://nick.mclarty.me/assets/img/nick-suit.jpg",
"email": "[email protected]",
"phone": "(407) 550-5879",
"url": "https://nick.mclarty.me",
"summary": "Accomplished information security leader with extensive experience in the research and education sectors, now seeking to bring proven strategic and operational expertise to forward-thinking private sector organizations committed to advancing their cybersecurity posture.",
"location": {
@mclarty
mclarty / capwatch.py
Created September 1, 2018 21:41
Download CAPWATCH database via API
import requests
url = "https://www.capnhq.gov/CAP.CapWatchAPI.Web/api/cw"
orgID = "{{orgID}}" # 362 = TXWG
unitOnly = "{{unitOnly}}" # 0 = No; 1 = Yes
user = "{{eServices username}}"
pwd = "{{eServices password}}"
payload = {'orgid': orgID, 'unitonly': unitOnly}
@mclarty
mclarty / setup.zsh
Last active August 9, 2025 21:04
Setup a new Mac
#!/bin/zsh
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo >> ~/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
# Install applications from Homebrew
brew install 1password --cask

Keybase proof

I hereby claim:

  • I am mclarty on github.
  • I am mclarty (https://keybase.io/mclarty) on keybase.
  • I have a public key ASBq2rTh6umRLwGj-ISG25lKC5hug0zr24Sz7B1_IqSFoAo

To claim this, I am signing this object: