node-base64 icon indicating copy to clipboard operation
node-base64 copied to clipboard

C/C++ base64 lib for node

Results 4 node-base64 issues
Sort by recently updated
recently updated
newest added

Build failed: -> task failed (err #1): {task: cxx base64.cc -> base64_1.o} Possibly b/c i am using node 0.2.6?

If you try to decode message.base64 in https://gist.github.com/763844 you get slightly wrong output. For example, "It’s ghetto" is part of the decoded string, but it should be "It’s ghetto". var...

node 0.1.103 (nvm) + npm it seems npm generates an incorrect main.js file for node-base64 (this maybe because this module is compiled), the problem is in the line 5 (/lib/node/.npm/node-base64/0.0.1/main.js)...

The build : ``` $ make node-waf configure build && mkdir -p ~/.node_libraries && cp ./build/default/base64.node ~/.node_libraries/base64.node Checking for program g++ or c++ : /usr/bin/g++ Checking for program cpp :...