Skip to content

Instantly share code, notes, and snippets.

View marshallward's full-sized avatar
🍦

Marshall Ward marshallward

🍦
View GitHub Profile
@marshallward
marshallward / trailer2.py
Last active August 19, 2021 00:49
trailer2.py
#!/usr/bin/env python
"""Subroutines for Validating the whitespace of the source code."""
import argparse
import sys
import flint
def parse_command_line():
@marshallward
marshallward / mom_hor_visc.rst
Last active March 3, 2021 15:51
MOM_hor_visc.rst

MOM_hor_visc module reference

Calculates horizontal viscosity and viscous stresses

Data Types

_
@marshallward
marshallward / MOM.rst
Last active March 3, 2021 15:50
MOM6 documentation example?

MOM module reference

The central module of the MOM6 ocean model

Data Types

_
@marshallward
marshallward / BrawlLegacy.lua
Created November 8, 2017 09:33
Update to BrawlerLegacy.lua
local mod = DBM:NewMod("BrawlLegacy", "DBM-Brawlers")
local L = mod:GetLocalizedStrings()
mod:SetRevision(("$Revision: 15647 $"):sub(12, -3))
mod:SetModelID(48465)--Blind Hero
mod:SetZone()
mod:RegisterEvents(
"SPELL_AURA_APPLIED 129888 133286 141396 141401 39945 134789",
"SPELL_AURA_APPLIED_DOSE 141396 141401 126209 134789 133015 133018",