Skip to content

Instantly share code, notes, and snippets.

View vinothkannans's full-sized avatar
🏠
Working from home

Vinoth Kannan vinothkannans

🏠
Working from home
View GitHub Profile
@vinothkannans
vinothkannans / donate.md
Last active August 16, 2016 12:47 — forked from skratchdot/donate.md
My Paypal donate button in markdown format

Donation Button

Donate

@vinothkannans
vinothkannans / 0_reuse_code.js
Created June 17, 2016 08:44
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@vinothkannans
vinothkannans / license-badges.md
Last active September 13, 2017 23:35 — forked from lukas-h/license-badges.md
License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file. Easily copy and paste the code under the badges into your Markdown files.

Apache

Apache 2.0 License

License
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

BSD