mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
Update weights (again)
This commit is contained in:
16
content/.obsidian/workspace.json
vendored
16
content/.obsidian/workspace.json
vendored
@@ -13,12 +13,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "notes/ready/compiling.md",
|
"file": "notes/ready/gdb.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "compiling"
|
"title": "gdb"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -141,13 +141,13 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "notes/ready/compiling.md",
|
"file": "notes/ready/gdb.md",
|
||||||
"followCursor": false,
|
"followCursor": false,
|
||||||
"showSearch": false,
|
"showSearch": false,
|
||||||
"searchQuery": ""
|
"searchQuery": ""
|
||||||
},
|
},
|
||||||
"icon": "lucide-list",
|
"icon": "lucide-list",
|
||||||
"title": "Outline of compiling"
|
"title": "Outline of gdb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -181,10 +181,11 @@
|
|||||||
},
|
},
|
||||||
"active": "ab03f7100c1ce0fb",
|
"active": "ab03f7100c1ce0fb",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"notes/ready/c-language.md",
|
"notes/ready/algorithms_and_data/index.md",
|
||||||
"notes/ready/compiling.md",
|
|
||||||
"notes/ready/c-snippets.md",
|
|
||||||
"notes/ready/how_to_computer/index.md",
|
"notes/ready/how_to_computer/index.md",
|
||||||
|
"notes/ready/compiling.md",
|
||||||
|
"notes/ready/c-language.md",
|
||||||
|
"notes/ready/c-snippets.md",
|
||||||
"posts/dotfiles.md",
|
"posts/dotfiles.md",
|
||||||
"posts/exploring-freebsd.md",
|
"posts/exploring-freebsd.md",
|
||||||
"posts/nix-starter-guide.md",
|
"posts/nix-starter-guide.md",
|
||||||
@@ -206,7 +207,6 @@
|
|||||||
"textgenerator/templates/awesomePrompts/salespersonAwesome.md",
|
"textgenerator/templates/awesomePrompts/salespersonAwesome.md",
|
||||||
"textgenerator/templates/awesomePrompts/stackoverflowpostAwesome.md",
|
"textgenerator/templates/awesomePrompts/stackoverflowpostAwesome.md",
|
||||||
"textgenerator/templates/awesomePrompts/spokenenglishteacherandimproverAwesome.md",
|
"textgenerator/templates/awesomePrompts/spokenenglishteacherandimproverAwesome.md",
|
||||||
"textgenerator/templates/awesomePrompts/softwarequalityassurancetesterAwesome.md",
|
|
||||||
"textgenerator/templates/awesomePrompts",
|
"textgenerator/templates/awesomePrompts",
|
||||||
"textgenerator/templates",
|
"textgenerator/templates",
|
||||||
"textgenerator",
|
"textgenerator",
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ tags:
|
|||||||
- programming
|
- programming
|
||||||
author: TrudeEH
|
author: TrudeEH
|
||||||
showToc: true
|
showToc: true
|
||||||
|
weight: "32"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Time Complexity
|
## Time Complexity
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
---
|
---
|
||||||
title: Building a Computer From Scratch
|
title: Building a Computer From Scratch
|
||||||
description: From diodes and transistors, to a Turing complete computer.
|
description: From diodes and transistors, to a Turing complete computer.
|
||||||
summary: "[CS 0] From diodes and transistors, to a Turing complete computer."
|
summary: From diodes and transistors, to a Turing complete computer.
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- electronics
|
- electronics
|
||||||
- computer-science
|
- computer-science
|
||||||
author: TrudeEH
|
author: TrudeEH
|
||||||
showToc: true
|
showToc: true
|
||||||
weight: "1"
|
weight: "10"
|
||||||
cover:
|
cover:
|
||||||
image: LEG.png
|
image: LEG.png
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user