Programming Resources
Just a collection of resources on various subjects related to Computer Science
AI – Machine Learning
- Understand Deep Learning – Fundamental understanding of Neuron networks
- Machine Learning Glossary – List of terms used in machine learning and their meaning.
C++ Programming
- Awesome list of C++ libraries and others – List of great libraries and frameworks for C/C++
- Awesome-Android-UI – List of useful UI library modules for Android.
- Design-Patterns – Design Patterns in Multiple Languages.
Performance
- x86 SIMD Guide: Intel Intrinsics Guide
Computer Graphic
OpenGL
- Step-by-step OpenGL: A great source for beginning with OpenGL.
- Learn OpenGL:
Vulkan
- Vulkan Tutorial – Cover the basics of getting started with Vulkan.
- Vulkan Guide –
- Vulkan Samples –