d109a87bebbcc63e12f68815cd99463cb4972e70
Knowledge/Programming.mediawiki
... | ... | @@ -3,6 +3,12 @@ |
3 | 3 | |
4 | 4 | == Graphics Programming == |
5 | 5 | * [[https://zeux.io/2020/02/27/writing-an-efficient-vulkan-renderer/|Writing an efficient Vulkan renderer]] |
6 | +* [[http://entropymine.com/jason/bmpsuite/bmpsuite/html/bmpsuite.html|BMP Suite Image List]] (BMP format test cases with actual file and reference image) |
|
7 | +* [[http://graphics.pixar.com/library/|Pixel Online Library]] |
|
8 | +* [[https://www.iquilezles.org/www/index.htm|inigo quilez]] |
|
9 | + |
|
10 | +== Network == |
|
11 | +* [[https://stackoverflow.com/questions/14388706/how-do-so-reuseaddr-and-so-reuseport-differ|How do SO_REUSEADDR and SO_REUSEPORT differ?]] |
|
6 | 12 | |
7 | 13 | == Deployment == |
8 | 14 | * [[https://www.0chris.com/tiny-ci-system.html|Tiny CI System]] |