Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brettlangdon/programming-in-general
A language agnostic book on programming.
https://github.com/brettlangdon/programming-in-general
Last synced: 3 months ago
JSON representation
A language agnostic book on programming.
- Host: GitHub
- URL: https://github.com/brettlangdon/programming-in-general
- Owner: brettlangdon
- License: other
- Created: 2012-06-26T22:51:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-24T13:36:49.000Z (over 12 years ago)
- Last Synced: 2024-04-16T15:15:27.735Z (8 months ago)
- Language: Python
- Size: 2.86 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Programming In General
Programming In General is a text resource for people to use to learn how to program.
This resource is recommended for both those seasoned verterans who want to learn something new
or even those who have never learned a programming language before.Programming In General is written in a code agnostic format allowing readers to translate
the examples to which ever programming language they would like.Enjoy.
I will always try to keep the lastest pdf version of the book provided in the repository, but if I forgot then you can build the pdf from source.
## Contributing
Please! Fork this project, write a chapter, a section or even just fix my terrible grammar and make a pull request. I will ensure to give credit where credit due!
A few things to keep in mind when contributing actual writing, I have been keeping a few standards such as keeping a single empty space between paragraphs, new sections and code blocks.
There are three commands I have added to latex for this book, `\pigVar, \pigVal and \pigOut`, they are fairly easy to figure out. `\pigVar` is for when variables, functions, class properties, etc are stated in text, `\pigVal` is when values are stated in code and `\pigOut` is used when writing the output of code.
These commands are used as `\pigVar{name} is equal to \pigVal{22}`.The main directory, chapter and section structure might be a little weird, I am new to latex and wanted a way to separate out chapters and sections and well of course I wrote a script to do it for me. Each chapter has its own directory, with its chapter number and name, the chapter introduction text is provided in a file with the same EXACT name as the chapter without the number and .tex on the end and all sections are numbers as 1.1, 1.2, etc and then their section name. They are 1.# because thats the way I did it and live with it.
Please take a look at some of the chapters and sections already written for a better understanding.