Based off the amazing hackpad guide, I made my own rendition. Volume slider (actually a rotary switch), Microphone toggle AND Numpad, or your favourite keys all at once.
Using Java (on Intelli), I have been working on making some fundamental data structures l've learnt in school. Today, I've been making a linked list. I used 0OP with an 'Element class (hence the name) being the element. The 'LinkedList class holding all the methods such as 'append', 'insert', and load more. Though this is kinda a standalone project so far, I will ideally add it to make a larger project.