José Miguel Sánchez García
José Miguel Sánchez García
I write this: ``` a_list = [ 1, 2 ] a_tuple = ( 1, 2 ) a_dict = { ("a", 1), ("b", 2) } print a_list print a_tuple print a_dict...
HW implementations would benefit from it, as the circuitry needed to sign-extend is simpler than the one to account for biases. Context: https://github.com/phoboslab/qoi/issues/28#issuecomment-980627601
I've backed this board, [the Orange Crab](https://github.com/gregdavill/OrangeCrab), based on the ECP5-25F, which would benefit greatly from Icestudio support. It features a Feather-compatible pinout, 1 Gbit of DRAM and a built-in...
See [this PR at termux-app](https://github.com/termux/termux-app/pull/399) for more info.
For example, try doing: ```rc ; cd /some/path/somewhere > /dev/null ; pwd /your/pwd ``` Presumably generalizable to other commands (I just don't know how to test this with another command/builtin)
Zork could be a quite appealing program to port to freestanding systems, as it is an interesting demo without requiring fancy interfaces like video. However, the file I/O is not...
Follow up from my comment on #70 where I argue that adding a standard way of querying info about the memory map would be a good idea. A quick recap:...
Considering #2475 was recently merged, support for `glam` as a linear algebra library would be more than appreciated.