Skip to content

Instantly share code, notes, and snippets.

View sabbirrahman's full-sized avatar

Sabbir Rahman sabbirrahman

View GitHub Profile
@itskhaledmohammad
itskhaledmohammad / githubStats.js
Last active January 6, 2018 16:20
This script shows you some cool stats of your GitHub profile in your browser's console.
/*
* Author: Khaled Mohammad
* Dated: 6th January, 2018
*
* How to use:
* 1.Go to your github profile page: github.com/<yourusername>/
* 2.Open console by pressing F12.
* 3.Paste the code below.
* 4.It will show you some juicy stats about your profile.Tadaaa!
*
@LearningMaterial
LearningMaterial / a) understandJS.md
Last active February 28, 2019 13:29
Notes of Javascript_The_Weird_Parts

Javascript Understanding The Weird Parts

@naoyeye
naoyeye / angular.filters.nl2br.js
Created January 2, 2014 14:36
angular nl2br filter
/*
# Usage in html template:
"xxx | nl2br"
<div ng-bind-html=" YourString | nl2br "></div>
or: