Skip to content

Instantly share code, notes, and snippets.

View hcharley's full-sized avatar
🏗️
making things (better)

Honest Charley Bodkin hcharley

🏗️
making things (better)
View GitHub Profile

osys-template-language

This is reference material for developing osys email templates for Osmosys.

Osmosys's templating language osys uses HTML attributes to describe how the DOM should be parsed into both an interactive UI and an automated, dynamic template that can be generated on a server.


A quick note about this document's style:

#!/usr/bin/env bash
# Use this script to test if a given TCP host/port are available
WAITFORIT_cmdname=${0##*/}
echoerr() { if [[ $WAITFORIT_QUIET -ne 1 ]]; then echo "$@" 1>&2; fi }
usage()
{
cat << USAGE >&2
@hcharley
hcharley / 1-README.md
Last active December 2, 2023 06:00
Tic Tac Toe coding exercise

Exercise

// Tic Tac Toe

// Implement a simulated Tic-tac-toe game that is played between two players on a 3 x 3 grid.

// You may assume the following rules: