Skip to content

Instantly share code, notes, and snippets.

View schowdhuri's full-sized avatar

Subir schowdhuri

View GitHub Profile
### Keybase proof
I hereby claim:
* I am schowdhuri on github.
* I am schowdhuri (https://keybase.io/schowdhuri) on keybase.
* I have a public key ASD-VqNr1gkkGjyhMhLHSkqXE_O8PGhjLhgBBBn18MI_uQo
To claim this, I am signing this object:
@schowdhuri
schowdhuri / roundHalfEven.js
Last active February 13, 2018 04:55
Round Half-Even
//
// Round Half-Even
// Refer: https://en.wikipedia.org/wiki/Rounding#Round_half_to_even
// Demo: https://codepen.io/schowdhuri/pen/wPXdJe
//
// Author: Subir Chowdhuri
// Updated: 2018-02-12
// License: MIT
//
// Copyright (c) 2018 Subir Chowdhuri
@schowdhuri
schowdhuri / .babelrc
Last active September 17, 2017 13:58
Parallel Webpack Build
{
"presets": [ "env", "stage-1" ]
}