From e13ae14064901c0f4baa6e7d95ef878a1a056c7b Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 18 Jul 2023 22:44:04 -0400 Subject: feat: two new cps rusts and update now, projects --- pages/now.php | 15 ++++++--------- pages/projects.php | 3 +-- ...duction-computational-problem-solving-with-rust-00.php | 8 ++++++++ ...science-computational-problem-solving-with-rust-01.php | 7 +++++++ 4 files changed, 22 insertions(+), 11 deletions(-) create mode 100644 posts/2023-06-07-introduction-computational-problem-solving-with-rust-00.php create mode 100644 posts/2023-06-07-the-study-of-computer-science-computational-problem-solving-with-rust-01.php diff --git a/pages/now.php b/pages/now.php index 239b2be..31d6ccb 100644 --- a/pages/now.php +++ b/pages/now.php @@ -14,28 +14,25 @@ if ("/now" == $_SERVER['REQUEST_URI']) {

Hobbies

Life

- Last updated 2023-05-11 + Last updated 2023-07-18

diff --git a/pages/projects.php b/pages/projects.php index 41b0178..141280f 100644 --- a/pages/projects.php +++ b/pages/projects.php @@ -3,7 +3,6 @@

Active Projects

@@ -11,5 +10,5 @@ diff --git a/posts/2023-06-07-introduction-computational-problem-solving-with-rust-00.php b/posts/2023-06-07-introduction-computational-problem-solving-with-rust-00.php new file mode 100644 index 0000000..a305d1a --- /dev/null +++ b/posts/2023-06-07-introduction-computational-problem-solving-with-rust-00.php @@ -0,0 +1,8 @@ +

Introduction: Computational problem solving with Rust 00

+ +

+ This course focuses on computational problem solving using Rust as a first language. It provides students with the knowledge and skills to translate thoughtful solutions into computer programs. + Consider this an introductory, 101-level computer science course on programming fundamentals taught by Carpenter Tutoring. +

+ + diff --git a/posts/2023-06-07-the-study-of-computer-science-computational-problem-solving-with-rust-01.php b/posts/2023-06-07-the-study-of-computer-science-computational-problem-solving-with-rust-01.php new file mode 100644 index 0000000..58eff4b --- /dev/null +++ b/posts/2023-06-07-the-study-of-computer-science-computational-problem-solving-with-rust-01.php @@ -0,0 +1,7 @@ +

The study of Computer Science: Computational problem solving with Rust 01

+ +

+ In this first installment, we'll take a look at the study of Computer Science. We'll walk about what a program is, and some general guidelines for beginning to program. We'll also talk about how digital computers work, and how we can use them to manipulate date we're familiar with. +

+ + -- cgit v1.2.3