From af732b89578c7ff30bb9dcf9086f61878257f159 Mon Sep 17 00:00:00 2001 From: LingDong- Date: Fri, 7 Feb 2020 11:40:53 -0500 Subject: [PATCH] rename example and add to list --- examples/README.md | 4 +++- examples/{LingLongTa.wy => linglong_tower.wy} | 0 tools/examples.js | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) rename examples/{LingLongTa.wy => linglong_tower.wy} (100%) diff --git a/examples/README.md b/examples/README.md index 6519d0cc..45a4a300 100644 --- a/examples/README.md +++ b/examples/README.md @@ -7,7 +7,7 @@ | [clock.wy](clock.wy) | 畫鐘 | | [collatz.wy](collatz.wy) | 考拉兹猜想 | | [collatz2.wy](collatz2.wy) | 考拉兹猜想二 | -| [crt.wy](crt.wy) | 大衍總數術(中國剩餘定理)| +| [crt.wy](crt.wy) | | | [divination.wy](divination.wy) | 春秋古筮法 | | [draw_heart.wy](draw_heart.wy) | 畫心 | | [eightqueens.wy](eightqueens.wy) | 八皇后問題 | @@ -20,6 +20,7 @@ | [helloworld.wy](helloworld.wy) | 問天地好在 | | [helloworld+.wy](helloworld+.wy) | 問天地好在+ | | [import.wy](import.wy) | 導入示例 | +| [linglong_tower.wy](linglong_tower.wy) | 玲瓏塔 | | [macro.wy](macro.wy) | 宏示例 | | [mandelbrot.wy](mandelbrot.wy) | 曼德博集 | | [mergesort.wy](mergesort.wy) | 歸併排序 | @@ -36,6 +37,7 @@ | [quine.wy](quine.wy) | [自產生程式][2] | | [quine2.wy](quine2.wy) | 自產生程式二 | | [selectionsort.wy](selectionsort.wy) | 選擇排序 | +| [serialization.wy](serialization.wy) | | | [sieve.wy](sieve.wy) | 埃氏篩 | | [sqrt_newton.wy](sqrt_newton.wy) | 牛頓求根法 | | [tree.wy](tree.wy) | 畫樹 | diff --git a/examples/LingLongTa.wy b/examples/linglong_tower.wy similarity index 100% rename from examples/LingLongTa.wy rename to examples/linglong_tower.wy diff --git a/tools/examples.js b/tools/examples.js index bf38985d..8b170f8d 100644 --- a/tools/examples.js +++ b/tools/examples.js @@ -30,6 +30,7 @@ module.exports = { helloworld: "問天地好在", "helloworld+": "問天地好在+", import: "導入示例", + linglong_tower: "玲瓏塔", mandelbrot: "曼德博集", mergesort: "歸併排序", macro: "宏示例",