Vincent Ollivier
Vincent Ollivier
I'm doing a Leetcode challenge in October with MOROS List to improve the language. - [x] Fix dict representation when empty - [x] Add dict support to `contains?` - [x]...
- [x] Update shortcuts doc - [x] Avoid moving cursor up after deleting a line with `^D` - [ ] Add ":q" command
- [x] Add dict support to `len` - [x] Add dict support to `empty?` - [x] Add dict support to `map` - [x] Add `dict/keys` function - [x] Add `dict/values`...
- https://wiki.osdev.org/Sound_Blaster_16 - https://pdos.csail.mit.edu/6.828/2006/readings/hardware/SoundBlaster.pdf - https://github.com/qemu/qemu/blob/master/hw/audio/sb16.c
Add command to draw text on screen in VGA graphics mode. This PR is another tiny step toward adding UEFI support with the goal of one day maybe supporting `ARM64`...
- [x] Add POP3 support - [x] Add SMTP support - [ ] Add POP3 over TLS proxy - [ ] Add SMTP over TLS proxy
At the moment we can only run one command at a time in the REPL and in any shell script, which is pretty limiting. This PR will evolve the shell...