Skip to content

Instantly share code, notes, and snippets.

View lemonprogis's full-sized avatar
:octocat:
jamming

Ed lemonprogis

:octocat:
jamming
  • Defense Unicorns
  • Conway, Arkansas
View GitHub Profile
@lemonprogis
lemonprogis / signing-git-commits.md
Created February 21, 2025 16:28 — forked from phortuin/signing-git-commits.md
Set up a GPG key for signing Git commits on MacOS (M1)

Based on this blogpost.

To sign Git commits, you need a gpg key. GPG stands for GNU Privacy Guard and is the de facto implementation of the OpenPGP message format. PGP stands for ‘Pretty Good Privacy’ and is a standard to sign and encrypt messages.

Setting up

Install with Homebrew:

$ brew install gpg
@lemonprogis
lemonprogis / ArcGisServer.py
Last active August 29, 2015 14:25
Use these files to interact with arcgis server rest api. Lots of functionality exposed via REST. Good for automating tasks in python.
# -*- coding: iso-8859-1 -*-
"""
ArcGIS Server Module
"""
__author__='Ed Briggler, Jason Tipton'
__VERSION__='1.0'
# http://resources.arcgis.com/en/help/rest/apiref/
# http://resources.arcgis.com/en/help/server-admin-api/