-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add pretty-printing and redis chapters
- Loading branch information
Showing
11 changed files
with
114 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>Software Design by Example in Roc</title> | ||
<link rel="shortcut icon" type="image/x-icon" href="/book-of-examples/favicon.svg"> | ||
<link rel="stylesheet" href="/book-of-examples/bw.css" type="text/css"> | ||
<link rel="stylesheet" href="/book-of-examples/site.css" type="text/css"> | ||
|
||
</head> | ||
<body> | ||
<main> | ||
<h1>Pretty Printing</h1> | ||
<p class="author">Written by <a href="https://github.com/abhin4v">Abhinav Sarkar</a> | ||
</p> | ||
|
||
|
||
|
||
</main> | ||
<footer> | ||
Copyright © the contributors 2024 | ||
· | ||
<a href="https://github.com/roc-lang/book-of-examples">GitHub repository</a> | ||
</footer> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>Software Design by Example in Roc</title> | ||
<link rel="shortcut icon" type="image/x-icon" href="/book-of-examples/favicon.svg"> | ||
<link rel="stylesheet" href="/book-of-examples/bw.css" type="text/css"> | ||
<link rel="stylesheet" href="/book-of-examples/site.css" type="text/css"> | ||
|
||
</head> | ||
<body> | ||
<main> | ||
<h1>A Redis-Like Data Store</h1> | ||
<p class="author">Written by <a href="https://github.com/stuarth">Stuart Hinson</a> | ||
</p> | ||
|
||
|
||
|
||
</main> | ||
<footer> | ||
Copyright © the contributors 2024 | ||
· | ||
<a href="https://github.com/roc-lang/book-of-examples">GitHub repository</a> | ||
</footer> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Sitemap: /book-of-examples/sitemap.xml | ||
Sitemap: http://localhost:4000/book-of-examples/sitemap.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,85 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | ||
<url> | ||
<loc>/book-of-examples/conduct/</loc> | ||
<loc>http://localhost:4000/book-of-examples/conduct/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/governance/</loc> | ||
<loc>http://localhost:4000/book-of-examples/governance/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/des/</loc> | ||
<loc>http://localhost:4000/book-of-examples/des/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/intro/</loc> | ||
<loc>http://localhost:4000/book-of-examples/intro/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/match/</loc> | ||
<loc>http://localhost:4000/book-of-examples/redis/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/references/</loc> | ||
<loc>http://localhost:4000/book-of-examples/match/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/ci/</loc> | ||
<loc>http://localhost:4000/book-of-examples/references/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/gallery/</loc> | ||
<loc>http://localhost:4000/book-of-examples/ci/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/template/</loc> | ||
<loc>http://localhost:4000/book-of-examples/gallery/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/completion/</loc> | ||
<loc>http://localhost:4000/book-of-examples/template/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/diff/</loc> | ||
<loc>http://localhost:4000/book-of-examples/completion/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/parser/</loc> | ||
<loc>http://localhost:4000/book-of-examples/diff/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/svg/</loc> | ||
<loc>http://localhost:4000/book-of-examples/parser/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/json/</loc> | ||
<loc>http://localhost:4000/book-of-examples/svg/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/glossary/</loc> | ||
<loc>http://localhost:4000/book-of-examples/json/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/binary/</loc> | ||
<loc>http://localhost:4000/book-of-examples/glossary/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/backup/</loc> | ||
<loc>http://localhost:4000/book-of-examples/binary/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/finale/</loc> | ||
<loc>http://localhost:4000/book-of-examples/pretty/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/editor/</loc> | ||
<loc>http://localhost:4000/book-of-examples/backup/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/proptest/</loc> | ||
<loc>http://localhost:4000/book-of-examples/finale/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/</loc> | ||
<loc>http://localhost:4000/book-of-examples/editor/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/prng/</loc> | ||
<loc>http://localhost:4000/book-of-examples/proptest/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/ftp/</loc> | ||
<loc>http://localhost:4000/book-of-examples/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/license/</loc> | ||
<loc>http://localhost:4000/book-of-examples/prng/</loc> | ||
</url> | ||
<url> | ||
<loc>/book-of-examples/misc/slides-2024-03-07.pdf</loc> | ||
<loc>http://localhost:4000/book-of-examples/ftp/</loc> | ||
</url> | ||
<url> | ||
<loc>http://localhost:4000/book-of-examples/license/</loc> | ||
</url> | ||
<url> | ||
<loc>http://localhost:4000/book-of-examples/misc/slides-2024-03-07.pdf</loc> | ||
<lastmod>2024-03-26T19:43:04-04:00</lastmod> | ||
</url> | ||
</urlset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |