diff --git a/_site/emacspeak-tutorials/index.html b/_site/emacspeak-tutorials/index.html new file mode 100644 index 0000000..56f193c --- /dev/null +++ b/_site/emacspeak-tutorials/index.html @@ -0,0 +1,53 @@ + + + + + Emacspeak Tutorial Resources | tait.tech + + + + + + + +
+
+

tait.tech

+ + + +
+
+ + +
+
+ +
+ + diff --git a/_site/emacspeak-tutorials/loops/index.html b/_site/emacspeak-tutorials/loops/index.html index a3b92cb..89607f7 100644 --- a/_site/emacspeak-tutorials/loops/index.html +++ b/_site/emacspeak-tutorials/loops/index.html @@ -2,7 +2,7 @@ - Loops in C, an Emacspeak Tutorial | tait.tech + Loops in C | tait.tech @@ -30,16 +30,27 @@
-

Loops in C, an Emacspeak Tutorial

+

Loops in C, an Emacspeak Tutorial

For loop, while loop! Why all the confusion?

I explain in my own way how loops work using basic C programming techniques to do many things in very few lines. Hopefully you don’t get payed by lines of code because that would be ridiculous.

-

YouTube link: Loops in C

-

Resources: Loops in C

+ + + +

diff --git a/_site/emacspeak-tutorials/pointers/index.html b/_site/emacspeak-tutorials/pointers/index.html new file mode 100644 index 0000000..9281c58 --- /dev/null +++ b/_site/emacspeak-tutorials/pointers/index.html @@ -0,0 +1,65 @@ + + + + + Pointers in C | tait.tech + + + + + + + +
+
+

tait.tech

+ + + +
+
+

Pointers in C, an Emacspeak Tutorial

+ +

Pointers are often seen as this complicated thing, +but really they’re just like a home address. +You can go somewhere to find something specific. +123 Main St. is where Bob lives, +and as long as I know Bob lives there we can say “Deliver groceries to 123 Main St.” and we know this means that Bob will get his groceries.

+ +

Hopefully everything is explained well. The resources are as follows:

+ + + + + + +
+
+ +
+ + diff --git a/_site/emacspeak-tutorials/printing/index.html b/_site/emacspeak-tutorials/printing/index.html index 578e274..a03ebb2 100644 --- a/_site/emacspeak-tutorials/printing/index.html +++ b/_site/emacspeak-tutorials/printing/index.html @@ -2,7 +2,7 @@ - Printing in C, an Emacspeak tutorial. | tait.tech + Printing in C | tait.tech @@ -30,19 +30,27 @@
-

An Emacspeak Tutorial: Printing Text With C

+

Printing in C, an Emacspeak Tutorial

“Hello World!”

The most famous incantation among programmers and software engineers since it was popularized in the 1990s by Ken Thompson and Dennis Richie. Today I will explain how to make your own “Hello World!” application in C using the Emacspeak environment for the blind and visually impaired.

-