This file was generated automatically based on this two sources:
- /etc/nginx/mime.types
- http://www.garykessler.net/library/file_sigs.html
This is a JSON object by following structure:
[string ext] : {
signs: [sign]
This file was generated automatically based on this two sources:
This is a JSON object by following structure:
[string ext] : {
signs: [sign]
| # Program to parse VGA data (EDID) accessed from I2C device 0x50 | |
| # | |
| # This is a quick demo not a supported program, so don't expect | |
| # correctness from it. | |
| # | |
| # Edid format from: | |
| # https://en.wikipedia.org/wiki/Extended_Display_Identification_Data#EDID_1.4_data_format | |
| # | |
| # Ken Shirriff http://righto.com | |
| # Python 3 Forkt by Martin Hildebrandt |