Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yegor256/eqsp
Ensuring Quality in Software Projects: a series of lectures for a few universities
https://github.com/yegor256/eqsp
latex lecture-notes lectures
Last synced: 3 months ago
JSON representation
Ensuring Quality in Software Projects: a series of lectures for a few universities
- Host: GitHub
- URL: https://github.com/yegor256/eqsp
- Owner: yegor256
- License: mit
- Created: 2022-07-24T05:13:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T03:45:40.000Z (5 months ago)
- Last Synced: 2024-08-23T04:47:19.105Z (5 months ago)
- Topics: latex, lecture-notes, lectures
- Language: TeX
- Homepage: https://yegor256.github.io/eqsp
- Size: 1.5 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![latexmk](https://github.com/yegor256/eqsp/actions/workflows/latexmk.yml/badge.svg?branch=master)](https://github.com/yegor256/eqsp/actions/workflows/latexmk.yml)
There are slides for my series of lectures for a few universities in Russia.
The series is titled "Ensuring Quality in Software Projects"
All compiled slide decks in PDF are [here](https://yegor256.github.io/eqsp/).All lectures are video recorded, in this [YouTube playlist](https://www.youtube.com/playlist?list=PLaIsQH4uc08y14wCJMeffS2yErN4QpB8m).
To compile everything just run:
```bash
$ make
```To clean everything up, do:
```
$ make clean
```You need to have
[LaTeX](https://en.wikipedia.org/wiki/LaTeX),
[`aspell`](http://aspell.net/),
[`texsc`](https://rubygems.org/gems/texsc),
and
[`texqc`](https://rubygems.org/gems/texqc)
installed.**Disclaimer**: All visual and text materials presented in
this slidedeck are either originally made by the author or taken from public
Internet sources, such as website. Copyright belongs to their respected
authors.