From 065f5c5f275ea4d69186b3c4bd011bb756b42168 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 9 Jun 2021 18:56:39 +0200 Subject: [PATCH] [[snapshot]]: 2021-06-09 18:56:39 Affected files: .obsidian/workspace 2021-06-09.md "pattern languages of programs.md" --- .obsidian/workspace | 46 ++++++++++++++++++++------------ 2021-06-09.md | 3 ++- pattern languages of programs.md | 1 + 3 files changed, 32 insertions(+), 18 deletions(-) create mode 100644 pattern languages of programs.md diff --git a/.obsidian/workspace b/.obsidian/workspace index 14d5f773d..cd6e0f1c0 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -10,7 +10,7 @@ { "id": "dae63b7ef1934ce9", "type": "split", - "dimension": 18.18181818181818, + "dimension": 9.090909090909092, "children": [ { "id": "7079d00b3a2eb6be", @@ -40,7 +40,7 @@ { "id": "3bb527d9c3e9127c", "type": "leaf", - "dimension": 1.1363636363636362, + "dimension": 9.090909090909092, "state": { "type": "markdown", "state": { @@ -49,14 +49,26 @@ } } }, + { + "id": "1abc628cc33ef125", + "type": "leaf", + "dimension": 9.090909090909092, + "state": { + "type": "markdown", + "state": { + "file": "pattern languages of programs.md", + "mode": "source" + } + } + }, { "id": "305566bbcea2ba31", "type": "leaf", - "dimension": 0.5681818181818181, + "dimension": 9.090909090909092, "state": { "type": "markdown", "state": { - "file": "2021-06-09.md", + "file": "patterns.md", "mode": "source" } } @@ -64,7 +76,7 @@ { "id": "09b9c7136dcedcbf", "type": "leaf", - "dimension": 0.5681818181818181, + "dimension": 9.090909090909092, "state": { "type": "markdown", "state": { @@ -76,7 +88,7 @@ { "id": "7dbe13e12de6e678", "type": "leaf", - "dimension": 2.2727272727272725, + "dimension": 9.090909090909092, "state": { "type": "empty", "state": {} @@ -85,7 +97,7 @@ { "id": "c426770140ad291d", "type": "leaf", - "dimension": 4.545454545454545, + "dimension": 9.090909090909092, "state": { "type": "empty", "state": {} @@ -94,7 +106,7 @@ { "id": "e9c764a052b7c1ad", "type": "leaf", - "dimension": 18.18181818181818, + "dimension": 9.090909090909092, "state": { "type": "markdown", "state": { @@ -106,7 +118,7 @@ { "id": "de0ba9ee6d8c831e", "type": "leaf", - "dimension": 18.18181818181818, + "dimension": 9.090909090909092, "state": { "type": "markdown", "state": { @@ -118,7 +130,7 @@ { "id": "85fcfb3a901a6ab1", "type": "leaf", - "dimension": 18.18181818181818, + "dimension": 9.090909090909092, "state": { "type": "markdown", "state": { @@ -130,7 +142,7 @@ { "id": "0dd202a162337858", "type": "leaf", - "dimension": 18.18181818181818, + "dimension": 9.090909090909092, "state": { "type": "markdown", "state": { @@ -205,7 +217,7 @@ "state": { "type": "backlink", "state": { - "file": "an analysis of the role of invariant patterns.md", + "file": "pattern languages of programs.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -222,7 +234,7 @@ "state": { "type": "outline", "state": { - "file": "an analysis of the role of invariant patterns.md" + "file": "pattern languages of programs.md" } } } @@ -233,17 +245,17 @@ "width": 300, "collapsed": true }, - "active": "09b9c7136dcedcbf", + "active": "1abc628cc33ef125", "lastOpenFiles": [ - "an analysis of the role of invariant patterns.md", + "pattern languages of programs.md", "2021-06-09.md", + "an analysis of the role of invariant patterns.md", "patterns.md", "2021-06-03.md", "agora protocol.md", "arcades.md", "connected buildings.md", "common areas at the heart.md", - "1*.md", - "roof garden.md" + "1*.md" ] } \ No newline at end of file diff --git a/2021-06-09.md b/2021-06-09.md index 8f759a6c9..c1bf9c219 100644 --- a/2021-06-09.md +++ b/2021-06-09.md @@ -1,4 +1,5 @@ - [[patterning]] - [[a pattern language]] - [[patterns]] - - [[an analysis of the role of invariant patterns]] \ No newline at end of file + - [[an analysis of the role of invariant patterns]] + - [[pattern languages of programs]] \ No newline at end of file diff --git a/pattern languages of programs.md b/pattern languages of programs.md new file mode 100644 index 000000000..2eaf28c69 --- /dev/null +++ b/pattern languages of programs.md @@ -0,0 +1 @@ +- [[go]] https://en.wikipedia.org/wiki/Pattern_Languages_of_Programs \ No newline at end of file