Daniel Gruss
Daniel Gruss
* Changed MsgUser() to take a message type: Messages now use irc.NOTICE / irc.ERROR unless they are irc.PRIVMSG to be closer to a regular IRC server, creating a more smooth...
using these for the interrupt handlers could allow us to get rid of the last asm file. gcc 8 should support attribute((naked)) which would be perfect for us... attribute((interrupts)) should...
some students appear to confuse file descriptors with the class of the same name in the kernel. we want to avoid that.
most parts of the file system are thread safe because of locking on the lowest level and doing the rest on the stack.. however, the superblock can be modified and...
on x86 we added a cr3 reload to ensure paging structures caches are reloaded... on ARM we need to add a line or two to do that
this commit makes the entire table cell clickable, so if you don't hit the checkbox/label exactly, it still works...
In the usdx editor you can press F6 to toggle piano mode. The keyboard keys then work like piano keys on the current note... arrow keys and some other keys...
add karaoke mode via #INSTRUMENTALS or #KARAOKE tag, key to toggle karaoke mode is K while playing.
add karaoke mode via #INSTRUMENTALS or #KARAOKE tag, key to toggle karaoke mode is K while playing.
Currently, a song that has freestyle notes at the end only enters the highscore if the freestyle lines are also completed. this commit adds some backwards search for the last...
These are first steps in the direction of automatically determining the mic delay. in the optionsrecord screen (where you select the microphones): press W to play the wave file and...