Linux Shell Power In Windows : Cygwin
“Cygwin” is a tool which brings power of Unix on installation to Windows command line tool. It means we can feel the power of Linux Shell in Windows. “cygwin1.dll” is the dll file which provides the Linux Layer service on windows. To know more and download , follow the link below :- While installing Cygwin […]
Node Package Manager(NPM) Installation In Windows
Node Package Manager (NPM) is needed to install modules in Node. NPM can be download for window machine using below link :- http://code.google.com/p/msysgit/downloads/list The EXE file name that is downloaded is similar to Git-1.8.1.2-preview20130201.exe. This Demo, “How to install NPM in windows and shows how to verify the installation”. By […]
Getting Started With Node REPL , Part : 1
“REPL” is a command line utility that comes in node package. It stands for “READ – EVAL – PRINT – LOOP“. This is a very handy tool for a Node developer. Node Developer can test their code here before going for the final code. This Demo , “shows some of the REPL command line use […]
MonjaDB Eclipse Plugin for Mongo DB
“Monja DB” is a plugin for Eclipse for Mongo Database.It provides a GUI view for Mongo Database Document and Collection. Link for Monja plugin:- http://marketplace.eclipse.org/content/monjadb#.UXauncrV_1U The idea behind developing this plugin is:- a. Rapid Application Development. b. Easy Log tracing. This Demo […]