- Domain-Driven Design: Tackling Complexity in the Heart of Software
- REST in Practice: Hypermedia and Systems Architecture
- Open Group XA Distributed Transaction Specification: 1991
- REST API Design
- Transactional Messaging in Kafka
- Organizing programs without classes
- WASM example
- Out of the Tar Pit
- GFX material
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document regexp("https://[^./]*\\.slack\\.com/(?!pricing)(?!security).*") { body { background: #222; color: #e6e6e6; } | |
a { color: #949494; } | |
a:link, a:visited { color: #949494; } | |
a:hover, a:active, a:focus { color: #c7c7c7; } | |
hr { border-bottom: 1px solid #424242; border-top: 1px solid #222; } | |
h1, h2, h3, h4 { color: #e6e6e6; } | |
h1 a { color: #e6e6e6; } | |
h1 a:active, h1 a:hover, h1 a:link, h1 a:visited { color: #e6e6e6; } | |
.bordered { border: 1px solid #363636; } | |
.top_border { border-top: 1px solid #363636; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- MarI/O by SethBling | |
-- Feel free to use this code, but please do not redistribute it. | |
-- Intended for use with the BizHawk emulator and Super Mario World or Super Mario Bros. ROM. | |
if gameinfo.getromname() == "Super Mario World (USA)" then | |
Filename = "DP1.state" | |
ButtonNames = { | |
"A", | |
"B", | |
"X", |
OlderNewer