Skip to content

Instantly share code, notes, and snippets.

View SadiqUltra's full-sized avatar
🏠
Simplicity is the soul of efficiency

Sadiqul Islam SadiqUltra

🏠
Simplicity is the soul of efficiency
  • Toptal
  • Bangladesh
View GitHub Profile
{ "https://arxiv.org/pdf/1708.08021.pdf":[
{
"content": {
"text": "Type Checking for JavaScript"
},
"position": {
"boundingRect": {
"x1": 255.73419189453125,
"y1": 139.140625,
"x2": 574.372314453125,

Keybase proof

I hereby claim:

  • I am sadiqultra on github.
  • I am sadiqul (https://keybase.io/sadiqul) on keybase.
  • I have a public key ASCgT4a5MrzwDLr-b9sSN4mF5y664_r-iVb5xai9vnfSeQo

To claim this, I am signing this object:

@SadiqUltra
SadiqUltra / install-watchman.sh
Last active June 11, 2017 16:54 — forked from ivan-loh/install-watchman.sh
Watchman installation for Ubuntu 16.04
# checkout, compile & install
git clone https://github.com/facebook/watchman.git
cd watchman/
git checkout v4.7.0
sudo apt-get install -y autoconf automake build-essential python-dev
./autogen.sh
./configure
make
sudo make install