Install npm packages directly from a github repo
npm install --save username/repo#branch-name
The above installs a node package from github into your node_modules folder and automatically adds the dependency to your package.json!
npm install --save username/repo#branch-name
The above installs a node package from github into your node_modules folder and automatically adds the dependency to your package.json!
UPDATE: You can simply use CoolIris 1.10 for the same purpsose Full-Screen, 3D — Cooliris transforms your browser into a lightning fast, cinematic way to browse online photos and videos. Our “3D Wall” lets you fly through thousands of items…
I have stuck at this field for a long time. Today it suddenly becomes clear to me: LINQ and lambda expressions are to very different things (though they complements each other on many occasions). Lambda expression Lambda expression, to sum…
“Which programming language is the best?” It’s the kind of question that you will keep getting from aspiring programmers (maybe with some minor variations but it’s essentially the same problem). It’s a difficult question to answer. Although as old as…
Introduction to Gumana Gumana is a portmanteau of 금요일 (Friday) 만나다 (Meeting), a series of technical talk every Friday at Medium About this talk A visual explanation of Kafka’s Ordering Design, why does it need a queue, kafka, synchronization between…
This post servers as kind of a note to myself 🙂 EAP stands for extensible authentication protocol. It may be used in 802.11x connections to provide a secure connection. My school currently uses this to provide internet access to various…
“Isn’t it just simply googling ‘how to install Node’” you asked? Yes it isn’t. The default Node installer will require administrator privilege The node process will require admin privilege also if installed that way (which is a bad idea: every…