C Reference Projects
-
Project mention: Can we make a guide for morons on how to install OpenEFT on a clean WSL install? | /r/NFA | 2023-05-29
mkdir ~/install cd ~/install wget https://github.com/uclouvain/openjpeg/archive/master.zip unzip master.zip cd openjpeg-master/ mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make sudo make install sudo make clean cd
-
programming-windows-5th-edition
Unofficial source code repo for Charles Petzold's Programming Windows 5th Edition.
The source code examples are also available on GitHub: Programming Windows 5th edition source code. You can try it yourself either with Windows 98 and Microsoft Visual C++ on VirtualBox or your 90s vintage computer at home.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Index
Project | Stars | |
---|---|---|
1 | openjpeg | 890 |
2 | programming-windows-5th-edition | 63 |