Fyodor Ananiev

Results 2 issues of Fyodor Ananiev

Helps to get started faster for ones who are not very familiar with Facebook API.

`fstream_hash_issue_example.js` computes MD5 hash of a file read from filesystem. Program call and output in cmd.exe, Windows : ``` F:\...>node fstream_hash_issue_example.js fs.createReadStream: dd9e30aa94c1074d863846c4ed35b8bd fstream.Reader: d41d8cd98f00b204e9800998ecf8427e fstream.Reader: dd9e30aa94c1074d863846c4ed35b8bd ``` The code:...