blob: f5658a2fecd2ab09732b35308b972d469322c8dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# dab2 eindopdracht
## links
- [Ergast developer API](http://ergast.com/mrd/)
- [Driver images](https://brightspace.avans.nl/d2l/common/dialogs/quickLink/quickLink.d2l?ou=94181&type=coursefile&fileId=Coureurs.zip)
- [Country images](https://brightspace.avans.nl/d2l/common/dialogs/quickLink/quickLink.d2l?ou=94181&type=coursefile&fileId=Landen.zip)
- [Circuit images](https://brightspace.avans.nl/d2l/common/dialogs/quickLink/quickLink.d2l?ou=94181&type=coursefile&fileId=Circuits.zip)
## klaagmuur
- de zip bestanden van brightspace moeten met het volgende commando uitgepakt
worden op \*nix systemen om de accenten op de landnamen te behouden:
```bash
unzip -O IBM437 <zip>
```
|