hrivera

Results 4 issues of hrivera

Task queue is not extrictly FIFO, as this code demonstrate. ``` const promise1 = new Promise((resolve, reject) => { setTimeout(resolve, 3000, 'one'); }); const promise2 = new Promise((resolve, reject) =>...

``` var params = {screen_name: 'someOne',count: '200', cursor: -1}; client.get('friends/list', params, function getlist(error, list, response) { if (!error) { for (var index=0,index

Market Methods await client.buyLimit('BTC-ETH', { quantity: 2.1, price: 0.1 }) rate instead of price await client.buyLimit('BTC-ETH', { quantity: 2.1, rate: 0.1 }) await client.sellLimit('BTC-ETH', { quantity: 2.1, price: 0.1 })...

This course: Social Network Analysis, by Lada Adamic, A link for her coursera material: https://github.com/hrivera2014/coursera-sna here in github.