Posts about code
Execute dynamic code in Elixir
Sometimes you might need to execute code dynamically based - for instance - on the name of a module, akin to code reflection on other languages.
In Elixir one way this can be achieved is by using Erlang's :code
module. As an example, say you want to...
10 years ago
'New keyboard and KeyRemap4MacBook key bindings'
Bought a new keyboard, the DAS Keyboard Professional S. Maybe now i'll finally learn how to code properly :)
Also, took some time to create key bindings for media and brightness controls (for...