From 334674cf50d2b3c3d0a26b04355f9e7ae3c1af37 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Sun, 16 May 2021 20:37:04 -0600 Subject: [PATCH] Update _site static file --- _site/assets/emacspeak-tutorials/pointers.zip | Bin 0 -> 707 bytes _site/assets/emacspeak-tutorials/structs.zip | Bin 0 -> 799 bytes _site/emacspeak-tutorials/index.html | 2 + _site/emacspeak-tutorials/structs/index.html | 65 ++++++++++++++++++ _site/feed.xml | 2 +- _site/sitemap.xml | 16 +++-- 6 files changed, 78 insertions(+), 7 deletions(-) create mode 100644 _site/assets/emacspeak-tutorials/pointers.zip create mode 100644 _site/assets/emacspeak-tutorials/structs.zip create mode 100644 _site/emacspeak-tutorials/structs/index.html diff --git a/_site/assets/emacspeak-tutorials/pointers.zip b/_site/assets/emacspeak-tutorials/pointers.zip new file mode 100644 index 0000000000000000000000000000000000000000..347765b157ea3b781d9961ea3ff57946b4966049 GIT binary patch literal 707 zcmWIWW@h1H0D=5fOM}1+D8b1f!%&c)nOBlpRIDEw!pXqwlrT8~gi9;985mh!Ff%ZK zi2$GxB0xchL6xmTxKH0(X zXsZC*v%mk%f1*4i>xd0~m^8%b_AiJgb` zG_W&w=+>vm z=R8U(f14{JePYr(J(=KFe>sC+TsSWOK~JRhSTJ+^<+UpLg4cAbH;D&$Gcw6Bpk-Ln=!|R}A|`>xf?^Vnv6#_>Z0veu fV`0t(MHcWH;ATF)oW?*D_!OXw_ zCIWyahye9)Fr-#54T|G5nydiisRFS8k_oq1a-4s zGT5s57Z)b124XZvPYrU+I&2`Y=e20Cxb*EMo_c$)sBXWJY|Xj3chM%vmLr=tI+dQTGS1F) zwZ5OM*6|=T>$2cJi3KN`-lse~wdtAEk?5cQcKp-1QGW2ozF?-QS+m~G%bsji@a|%F z!&znvZlk@?iK|Vj6t%a0f0F3mVWgkq<(DVco$>JY!gAjgQ_Rdf;y(2}ZVf$mW$E&_ z5}I>WPhb3hIqZ^sPG0ox)Ke4dYJYlfiwT_dw=iN(tO@6Jn@)?5H-AU0d&6Vb>iZ|< zS?M3y4&Et_It5es`ql}`KdGtuaY^5DYValF#_VUY3;Nb{E?6pSlK7VSKQM$DndF#p zr3VRMoPvM=!&^rXjYu7=kko+|$Pm+Tr45K_zzAem(&&U_8X~0tO$DVCJf>o%17uUz gAeoAkDuBjPrinting in C +
  • Structs in C
  • +
  • User Input and Variables in C
  • diff --git a/_site/emacspeak-tutorials/structs/index.html b/_site/emacspeak-tutorials/structs/index.html new file mode 100644 index 0000000..0bd1f9f --- /dev/null +++ b/_site/emacspeak-tutorials/structs/index.html @@ -0,0 +1,65 @@ + + + + + Structs in C | tait.tech + + + + + + + +
    +
    +

    tait.tech

    + + + +
    +
    +

    Structs in C, an Emacspeak Tutorial

    + +

    Structs are a way of grouping related data together. +Think of a struct the same way your would any other noun. +They often have many individual attributes that combine to make that thing. +For example, a student may have a first name, last name, student ID, GPA, list of classes, etc. +In this tutorial I use a very trimmed down version of what a structure generally contains to make the point without overwhelming you.

    + +

    Hopefully it helps. Let me know about any improvments.

    + + + + + + +
    +
    + +
    + + diff --git a/_site/feed.xml b/_site/feed.xml index 3032971..6d92f08 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2021-05-13T14:59:04-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-16T20:36:19-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 c19ae46..2795874 100644 --- a/_site/sitemap.xml +++ b/_site/sitemap.xml @@ -2,27 +2,31 @@ http://localhost:4000/emacspeak-tutorials/arrays/ -2021-05-13T14:59:04-06:00 +2021-05-16T20:36:19-06:00 http://localhost:4000/emacspeak-tutorials/functions/ -2021-05-13T14:59:04-06:00 +2021-05-16T20:36:19-06:00 http://localhost:4000/emacspeak-tutorials/loops/ -2021-05-13T14:59:04-06:00 +2021-05-16T20:36:19-06:00 http://localhost:4000/emacspeak-tutorials/pointers/ -2021-05-13T14:59:04-06:00 +2021-05-16T20:36:19-06:00 http://localhost:4000/emacspeak-tutorials/printing/ -2021-05-13T14:59:04-06:00 +2021-05-16T20:36:19-06:00 + + +http://localhost:4000/emacspeak-tutorials/structs/ +2021-05-16T20:36:19-06:00 http://localhost:4000/emacspeak-tutorials/user-input/ -2021-05-13T14:59:04-06:00 +2021-05-16T20:36:19-06:00 http://localhost:4000/2020/01/22/padding-and-margin/