A language agnostic book on programming.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Brett Langdon 0f797380a5 Updated 3.1 - added declaration subsection. Added subsections to 3.2 and 3.3. Added sections to chapter 4 14 years ago
1 - Introduction swapped 2.2 and 2.3. fixed and updated chapter 2. added pigVal, pigVar and pigOut commands for text formatting 14 years ago
2 - Getting Started Updated 3.1 - added declaration subsection. Added subsections to 3.2 and 3.3. Added sections to chapter 4 14 years ago
3 - Functional Programming Updated 3.1 - added declaration subsection. Added subsections to 3.2 and 3.3. Added sections to chapter 4 14 years ago
4 - Object Oriented Programming Updated 3.1 - added declaration subsection. Added subsections to 3.2 and 3.3. Added sections to chapter 4 14 years ago
5 - Data Structures added new chapter Getting Started, began working on sections 1 and 2 of chapter 2 14 years ago
6 - Algorithms added new chapter Getting Started, began working on sections 1 and 2 of chapter 2 14 years ago
.gitignore removed *.pdf from .gitignore. added Programming In General.pdf 14 years ago
.tex initial commit 14 years ago
Programming In General.pdf Updated 3.1 - added declaration subsection. Added subsections to 3.2 and 3.3. Added sections to chapter 4 14 years ago
Programming In General.tex Updated 3.1 - added declaration subsection. Added subsections to 3.2 and 3.3. Added sections to chapter 4 14 years ago
README.md Added readme 14 years ago
build Updated 3.1 - added declaration subsection. Added subsections to 3.2 and 3.3. Added sections to chapter 4 14 years ago
footer.tex initial commit 14 years ago
header.tex Updated 3.1 - added declaration subsection. Added subsections to 3.2 and 3.3. Added sections to chapter 4 14 years ago

README.md

Programming In General

To build from source you must have latex and python installed.

Instructions:

git clone git@git.blangdon.com:programming_in_general.git
cd "programming in general"
./build

Output will be:

"Programming In General.tex"
    and
"Programming In General.pdf"