An open API service indexing awesome lists of open source software.

https://github.com/yegor256/faces

Photos of famous people, which I use in my lecture nodes and some presentations too
https://github.com/yegor256/faces

lecture-notes photos pictures

Last synced: 5 months ago
JSON representation

Photos of famous people, which I use in my lecture nodes and some presentations too

Awesome Lists containing this project

README

          

# JPG Photos of Famous People

[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/bibliography/blob/master/LICENSE.txt)

All photos are taken from public Internet resources.

If you want your photo to disappear from this repository,
just [email me](mailto:yegor256@gmail.com).

If you want to use these photos too, just add this repo
as a Git [submodule][submodule] to your repo:

```bash
git submodule add https://github.com/yegor256/faces
```

I'm using them in almost all my lecture notes, including:

* [Software Quality Metrics (SQM)](https://github.com/yegor256/sqm)
* [Pain of OOP](https://github.com/yegor256/painofoop)
* [Software System Design](https://github.com/yegor256/ssd16)
* [Practical Program Analysis (PPA)](https://github.com/yegor256/ppa)

[submodule]: https://git-scm.com/book/en/v2/Git-Tools-Submodules