Swordfish
Swordfish
I double encrypted some files, and I have to decrypt them by my self... So create a python script, to decrypt git-crypt encrypted files.
details reference look at #43 . Bug: 1. maybe dirty pages not updated cause key fetch error. 2. maybe not update pages when overwrite key's value.
I install mingw-w64 with gcc version 9.1.0 (Rev3, Built by MSYS2 project) and mingw-openblas. Compile ok with this Makefile: ```mk OPENBLAS = openblas PYTHON_INC = C:\Python36\include PYTHON_LIB = C:\Python36\Libs NUMPY_INC...
Current design create a thread for every connection. This will take much resources, better to use thread pool. Or change to libuv from node.js.
Current design is duktape embedded in libhttpd as module. Create another version that libhttpd as module of duktape.