Skip to content

Instantly share code, notes, and snippets.

View aniarya82's full-sized avatar
💭
brewing...

Hiten Chowdhary aniarya82

💭
brewing...
View GitHub Profile
@aniarya82
aniarya82 / gist:1445c43d72c970bd7a25
Last active August 29, 2015 14:15
OnePlus One Rooting steps
google about onePlus to get links on oneplus servers
Downloading cm ROM of your choice.
Download gapps of your choice from following links.
@aniarya82
aniarya82 / Web Resources.md
Last active March 21, 2016 20:58
Some website worth looking again

SPOLIERS ALERT

1. Ex Machina (2014)

2. Eagle Eye (2012)Imdb

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

Mastering Markdown

Github

bootstrap v4-alpha

Bootstrap

mdo Code guide for HTML and CSS

MDO

Every line of code shoud appear to be written by same person, no matter how many contriburters

  • Google File System GFS
  • Transactional (OLTP) and analytical (OLAP)
  • Neutral Networks NN
  • ubuntu
  • Material Icons
  • alberta
  • Montserrat

Getting a Gig: A Guide

Introduction

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.

Contents

  • Introduction (you read that already)

Post installation of Arch Linux

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