start new:
tmux
start new with session name:
tmux new -s myname
| obj-m += hello-packet.o | |
| all: | |
| make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules | |
| clean: | |
| make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean |
Hello software developers,
Please check your code to ensure you're not making one of the following mistakes related to cryptography.
| import Control.Monad | |
| import Data.Array.IO | |
| import System.Random | |
| -- TODO: I should be able to do this with the ST monad, but I'm not | |
| -- smart enough for that yet. | |
| -- ArraySlice data type. I probably should be able to parameterize | |
| -- over the kind of MArray. Indeed, ArraySlice probably can implement | |
| -- MArray itself! |