Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Learning Cmake | 2,233 | 2 years ago | 5 | gpl-2.0 | CMake | |||||
learning cmake | ||||||||||
Tutorial | 1,455 | 4 days ago | 106 | other | Makefile | |||||
This is a tutorial we are using for Django Girls workshops | ||||||||||
Lc3 Vm | 1,013 | 4 months ago | 2 | Makefile | ||||||
Write your own virtual machine for the LC-3 computer! | ||||||||||
Aiohttp Demos | 676 | 5 days ago | 36 | other | Makefile | |||||
Demos for aiohttp project | ||||||||||
Makefile_tutor | 448 | 4 months ago | 1 | Makefile | ||||||
This project aims to create a crystal clear tutorial on a cryptic looking topic. | ||||||||||
Crystal Book | 372 | 2 days ago | 69 | other | Makefile | |||||
Crystal docs at https://crystal-lang.org/reference | ||||||||||
Hx_dk_for_nordic_52840_ble | 180 | 2 years ago | 4 | gpl-3.0 | Makefile | |||||
该代码仓主要用于发布基于红旭开发板的NORDIC 52840 BLE教程(This repository is mainly to publish the NORDIC 52840 BLE tutorials based on the HX DK) | ||||||||||
Muduo Tutorial | 160 | 4 years ago | 1 | C++ | ||||||
Tutorial of Muduo network library | ||||||||||
Luci_tutorials | 117 | 5 years ago | 2 | Makefile | ||||||
An outdated outline of a set of LuCI tutorials. (Updates stopped in 2013) | ||||||||||
Makepytorchplusplus | 111 | 4 years ago | Makefile | |||||||
How and why you want to make your pytorch CUDA/CPP extension with a Makefile |
WARNING: WORK IN PROGRESS. SOME SECTIONS MIGHT NOT HAVE ANY CONTENT OR ONLY A LIST OF KEYWORDS FOR ME AS A TODO LIST.
A collection of examples & workflow tips related to the C++ library JUCE.
I started using JUCE because I wanted to make my own audio plug-ins and after doing a little bit research JUCE seemed to be the way to go.
Over the last couple of years, I have collected all of the resources related to JUCE that I could find. The list of bookmarked pages & code snippets have grown to quite a collection, so I decided to publish them as a cheat sheet for myself and everybody else who uses or wants to use JUCE.
I started with programming at the age of 10. C++ was my first and primary language for the first couple of years. I have since then used Python, JS & Golang. I currently studying computer science with a focus on embedded systems in Berlin.
I'm definitely not an expert in JUCE or C++. I do have a job as a C++ developer, but unfortunately not using JUCE. So if you find any problems in my examples, feel free to open an issue.
JUCE is published under a dual license, it is free for open source & small projects. You can find their license for JUCE here.
All of my example code in this repository is published to the public domain under the Creative Commons CC0 1.0 license.
If you find any bugs or design problems in my examples feel free to open up an issue on GitHub.
If you want to add examples or resources to this collection you can either push a pull request directly or open up an issue first, if you have any questions. Please make sure that your topic is not already covered by one of the official JUCE tutorials. If you want to add to one of the official tutorials make sure you include a link to that page, so we can keep duplicate code as minimal as possible. Maintaining the same tutorial twice doesn't make much sense.