Skip to content

Instantly share code, notes, and snippets.

View frame-lang's full-sized avatar

Mark Truluck frame-lang

View GitHub Profile
//-------------------------------------------------//
// //
// FMN //
// //
//-------------------------------------------------//
#Transition1
-machine-
//-------------------------------------------------//
// //
// FMN //
// //
//-------------------------------------------------//
#Transition2
-machine-
//-------------------------------------------------//
// //
// FMN //
// //
//-------------------------------------------------//
#Switch3
-machine-
$Off
|turnOn| ->> $On ^
@frame-lang
frame-lang / Dorthy
Last active November 4, 2018 17:38
//-------------------------------------------------//
// //
// FMN //
// //
//-------------------------------------------------//
#Dorthy
-machine-
@frame-lang
frame-lang / HTTP 1.0 Client State Machine
Last active November 7, 2018 22:18
Frame Machine Notation for W3.ORG HTTP 1.0 client
//-------------------------------------------------//
// //
// FMN //
// //
//-------------------------------------------------//
// see W3.ORG Spec - https://dev.w3.org/libwww/Library/User/Architecture/HTTPFeatures.html
#Http_1_0_Client
//-------------------------------------------------//
// //
// FMN //
// //
//-------------------------------------------------//
#FrameInterfaceAndEventsController
-interface-
//-------------------------------------------------//
// //
// FMN //
// //
//-------------------------------------------------//
// Original source is course material for cs4731 at Georgia Institute of Technology
// Author: Dr. Stephen Lee-Urban
// see https://www.cc.gatech.edu/~surban6/2016-cs4731/lectures/2016_06_02_DecisionMaking_FSM.pdf
//-------------------------------------------------//
// //
// FMN //
// //
//-------------------------------------------------//
// Original source is course material for cs4731 at Georgia Institute of Technology
// Author: Dr. Stephen Lee-Urban
// see https://www.cc.gatech.edu/~surban6/2016-cs4731/lectures/2016_06_02_DecisionMaking_FSM.pdf
//-------------------------------------------------//
// //
// FMN //
// //
//-------------------------------------------------//
// Original source is course material for cs4731 at Georgia Institute of Technology
// Author: Dr. Stephen Lee-Urban
// see https://www.cc.gatech.edu/~surban6/2016-cs4731/lectures/2016_06_02_DecisionMaking_FSM.pdf
@frame-lang
frame-lang / #PacManGhost
Last active May 13, 2021 03:13
#PacManGhost.frm
--- see https://jaredemitchell.com/ai-examples/
--- Cut and paste the spec below into http://framepiler.frame-lang.org/ ---
#PacManGhost
-interface-
start @(|>>|)
stop @(|<<|)
update