- Markdown
- angular-ui router
- chaiJs
- BDD/TDD assesrtion framework for nodeJs and the browser that can be pluged with any testing framework.
- Karma
- A test runner that fit all our needs.
- nodemon
- Monitor any changes in your nodeJs application and automatically restarts the server.
- node-supervisor
- d3js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
google about onePlus to get links on oneplus servers | |
Downloading cm ROM of your choice. | |
Download gapps of your choice from following links. |
SPOLIERS ALERT
2. Eagle Eye (2012)Imdb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MhiBtenA:prep hiten$ gem install nokogiri | |
ERROR: Error installing nokogiri: | |
invalid gem: package is corrupt, exception while verifying: undefined method `size' for nil:NilClass (NoMethodError) in /Users/hiten/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/cache/nokogiri-1.6.6.2.gem | |
This error was one heck of a thing. | |
Seems that when you run `gem install nokogiri` for very first time gem fetches the gem file `nokogiri-[version].gem` and stores it in the gem cache. | |
Here was the error taking place, maybe the gem was corrupte in someway or some glitch occured during fetching the gem fill which caused the error. | |
And everytime you would run`gem install nokogiri' it will see that already gem file exists in the cache and hence doesn't fetch again, but the gem file was corrupt so the repeatedly kept on. | |
Finally i manually removed the gem file with `rm /path/to/gem/file.gem` and the again ran `gem install nokogiri` and this time it again fetch form api.rubygems.org. | |
And after fetch over Vola the gem was successfully insta |
- ubuntu
- Material Icons
- alberta
- Montserrat
Hey friends! This is a guide for getting a gig in college as a tech major. I graduated May 2014 with 10 job offers after having 5 internships throughout my four years of college. You can do that, too. Because you're great.
- Introduction (you read that already)
Now when you boot the system you’ll simply boot into a command line. Login as root and password you created during the installation process. First we create a user account
useradd -m -g wheel -s /bin/bash hiten
passwd hiten
This will add a new user hiten to group wheel. Next we give this new user sudo privileges
OlderNewer