Autosave: 2024-06-16 18:00:05

This commit is contained in:
thomasabishop 2024-06-16 18:00:05 +01:00
parent fae646bc33
commit 426fafb8fa
36 changed files with 92 additions and 28 deletions

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
# Atomic and molecular propositions # Atomic and molecular propositions

View file

@ -1,5 +1,8 @@
--- ---
tags: [CPU, electromagnetism, clock] tags:
- CPU
- clock
- computer-architecture
--- ---
# CPU architecture # CPU architecture

View file

@ -1,5 +1,8 @@
--- ---
tags: [electricity, circuits] tags:
- electricity
- circuits
- electronics
--- ---
# Circuits # Circuits

View file

@ -241,7 +241,7 @@ constructor with `super`.
You shouldn't confuse `implements` with `extends`. `implements` just checks the You shouldn't confuse `implements` with `extends`. `implements` just checks the
class as an interface in accordance with the principles of class as an interface in accordance with the principles of
[duck typing](Custom_types.md#duck-typing): [duck typing](Custom_types_in_TypeScript.md#duck-typing):
i.e the implementing class should have the same properties and methods. It i.e the implementing class should have the same properties and methods. It
doesn't affect anything internal to the methods or properties. So e.g, if you doesn't affect anything internal to the methods or properties. So e.g, if you
typed a method parameter as `string` in the base class, this would still default typed a method parameter as `string` in the base class, this would still default

View file

@ -1,5 +1,10 @@
--- ---
tags: [binary, memory, clock, electromagnetism] tags:
- binary
- memory
- clock
- electromagnetism
- hardware
--- ---
# Clock signals # Clock signals

View file

@ -1,6 +1,8 @@
--- ---
tags: tags:
- theorems - theorems
- algebra
- number-theory
--- ---
# The Commutative Property of Addition and Multiplication # The Commutative Property of Addition and Multiplication

View file

@ -1,5 +1,7 @@
--- ---
tags: [] tags:
- propositional-logic
- logic
--- ---
# Conditional elimination # Conditional elimination

View file

@ -1,5 +1,7 @@
--- ---
tags: [] tags:
- propositional-logic
- logic
--- ---
# Conditional Introduction # Conditional Introduction

View file

@ -1,5 +1,7 @@
--- ---
tags: [] tags:
- propositional-logic
- logic
--- ---
# Conditional Elimination # Conditional Elimination

View file

@ -1,5 +1,7 @@
--- ---
tags: [] tags:
- propositional-logic
- logic
--- ---
If two conjuncts have each been independently derived then they can be If two conjuncts have each been independently derived then they can be

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
# Corresponding material conditional to show validity # Corresponding material conditional to show validity

View file

@ -2,6 +2,8 @@
tags: tags:
- systems-programming - systems-programming
- systemd - systemd
- Linux
- procedural
--- ---
# Create timed `systemd` job # Create timed `systemd` job

View file

@ -1,7 +1,9 @@
--- ---
id: h7f8 id: h7f8
title: Creating_a_Linux_partition_table title: Creating_a_Linux_partition_table
tags: [disks] tags:
- disks
- Linux
created: Monday, May 06, 2024 created: Monday, May 06, 2024
--- ---

View file

@ -1,6 +1,8 @@
--- ---
tags: tags:
- shell - shell
- Linux
- procedural
--- ---
# Cron # Cron

View file

@ -1,5 +1,6 @@
--- ---
tags: tags:
- computer-architecture
--- ---
# Daemons # Daemons

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
# Formal proofs in propositional logic # Formal proofs in propositional logic

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
# Law of Non-Contradiction # Law of Non-Contradiction

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
# Law of the Excluded Middle # Law of the Excluded Middle

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
# Logical consistency # Logical consistency

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
# Logical equivalence # Logical equivalence

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
# Logical indeterminacy # Logical indeterminacy

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
# Logical possibility and necessity # Logical possibility and necessity

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
# Logical truth and falsity # Logical truth and falsity

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
# Object and metalanguages # Object and metalanguages

View file

@ -42,7 +42,7 @@ since it becomes similar to using [any](Any.md) given that most primitive
types in JavaScripts prototypically inherit from an Object. types in JavaScripts prototypically inherit from an Object.
Generally, when you use objects in TypeScript you type them as Generally, when you use objects in TypeScript you type them as
[custom types](Custom_types.md). [custom types](Custom_types_in_TypeScript.md).
## Array of (untyped) objects ## Array of (untyped) objects

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
# Soundness # Soundness

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
# Strategies for constructing proofs in propositional logic # Strategies for constructing proofs in propositional logic

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
# Syllogism # Syllogism

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
# Syntax of propositional logic # Syntax of propositional logic

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
We know that when we construct a We know that when we construct a

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
# Truth-functional connectives # Truth-functional connectives

View file

@ -1,5 +1,7 @@
--- ---
tags: [propositional-logic] tags:
- propositional-logic
- logic
--- ---
## Validity ## Validity