Skip to content

Instantly share code, notes, and snippets.

View Jimut123's full-sized avatar

Jimut Bahan Pal Jimut123

View GitHub Profile
@hyperion0201
hyperion0201 / install.sh
Created May 5, 2019 02:58
Jekyll 2.6.0 Installation on Manjaro/Arch Linux based.
sudo pacman -S ruby ruby-rdoc
gem update
gem install jekyll
# Add this line to .zshrc (if you are using ZSH) : export PATH=$HOME/.gem/ruby/2.6.0/bin:$PATH
# For default terminal, add to .bashrc
#include <iostream>
#include <string>
#include <list>
#include <unordered_map>
class KeyHasher {
public:
std::size_t operator()(const int& k) const {
return k%2;
}