From 01e6cc0731b314eb51035bc566ab666518fcf371 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Wed, 5 May 2021 23:22:55 -0600 Subject: [PATCH] Update _site static files --- .../assets/emacspeak-tutorials/functions.zip | Bin 0 -> 808 bytes .../emacspeak-tutorials/functions/index.html | 63 ++++++++++++++++++ _site/emacspeak-tutorials/index.html | 2 + _site/feed.xml | 2 +- _site/sitemap.xml | 14 ++-- 5 files changed, 75 insertions(+), 6 deletions(-) create mode 100644 _site/assets/emacspeak-tutorials/functions.zip create mode 100644 _site/emacspeak-tutorials/functions/index.html diff --git a/_site/assets/emacspeak-tutorials/functions.zip b/_site/assets/emacspeak-tutorials/functions.zip new file mode 100644 index 0000000000000000000000000000000000000000..f7be3f14ca76e2880ad53064f90a6428e5dde24c GIT binary patch literal 808 zcmWIWW@h1H00FmMOM}1+D8a=b!;n^*mt2yWpI59O8p6rIEK)N$K@^BfE4UdLSza(R zFo1~wpcx`ST^tOm8eO#$usA*-8Ougw37j0o8R`OL3?(IIrA|B9m2%GAc|re z-0gbFU<-@OCnr<@F`DC3Cm!@WY#`wB{$E#MK%lhimM0M!=I1)Bg^adl>KuKYk$jos z$bMmKKHf)3Yp>;}r@whC)@yy(I%2t#_RX5C9S2_Am>UtLxQ<8m_5zc4)$4n9XUer0 zJbBoAwRUgc(+vlwGerD8(88$t%KD?O-JHM|Ht{El+)fKx>1dX1`~3RlrpJP{@#6hY zOr4vWYA^3`-}v+CE}`667qc5;uE*>acZ3bo5JFSK2oZ6mYW;>=AY zyLU&FTv&p%t!JdDb?z|c^m4ZJG7`%X?YGi=x?tnG{z=DXXorUEkZbfT|2F$r((ZKy zyJzP-X|I&3m7JvOv;Vl)-hhc>e-h_4hrDt6-oHwC+W#zZ+yB78Wn_|L#+4u>ph-i3 z;jJTx2@hgm@?eD|546yQn1?HIK+FTi9>bDG7ZmdlNd;&wD5>Bv7c&_ko4X0cT)2xt ci2`UeC{bV-&B_MU!@vxJK)3M&Qx*dQ0PH0Hvj6}9 literal 0 HcmV?d00001 diff --git a/_site/emacspeak-tutorials/functions/index.html b/_site/emacspeak-tutorials/functions/index.html new file mode 100644 index 0000000..f30ab09 --- /dev/null +++ b/_site/emacspeak-tutorials/functions/index.html @@ -0,0 +1,63 @@ + + + + + Functions in C | tait.tech + + + + + + + +
+
+

tait.tech

+ + + +
+
+

Functions in C, an Emacspeak Tutorial

+ +

Functions allow us to modularize our programs into many small parts. +Of course if we need to do something once at the start of our program, and once again at the end, +it will be rather inconvenient to copy and paste all our code all the time.

+ +

Hope everything makes sense. If not, let me know.

+ + + + + + +
+
+ +
+ + diff --git a/_site/emacspeak-tutorials/index.html b/_site/emacspeak-tutorials/index.html index 128bd19..ec82cd1 100644 --- a/_site/emacspeak-tutorials/index.html +++ b/_site/emacspeak-tutorials/index.html @@ -34,6 +34,8 @@
  • Arrays in C
  • +
  • Functions in C
  • +
  • Loops in C
  • Pointers in C
  • diff --git a/_site/feed.xml b/_site/feed.xml index bc6eea1..d844d04 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2021-05-05T22:07:00-06:00http://localhost:4000/feed.xmlUEFI Development On x86 With EDK22021-04-18T00:00:00-06:002021-04-18T00:00:00-06:00http://localhost:4000/2021/04/18/uefi-development-environment<p>I made this blog so I could remember how to do stuff that had instructions spread around the internet. +Jekyll2021-05-05T23:21:43-06:00http://localhost:4000/feed.xmlUEFI Development On x86 With EDK22021-04-18T00:00:00-06:002021-04-18T00:00:00-06:00http://localhost:4000/2021/04/18/uefi-development-environment<p>I made this blog so I could remember how to do stuff that had instructions spread around the internet. So here is how I setup my environment for developing EFI applications.</p> <h2 id="requirements">Requirements</h2> diff --git a/_site/sitemap.xml b/_site/sitemap.xml index f5075cd..edada64 100644 --- a/_site/sitemap.xml +++ b/_site/sitemap.xml @@ -2,23 +2,27 @@ http://localhost:4000/emacspeak-tutorials/arrays/ -2021-05-05T22:07:00-06:00 +2021-05-05T23:21:43-06:00 + + +http://localhost:4000/emacspeak-tutorials/functions/ +2021-05-05T23:21:43-06:00 http://localhost:4000/emacspeak-tutorials/loops/ -2021-05-05T22:07:00-06:00 +2021-05-05T23:21:43-06:00 http://localhost:4000/emacspeak-tutorials/pointers/ -2021-05-05T22:07:00-06:00 +2021-05-05T23:21:43-06:00 http://localhost:4000/emacspeak-tutorials/printing/ -2021-05-05T22:07:00-06:00 +2021-05-05T23:21:43-06:00 http://localhost:4000/emacspeak-tutorials/user-input/ -2021-05-05T22:07:00-06:00 +2021-05-05T23:21:43-06:00 http://localhost:4000/2020/01/22/padding-and-margin/