You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This project has three books in it:JavaIntroBook,JavaWorkbook, andJavaReader.
JavaIntroBook
source for ZCW Java Intro Book
this thing is NOT is Markdown, the source is in AsciiDoc.Look at it, it's a better way of doing this for multi-file, multi-topic projects.
Difference betweenstatic and instance thinsg.
install asciidoctor
sudo gem install asciidoctor-pdf --pre
asciidoctor-pdf -v
Asciidoctor PDF is a native PDF converter for AsciiDoc.
producing the digital versions
As of April 2021 usemake all to make the products.Usemake index to preview the JavaPrepBook.Usemake workbook to preview the JavaPrepWorkbook.
Notes on S3 on Ruit Oceano Nox. (well, now in the app, but still)
previously
to generate targets:useasciidoctor-pdf -D PDF index.adoc to get index.pdfuse/usr/local/bin/asciidoctor-epub3 -D EPUB index.adoc to get EPUB/index.epub
to generate targets:useasciidoctor-pdf -D PDF workbook.adoc to get index.pdfuse/usr/local/bin/asciidoctor-epub3 -D EPUB workbook.adoc to get EPUB/index.epub
JavaReader
This a book focused on getting students to read more, much more, Java source code.It has a lot of exercises, and a lot of code to read.In the age of GPT, we need to have more code for students to read and reason about.Creating Code isn't the hard thing anymore.Now, it's the thinking. (Well, that's always been true hasn't it?)