Skip to content

Instantly share code, notes, and snippets.

View theleancoder's full-sized avatar

Ankit Singh theleancoder

  • .na
  • Gurgaon, India
View GitHub Profile
S1;
signal(synch);
signal(S) {
S++;
}
wait(S) {
while (S <= 0)
// busy wait
S--;
}
sudo gedit /etc/mongod.conf
sudo mkdir -p /data/db
git clone https://github.com/meanjs/mean.git meanjs
npm install -g grunt-cli