Skip to content

Instantly share code, notes, and snippets.

View umerjamil16's full-sized avatar
🎯
Focusing

Umer Jamil umerjamil16

🎯
Focusing
View GitHub Profile
@umerjamil16
umerjamil16 / Cloud IDEs
Created November 1, 2016 10:26
Cloud IDEs
http://plnkr.co/
@umerjamil16
umerjamil16 / Cloud IDEs
Created November 1, 2016 10:26
Cloud IDEs
http://plnkr.co/
@umerjamil16
umerjamil16 / FILE Uploading API
Created November 1, 2016 06:03
FILE Uploading API
File Uploading API: .filestack.com/
@umerjamil16
umerjamil16 / Installing MongoDB on a Cloud9 workspace
Last active January 1, 2020 18:51
Installing MongoDB on a Cloud9 workspace
sudo apt-get install -y mongodb-org
$ mkdir data
$ echo 'mongod --bind_ip=$IP --dbpath=data --nojournal --rest "$@"' > mongod
$ chmod a+x mongod
$ ./mongod
$ mongo