mcollins21's Stars
vinta/awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources.
ossu/computer-science
🎓 Path to a free self-taught education in Computer Science!
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
TheAlgorithms/Java
All Algorithms implemented in Java
OpenInterpreter/open-interpreter
A natural language interface for computers
firstcontributions/first-contributions
🚀✨ Help beginners to contribute to open source projects
Asabeneh/30-Days-Of-Python
30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
Asabeneh/30-Days-Of-JavaScript
30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
AtsushiSakai/PythonRobotics
Python sample codes for robotics algorithms.
srush/GPU-Puzzles
Solve puzzles. Learn CUDA.
tensorflow/tfjs-examples
Examples built with TensorFlow.js
spotify/pedalboard
🎛 🔊 A Python library for audio.
ethen8181/machine-learning
:earth_americas: machine learning tutorials (mainly in Python3)
facebookresearch/audio2photoreal
Code and dataset for photorealistic Codec Avatars driven from audio
olilarkin/awesome-musicdsp
A curated list of my favourite music DSP and audio programming resources
free-audio/clap
Audio Plugin API
TheAlgorithms/Kotlin
All Algorithms implemented in Kotlin
mdn/webaudio-examples
Code examples that accompany the MDN Web Docs pages relating to Web Audio.
CaelumF/FigmaToCompose
Plugin and backend to convert Figma designs to Jetpack Compose code
elemaudio/elementary
Elementary is a JavaScript library for digital audio signal processing.
kunitoki/popsicle
Popsicle aims to bridge the JUCE c++ framework to python.
sudara/melatonin_inspector
A JUCE module that gives you the ability to inspect and visually edit (non-destructively) components in your UI.
JanWilczek/audio-plugin-template
A template repository that you can use for creating audio plugins with the JUCE C++ framework. It is based on CMake, uses CPM package manager, the JUCE C++ framework (obviously), and the GoogleTest framework. All of these are easy to change on demand. You can also base off your new repo off this template because the setup is very simple.
nfroidure/midiplayer
Play MIDI file right in your browser with the WebMIDIAPI
ess-m/gen-filters
A collection of audio filters ported to Gen~
belangeo/plugex
PLUGin EXamples made with JUCE
CypherCreed/CypherCreed-Learning-Path
Contains well-tested and well-organised Learning Paths of fields of Computer Science created by experienced people.
nwesthoff/Digital-Pocket-Operators
I'm seeing how far I can get in creating Teenage Engineering's Pocket Operators with Tone.js
gmonte29/Code-Database-Website
Website for storing code samples filtered by programming language and function
mcollins21/shuffleAlgorithmsKotlin
A variety of algorithms that could be used to shuffle content for a music streaming service. Developed for Kotlin.