Trade, Issue, and Send Directly on the Ripple Network What is The World Exchange? Imagine being able to send money, credit, assets – any form of ownership or value – to anyone anywhere in the world in mere seconds. Then imagine being able to trade or bid on those same items online with anyone else …
nivo chart
nivo provides supercharged React components to easily build dataviz apps, it’s built on top of d3. Several libraries already exist for React d3 integration, but just a few provide server side rendering ability and fully declarative charts. In order to use nivo, you just have to pick the scoped @nivo packages according to the charts you wish to …
Using Google News
There is no Google News API in the world. 😉 Instead of it, you should use Google News RSS. For example, https://news.google.com/rss/search?q=ronaldo+messi The result is XML doc, so you should parse it.
Linux disable sudo password prompt in terminal (Critical security issue, only use on dev machines)
While we are working on linux systems, terminal is daily driver, sudo is one of most commonly used command.But what if you have long password, like 10 or 20 characters long? We can bypass sudo password prompt by changing sudo settings. This will open sudo configuration file with text editor like vi or nano.Go to …