Skip to content

Instantly share code, notes, and snippets.

View MaybeMonad's full-sized avatar
🎯
Focusing

MaybeMonad MaybeMonad

🎯
Focusing
View GitHub Profile
@MaybeMonad
MaybeMonad / book-note.org
Created February 7, 2022 15:47
org-roam-capture-templates

Source

  • Author: %Author
  • Title: ${title}
  • Year: %Year

Summary

%?

@MaybeMonad
MaybeMonad / fsm.md
Last active November 21, 2021 16:22
What is a FSM?

What is a Finite State Machine?

GOTO -> Finite-State Machine

According to Wikipedia, a FSM is a mathematical model of computation. Well, that does not make any sense for me(like Phil, I also did not do a computer science degree.)

@MaybeMonad
MaybeMonad / sublime-command-line.md
Last active August 9, 2021 07:53 — forked from adrianorsouza/sublime-command-line.md
launch sublime text from the command line

Launch Sublime Text from the command line on OSX

Sublime Text includes a command line tool, subl, to work with files on the command line. This can be used to open files and projects in Sublime Text, as well working as an EDITOR for unix tools, such as git and subversion.

Requirements

  • Sublime text 2 or 3 installed in your system within Applications folder

Setup