Pages

Tuesday, April 19, 2016

Blockchain use cases

http://thefinanser.com/2016/01/the-heart-of-the-blockchain-use-case-digital-proof.html/

https://www.scribd.com/doc/303933279/Blockchain-Technology-and-Applications-from-a-Financial-Perspective

http://fsblog.accenture.com/capital-markets/wp-content/uploads/sites/2/2015/06/CM_ATS_POV_Blockchain_in_the_Investment_Bank-web.pdf

Monday, March 28, 2016

Software developer random useful things

Useful searches

regular expression to match all the words in a sentence after "="
\=(.*)

How to delete a tag in git and push it.

For example the name of the tag is payreceive-xxxx/payreceive-xxxxx-2.1.0
Then execute the below commands

git tag -d payreceive-xxxx/payreceive-xxxxx-2.1.0
git push origin :payreceive-xxxx/payreceive-xxxxx-2.1.0
 
Blogger Templates