From d387afaf8a56cc9b85de01b193b4bf588a5f14a1 Mon Sep 17 00:00:00 2001 From: Heather Miller Date: Mon, 17 Oct 2016 02:13:34 -0400 Subject: Test --- README.md | 7 ++++++- example.md | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 314813c..09aab44 100755 --- a/README.md +++ b/README.md @@ -3,4 +3,9 @@ Programming Models for Distributed Computation Source repo for the book that I and my students in my course at Northeastern University, [CS7680 Special Topics in Computing Systems: Programming Models for Distributed Computing](http://heather.miller.am/teaching/cs7680/) are writing on the topic of programming models for distributed systems. -This is a book about the programming constructs we use to build distributed systems. These range from the small, RPC, futures, actors, to the large; systems built up of these components like MapReduce and Spark. We explore issues concerns central to distributed systems like consistency, availability, and fault tolerance, from the lense of framework the programmer uses to build systems with properties such as these. \ No newline at end of file +This is a book about the programming constructs we use to build distributed +systems. These range from the small, RPC, futures, actors, to the large; systems +built up of these components like MapReduce and Spark. We explore issues +concerns central to distributed systems like consistency, availability, and +fault tolerance, from the lense of the programming models and frameworks that +the programmer uses to build these systems. \ No newline at end of file diff --git a/example.md b/example.md index b4367a5..af0627b 100644 --- a/example.md +++ b/example.md @@ -3,6 +3,9 @@ layout: page title: "Remote Procedure Call" by: "Joe Schmoe and Mary Jane" --- + +:) + You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works. -- cgit v1.2.3