From 44e4f19f545287604a11bac2d849372bd0f3eeb0 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sun, 18 Dec 2022 12:30:04 +0000 Subject: [PATCH] Autosave: 2022-12-18 12:30:04 --- Computer_Architecture/Hardware_abstraction.md | 0 .../Hardware_abstraction_and_modularity.md | 8 ++++++++ Electronics_and_Hardware/Binary/Binary_encoding.md | 2 +- _meta/Resources.md | 12 +++++++++++- 4 files changed, 20 insertions(+), 2 deletions(-) delete mode 100644 Computer_Architecture/Hardware_abstraction.md create mode 100644 Computer_Architecture/Hardware_abstraction_and_modularity.md diff --git a/Computer_Architecture/Hardware_abstraction.md b/Computer_Architecture/Hardware_abstraction.md deleted file mode 100644 index e69de29..0000000 diff --git a/Computer_Architecture/Hardware_abstraction_and_modularity.md b/Computer_Architecture/Hardware_abstraction_and_modularity.md new file mode 100644 index 0000000..7201ce6 --- /dev/null +++ b/Computer_Architecture/Hardware_abstraction_and_modularity.md @@ -0,0 +1,8 @@ +--- +categories: + - Computer Architecture + - Hardware +tags: [abstraction, modules] +--- + +# Hardware abstraction and modularity diff --git a/Electronics_and_Hardware/Binary/Binary_encoding.md b/Electronics_and_Hardware/Binary/Binary_encoding.md index 0cdfa85..3d2b445 100644 --- a/Electronics_and_Hardware/Binary/Binary_encoding.md +++ b/Electronics_and_Hardware/Binary/Binary_encoding.md @@ -13,7 +13,7 @@ _Encoding_ is the process of establishing a correspondence between sets of binar > An encoding system maps each symbol to a unique sequence of bits. A computer then interprets that sequence of bits and displays the apppropriate symbol to the user. -The length of the binary number (bytes, 16-bit, 32-bit etc) that is used to represent a given data set is determined by the number of variations that you require to capture the entire range of the dataset. For example, say we know that there are 18 levels to a computer game. To encode a reference for each level we would need a binary number that is capable of at least 18 total variations. In this instance a 16-bit number would not suffice because it would give us only 16 variants. Thus 32-bit ($2^{5}$) would be the right choice +The length of the binary number (bytes, 16-bit, 32-bit etc) that is used to represent a given data set is determined by the number of variations that you require to capture the entire range of the dataset. For example, say we know that there are 18 levels to a computer game. To encode a reference for each level we would need a binary number that is capable of at least 18 total variations. In this insta

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus

``` 00001 (1) diff --git a/_meta/Resources.md b/_meta/Resources.md index a03d9d3..318099b 100644 --- a/_meta/Resources.md +++ b/_meta/Resources.md @@ -16,7 +16,7 @@ P. Norvig, S. Russell. 2020. **Artificial Intelligence: A Modern Approach** N. Weiner. 1948. **Cybernetics** -## Backend (CPD) +## Backend (general) [Backend Roadmap](https://roadmap.sh/backend) @@ -82,6 +82,10 @@ E. Lehman, F. Thomson Leighton, A.R. Meyer 2017. **Mathematics for Computer Scie G. Caldarelli, M. Catanzaro. 2012. **Networks: A Very Short Introduction** +[Course: NodeJS Essential Training (LinkedIn Learning)](https://www.linkedin.com/learning/node-js-essential-training-14888164) + +[Course: Building RESTful APIs with Node.js and Express](https://www.linkedin.com/learning/building-restful-apis-with-node-js-and-express-16069959) + ## Python A. Sweighart. 2020. **Beyond the Basic Stuff with Python** @@ -97,3 +101,9 @@ A. Sweighart. 2015. **Automate the Boring Stuff with Python** B. Perry, D. Taylor. 2015. **Wicked Cool Shell Scripts** [What is the difference between `${var}`, `"$var"`, and `"${var}"` in the Bash shell? (Stack Overflow)](https://stackoverflow.com/q/18135451/10484600) + +## SQL + +[Course: MySQL Essential Training (LinkedIn Learning)](https://www.linkedin.com/learning/mysql-essential-training-2) + +[Course: MySQL Advanced Topics (LinkedIn Learning)](https://www.linkedin.com/learning/mysql-advanced-topics)